﻿2025-08-20T20:12:28.3950620Z Current runner version: '2.328.0'
2025-08-20T20:12:28.3985868Z ##[group]Runner Image Provisioner
2025-08-20T20:12:28.3987443Z Hosted Compute Agent
2025-08-20T20:12:28.3988342Z Version: 20250818.377
2025-08-20T20:12:28.3989455Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:12:28.3990639Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:12:28.3991644Z ##[endgroup]
2025-08-20T20:12:28.3992532Z ##[group]Operating System
2025-08-20T20:12:28.3993494Z Ubuntu
2025-08-20T20:12:28.3994346Z 24.04.2
2025-08-20T20:12:28.3995148Z LTS
2025-08-20T20:12:28.3996018Z ##[endgroup]
2025-08-20T20:12:28.3997221Z ##[group]Runner Image
2025-08-20T20:12:28.3998158Z Image: ubuntu-24.04
2025-08-20T20:12:28.3999168Z Version: 20250810.1.0
2025-08-20T20:12:28.4000894Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:12:28.4003586Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T20:12:28.4005408Z ##[endgroup]
2025-08-20T20:12:28.4007802Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:12:28.4010491Z Attestations: write
2025-08-20T20:12:28.4011570Z Contents: write
2025-08-20T20:12:28.4012519Z Metadata: read
2025-08-20T20:12:28.4013353Z Packages: write
2025-08-20T20:12:28.4014262Z ##[endgroup]
2025-08-20T20:12:28.4017625Z Secret source: Actions
2025-08-20T20:12:28.4018769Z Prepare workflow directory
2025-08-20T20:12:28.4491360Z Prepare all required actions
2025-08-20T20:12:28.4549707Z Getting action download info
2025-08-20T20:12:28.8002804Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:12:29.1177434Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:12:29.4057838Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:12:29.6049181Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:12:29.8868989Z Getting action download info
2025-08-20T20:12:30.0258556Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:12:30.2117492Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:12:30.4875979Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/findutils/uutils)
2025-08-20T20:12:30.5657318Z ##[group]Run ##Presets
2025-08-20T20:12:30.5658479Z [36;1m##Presets[0m
2025-08-20T20:12:30.5659345Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:30.5660245Z [36;1m#-------------#[0m
2025-08-20T20:12:30.5661375Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:12:30.5662793Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:12:30.5664155Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.5665364Z [36;1m  fi[0m
2025-08-20T20:12:30.5666406Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:12:30.5668051Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:12:30.5669426Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.5670572Z [36;1m  fi[0m
2025-08-20T20:12:30.5671604Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:12:30.5673062Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:12:30.5674403Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.5675547Z [36;1m  fi[0m
2025-08-20T20:12:30.5676546Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:12:30.5678139Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:12:30.5679768Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:12:30.5681025Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:12:30.5682280Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.5683439Z [36;1m     else[0m
2025-08-20T20:12:30.5684470Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.5685617Z [36;1m     fi[0m
2025-08-20T20:12:30.5686392Z [36;1m  fi[0m
2025-08-20T20:12:30.5687433Z [36;1mfi[0m
2025-08-20T20:12:30.5761783Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:30.5763141Z env:
2025-08-20T20:12:30.5764532Z   GH_TOKEN: ***
2025-08-20T20:12:30.5765408Z ##[endgroup]
2025-08-20T20:12:30.6120122Z ##[group]Run ##Presets
2025-08-20T20:12:30.6121277Z [36;1m##Presets[0m
2025-08-20T20:12:30.6122359Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:30.6123313Z [36;1m#-------------#[0m
2025-08-20T20:12:30.6124577Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:12:30.6126475Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:12:30.6128585Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:12:30.6130183Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:12:30.6131785Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:12:30.6133469Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:12:30.6134888Z [36;1m  exit 1[0m
2025-08-20T20:12:30.6135735Z [36;1mfi[0m
2025-08-20T20:12:30.6179426Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:30.6180618Z env:
2025-08-20T20:12:30.6181823Z   RO_GHTOKEN: ***
2025-08-20T20:12:30.6182879Z   RO_GLTOKEN: ***
2025-08-20T20:12:30.6187301Z   MINISIGN_KEY: ***
2025-08-20T20:12:30.6188201Z ##[endgroup]
2025-08-20T20:12:30.6440043Z ##[group]Run ##Presets
2025-08-20T20:12:30.6441101Z [36;1m##Presets[0m
2025-08-20T20:12:30.6441930Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:30.6442795Z [36;1m#-------------#[0m
2025-08-20T20:12:30.6443672Z [36;1m##Host Triplet[0m
2025-08-20T20:12:30.6444755Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:12:30.6446012Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:12:30.6447460Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:12:30.6448663Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:12:30.6449790Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:12:30.6451069Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:12:30.6452345Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:12:30.6453598Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:12:30.6454654Z [36;1m   fi[0m
2025-08-20T20:12:30.6455702Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:12:30.6457206Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:12:30.6458389Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:12:30.6459650Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:12:30.6460795Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:12:30.6461720Z [36;1m fi[0m
2025-08-20T20:12:30.6462780Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6464293Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6465742Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6467483Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6468586Z [36;1m##Debug[0m
2025-08-20T20:12:30.6469424Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:12:30.6470462Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:12:30.6471371Z [36;1m else[0m
2025-08-20T20:12:30.6472174Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:12:30.6473312Z [36;1m fi[0m
2025-08-20T20:12:30.6474175Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6475271Z [36;1m##Docker Platform[0m
2025-08-20T20:12:30.6476373Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:12:30.6477811Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:12:30.6479073Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:12:30.6480385Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:12:30.6481632Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:12:30.6482913Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:12:30.6484156Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:12:30.6485406Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:12:30.6486409Z [36;1m fi[0m
2025-08-20T20:12:30.6487718Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6489333Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6490599Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:12:30.6492332Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/findutils/uutils" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:12:30.6494240Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:12:30.6495430Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6496819Z [36;1m##Logs[0m
2025-08-20T20:12:30.6497707Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:12:30.6498787Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:12:30.6499739Z [36;1m else[0m
2025-08-20T20:12:30.6500551Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:12:30.6501593Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:12:30.6502603Z [36;1m fi[0m
2025-08-20T20:12:30.6503762Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6505221Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6506554Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:12:30.6508165Z [36;1m PKG_FAMILY_LOCAL="$(echo "findutils" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:12:30.6509672Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:12:30.6511033Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6512311Z [36;1m##Rebuild[0m
2025-08-20T20:12:30.6513181Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:12:30.6514276Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:12:30.6515277Z [36;1m else[0m
2025-08-20T20:12:30.6516115Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:12:30.6517310Z [36;1m fi[0m
2025-08-20T20:12:30.6518342Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6519573Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:12:30.6521090Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:12:30.6523053Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:12:30.6525998Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:12:30.6528848Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:12:30.6530217Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:12:30.6531849Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:12:30.6533404Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:12:30.6534773Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6535906Z [36;1m    exit 1[0m
2025-08-20T20:12:30.6536920Z [36;1m   else[0m
2025-08-20T20:12:30.6537758Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:12:30.6539226Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6540534Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:12:30.6541808Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:12:30.6543133Z [36;1m      #check if supported[0m
2025-08-20T20:12:30.6544544Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:12:30.6546468Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:12:30.6548316Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:12:30.6549534Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6550679Z [36;1m         exit 1[0m
2025-08-20T20:12:30.6551523Z [36;1m       fi[0m
2025-08-20T20:12:30.6552368Z [36;1m      #get build system[0m
2025-08-20T20:12:30.6553781Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:12:30.6555251Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:12:30.6556374Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6557857Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:12:30.6559184Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6560480Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6561776Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:12:30.6563067Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6564328Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:30.6565418Z [36;1m       fi[0m
2025-08-20T20:12:30.6566402Z [36;1m     fi[0m
2025-08-20T20:12:30.6567367Z [36;1m   fi[0m
2025-08-20T20:12:30.6568187Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:12:30.6612812Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:30.6613731Z ##[endgroup]
2025-08-20T20:12:31.2518775Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:12:31.2521079Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:12:31.2521887Z 
2025-08-20T20:12:31.3166999Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:12:31.3169670Z 100  5322  100  5322    0     0  80075      0 --:--:-- --:--:-- --:--:-- 80636
2025-08-20T20:12:31.3186135Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:12:31.3448312Z ##[group]Run ##Presets
2025-08-20T20:12:31.3449259Z [36;1m##Presets[0m
2025-08-20T20:12:31.3450096Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:31.3450983Z [36;1m#-------------#[0m
2025-08-20T20:12:31.3451840Z [36;1m##Debug?[0m
2025-08-20T20:12:31.3452827Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:12:31.3453986Z [36;1m  set -x[0m
2025-08-20T20:12:31.3454770Z [36;1mfi[0m
2025-08-20T20:12:31.3455528Z [36;1m#-------------#[0m
2025-08-20T20:12:31.3456436Z [36;1m##CoreUtils[0m
2025-08-20T20:12:31.3457504Z [36;1msudo apt update -y[0m
2025-08-20T20:12:31.3458851Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:12:31.3462522Z [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:12:31.3465767Z [36;1m##tmp[0m
2025-08-20T20:12:31.3467031Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:12:31.3468312Z [36;1m#GH ENV[0m
2025-08-20T20:12:31.3469221Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:31.3470673Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:31.3471757Z [36;1m#-------------#[0m
2025-08-20T20:12:31.3472651Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:12:31.3473615Z [36;1msudo apt update -y[0m
2025-08-20T20:12:31.3474588Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:12:31.3475605Z [36;1m##Setup Minisign[0m
2025-08-20T20:12:31.3476531Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:12:31.3478212Z [36;1mecho "***[0m
2025-08-20T20:12:31.3482897Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:12:31.3483977Z [36;1m##User-Agent[0m
2025-08-20T20:12:31.3486785Z [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:12:31.3489725Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:31.3534718Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:31.3535644Z env:
2025-08-20T20:12:31.3536370Z   CROSS_COMPILING: NO
2025-08-20T20:12:31.3537352Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:12:31.3538298Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:12:31.3539204Z   ON_QEMU: NO
2025-08-20T20:12:31.3539947Z   DEBUG: 0
2025-08-20T20:12:31.3540728Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:12:31.3541686Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:12:31.3542839Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T20:12:31.3544042Z   KEEP_LOGS: YES
2025-08-20T20:12:31.3544845Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:12:31.3545734Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T20:12:31.3546752Z   SBUILD_REBUILD: false
2025-08-20T20:12:31.3548777Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:12:31.3550958Z   BUILD_SYS: docker://rust
2025-08-20T20:12:31.3551876Z   BUILD_ON_HOST: FALSE
2025-08-20T20:12:31.3552718Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:12:31.3553554Z ##[endgroup]
2025-08-20T20:12:31.3804188Z 
2025-08-20T20:12:31.3805786Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:12:31.3808019Z 
2025-08-20T20:12:31.5844305Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:31.6705876Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:12:31.6727510Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:12:31.6828805Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:12:31.8085951Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:12:31.9694704Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:12:31.9695948Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:12:32.2629587Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:12:32.2827620Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:12:32.2865220Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:12:32.2937982Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:12:32.3020474Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:12:32.3053538Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:12:32.3092252Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:12:32.3203218Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:12:32.3256321Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:12:32.3272123Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:12:32.3781017Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:12:32.3807879Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T20:12:32.3825191Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:12:32.3837674Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:12:32.3853145Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:12:32.3868978Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:12:32.4113310Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:12:32.4209909Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:12:32.4234248Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:12:32.4250794Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:12:32.4324409Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:12:32.4346230Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:12:32.4371574Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:12:32.4512214Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:12:32.4981618Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:12:32.5003165Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:12:32.5642023Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:12:32.5697910Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:12:32.5746154Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:12:43.2521225Z Fetched 10.6 MB in 2s (5720 kB/s)
2025-08-20T20:12:44.0278265Z Reading package lists...
2025-08-20T20:12:44.2159610Z Building dependency tree...
2025-08-20T20:12:44.2166116Z Reading state information...
2025-08-20T20:12:44.2343502Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:12:44.2458436Z 
2025-08-20T20:12:44.2459555Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:12:44.2460159Z 
2025-08-20T20:12:44.2590059Z Reading package lists...
2025-08-20T20:12:44.4754136Z Building dependency tree...
2025-08-20T20:12:44.4761925Z Reading state information...
2025-08-20T20:12:44.6725860Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:12:44.6726474Z bc set to manually installed.
2025-08-20T20:12:44.6727363Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:12:44.6727974Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:12:44.6728610Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:44.6729182Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:44.6729737Z The following additional packages will be installed:
2025-08-20T20:12:44.6730385Z   libtime-duration-perl
2025-08-20T20:12:44.7257918Z The following NEW packages will be installed:
2025-08-20T20:12:44.7266191Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:12:44.7460835Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T20:12:44.7712714Z Need to get 616 kB of archives.
2025-08-20T20:12:44.7713394Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:12:44.7714405Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:45.0508947Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:12:45.9191037Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:12:46.3864005Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:12:47.3554007Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:12:54.1920902Z Fetched 616 kB in 9s (67.4 kB/s)
2025-08-20T20:12:54.2283788Z Selecting previously unselected package fdupes.
2025-08-20T20:12:54.3576406Z (Reading database ... 
2025-08-20T20:12:54.3577182Z (Reading database ... 5%
2025-08-20T20:12:54.3577605Z (Reading database ... 10%
2025-08-20T20:12:54.3577980Z (Reading database ... 15%
2025-08-20T20:12:54.3578363Z (Reading database ... 20%
2025-08-20T20:12:54.3578774Z (Reading database ... 25%
2025-08-20T20:12:54.3579210Z (Reading database ... 30%
2025-08-20T20:12:54.3579575Z (Reading database ... 35%
2025-08-20T20:12:54.3579960Z (Reading database ... 40%
2025-08-20T20:12:54.3580373Z (Reading database ... 45%
2025-08-20T20:12:54.3580789Z (Reading database ... 50%
2025-08-20T20:12:54.5031236Z (Reading database ... 55%
2025-08-20T20:12:54.7252759Z (Reading database ... 60%
2025-08-20T20:12:55.0874867Z (Reading database ... 65%
2025-08-20T20:12:55.3919497Z (Reading database ... 70%
2025-08-20T20:12:55.5198201Z (Reading database ... 75%
2025-08-20T20:12:56.2016776Z (Reading database ... 80%
2025-08-20T20:12:57.1006069Z (Reading database ... 85%
2025-08-20T20:12:57.9381259Z (Reading database ... 90%
2025-08-20T20:12:58.7278425Z (Reading database ... 95%
2025-08-20T20:12:58.7278862Z (Reading database ... 100%
2025-08-20T20:12:58.7279382Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T20:12:58.7328695Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:12:58.7356407Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:12:58.7776192Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:12:58.7914323Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:12:58.7924538Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:12:58.8448838Z Selecting previously unselected package moreutils.
2025-08-20T20:12:58.8587724Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:12:58.8600077Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:12:59.0166320Z Selecting previously unselected package dos2unix.
2025-08-20T20:12:59.0301359Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:12:59.0312909Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:12:59.3969046Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:12:59.4000659Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:12:59.4056516Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:12:59.4087421Z Setting up moreutils (0.69-1) ...
2025-08-20T20:12:59.4121860Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:55.6661808Z 
2025-08-20T20:13:55.6662464Z Running kernel seems to be up-to-date.
2025-08-20T20:13:55.6664845Z 
2025-08-20T20:13:55.6665361Z Restarting services...
2025-08-20T20:13:55.6731731Z 
2025-08-20T20:13:55.6731970Z Service restarts being deferred:
2025-08-20T20:13:55.6733479Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:13:55.6733794Z 
2025-08-20T20:13:55.6734142Z No containers need to be restarted.
2025-08-20T20:13:55.6734462Z 
2025-08-20T20:13:55.6734669Z No user sessions are running outdated binaries.
2025-08-20T20:13:55.6734994Z 
2025-08-20T20:13:55.6735328Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:13:56.7176485Z Reading package lists...
2025-08-20T20:13:56.9032794Z Building dependency tree...
2025-08-20T20:13:56.9040681Z Reading state information...
2025-08-20T20:13:57.0771852Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:13:57.0772726Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:13:57.0773297Z apt-utils set to manually installed.
2025-08-20T20:13:57.0773898Z ca-certificates is already the newest version (20240203).
2025-08-20T20:13:57.0774674Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:13:57.0775256Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:13:57.0775884Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:13:57.0776387Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:13:57.0777029Z moreutils is already the newest version (0.69-1).
2025-08-20T20:13:57.0777503Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:13:57.0777941Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:13:57.0778331Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:13:57.0778721Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:13:57.0779062Z tmux set to manually installed.
2025-08-20T20:13:57.0779513Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:13:57.0780140Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:13:57.0780588Z The following additional packages will be installed:
2025-08-20T20:13:57.0780963Z   python3-software-properties
2025-08-20T20:13:57.0781251Z Recommended packages:
2025-08-20T20:13:57.0781495Z   unattended-upgrades
2025-08-20T20:13:57.1066408Z The following NEW packages will be installed:
2025-08-20T20:13:57.1067067Z   rename
2025-08-20T20:13:57.1076000Z The following packages will be upgraded:
2025-08-20T20:13:57.1077177Z   python3-software-properties software-properties-common
2025-08-20T20:13:57.1260830Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:13:57.1505991Z Need to get 64.7 kB of archives.
2025-08-20T20:13:57.1506894Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:13:57.1507499Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:57.4436967Z 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:13:58.0437743Z 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:13:58.7726418Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:13:59.3540957Z Fetched 64.7 kB in 2s (33.1 kB/s)
2025-08-20T20:13:59.3788109Z (Reading database ... 
2025-08-20T20:13:59.3788567Z (Reading database ... 5%
2025-08-20T20:13:59.3789267Z (Reading database ... 10%
2025-08-20T20:13:59.3789684Z (Reading database ... 15%
2025-08-20T20:13:59.3790072Z (Reading database ... 20%
2025-08-20T20:13:59.3790432Z (Reading database ... 25%
2025-08-20T20:13:59.3790829Z (Reading database ... 30%
2025-08-20T20:13:59.3791191Z (Reading database ... 35%
2025-08-20T20:13:59.3791439Z (Reading database ... 40%
2025-08-20T20:13:59.3791747Z (Reading database ... 45%
2025-08-20T20:13:59.3792125Z (Reading database ... 50%
2025-08-20T20:13:59.3894367Z (Reading database ... 55%
2025-08-20T20:13:59.3913316Z (Reading database ... 60%
2025-08-20T20:13:59.3934561Z (Reading database ... 65%
2025-08-20T20:13:59.3972350Z (Reading database ... 70%
2025-08-20T20:13:59.3995693Z (Reading database ... 75%
2025-08-20T20:13:59.4018725Z (Reading database ... 80%
2025-08-20T20:13:59.4166490Z (Reading database ... 85%
2025-08-20T20:13:59.4469245Z (Reading database ... 90%
2025-08-20T20:13:59.4547798Z (Reading database ... 95%
2025-08-20T20:13:59.4548183Z (Reading database ... 100%
2025-08-20T20:13:59.4548715Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T20:13:59.4595756Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:13:59.5432758Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:13:59.6084162Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:13:59.6754925Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:13:59.7027889Z Selecting previously unselected package rename.
2025-08-20T20:13:59.7166372Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:13:59.7178713Z Unpacking rename (2.02-1) ...
2025-08-20T20:13:59.7602541Z Setting up rename (2.02-1) ...
2025-08-20T20:13:59.7702410Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:13:59.7728693Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:13:59.9015240Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:14:00.0115272Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:03.9642275Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:14:05.5947951Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:05.6316284Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:14:05.6335710Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:14:05.6350638Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:14:05.6364098Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:14:05.7125068Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:14:05.7301979Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:14:06.8049113Z Reading package lists...
2025-08-20T20:14:06.9784257Z Building dependency tree...
2025-08-20T20:14:06.9791121Z Reading state information...
2025-08-20T20:14:06.9948953Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:14:07.0103501Z 
2025-08-20T20:14:07.0104350Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:14:07.0104700Z 
2025-08-20T20:14:07.0597381Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:07.1081900Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:14:07.1108256Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:14:07.1137694Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:14:07.1140732Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:14:07.1144564Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:14:07.1242130Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:14:08.2647634Z Reading package lists...
2025-08-20T20:14:08.4503128Z Building dependency tree...
2025-08-20T20:14:08.4510216Z Reading state information...
2025-08-20T20:14:08.4685938Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:14:08.4796366Z 
2025-08-20T20:14:08.4797131Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:14:08.4797683Z 
2025-08-20T20:14:08.4924520Z Reading package lists...
2025-08-20T20:14:08.6695241Z Building dependency tree...
2025-08-20T20:14:08.6702828Z Reading state information...
2025-08-20T20:14:08.8238903Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:14:08.8651275Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:08.8948682Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:14:08.9379604Z ##[group]Run ##Presets
2025-08-20T20:14:08.9380042Z [36;1m##Presets[0m
2025-08-20T20:14:08.9380388Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:08.9380749Z [36;1m#-------------#[0m
2025-08-20T20:14:08.9381101Z [36;1m##Debug?[0m
2025-08-20T20:14:08.9381519Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:08.9382082Z [36;1m  set -x[0m
2025-08-20T20:14:08.9382392Z [36;1mfi[0m
2025-08-20T20:14:08.9382687Z [36;1m#-------------#[0m
2025-08-20T20:14:08.9383700Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:14:08.9384710Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:14:08.9385391Z [36;1msudo service procps restart[0m
2025-08-20T20:14:08.9385857Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:14:08.9428280Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:08.9428522Z env:
2025-08-20T20:14:08.9428739Z   CROSS_COMPILING: NO
2025-08-20T20:14:08.9428954Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:14:08.9429178Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:14:08.9429389Z   ON_QEMU: NO
2025-08-20T20:14:08.9429557Z   DEBUG: 0
2025-08-20T20:14:08.9429743Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:14:08.9429972Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:14:08.9430259Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T20:14:08.9430569Z   KEEP_LOGS: YES
2025-08-20T20:14:08.9430770Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:08.9430990Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T20:14:08.9431223Z   SBUILD_REBUILD: false
2025-08-20T20:14:08.9431759Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:14:08.9432323Z   BUILD_SYS: docker://rust
2025-08-20T20:14:08.9432537Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:08.9432731Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:08.9432920Z   SYSTMP: /tmp
2025-08-20T20:14:08.9433102Z   GHA_MODE: MATRIX
2025-08-20T20:14:08.9433521Z   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:14:08.9433977Z ##[endgroup]
2025-08-20T20:14:08.9565509Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:14:08.9641246Z 0
2025-08-20T20:14:09.0010668Z vm.max_map_count = 262144
2025-08-20T20:14:09.0011164Z fs.inotify.max_user_watches = 655360
2025-08-20T20:14:09.0011665Z fs.inotify.max_user_instances = 1280
2025-08-20T20:14:09.0012098Z vm.mmap_rnd_bits = 28
2025-08-20T20:14:09.0085843Z ##[group]Run ##Presets
2025-08-20T20:14:09.0086180Z [36;1m##Presets[0m
2025-08-20T20:14:09.0086390Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:09.0086797Z [36;1m#-------------#[0m
2025-08-20T20:14:09.0087034Z [36;1m##Debug?[0m
2025-08-20T20:14:09.0087275Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:09.0087563Z [36;1m  set -x[0m
2025-08-20T20:14:09.0087750Z [36;1mfi[0m
2025-08-20T20:14:09.0087926Z [36;1m#-------------#[0m
2025-08-20T20:14:09.0088122Z [36;1m##Main[0m
2025-08-20T20:14:09.0088337Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:14:09.0089001Z [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:14:09.0089724Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:14:09.0090119Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:14:09.0090388Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:14:09.0090644Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:14:09.0090940Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:14:09.0091251Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:14:09.0091552Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:14:09.0091858Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:14:09.0092145Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:14:09.0092470Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:14:09.0092838Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:14:09.0093117Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:14:09.0093375Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:14:09.0093655Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:14:09.0094121Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:14:09.0094394Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:14:09.0094666Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:14:09.0094962Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:14:09.0095272Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:14:09.0095564Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:14:09.0095870Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:14:09.0096170Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:14:09.0096464Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:14:09.0096940Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:14:09.0097213Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:14:09.0097551Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:14:09.0097996Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:14:09.0098450Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:14:09.0098905Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:14:09.0099243Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:14:09.0099582Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:14:09.0100193Z [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:14:09.0100958Z [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:14:09.0101472Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:09.0101741Z [36;1m else[0m
2025-08-20T20:14:09.0102198Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:14:09.0102553Z [36;1m fi[0m
2025-08-20T20:14:09.0102788Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:14:09.0103160Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:14:09.0103563Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0103952Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0104336Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0104723Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0105127Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0105520Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0105927Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:14:09.0106330Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:14:09.0106876Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:14:09.0147229Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:09.0147459Z env:
2025-08-20T20:14:09.0147635Z   CROSS_COMPILING: NO
2025-08-20T20:14:09.0147846Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:14:09.0148070Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:14:09.0148278Z   ON_QEMU: NO
2025-08-20T20:14:09.0148446Z   DEBUG: 0
2025-08-20T20:14:09.0148644Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:14:09.0148861Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:14:09.0149145Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T20:14:09.0149447Z   KEEP_LOGS: YES
2025-08-20T20:14:09.0149637Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:09.0149852Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T20:14:09.0150222Z   SBUILD_REBUILD: false
2025-08-20T20:14:09.0150754Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:14:09.0151307Z   BUILD_SYS: docker://rust
2025-08-20T20:14:09.0151519Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:09.0151710Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:09.0151897Z   SYSTMP: /tmp
2025-08-20T20:14:09.0152073Z   GHA_MODE: MATRIX
2025-08-20T20:14:09.0152488Z   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:14:09.0153597Z   GHCR_TOKEN: ***
2025-08-20T20:14:09.0153903Z   GITHUB_TOKEN: ***
2025-08-20T20:14:09.0154175Z   GITLAB_TOKEN: ***
2025-08-20T20:14:09.0155299Z   MINISIGN_KEY: ***
2025-08-20T20:14:09.0155497Z ##[endgroup]
2025-08-20T20:14:09.0681748Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:14:09.1416508Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:14:09.1417412Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:14:09.1417742Z 
2025-08-20T20:14:09.1718627Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:14:09.1719278Z 100  5322  100  5322    0     0   171k      0 --:--:-- --:--:-- --:--:--  173k
2025-08-20T20:14:09.1730746Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:14:09.1820528Z 
2025-08-20T20:14:09.1820827Z [+] Building [/tmp/tmp.Zpc5nZdqZ3/SBUILD_INPUT] Locally
2025-08-20T20:14:09.1821114Z 
2025-08-20T20:14:09.1834993Z '/tmp/tmp.Zpc5nZdqZ3/SBUILD_INPUT' -> '/tmp/pkgforge/MODAJdfLe_build.yaml'
2025-08-20T20:14:09.2564006Z 
2025-08-20T20:14:09.2564570Z [+] Passwordless sudo is Configured
2025-08-20T20:14:09.3212573Z 
2025-08-20T20:14:09.3224237Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:14:09.3224494Z 
2025-08-20T20:14:09.3704442Z 
2025-08-20T20:14:09.3706088Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:14:09.3706824Z 
2025-08-20T20:14:09.3706837Z 
2025-08-20T20:14:09.3707199Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:14:09.3707700Z 
2025-08-20T20:14:09.3802939Z [+] Installing: 7z -> 7z
2025-08-20T20:14:09.7416079Z [+] Installing: actionlint -> actionlint
2025-08-20T20:14:10.0975089Z [+] Installing: anew -> anew
2025-08-20T20:14:10.4302997Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:14:10.7605380Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:14:11.0891112Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:14:11.3988980Z [+] Installing: archey -> archey
2025-08-20T20:14:11.7708733Z [+] Installing: aria2 -> aria2c
2025-08-20T20:14:12.1332491Z [+] Installing: askalono -> askalono
2025-08-20T20:14:12.4786516Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:14:12.8385858Z [+] Installing: b3sum -> b3sum
2025-08-20T20:14:13.1644570Z [+] Installing: bita -> bita
2025-08-20T20:14:13.5251911Z [+] Installing: btop -> btop
2025-08-20T20:14:13.8524857Z [+] Installing: chafa -> chafa
2025-08-20T20:14:14.2485460Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:14:14.7040126Z [+] Installing: croc -> croc
2025-08-20T20:14:15.0851033Z [+] Installing: csvtk -> csvtk
2025-08-20T20:14:15.5204111Z [+] Installing: cutlines -> cutlines
2025-08-20T20:14:15.8418253Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:15.8460824Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:14:15.8461920Z [+] Installing: dbin -> dbin
2025-08-20T20:14:16.2135913Z [+] Installing: dasel -> dasel
2025-08-20T20:14:16.6494967Z [+] Installing: delta -> delta
2025-08-20T20:14:16.9860685Z [+] Installing: ds -> ds
2025-08-20T20:14:17.2938704Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:17.2980776Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:14:17.2981813Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:14:17.6195468Z [+] Installing: duf -> duf
2025-08-20T20:14:17.9509502Z [+] Installing: duplicut -> duplicut
2025-08-20T20:14:18.2697981Z [+] Installing: dust -> dust
2025-08-20T20:14:18.6261902Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:14:18.9603313Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:14:19.3320211Z [+] Installing: dysk -> dysk
2025-08-20T20:14:19.6729207Z [+] Installing: eget -> eget
2025-08-20T20:14:20.0312058Z [+] Installing: epoch -> epoch
2025-08-20T20:14:20.3628776Z [+] Installing: faketty -> faketty
2025-08-20T20:14:20.6935939Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:14:21.0441514Z [+] Installing: freeze -> freeze
2025-08-20T20:14:21.4198338Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:14:21.7632031Z [+] Installing: gdu -> gdu
2025-08-20T20:14:22.1326222Z [+] Installing: gh -> gh
2025-08-20T20:14:22.6357184Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:14:23.0035821Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:14:23.3344720Z [+] Installing: glab -> glab
2025-08-20T20:14:23.7724051Z [+] Installing: glow -> glow
2025-08-20T20:14:24.1418807Z [+] Installing: httpx -> httpx
2025-08-20T20:14:24.6101197Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:14:25.0746909Z [+] Installing: husarnet -> husarnet
2025-08-20T20:14:25.4187941Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:25.4232935Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:14:25.4233768Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:14:25.7367759Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:25.7411250Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:14:25.7412099Z [+] Installing: imgcat -> imgcat
2025-08-20T20:14:26.0850929Z [+] Installing: jc -> jc
2025-08-20T20:14:26.4684875Z [+] Installing: jq -> jq
2025-08-20T20:14:26.7955331Z [+] Installing: logdy -> logdy
2025-08-20T20:14:27.2660756Z [+] Installing: micro -> micro
2025-08-20T20:14:27.6724708Z [+] Installing: miniserve -> miniserve
2025-08-20T20:14:28.0208197Z [+] Installing: minisign -> minisign
2025-08-20T20:14:28.3375428Z [+] Installing: ncdu -> ncdu
2025-08-20T20:14:28.6754463Z [+] Installing: notify -> notify
2025-08-20T20:14:29.0540782Z [+] Installing: ouch -> ouch
2025-08-20T20:14:29.3935759Z [+] Installing: oras -> oras
2025-08-20T20:14:29.7494200Z [+] Installing: pipetty -> pipetty
2025-08-20T20:14:30.0631742Z [+] Installing: pixterm -> pixterm
2025-08-20T20:14:30.3946080Z [+] Installing: qsv -> qsv
2025-08-20T20:14:30.8019558Z [+] Installing: rclone -> rclone
2025-08-20T20:14:31.3472159Z [+] Installing: ripgrep -> rg
2025-08-20T20:14:31.6930045Z [+] Installing: rga -> rga
2025-08-20T20:14:32.0332683Z [+] Installing: rsync -> rsync
2025-08-20T20:14:32.4110061Z [+] Installing: script -> script
2025-08-20T20:14:32.7340128Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:14:33.1061920Z [+] Installing: soar -> soar
2025-08-20T20:14:33.4542119Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:14:33.8030449Z [+] Installing: sstrip -> sstrip
2025-08-20T20:14:34.1279096Z [+] Installing: strace -> strace
2025-08-20T20:14:34.4606339Z [+] Installing: sttr -> sttr
2025-08-20T20:14:34.7951593Z [+] Installing: tailscale -> tailscale
2025-08-20T20:14:35.1872682Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:14:35.6208075Z [+] Installing: taplo -> taplo
2025-08-20T20:14:35.9851319Z [+] Installing: tldr -> tldr
2025-08-20T20:14:36.3315316Z [+] Installing: tldr -> tealdeer
2025-08-20T20:14:36.7018903Z [+] Installing: tmux -> tmux
2025-08-20T20:14:37.0384678Z [+] Installing: tok -> tok
2025-08-20T20:14:37.3534513Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:14:37.7684843Z [+] Installing: trurl -> trurl
2025-08-20T20:14:38.1322002Z [+] Installing: tss -> tss
2025-08-20T20:14:38.4503165Z [+] Installing: ulexec -> ulexec
2025-08-20T20:14:38.8189175Z [+] Installing: unfurl -> unfurl
2025-08-20T20:14:39.1545213Z [+] Installing: upx -> upx
2025-08-20T20:14:39.4808607Z [+] Installing: validtoml -> validtoml
2025-08-20T20:14:39.8269922Z [+] Installing: wget -> wget
2025-08-20T20:14:40.4331234Z [+] Installing: wget2 -> wget2
2025-08-20T20:14:40.7839962Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:14:41.1565624Z [+] Installing: xq -> xq
2025-08-20T20:14:41.5123920Z [+] Installing: xz -> xz
2025-08-20T20:14:41.8318204Z [+] Installing: unxz -> unxz
2025-08-20T20:14:42.1450372Z [+] Installing: yq -> yq
2025-08-20T20:14:42.6843765Z [+] Installing: yj -> yj
2025-08-20T20:14:43.0310103Z [+] Installing: zapper -> zapper
2025-08-20T20:14:43.3716372Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:14:43.6966101Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:14:44.0125368Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:44.0167914Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:14:44.0169083Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:14:44.3366435Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:44.3409755Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:14:44.3410639Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:14:44.6433756Z curl: (22) The requested URL returned error: 404
2025-08-20T20:14:44.6473906Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:14:44.6474923Z [+] Installing: zstd -> zstd
2025-08-20T20:14:44.9816883Z [+] Creating symlinks...
2025-08-20T20:14:44.9908818Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:14:45.0005970Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:14:45.0105626Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:14:45.0204695Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:14:45.0301316Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:14:45.0398732Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:14:45.0499055Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:14:45.0597151Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:14:45.0694595Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:14:45.0792693Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:14:45.0889729Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:14:45.0985672Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:14:45.1080446Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:14:45.1175654Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:14:45.1272777Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:14:45.1368377Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:14:45.1464807Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:14:45.1502366Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:14:45.1589572Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:14:45.1687276Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:14:45.1783173Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:14:45.1819635Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:14:45.1909002Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:14:45.2008091Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:14:45.2108056Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:14:45.2205696Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:14:45.2304681Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:14:45.2406534Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:14:45.2507451Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:14:45.2605446Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:14:45.2705526Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:14:45.2803916Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:14:45.2903782Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:14:45.3001505Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:14:45.3101912Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:14:45.3201109Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:14:45.3300277Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:14:45.3399294Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:14:45.3496542Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:14:45.3594165Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:14:45.3692689Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:14:45.3789053Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:14:45.3883917Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:14:45.3979178Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:14:45.4017251Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:14:45.4045530Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:14:45.4135812Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:14:45.4233175Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:14:45.4333641Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:14:45.4430467Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:14:45.4525236Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:14:45.4622958Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:14:45.4719758Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:14:45.4815729Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:14:45.4911683Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:14:45.5008634Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:14:45.5105361Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:14:45.5202993Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:14:45.5300897Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:14:45.5399002Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:14:45.5496050Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:14:45.5590889Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:14:45.5691216Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:14:45.5794086Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:14:45.5895678Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:14:45.6000362Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:14:45.6102359Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:14:45.6204223Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:14:45.6305005Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:14:45.6407065Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:14:45.6509193Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:14:45.6610484Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:14:45.6712440Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:14:45.6814611Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:14:45.6913889Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:14:45.7015665Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:14:45.7117058Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:14:45.7215427Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:14:45.7312910Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:14:45.7409845Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:14:45.7506029Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:14:45.7603043Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:14:45.7702069Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:14:45.7801641Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:14:45.7900449Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:14:45.7997436Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:14:45.8092183Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:14:45.8187907Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:14:45.8283611Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:14:45.8381215Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:14:45.8478661Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:14:45.8574169Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:14:45.8671004Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:14:45.8766786Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:14:45.8863508Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:14:45.8901281Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:14:45.8929627Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:14:45.8957615Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:14:45.9046211Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:14:45.9072310Z 
2025-08-20T20:14:45.9072868Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:14:45.9073531Z 
2025-08-20T20:14:45.9088280Z 
2025-08-20T20:14:45.9183789Z 
2025-08-20T20:14:45.9184305Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T20:14:45.9184665Z 
2025-08-20T20:14:45.9184836Z [+] Installation completed!
2025-08-20T20:14:45.9257476Z 
2025-08-20T20:14:45.9257812Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:14:46.1334137Z github.com
2025-08-20T20:14:46.1335040Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:14:46.1335707Z   - Active account: true
2025-08-20T20:14:46.1336175Z   - Git operations protocol: https
2025-08-20T20:14:46.1337032Z   - Token: ghp_************************************
2025-08-20T20:14:46.1338445Z   - 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:14:46.1339578Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:14:46.1340012Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:14:46.2263570Z Limit: 5000, Remaining: 4941, Reset: 2025-08-20 20:25:34 +0000 UTC (10m48s)
2025-08-20T20:14:46.2272452Z 
2025-08-20T20:14:46.2272731Z [+] GHCR_TOKEN is Exported
2025-08-20T20:14:46.2310323Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:14:46.3916136Z Login Succeeded
2025-08-20T20:14:46.3928994Z 
2025-08-20T20:14:46.3929175Z [+] GITLAB is Exported
2025-08-20T20:14:46.4314872Z [git remote -v]
2025-08-20T20:14:46.6450846Z gitlab.com
2025-08-20T20:14:46.6451651Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:14:46.6452540Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:14:46.6453321Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:14:46.6454022Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:14:46.6454669Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:14:46.6455145Z   ✓ Token found: **************************
2025-08-20T20:14:46.6455452Z 
2025-08-20T20:14:46.6456131Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:14:46.6457254Z [git remote -v]
2025-08-20T20:14:46.6469688Z 2025/08/20 20:14:46 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:14:46.6470534Z git: exit status 128]
2025-08-20T20:14:46.8622750Z 
2025-08-20T20:14:46.8622898Z 
2025-08-20T20:14:46.8623808Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:14:46 PM)
2025-08-20T20:14:46.8624276Z 
2025-08-20T20:14:46.8624283Z 
2025-08-20T20:14:46.8624424Z [+] USER = runner
2025-08-20T20:14:46.8624759Z [+] HOME = /home/runner
2025-08-20T20:14:46.8628215Z [+] 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:14:46.8630644Z 
2025-08-20T20:14:46.9207154Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:46.9589582Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:14:46.9594014Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:14:46.9595081Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:14:46.9639818Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:14:46.9682579Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:14:46.9704859Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:14:48.1264209Z Reading package lists...
2025-08-20T20:14:48.1586316Z Reading package lists...
2025-08-20T20:14:48.3419548Z Building dependency tree...
2025-08-20T20:14:48.3427743Z Reading state information...
2025-08-20T20:14:48.5349952Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:14:48.5350383Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:14:48.5350758Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:48.5351154Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:14:48.5351542Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:14:48.5351907Z moreutils is already the newest version (0.69-1).
2025-08-20T20:14:48.5352361Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:14:48.5352862Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:14:48.5353560Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:48.6167389Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:48.6515528Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:14:48.6521333Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:14:48.6526154Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:14:48.6543708Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:14:48.6559575Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:14:48.6573679Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:14:49.8132293Z Reading package lists...
2025-08-20T20:14:49.8448402Z Reading package lists...
2025-08-20T20:14:50.0344651Z Building dependency tree...
2025-08-20T20:14:50.0352604Z Reading state information...
2025-08-20T20:14:50.2065941Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:14:50.2066866Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:50.2067536Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:14:50.2068183Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:50.2068928Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:50.2069582Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:14:50.2083219Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:14:50.2083855Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:14:50.2084342Z gawk set to manually installed.
2025-08-20T20:14:50.2084781Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:14:50.2085334Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:50.2085905Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:50.2086991Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:14:50.2087655Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:14:50.2088311Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:14:50.2088906Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:14:50.2089486Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:50.2090081Z The following additional packages will be installed:
2025-08-20T20:14:50.2090757Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:14:50.2091545Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:14:50.2092327Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:14:50.2093105Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:14:50.2093885Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:14:50.2094625Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:14:50.2095129Z Suggested packages:
2025-08-20T20:14:50.2095603Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:14:50.2096361Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:14:50.2097317Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:14:50.2098115Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:14:50.2098900Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:14:50.2099683Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:14:50.2100272Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:14:50.2644155Z The following NEW packages will be installed:
2025-08-20T20:14:50.2644937Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:14:50.2646077Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:14:50.2647548Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:14:50.2648451Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:14:50.2649321Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:14:50.2653600Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:14:50.2654911Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:14:50.2845070Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:50.2845452Z Need to get 27.5 MB of archives.
2025-08-20T20:14:50.2845869Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:14:50.2846524Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:50.3169619Z 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:14:50.3730733Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:14:50.4298085Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:14:50.4581216Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:14:50.4730565Z 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:14:50.4893121Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:14:50.5130520Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:14:50.5317996Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:14:50.5517432Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:14:50.5681723Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:14:50.6549975Z 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:14:50.6777392Z 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:14:50.7023262Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:14:50.7179582Z 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:14:50.7332577Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:14:50.7493364Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:14:50.7782169Z 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:14:50.8494673Z 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:14:50.9140886Z 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:14:50.9310111Z 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:14:50.9464996Z 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:14:50.9629334Z 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:14:50.9932659Z 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:14:51.0095390Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:14:51.0264536Z 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:14:51.0420445Z 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:14:51.0751872Z 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:14:51.1122755Z 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:14:51.1311288Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:14:51.1473550Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:14:51.1628652Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:14:51.1789968Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:14:51.2403982Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:14:51.2889524Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:14:51.3082492Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:14:51.3440357Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:14:51.6053843Z Preconfiguring packages ...
2025-08-20T20:14:51.6662410Z Fetched 27.5 MB in 1s (25.7 MB/s)
2025-08-20T20:14:51.6887584Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:14:51.6940462Z (Reading database ... 
2025-08-20T20:14:51.6940933Z (Reading database ... 5%
2025-08-20T20:14:51.6941351Z (Reading database ... 10%
2025-08-20T20:14:51.6941755Z (Reading database ... 15%
2025-08-20T20:14:51.6942147Z (Reading database ... 20%
2025-08-20T20:14:51.6942528Z (Reading database ... 25%
2025-08-20T20:14:51.6942776Z (Reading database ... 30%
2025-08-20T20:14:51.6943020Z (Reading database ... 35%
2025-08-20T20:14:51.6943262Z (Reading database ... 40%
2025-08-20T20:14:51.6943505Z (Reading database ... 45%
2025-08-20T20:14:51.6943751Z (Reading database ... 50%
2025-08-20T20:14:51.7044641Z (Reading database ... 55%
2025-08-20T20:14:51.7062936Z (Reading database ... 60%
2025-08-20T20:14:51.7083527Z (Reading database ... 65%
2025-08-20T20:14:51.7121649Z (Reading database ... 70%
2025-08-20T20:14:51.7145192Z (Reading database ... 75%
2025-08-20T20:14:51.7169050Z (Reading database ... 80%
2025-08-20T20:14:51.7322466Z (Reading database ... 85%
2025-08-20T20:14:51.7623164Z (Reading database ... 90%
2025-08-20T20:14:51.7701669Z (Reading database ... 95%
2025-08-20T20:14:51.7702149Z (Reading database ... 100%
2025-08-20T20:14:51.7702673Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T20:14:51.7745724Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:14:51.7956331Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:14:51.9402825Z Selecting previously unselected package poppler-data.
2025-08-20T20:14:51.9538493Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:14:51.9549466Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:14:52.0797335Z Selecting previously unselected package b3sum.
2025-08-20T20:14:52.0937075Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:14:52.0951526Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:14:52.1266049Z Selecting previously unselected package build-essential.
2025-08-20T20:14:52.1402713Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:14:52.1414200Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:14:52.1667297Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:14:52.1802569Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:14:52.1826783Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:14:52.2077438Z Selecting previously unselected package ccache.
2025-08-20T20:14:52.2213388Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:14:52.2230630Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:14:52.2762524Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:14:52.2899073Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:14:52.2909916Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:14:52.3205149Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:14:52.3342148Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:14:52.3354347Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:14:52.3724440Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:14:52.3861308Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:14:52.3871301Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:14:52.4500132Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:14:52.4637256Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:14:52.5282395Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:14:52.6305186Z Selecting previously unselected package libgs-common.
2025-08-20T20:14:52.6442495Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:14:52.6453516Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:52.6706190Z Selecting previously unselected package libgs10-common.
2025-08-20T20:14:52.6843568Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:14:52.6873310Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:52.7572224Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:14:52.7709756Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:14:52.7729164Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:14:52.7985107Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:14:52.8121982Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:14:52.8135436Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:14:52.8360168Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:14:52.8498437Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:14:52.8508635Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:14:52.8758786Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:14:52.8896935Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:14:52.8908278Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:14:52.9147346Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:14:52.9289127Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:14:52.9299383Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:53.0397372Z Selecting previously unselected package ghostscript.
2025-08-20T20:14:53.0535422Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:14:53.0545884Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:53.0852634Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:14:53.0992538Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:14:53.1005006Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:53.2020327Z Selecting previously unselected package imagemagick.
2025-08-20T20:14:53.2156471Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:14:53.2167801Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:53.2403626Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:14:53.2539858Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:14:53.2548666Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:53.2801782Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:14:53.2939240Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:14:53.2951034Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:53.3265386Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:14:53.3401850Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:14:53.3413312Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:14:53.3666877Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:14:53.3804168Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:14:53.3816075Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:53.4051721Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:14:53.4189088Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:14:53.4199616Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:53.4421983Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:14:53.4560872Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:14:53.4572763Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:14:53.4998085Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:14:53.5135583Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:14:53.5148390Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:14:53.5373784Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:14:53.5511131Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:14:53.5520654Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:53.5900181Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:14:53.6038186Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:14:53.6048774Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:14:53.6282625Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:14:53.6418485Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:14:53.6430387Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:14:53.6771777Z Selecting previously unselected package libtool-bin.
2025-08-20T20:14:53.6909889Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:14:53.6948945Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:14:53.7183718Z Selecting previously unselected package lzip.
2025-08-20T20:14:53.7322253Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:14:53.7336409Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:14:53.7589688Z Selecting previously unselected package netpbm.
2025-08-20T20:14:53.7726802Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:14:53.7734957Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:14:53.9447337Z Selecting previously unselected package musl:amd64.
2025-08-20T20:14:53.9585454Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:14:53.9600922Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:14:53.9940677Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:14:54.0077403Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:14:54.0088811Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:14:54.0768675Z Selecting previously unselected package musl-tools.
2025-08-20T20:14:54.0907931Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:14:54.0923388Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:14:54.1367323Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:14:54.2661865Z 
2025-08-20T20:14:54.2662502Z Creating config file /etc/papersize with new version
2025-08-20T20:14:54.3195480Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:14:54.3219602Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:14:54.3255729Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:14:54.3281393Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:14:54.3310398Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:54.3338191Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:14:54.3362447Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:14:54.3389018Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:14:54.3502398Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:54.3526283Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:14:54.3549009Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:14:54.3611531Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:14:54.3656807Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:14:54.3704701Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:14:54.3728648Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:14:54.3753088Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:14:54.3780902Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:14:54.3811784Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:14:54.3836174Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:54.3909858Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:14:54.3955554Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:14:54.4015164Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:14:54.4060483Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:14:54.4116503Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:14:54.4162803Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:14:54.4219173Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:14:54.4268019Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:14:54.4325399Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:14:54.4374343Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:14:54.4432907Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:14:54.4480572Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:14:54.4538531Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:14:54.4586458Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:14:54.4644317Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:14:54.4692447Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:14:54.4750419Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:14:54.4833002Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:14:54.4892238Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:14:54.4940607Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:14:54.5000373Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:14:54.5049372Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:14:54.5071923Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:14:54.5095764Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:14:54.5138734Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:14:54.5167516Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:14:54.5378061Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:54.5408372Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:14:54.5434095Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:54.5457225Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:14:54.5482168Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:14:54.5717879Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:54.5747505Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:14:54.5799670Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:14:54.5836505Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:14:54.5862492Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:54.5929209Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:54.5961736Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:14:54.7660456Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:14:54.7686463Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:54.7714298Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:54.7741595Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:54.7815770Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:14:55.0003121Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:14:55.3459385Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:14:55.7707199Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:58.1229985Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:06.2148183Z Reading package lists...
2025-08-20T20:15:06.4049068Z Building dependency tree...
2025-08-20T20:15:06.4057290Z Reading state information...
2025-08-20T20:15:06.5913388Z autoconf is already the newest version (2.71-3).
2025-08-20T20:15:06.5914070Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:15:06.5914673Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:15:06.5915258Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:15:06.5915895Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:15:06.5916536Z ca-certificates is already the newest version (20240203).
2025-08-20T20:15:06.5917373Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:15:06.5917970Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:15:06.5918922Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:15:06.5919554Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:15:06.5920152Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:15:06.5920749Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:15:06.5921254Z patch set to manually installed.
2025-08-20T20:15:06.5921751Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:15:06.5922344Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:15:06.5922899Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:15:06.5923443Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:15:06.5923922Z Suggested packages:
2025-08-20T20:15:06.5924245Z   scons-doc
2025-08-20T20:15:06.6073487Z The following NEW packages will be installed:
2025-08-20T20:15:06.6082233Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:15:06.6260821Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:15:06.6261436Z Need to get 15.8 MB of archives.
2025-08-20T20:15:06.6261997Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:15:06.6262488Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:07.2733242Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:15:15.6495608Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:15:16.0428958Z 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:18:57.5302199Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:19:05.6542205Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:19:07.0779533Z Fetched 15.8 MB in 4min 0s (65.6 kB/s)
2025-08-20T20:19:07.0963510Z Selecting previously unselected package autopoint.
2025-08-20T20:19:07.1018653Z (Reading database ... 
2025-08-20T20:19:07.1019198Z (Reading database ... 5%
2025-08-20T20:19:07.1020545Z (Reading database ... 10%
2025-08-20T20:19:07.1020853Z (Reading database ... 15%
2025-08-20T20:19:07.1021075Z (Reading database ... 20%
2025-08-20T20:19:07.1021295Z (Reading database ... 25%
2025-08-20T20:19:07.1021505Z (Reading database ... 30%
2025-08-20T20:19:07.1021716Z (Reading database ... 35%
2025-08-20T20:19:07.1021928Z (Reading database ... 40%
2025-08-20T20:19:07.1022138Z (Reading database ... 45%
2025-08-20T20:19:07.1022344Z (Reading database ... 50%
2025-08-20T20:19:07.1116851Z (Reading database ... 55%
2025-08-20T20:19:07.1135684Z (Reading database ... 60%
2025-08-20T20:19:07.1156295Z (Reading database ... 65%
2025-08-20T20:19:07.1195505Z (Reading database ... 70%
2025-08-20T20:19:07.1216344Z (Reading database ... 75%
2025-08-20T20:19:07.1241733Z (Reading database ... 80%
2025-08-20T20:19:07.1389090Z (Reading database ... 85%
2025-08-20T20:19:07.1684510Z (Reading database ... 90%
2025-08-20T20:19:07.1760495Z (Reading database ... 95%
2025-08-20T20:19:07.1760894Z (Reading database ... 100%
2025-08-20T20:19:07.1761297Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T20:19:07.1803840Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:19:07.1814103Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:19:07.2051076Z Selecting previously unselected package clang.
2025-08-20T20:19:07.2186899Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:19:07.2195027Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:19:07.2400669Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:19:07.2535614Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:19:07.2544089Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:19:07.6899284Z Selecting previously unselected package scons.
2025-08-20T20:19:07.7034192Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:19:07.7044034Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:19:07.7706241Z Selecting previously unselected package byacc.
2025-08-20T20:19:07.7841439Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:19:07.7850365Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:19:07.8263441Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:19:07.8308847Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:19:07.8402050Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:19:07.8620026Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:19:08.2626182Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:19:08.2656549Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:19:12.1863875Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:19:13.7055555Z Reading package lists...
2025-08-20T20:19:13.8812993Z Building dependency tree...
2025-08-20T20:19:13.8820626Z Reading state information...
2025-08-20T20:19:14.0378355Z The following additional packages will be installed:
2025-08-20T20:19:14.0379202Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:19:14.0379915Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:19:14.0380833Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:19:14.0382019Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:19:14.0383171Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:19:14.0384124Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:19:14.0385119Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:19:14.0385892Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:19:14.0387060Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:19:14.0390994Z Suggested packages:
2025-08-20T20:19:14.0391469Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:19:14.0392028Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:19:14.0392608Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:19:14.0393169Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:19:14.0393754Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:19:14.0394331Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:19:14.0394908Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:19:14.0395550Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:19:14.0396022Z   wdiff-doc
2025-08-20T20:19:14.0396255Z Recommended packages:
2025-08-20T20:19:14.0396863Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:19:14.0397440Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:19:14.0398039Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:19:14.0398655Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:19:14.0573511Z The following NEW packages will be installed:
2025-08-20T20:19:14.0574470Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:19:14.0574992Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:19:14.0575713Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:19:14.0576553Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:19:14.0577495Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:19:14.0578084Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:19:14.0579030Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:19:14.0579688Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:19:14.0582833Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:19:14.0763418Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:19:14.0763787Z Need to get 2417 kB of archives.
2025-08-20T20:19:14.0764121Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:19:14.0764511Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:19:14.3303399Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:19:14.6576312Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:19:15.0728353Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:19:15.8378948Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:19:16.1871838Z 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:19:16.5992718Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:19:17.2487873Z 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:19:17.5872727Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:19:17.9326543Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:19:18.3864077Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:19:18.8378322Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:19:19.3393481Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:19:19.7490307Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:19:20.1628884Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:19:20.7021078Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:19:21.5626936Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:19:21.9538829Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:19:24.7850589Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:19:25.2510860Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:19:25.7141773Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:19:26.0571103Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:19:30.3837858Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:19:33.3303464Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:19:33.8974194Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:19:34.3200309Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:19:34.8512323Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:19:35.3379308Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:19:37.4143706Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:19:38.6589184Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:19:39.2818800Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:19:53.6465773Z Fetched 2417 kB in 39s (61.5 kB/s)
2025-08-20T20:19:53.6659445Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:19:53.6715975Z (Reading database ... 
2025-08-20T20:19:53.6717879Z (Reading database ... 5%
2025-08-20T20:19:53.6718303Z (Reading database ... 10%
2025-08-20T20:19:53.6718704Z (Reading database ... 15%
2025-08-20T20:19:53.6719136Z (Reading database ... 20%
2025-08-20T20:19:53.6719540Z (Reading database ... 25%
2025-08-20T20:19:53.6719927Z (Reading database ... 30%
2025-08-20T20:19:53.6720317Z (Reading database ... 35%
2025-08-20T20:19:53.6720698Z (Reading database ... 40%
2025-08-20T20:19:53.6721083Z (Reading database ... 45%
2025-08-20T20:19:53.6721464Z (Reading database ... 50%
2025-08-20T20:19:53.6834690Z (Reading database ... 55%
2025-08-20T20:19:53.6857268Z (Reading database ... 60%
2025-08-20T20:19:53.6882073Z (Reading database ... 65%
2025-08-20T20:19:53.6931728Z (Reading database ... 70%
2025-08-20T20:19:53.6955395Z (Reading database ... 75%
2025-08-20T20:19:53.6986789Z (Reading database ... 80%
2025-08-20T20:19:53.7171523Z (Reading database ... 85%
2025-08-20T20:19:53.7518526Z (Reading database ... 90%
2025-08-20T20:19:53.7609709Z (Reading database ... 95%
2025-08-20T20:19:53.7610143Z (Reading database ... 100%
2025-08-20T20:19:53.7610699Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T20:19:53.7661945Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:19:53.7671909Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:19:53.7892625Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:19:53.8036387Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:19:53.8047552Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:19:53.8263452Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:19:53.8411932Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:19:53.8421246Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:19:53.8680816Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:19:53.8837395Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:19:53.8847633Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:19:53.9069973Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:19:53.9221105Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:19:53.9230672Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:19:53.9477790Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:19:53.9620804Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:19:53.9635166Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:19:53.9906010Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:19:54.0047235Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:19:54.0056380Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:19:54.0291417Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:19:54.0433906Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:19:54.0441960Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:19:54.0663318Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:19:54.0818744Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:19:54.0829140Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:19:54.1067105Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:19:54.1220147Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:19:54.1229910Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:19:54.1466014Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:19:54.1613624Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:19:54.1623398Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:19:54.1858171Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:19:54.2008626Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:19:54.2018216Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:19:54.2291478Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:19:54.2440120Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:19:54.2452434Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:19:54.2703270Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:19:54.2844818Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:19:54.2855169Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:19:54.3086534Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:19:54.3229563Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:19:54.3255591Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:19:54.3515949Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:19:54.3665919Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:19:54.3675112Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:19:54.3902327Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:19:54.4049159Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:19:54.4063659Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:19:54.4351895Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:19:54.4501294Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:19:54.4510384Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:19:54.4751951Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:19:54.4899122Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:19:54.4908978Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:19:54.5144048Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:19:54.5293897Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:19:54.5304814Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:19:54.5549960Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:19:54.5707783Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:19:54.5717245Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:19:54.6156518Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:19:54.6304349Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:19:54.6314582Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:19:54.6593856Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:19:54.6740828Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:19:54.6750308Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:19:54.6988535Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:19:54.7142605Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:19:54.7152308Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:19:54.7386757Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:19:54.7543299Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:19:54.7553060Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:19:54.7796095Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:19:54.7948210Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:19:54.7957646Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:19:54.8201805Z Selecting previously unselected package libwww-perl.
2025-08-20T20:19:54.8354107Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:19:54.8365779Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:19:54.8689472Z Selecting previously unselected package patchutils.
2025-08-20T20:19:54.8831183Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:19:54.8889486Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:19:54.9179546Z Selecting previously unselected package wdiff.
2025-08-20T20:19:54.9324811Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:19:54.9335364Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:19:54.9614494Z Selecting previously unselected package devscripts.
2025-08-20T20:19:54.9762848Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:19:54.9969739Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:19:55.1370713Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:19:55.1398724Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:19:55.1431897Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:19:55.1455147Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:19:55.1478284Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:19:55.1502592Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:19:55.1526284Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:19:55.1552943Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:19:55.1583699Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:19:55.1611423Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:19:55.1635374Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:19:55.1674502Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:19:55.1696522Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:19:55.1725791Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:19:55.1761772Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:19:55.1793991Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:19:55.1833417Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:19:55.1862681Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:19:55.1898976Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:19:55.1929915Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:19:55.1955247Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:19:55.1983372Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:19:55.2009494Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:19:55.2033177Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:19:55.2059516Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:19:55.2084568Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:19:55.2113749Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:19:55.2149332Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:19:55.2187408Z Setting up devscripts (2.23.7) ...
2025-08-20T20:19:55.3500712Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:19:55.3534308Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:00.2224334Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:20:02.0978708Z Reading package lists...
2025-08-20T20:20:02.3393752Z Building dependency tree...
2025-08-20T20:20:02.3403094Z Reading state information...
2025-08-20T20:20:02.6111407Z The following additional packages will be installed:
2025-08-20T20:20:02.6120158Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:20:02.6127502Z Suggested packages:
2025-08-20T20:20:02.6127951Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:20:02.6315504Z The following NEW packages will be installed:
2025-08-20T20:20:02.6328970Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:20:02.6541520Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:20:02.6541910Z Need to get 13.6 MB of archives.
2025-08-20T20:20:02.6542244Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:20:02.6542634Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:20:02.9250043Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:20:04.3479360Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:20:06.2929579Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:20:34.4689341Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:22:59.5398266Z Fetched 13.6 MB in 2min 57s (76.8 kB/s)
2025-08-20T20:22:59.5589112Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:22:59.5645548Z (Reading database ... 
2025-08-20T20:22:59.5647488Z (Reading database ... 5%
2025-08-20T20:22:59.5648011Z (Reading database ... 10%
2025-08-20T20:22:59.5648489Z (Reading database ... 15%
2025-08-20T20:22:59.5648960Z (Reading database ... 20%
2025-08-20T20:22:59.5649390Z (Reading database ... 25%
2025-08-20T20:22:59.5650018Z (Reading database ... 30%
2025-08-20T20:22:59.5650768Z (Reading database ... 35%
2025-08-20T20:22:59.5651187Z (Reading database ... 40%
2025-08-20T20:22:59.5651553Z (Reading database ... 45%
2025-08-20T20:22:59.5651982Z (Reading database ... 50%
2025-08-20T20:22:59.5734936Z (Reading database ... 55%
2025-08-20T20:22:59.5771811Z (Reading database ... 60%
2025-08-20T20:22:59.5793681Z (Reading database ... 65%
2025-08-20T20:22:59.5836776Z (Reading database ... 70%
2025-08-20T20:22:59.5860579Z (Reading database ... 75%
2025-08-20T20:22:59.5886452Z (Reading database ... 80%
2025-08-20T20:22:59.6041080Z (Reading database ... 85%
2025-08-20T20:22:59.6346254Z (Reading database ... 90%
2025-08-20T20:22:59.6430198Z (Reading database ... 95%
2025-08-20T20:22:59.6430670Z (Reading database ... 100%
2025-08-20T20:22:59.6431205Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T20:22:59.6477513Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:22:59.6493480Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:22:59.6726375Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:22:59.6866301Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:22:59.6874639Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:22:59.7221883Z Selecting previously unselected package cmake-data.
2025-08-20T20:22:59.7361470Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:22:59.7428984Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:23:00.3577733Z Selecting previously unselected package cmake.
2025-08-20T20:23:00.3731559Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:23:00.3740356Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:23:00.5665685Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:23:00.5687385Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:23:00.5709527Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:23:00.5777734Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:23:00.5804375Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:23:04.7164127Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:23:05.2984928Z 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:23:05.2986125Z Running kernel seems to be up-to-date.
2025-08-20T20:23:05.2986352Z 
2025-08-20T20:23:05.2986451Z Restarting services...
2025-08-20T20:23:05.3051596Z 
2025-08-20T20:23:05.3052177Z Service restarts being deferred:
2025-08-20T20:23:05.3052734Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:23:05.3053143Z 
2025-08-20T20:23:05.3053305Z No containers need to be restarted.
2025-08-20T20:23:05.3053592Z 
2025-08-20T20:23:05.3053775Z No user sessions are running outdated binaries.
2025-08-20T20:23:05.3054126Z 
2025-08-20T20:23:05.3054434Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:23:06.3888047Z Reading package lists...
2025-08-20T20:23:06.5886253Z Building dependency tree...
2025-08-20T20:23:06.5894355Z Reading state information...
2025-08-20T20:23:06.8360674Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:23:06.8361346Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:23:06.8361924Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:23:06.8362492Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:23:06.8363055Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:23:06.8363630Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:23:06.8364083Z ca-certificates is already the newest version (20240203).
2025-08-20T20:23:06.8364446Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:23:06.8364807Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:23:06.8365449Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:23:06.8365836Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:23:06.8366203Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:23:06.8366909Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:23:06.8367538Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:23:06.8368115Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:23:06.8368643Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:23:06.8369253Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:23:06.8369814Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:23:06.8370336Z musl is already the newest version (1.2.4-2).
2025-08-20T20:23:06.8370859Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:23:06.8371428Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:23:06.8372082Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:23:06.8372738Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:23:06.8373251Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:23:06.8373845Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:23:06.8374544Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:06.8605330Z Reading package lists...
2025-08-20T20:23:07.0768721Z Building dependency tree...
2025-08-20T20:23:07.0777224Z Reading state information...
2025-08-20T20:23:07.3339463Z autoconf is already the newest version (2.71-3).
2025-08-20T20:23:07.3339935Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:23:07.3340389Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:23:07.3340807Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:23:07.3341234Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:23:07.3341983Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:23:07.3342421Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:23:07.3342830Z ca-certificates is already the newest version (20240203).
2025-08-20T20:23:07.3343233Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:23:07.3343606Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:23:07.3343976Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:23:07.3344361Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:23:07.3344753Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:23:07.3345153Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:23:07.3345567Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:23:07.3346112Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:23:07.3346879Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:23:07.3347518Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:23:07.3348121Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:23:07.3348648Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:23:07.3349170Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:23:07.3349731Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:07.3577811Z Reading package lists...
2025-08-20T20:23:07.5744383Z Building dependency tree...
2025-08-20T20:23:07.5752795Z Reading state information...
2025-08-20T20:23:07.8293522Z devscripts is already the newest version (2.23.7).
2025-08-20T20:23:07.8294199Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:07.8532321Z Reading package lists...
2025-08-20T20:23:08.0484780Z Building dependency tree...
2025-08-20T20:23:08.0492933Z Reading state information...
2025-08-20T20:23:08.2674194Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:23:08.2674922Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:08.2911493Z Reading package lists...
2025-08-20T20:23:08.4800821Z Building dependency tree...
2025-08-20T20:23:08.4809128Z Reading state information...
2025-08-20T20:23:08.6592278Z Suggested packages:
2025-08-20T20:23:08.6592642Z   binutils-doc
2025-08-20T20:23:08.6875418Z The following NEW packages will be installed:
2025-08-20T20:23:08.6884679Z   binutils-aarch64-linux-gnu
2025-08-20T20:23:08.7095449Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:08.7335841Z Need to get 3711 kB of archives.
2025-08-20T20:23:08.7336321Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:23:08.7337097Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:23:08.9474524Z 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:23:52.7872170Z Fetched 3711 kB in 44s (84.7 kB/s)
2025-08-20T20:23:52.8063450Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:23:52.8120164Z (Reading database ... 
2025-08-20T20:23:52.8120731Z (Reading database ... 5%
2025-08-20T20:23:52.8121126Z (Reading database ... 10%
2025-08-20T20:23:52.8121535Z (Reading database ... 15%
2025-08-20T20:23:52.8121923Z (Reading database ... 20%
2025-08-20T20:23:52.8122302Z (Reading database ... 25%
2025-08-20T20:23:52.8122686Z (Reading database ... 30%
2025-08-20T20:23:52.8123063Z (Reading database ... 35%
2025-08-20T20:23:52.8123440Z (Reading database ... 40%
2025-08-20T20:23:52.8123816Z (Reading database ... 45%
2025-08-20T20:23:52.8124196Z (Reading database ... 50%
2025-08-20T20:23:52.8207281Z (Reading database ... 55%
2025-08-20T20:23:52.8244418Z (Reading database ... 60%
2025-08-20T20:23:52.8266469Z (Reading database ... 65%
2025-08-20T20:23:52.8310043Z (Reading database ... 70%
2025-08-20T20:23:52.8333959Z (Reading database ... 75%
2025-08-20T20:23:52.8359963Z (Reading database ... 80%
2025-08-20T20:23:52.8515767Z (Reading database ... 85%
2025-08-20T20:23:52.8827255Z (Reading database ... 90%
2025-08-20T20:23:52.8908512Z (Reading database ... 95%
2025-08-20T20:23:52.8909001Z (Reading database ... 100%
2025-08-20T20:23:52.8909614Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T20:23:52.8954442Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:23:52.8978385Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:23:53.0568506Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:23:53.0599174Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:23:53.0757049Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:23:58.6147247Z Reading package lists...
2025-08-20T20:23:58.8030958Z Building dependency tree...
2025-08-20T20:23:58.8039629Z Reading state information...
2025-08-20T20:23:58.9951329Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:23:58.9952259Z The following additional packages will be installed:
2025-08-20T20:23:58.9953068Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:23:58.9953871Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:23:58.9954896Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:23:58.9955865Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:23:58.9957056Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:23:58.9957799Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:23:58.9958530Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:23:58.9959296Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:23:58.9960030Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:23:58.9961122Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:23:58.9961834Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:23:58.9962596Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:23:58.9963307Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:23:58.9963761Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:23:58.9964191Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:23:58.9964588Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:23:58.9965000Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:23:58.9965397Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:23:58.9965784Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:23:58.9966199Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:23:58.9966826Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:23:58.9967213Z   linux-libc-dev-armhf-cross
2025-08-20T20:23:58.9967807Z Suggested packages:
2025-08-20T20:23:58.9968312Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:23:58.9969073Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:23:59.0514257Z The following NEW packages will be installed:
2025-08-20T20:23:59.0514906Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:23:59.0515466Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:23:59.0516234Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:23:59.0517199Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:23:59.0517973Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:23:59.0518930Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:23:59.0519325Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:23:59.0519791Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:23:59.0520308Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:23:59.0520805Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:23:59.0521277Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:23:59.0521912Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:23:59.0522701Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:23:59.0523505Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:23:59.0524297Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:23:59.0525087Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:23:59.0525799Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:23:59.0526553Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:23:59.0527257Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:23:59.0527922Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:23:59.0528440Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:23:59.0528955Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:23:59.0529379Z   linux-libc-dev-armhf-cross
2025-08-20T20:23:59.0730888Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:59.0731485Z Need to get 171 MB of archives.
2025-08-20T20:23:59.0732024Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:23:59.0732967Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:23:59.3587854Z 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:24:00.2839404Z 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:26:07.7631025Z 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:26:08.5633940Z 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:28:11.6237559Z 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:28:12.5508663Z 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:17.1117875Z 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:17.3859197Z 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:17.6699694Z 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:17.9177010Z 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:18.7314450Z 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:19.4942352Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:30:34.3573155Z 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:35.3831422Z 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:36.8597891Z 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:37.5145640Z 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:37.9833929Z 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:44.6038643Z 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:47.7197087Z 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:53.8052023Z 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:31:02.2828993Z 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:31:05.4088422Z 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:31:09.1389609Z 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:31:40.0005538Z 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:35:51.2019759Z 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:36:07.3295194Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:36:26.6737552Z 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:36:57.7225607Z 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:39:19.2839525Z 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:40:01.4461370Z 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:40:02.1839826Z 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:40:02.9312543Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:40:14.9527196Z 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:40:15.7457668Z 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:40:17.5842515Z 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:40:17.9225211Z 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:40:52.0282968Z 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:41:00.1567927Z 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:41:14.1736984Z 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:41:24.8770086Z 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:45:31.9549258Z 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:45:47.5296972Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:46:04.9017739Z 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:46:33.7079506Z 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:48:38.1262325Z 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:49:16.2734415Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:49:30.2731065Z 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:49:30.9572825Z 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:49:32.4977772Z 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:49:32.7521738Z 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:50:03.9648062Z 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:50:10.9539745Z 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:50:22.7385801Z 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:50:33.1880766Z 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:53:28.2515747Z 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:53:39.3991977Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:53:51.0087200Z 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:54:11.4711900Z 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:55:41.1951439Z 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:55:41.3795972Z 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:55:41.5271885Z 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:55:41.8066551Z 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:55:42.0721162Z 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:55:42.2686267Z 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:55:42.6213934Z Fetched 171 MB in 31min 43s (89.6 kB/s)
2025-08-20T20:55:42.6413500Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:55:42.6470396Z (Reading database ... 
2025-08-20T20:55:42.6470913Z (Reading database ... 5%
2025-08-20T20:55:42.6471302Z (Reading database ... 10%
2025-08-20T20:55:42.6471699Z (Reading database ... 15%
2025-08-20T20:55:42.6472087Z (Reading database ... 20%
2025-08-20T20:55:42.6472460Z (Reading database ... 25%
2025-08-20T20:55:42.6472707Z (Reading database ... 30%
2025-08-20T20:55:42.6472956Z (Reading database ... 35%
2025-08-20T20:55:42.6473198Z (Reading database ... 40%
2025-08-20T20:55:42.6473443Z (Reading database ... 45%
2025-08-20T20:55:42.6473686Z (Reading database ... 50%
2025-08-20T20:55:42.6556112Z (Reading database ... 55%
2025-08-20T20:55:42.6592336Z (Reading database ... 60%
2025-08-20T20:55:42.6614153Z (Reading database ... 65%
2025-08-20T20:55:42.6656097Z (Reading database ... 70%
2025-08-20T20:55:42.6680101Z (Reading database ... 75%
2025-08-20T20:55:42.6705011Z (Reading database ... 80%
2025-08-20T20:55:42.6851425Z (Reading database ... 85%
2025-08-20T20:55:42.7162900Z (Reading database ... 90%
2025-08-20T20:55:42.7252224Z (Reading database ... 95%
2025-08-20T20:55:42.7252809Z (Reading database ... 100%
2025-08-20T20:55:42.7253472Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T20:55:42.7306152Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:42.7319205Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:42.7552231Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:55:42.7693177Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:42.7724619Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:42.9203531Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:55:42.9343358Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:42.9358580Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:42.9591193Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:55:42.9740400Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:42.9781124Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.1168148Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:55:43.1311443Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:43.1323737Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.1550133Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:55:43.1699834Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:43.1736278Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.3169428Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:55:43.3313452Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:43.3323125Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:43.3542415Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:55:43.3683797Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:55:43.3700354Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:43.3919935Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:55:43.4065274Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:43.4074912Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:43.4311539Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:55:43.4463327Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.4477262Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.4704944Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:55:43.4852203Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.4861966Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.5090128Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:55:43.5232642Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:43.5242060Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:43.5665670Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:55:43.5807214Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.5819221Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.6046087Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:55:43.6187224Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.6201723Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.6450340Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:55:43.6592455Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.6606012Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.6841791Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:55:43.6980851Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.6994332Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.7220651Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:55:43.7368997Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.7383373Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.7742428Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:55:43.7906325Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.7919036Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.8205408Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:55:43.8355092Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.8367104Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.8707320Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:55:43.8852249Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.8863573Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.9268495Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:55:43.9412203Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.9431001Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:43.9846326Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:55:43.9990002Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:43.9999332Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:44.0285504Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:55:44.0425913Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:44.0434933Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:44.1480041Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:55:44.1623407Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:44.1662105Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:44.4432605Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:55:44.4573450Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:55:44.4584542Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:44.6553251Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:55:44.6697995Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:44.6710913Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:44.7985516Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:55:44.8126970Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:44.8139016Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.0399710Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:55:45.0543050Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:45.0575766Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.2183990Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:55:45.2325285Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:55:45.2344610Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:55:45.3247485Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:55:45.3388502Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.3397570Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.3599529Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:55:45.3739704Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.3748712Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.3964786Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:55:45.4103549Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:45.4111093Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:45.4483923Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:55:45.4624746Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.4633202Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.4844216Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:55:45.4984555Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.4992383Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.5214759Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:55:45.5354065Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.5363968Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.5609538Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:55:45.5752970Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.5762836Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.6450156Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:55:45.6597165Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.6652506Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.6971184Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:55:45.7117581Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.7130341Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.7505754Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:55:45.7648666Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:45.7660644Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:45.8215418Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:55:45.8357708Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:45.8398206Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:46.0900050Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:55:46.1044237Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:55:46.1055458Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:46.2962459Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:55:46.3108126Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:46.3117087Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:46.4275398Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:55:46.4426219Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:46.4459709Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:46.6451087Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:55:46.6600434Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:46.6634099Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:46.8089300Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:55:46.8236902Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:55:46.8250020Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:55:46.9164222Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:55:46.9309420Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:46.9318441Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:46.9710288Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:55:46.9854596Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:46.9864350Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.0091093Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:55:47.0235562Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.0244966Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.0480550Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:55:47.0625985Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.0638742Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.0862264Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:55:47.1008521Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.1025607Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.1645829Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:55:47.1794189Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.1807715Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.2103859Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:55:47.2262518Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.2277498Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.2641187Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:55:47.2798374Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.2809558Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.3391382Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:55:47.3538738Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:47.3573925Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:47.6159586Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:55:47.6305353Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:55:47.6317824Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:47.8291144Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:55:47.8442631Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:55:47.8457384Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:47.9672879Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:55:47.9820621Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:55:47.9835116Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.1863117Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:55:48.2016869Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:55:48.2055515Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.3577930Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:55:48.3727683Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:48.3742233Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.3956396Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:55:48.4109138Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:48.4118858Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.4338133Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:55:48.4485944Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:55:48.4495487Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:48.4745682Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:55:48.4895530Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:55:48.4905453Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:48.5117336Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:55:48.5269403Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:48.5280312Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.5514049Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:55:48.5673032Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:55:48.5683435Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.6175648Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:55:48.6203564Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.6227813Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6251850Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6277638Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6301216Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:48.6337775Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6361649Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.6385479Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:48.6411773Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6437469Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:55:48.6462119Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.6490008Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6519482Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6546950Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6569618Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.6593657Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:55:48.6619672Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6646225Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6672232Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6696085Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6724027Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6750948Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6776829Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6846344Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6872157Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6895103Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6918536Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6939535Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.6987193Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.7011986Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7036351Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:55:48.7059621Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7083549Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7109046Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7133054Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7159859Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:48.7184009Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7208716Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7231706Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7254902Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7287280Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7311700Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7334949Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7361778Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7388835Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7414346Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7439394Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7464005Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7488901Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7515568Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7544204Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:48.7567970Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7607626Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7633221Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7657376Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7682695Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7706082Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:55:48.7731696Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7776539Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7808828Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:55:48.7834918Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7859729Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7882609Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:55:48.7921520Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:55:48.7939883Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:55:48.8030345Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:55:53.0238035Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:55:54.6750481Z Reading package lists...
2025-08-20T20:55:54.8627275Z Building dependency tree...
2025-08-20T20:55:54.8635942Z Reading state information...
2025-08-20T20:55:55.0460999Z The following additional packages will be installed:
2025-08-20T20:55:55.0461951Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:55:55.0467380Z   libpcap0.8-dev
2025-08-20T20:55:55.0783127Z The following NEW packages will be installed:
2025-08-20T20:55:55.0784233Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:55:55.0792917Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:55:55.0987798Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:55:55.1226380Z Need to get 1613 kB of archives.
2025-08-20T20:55:55.1227227Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:55:55.1227968Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:55:55.3721885Z 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:55:57.0852977Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:55:58.1025416Z 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:55:59.1487716Z 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:56:01.0805912Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:56:06.8611213Z 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:56:09.2553484Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:56:09.4125743Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:56:09.9918550Z Fetched 1613 kB in 15s (110 kB/s)
2025-08-20T20:56:10.0132459Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:56:10.0191512Z (Reading database ... 
2025-08-20T20:56:10.0191965Z (Reading database ... 5%
2025-08-20T20:56:10.0192215Z (Reading database ... 10%
2025-08-20T20:56:10.0192511Z (Reading database ... 15%
2025-08-20T20:56:10.0192858Z (Reading database ... 20%
2025-08-20T20:56:10.0193184Z (Reading database ... 25%
2025-08-20T20:56:10.0193420Z (Reading database ... 30%
2025-08-20T20:56:10.0193648Z (Reading database ... 35%
2025-08-20T20:56:10.0193889Z (Reading database ... 40%
2025-08-20T20:56:10.0194237Z (Reading database ... 45%
2025-08-20T20:56:10.0194545Z (Reading database ... 50%
2025-08-20T20:56:10.0300810Z (Reading database ... 55%
2025-08-20T20:56:10.0321845Z (Reading database ... 60%
2025-08-20T20:56:10.0345045Z (Reading database ... 65%
2025-08-20T20:56:10.0391782Z (Reading database ... 70%
2025-08-20T20:56:10.0417715Z (Reading database ... 75%
2025-08-20T20:56:10.0441333Z (Reading database ... 80%
2025-08-20T20:56:10.0600934Z (Reading database ... 85%
2025-08-20T20:56:10.0939109Z (Reading database ... 90%
2025-08-20T20:56:10.1024018Z (Reading database ... 95%
2025-08-20T20:56:10.1024423Z (Reading database ... 100%
2025-08-20T20:56:10.1024825Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T20:56:10.1072167Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:56:10.1082193Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:56:10.1430839Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:56:10.1573428Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:56:10.1607291Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:56:10.1844277Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:56:10.1988598Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:56:10.2003464Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:56:10.2446553Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:56:10.2591029Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:56:10.2604328Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:56:10.2876500Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:56:10.3020075Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:56:10.3029256Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:56:10.3730565Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:56:10.3874034Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:56:10.3911749Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:56:10.4288452Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:56:10.4430914Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:56:10.4443199Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:56:10.4681137Z Selecting previously unselected package pcaputils.
2025-08-20T20:56:10.4824490Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:56:10.4859048Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:56:10.5297419Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:56:10.5328951Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:56:10.7066916Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:56:10.7089629Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:56:10.7201711Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:56:11.0182423Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:56:11.0206056Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:56:11.0258232Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:56:11.0407881Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:15.5741773Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:56:15.6042126Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:56:15.6125294Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:56:17.2448327Z Reading package lists...
2025-08-20T20:56:17.4524455Z Building dependency tree...
2025-08-20T20:56:17.4533230Z Reading state information...
2025-08-20T20:56:17.4990204Z Reading package lists...
2025-08-20T20:56:17.6933033Z Building dependency tree...
2025-08-20T20:56:17.6941918Z Reading state information...
2025-08-20T20:56:17.8794042Z The following additional packages will be installed:
2025-08-20T20:56:17.8800882Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:56:17.8807480Z Suggested packages:
2025-08-20T20:56:17.8808009Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:56:17.8808496Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:56:17.9030980Z The following NEW packages will be installed:
2025-08-20T20:56:17.9033616Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:56:17.9045956Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:56:17.9264349Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:56:17.9264969Z Need to get 800 kB of archives.
2025-08-20T20:56:17.9265515Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:56:17.9266180Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:18.1933520Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:56:18.6696815Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:56:19.2766017Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:56:22.4747482Z 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:56:23.2544646Z 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:56:23.5560594Z 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:56:25.2024974Z 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:56:25.4290460Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:56:26.0492031Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:56:26.6707954Z Fetched 800 kB in 8s (94.4 kB/s)
2025-08-20T20:56:26.6923928Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:56:26.6986308Z (Reading database ... 
2025-08-20T20:56:26.6986945Z (Reading database ... 5%
2025-08-20T20:56:26.6987391Z (Reading database ... 10%
2025-08-20T20:56:26.6988026Z (Reading database ... 15%
2025-08-20T20:56:26.6988305Z (Reading database ... 20%
2025-08-20T20:56:26.6988564Z (Reading database ... 25%
2025-08-20T20:56:26.6988809Z (Reading database ... 30%
2025-08-20T20:56:26.6989057Z (Reading database ... 35%
2025-08-20T20:56:26.6989298Z (Reading database ... 40%
2025-08-20T20:56:26.6989547Z (Reading database ... 45%
2025-08-20T20:56:26.6989792Z (Reading database ... 50%
2025-08-20T20:56:26.7104568Z (Reading database ... 55%
2025-08-20T20:56:26.7132845Z (Reading database ... 60%
2025-08-20T20:56:26.7163384Z (Reading database ... 65%
2025-08-20T20:56:26.7218059Z (Reading database ... 70%
2025-08-20T20:56:26.7248035Z (Reading database ... 75%
2025-08-20T20:56:26.7273224Z (Reading database ... 80%
2025-08-20T20:56:26.7457202Z (Reading database ... 85%
2025-08-20T20:56:26.7835851Z (Reading database ... 90%
2025-08-20T20:56:26.7923629Z (Reading database ... 95%
2025-08-20T20:56:26.7924119Z (Reading database ... 100%
2025-08-20T20:56:26.7924789Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T20:56:26.7973867Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:56:26.8010242Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:56:26.8244265Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:56:26.8392847Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:56:26.8403854Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:56:26.8682100Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:56:26.8828739Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:56:26.8843660Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:56:26.9661128Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:56:26.9821054Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:56:26.9830984Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:56:27.0093055Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:56:27.0238584Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:56:27.0248905Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:56:27.0503685Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:56:27.0651616Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:56:27.0664784Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:56:27.0964220Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:56:27.1110919Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:56:27.1122232Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:56:27.1364653Z Selecting previously unselected package lzma.
2025-08-20T20:56:27.1516940Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:56:27.1526156Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:56:27.1803100Z Selecting previously unselected package lzma-dev.
2025-08-20T20:56:27.1954342Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:56:27.1968299Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:56:27.2432849Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:56:27.2466499Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:56:27.2496454Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:56:27.2530960Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:56:27.2564904Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:56:27.2634322Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:56:27.2662240Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:56:27.2695192Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:56:27.2718759Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:56:27.2746256Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:56:27.2775869Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:56:27.2933288Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:31.4912215Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:56:32.1315789Z 
2025-08-20T20:56:32.1316282Z Running kernel seems to be up-to-date.
2025-08-20T20:56:32.1316540Z 
2025-08-20T20:56:32.1316919Z Restarting services...
2025-08-20T20:56:32.1378967Z 
2025-08-20T20:56:32.1379307Z Service restarts being deferred:
2025-08-20T20:56:32.1379828Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:56:32.1380200Z 
2025-08-20T20:56:32.1380530Z No containers need to be restarted.
2025-08-20T20:56:32.1380818Z 
2025-08-20T20:56:32.1381008Z No user sessions are running outdated binaries.
2025-08-20T20:56:32.1381335Z 
2025-08-20T20:56:32.1381641Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:56:33.1262990Z Reading package lists...
2025-08-20T20:56:33.3178505Z Building dependency tree...
2025-08-20T20:56:33.3187374Z Reading state information...
2025-08-20T20:56:33.5474798Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:56:33.5475435Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:56:33.5475932Z inetutils-telnet set to manually installed.
2025-08-20T20:56:33.5476385Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:56:33.5477162Z The following additional packages will be installed:
2025-08-20T20:56:33.5477569Z   tcpd update-inetd
2025-08-20T20:56:33.5659078Z The following packages will be REMOVED:
2025-08-20T20:56:33.5673668Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:56:33.5675913Z The following NEW packages will be installed:
2025-08-20T20:56:33.5676280Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:56:33.5676839Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:56:33.5686444Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:56:33.5873164Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T20:56:33.5873570Z Need to get 698 kB of archives.
2025-08-20T20:56:33.5873909Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:56:33.5874324Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:33.8065113Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:56:34.4428049Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:56:34.7852561Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:56:35.1180338Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:56:35.6663329Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:56:36.5336260Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:56:37.2712386Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:56:37.9246806Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:56:38.4555311Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:56:38.9375368Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:56:39.5651656Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:56:40.3628756Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:56:41.0448054Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:56:41.6548312Z Preconfiguring packages ...
2025-08-20T20:56:41.7545548Z Fetched 698 kB in 8s (89.1 kB/s)
2025-08-20T20:56:41.7735799Z (Reading database ... 
2025-08-20T20:56:41.7736250Z (Reading database ... 5%
2025-08-20T20:56:41.7736748Z (Reading database ... 10%
2025-08-20T20:56:41.7737069Z (Reading database ... 15%
2025-08-20T20:56:41.7737428Z (Reading database ... 20%
2025-08-20T20:56:41.7737802Z (Reading database ... 25%
2025-08-20T20:56:41.7738080Z (Reading database ... 30%
2025-08-20T20:56:41.7738450Z (Reading database ... 35%
2025-08-20T20:56:41.7738834Z (Reading database ... 40%
2025-08-20T20:56:41.7739218Z (Reading database ... 45%
2025-08-20T20:56:41.7739590Z (Reading database ... 50%
2025-08-20T20:56:41.7850509Z (Reading database ... 55%
2025-08-20T20:56:41.7870907Z (Reading database ... 60%
2025-08-20T20:56:41.7894369Z (Reading database ... 65%
2025-08-20T20:56:41.7939930Z (Reading database ... 70%
2025-08-20T20:56:41.7965843Z (Reading database ... 75%
2025-08-20T20:56:41.7989567Z (Reading database ... 80%
2025-08-20T20:56:41.8149035Z (Reading database ... 85%
2025-08-20T20:56:41.8481787Z (Reading database ... 90%
2025-08-20T20:56:41.8565688Z (Reading database ... 95%
2025-08-20T20:56:41.8566088Z (Reading database ... 100%
2025-08-20T20:56:41.8566442Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T20:56:41.8610976Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:56:41.8789262Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:41.8966280Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:56:42.2915073Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:56:42.2974988Z (Reading database ... 
2025-08-20T20:56:42.2975390Z (Reading database ... 5%
2025-08-20T20:56:42.2975761Z (Reading database ... 10%
2025-08-20T20:56:42.2976390Z (Reading database ... 15%
2025-08-20T20:56:42.2976780Z (Reading database ... 20%
2025-08-20T20:56:42.2977026Z (Reading database ... 25%
2025-08-20T20:56:42.2977252Z (Reading database ... 30%
2025-08-20T20:56:42.2977481Z (Reading database ... 35%
2025-08-20T20:56:42.2977709Z (Reading database ... 40%
2025-08-20T20:56:42.2977936Z (Reading database ... 45%
2025-08-20T20:56:42.2978160Z (Reading database ... 50%
2025-08-20T20:56:42.3072395Z (Reading database ... 55%
2025-08-20T20:56:42.3092946Z (Reading database ... 60%
2025-08-20T20:56:42.3116070Z (Reading database ... 65%
2025-08-20T20:56:42.3160230Z (Reading database ... 70%
2025-08-20T20:56:42.3186118Z (Reading database ... 75%
2025-08-20T20:56:42.3209344Z (Reading database ... 80%
2025-08-20T20:56:42.3367477Z (Reading database ... 85%
2025-08-20T20:56:42.3693666Z (Reading database ... 90%
2025-08-20T20:56:42.3775149Z (Reading database ... 95%
2025-08-20T20:56:42.3775535Z (Reading database ... 100%
2025-08-20T20:56:42.3775992Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T20:56:42.3820459Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.3862271Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.4102013Z Selecting previously unselected package tcpd.
2025-08-20T20:56:42.4245568Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:56:42.4256369Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:56:42.4513254Z Selecting previously unselected package update-inetd.
2025-08-20T20:56:42.4658213Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:56:42.4668791Z Unpacking update-inetd (4.53) ...
2025-08-20T20:56:42.4931547Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:56:42.5074853Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.5136937Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.5381040Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:56:42.5524387Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.5547733Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.5853482Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:56:42.5997516Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.6016091Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.6298873Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:56:42.6442399Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.6452505Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.6690251Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:56:42.6835124Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.6848180Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.7101877Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:56:42.7247201Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.7261156Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.7532502Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:56:42.7677801Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.7689404Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.7958220Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:56:42.8103747Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.8112796Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.8394857Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:56:42.8540310Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:56:42.8555134Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:56:42.8847178Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:56:42.8990508Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:56:42.9004341Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:56:42.9455429Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:56:42.9543446Z Setting up update-inetd (4.53) ...
2025-08-20T20:56:43.0447899Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.0515176Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:56:43.0546347Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.4750633Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:56:43.4751078Z 
2025-08-20T20:56:43.4751212Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:56:43.4751418Z 
2025-08-20T20:56:43.4751839Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:56:43.4752558Z 
2025-08-20T20:56:43.4753479Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:56:43.4754358Z 
2025-08-20T20:56:43.7938058Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.8065728Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.8134932Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:56:43.8169501Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.8212918Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:56:43.8236484Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:56:43.8260539Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:44.2274177Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:56:44.2274910Z 
2025-08-20T20:56:44.2276089Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:56:44.2276888Z 
2025-08-20T20:56:44.5513908Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:44.6337302Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:44.7024009Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:56:44.7685501Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:51.0251850Z Reading package lists...
2025-08-20T20:56:51.2007637Z Building dependency tree...
2025-08-20T20:56:51.2015271Z Reading state information...
2025-08-20T20:56:51.4214573Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:56:51.4215447Z iputils-tracepath set to manually installed.
2025-08-20T20:56:51.4216023Z The following packages will be REMOVED:
2025-08-20T20:56:51.4226225Z   inetutils-ping
2025-08-20T20:56:51.4227845Z The following NEW packages will be installed:
2025-08-20T20:56:51.4235866Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:56:51.4412069Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T20:56:51.4412628Z Need to get 71.5 kB of archives.
2025-08-20T20:56:51.4413175Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:56:51.4413822Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:51.6086211Z 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:56:52.0962368Z 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:56:52.3799696Z 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:56:52.7972226Z Fetched 71.5 kB in 1s (67.3 kB/s)
2025-08-20T20:56:52.8163883Z (Reading database ... 
2025-08-20T20:56:52.8165286Z (Reading database ... 5%
2025-08-20T20:56:52.8165701Z (Reading database ... 10%
2025-08-20T20:56:52.8166059Z (Reading database ... 15%
2025-08-20T20:56:52.8166413Z (Reading database ... 20%
2025-08-20T20:56:52.8166933Z (Reading database ... 25%
2025-08-20T20:56:52.8167282Z (Reading database ... 30%
2025-08-20T20:56:52.8167642Z (Reading database ... 35%
2025-08-20T20:56:52.8168004Z (Reading database ... 40%
2025-08-20T20:56:52.8168354Z (Reading database ... 45%
2025-08-20T20:56:52.8168698Z (Reading database ... 50%
2025-08-20T20:56:52.8266033Z (Reading database ... 55%
2025-08-20T20:56:52.8286778Z (Reading database ... 60%
2025-08-20T20:56:52.8309476Z (Reading database ... 65%
2025-08-20T20:56:52.8353847Z (Reading database ... 70%
2025-08-20T20:56:52.8379634Z (Reading database ... 75%
2025-08-20T20:56:52.8401104Z (Reading database ... 80%
2025-08-20T20:56:52.8557277Z (Reading database ... 85%
2025-08-20T20:56:52.8880836Z (Reading database ... 90%
2025-08-20T20:56:52.8965470Z (Reading database ... 95%
2025-08-20T20:56:52.8966047Z (Reading database ... 100%
2025-08-20T20:56:52.8966802Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T20:56:52.9010729Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:56:52.9492532Z Selecting previously unselected package iputils-ping.
2025-08-20T20:56:52.9553655Z (Reading database ... 
2025-08-20T20:56:52.9554067Z (Reading database ... 5%
2025-08-20T20:56:52.9554506Z (Reading database ... 10%
2025-08-20T20:56:52.9554918Z (Reading database ... 15%
2025-08-20T20:56:52.9555249Z (Reading database ... 20%
2025-08-20T20:56:52.9555490Z (Reading database ... 25%
2025-08-20T20:56:52.9555727Z (Reading database ... 30%
2025-08-20T20:56:52.9555955Z (Reading database ... 35%
2025-08-20T20:56:52.9556179Z (Reading database ... 40%
2025-08-20T20:56:52.9556407Z (Reading database ... 45%
2025-08-20T20:56:52.9556853Z (Reading database ... 50%
2025-08-20T20:56:52.9655633Z (Reading database ... 55%
2025-08-20T20:56:52.9676950Z (Reading database ... 60%
2025-08-20T20:56:52.9700546Z (Reading database ... 65%
2025-08-20T20:56:52.9746339Z (Reading database ... 70%
2025-08-20T20:56:52.9772167Z (Reading database ... 75%
2025-08-20T20:56:52.9794440Z (Reading database ... 80%
2025-08-20T20:56:52.9949647Z (Reading database ... 85%
2025-08-20T20:56:53.0263188Z (Reading database ... 90%
2025-08-20T20:56:53.0345713Z (Reading database ... 95%
2025-08-20T20:56:53.0346118Z (Reading database ... 100%
2025-08-20T20:56:53.0346757Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T20:56:53.0391932Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:56:53.0410184Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.0650459Z Selecting previously unselected package iputils-arping.
2025-08-20T20:56:53.0797685Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:56:53.0809065Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.1036448Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:56:53.1183120Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:56:53.1190733Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.1597788Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.1760617Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.1922888Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:56:53.2130342Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:59.4443052Z Reading package lists...
2025-08-20T20:56:59.6482691Z Building dependency tree...
2025-08-20T20:56:59.6491883Z Reading state information...
2025-08-20T20:56:59.8824045Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:56:59.8824736Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:56:59.9265841Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:57:01.3124216Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:57:01.8311458Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:02.8903435Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:57:03.0057284Z Collecting pip
2025-08-20T20:57:03.0452084Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:57:03.0539812Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:57:03.0888826Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.4 MB/s eta 0:00:00
2025-08-20T20:57:03.3761906Z Installing collected packages: pip
2025-08-20T20:57:04.1600897Z Successfully installed pip-25.2
2025-08-20T20:57:04.4001591Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:57:04.4504844Z Reading package lists...
2025-08-20T20:57:04.6741862Z Building dependency tree...
2025-08-20T20:57:04.6751740Z Reading state information...
2025-08-20T20:57:04.9630870Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:57:04.9631669Z pciutils set to manually installed.
2025-08-20T20:57:04.9632248Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:57:04.9632901Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:57:04.9633472Z python3-distro set to manually installed.
2025-08-20T20:57:04.9634012Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:57:04.9634488Z python3-netifaces set to manually installed.
2025-08-20T20:57:04.9635083Z The following additional packages will be installed:
2025-08-20T20:57:04.9635615Z   libsysfs2
2025-08-20T20:57:04.9644190Z Suggested packages:
2025-08-20T20:57:04.9644548Z   fancontrol read-edid i2c-tools
2025-08-20T20:57:04.9963767Z The following NEW packages will be installed:
2025-08-20T20:57:04.9967884Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:57:05.0198792Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:57:05.0459091Z Need to get 142 kB of archives.
2025-08-20T20:57:05.0459777Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:57:05.0460425Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:05.2906088Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:57:05.5895731Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:57:05.9237273Z 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:57:06.9307306Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:57:07.3358625Z Fetched 142 kB in 2s (70.0 kB/s)
2025-08-20T20:57:07.3568152Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:57:07.3630409Z (Reading database ... 
2025-08-20T20:57:07.3630859Z (Reading database ... 5%
2025-08-20T20:57:07.3631254Z (Reading database ... 10%
2025-08-20T20:57:07.3631635Z (Reading database ... 15%
2025-08-20T20:57:07.3631989Z (Reading database ... 20%
2025-08-20T20:57:07.3632340Z (Reading database ... 25%
2025-08-20T20:57:07.3633481Z (Reading database ... 30%
2025-08-20T20:57:07.3633857Z (Reading database ... 35%
2025-08-20T20:57:07.3634221Z (Reading database ... 40%
2025-08-20T20:57:07.3634584Z (Reading database ... 45%
2025-08-20T20:57:07.3634942Z (Reading database ... 50%
2025-08-20T20:57:07.3740241Z (Reading database ... 55%
2025-08-20T20:57:07.3762142Z (Reading database ... 60%
2025-08-20T20:57:07.3786119Z (Reading database ... 65%
2025-08-20T20:57:07.3834099Z (Reading database ... 70%
2025-08-20T20:57:07.3860445Z (Reading database ... 75%
2025-08-20T20:57:07.3882788Z (Reading database ... 80%
2025-08-20T20:57:07.4064853Z (Reading database ... 85%
2025-08-20T20:57:07.4448182Z (Reading database ... 90%
2025-08-20T20:57:07.4559983Z (Reading database ... 95%
2025-08-20T20:57:07.4560853Z (Reading database ... 100%
2025-08-20T20:57:07.4561321Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T20:57:07.4612144Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:57:07.4639043Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:57:07.4920105Z Selecting previously unselected package sysfsutils.
2025-08-20T20:57:07.5071281Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:57:07.5107112Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:57:07.5381612Z Selecting previously unselected package lm-sensors.
2025-08-20T20:57:07.5528866Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:57:07.5731535Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:57:07.6040419Z Selecting previously unselected package virt-what.
2025-08-20T20:57:07.6186869Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:57:07.6200119Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:57:07.6645222Z Setting up virt-what (1.25-2) ...
2025-08-20T20:57:07.6682398Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:57:07.6710948Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:57:08.0976854Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:57:08.0977570Z 
2025-08-20T20:57:08.0978361Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:57:08.0979110Z 
2025-08-20T20:57:08.4347492Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:57:08.8481995Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:57:08.8482840Z 
2025-08-20T20:57:08.8526122Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:57:13.6257372Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:57:15.3601862Z Reading package lists...
2025-08-20T20:57:15.5810033Z Building dependency tree...
2025-08-20T20:57:15.5819732Z Reading state information...
2025-08-20T20:57:15.8015826Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:57:15.8016365Z The following additional packages will be installed:
2025-08-20T20:57:15.8021051Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:57:15.8021721Z   xorg-sgml-doctools
2025-08-20T20:57:15.8029869Z Suggested packages:
2025-08-20T20:57:15.8030182Z   libxcb-doc
2025-08-20T20:57:15.8222834Z The following NEW packages will be installed:
2025-08-20T20:57:15.8225005Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:57:15.8229791Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:57:15.8230412Z   xcb xorg-sgml-doctools
2025-08-20T20:57:15.8424921Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:57:15.8425292Z Need to get 807 kB of archives.
2025-08-20T20:57:15.8425767Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:57:15.8426432Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:15.9824481Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:57:16.2048642Z 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:57:16.4327174Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:57:21.4014402Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:57:21.6384393Z 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:57:22.0135550Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:57:22.8805852Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:57:23.2081083Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:57:23.4403746Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:57:23.6551998Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:57:23.9420049Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:57:24.4500949Z Fetched 807 kB in 8s (97.0 kB/s)
2025-08-20T20:57:24.4700915Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:57:24.4765476Z (Reading database ... 
2025-08-20T20:57:24.4765918Z (Reading database ... 5%
2025-08-20T20:57:24.4766322Z (Reading database ... 10%
2025-08-20T20:57:24.4766909Z (Reading database ... 15%
2025-08-20T20:57:24.4767365Z (Reading database ... 20%
2025-08-20T20:57:24.4767775Z (Reading database ... 25%
2025-08-20T20:57:24.4768044Z (Reading database ... 30%
2025-08-20T20:57:24.4768296Z (Reading database ... 35%
2025-08-20T20:57:24.4768539Z (Reading database ... 40%
2025-08-20T20:57:24.4768790Z (Reading database ... 45%
2025-08-20T20:57:24.4769040Z (Reading database ... 50%
2025-08-20T20:57:24.4879502Z (Reading database ... 55%
2025-08-20T20:57:24.4902683Z (Reading database ... 60%
2025-08-20T20:57:24.4930718Z (Reading database ... 65%
2025-08-20T20:57:24.4981206Z (Reading database ... 70%
2025-08-20T20:57:24.5012098Z (Reading database ... 75%
2025-08-20T20:57:24.5037876Z (Reading database ... 80%
2025-08-20T20:57:24.5264071Z (Reading database ... 85%
2025-08-20T20:57:24.5628754Z (Reading database ... 90%
2025-08-20T20:57:24.5726413Z (Reading database ... 95%
2025-08-20T20:57:24.5727195Z (Reading database ... 100%
2025-08-20T20:57:24.5727759Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T20:57:24.5777752Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:57:24.5787983Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:57:24.6012510Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:57:24.6164544Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:57:24.6174088Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:57:24.6433336Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:57:24.6584103Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:57:24.6593623Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:57:24.7174239Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:57:24.7323991Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:57:24.7332922Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:57:24.7591527Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:57:24.7754158Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:57:24.7763353Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:57:24.8006167Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:57:24.8167200Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:57:24.8183956Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:24.8469403Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:57:24.8627361Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:57:24.8638929Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:24.8913059Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:57:24.9072257Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:57:24.9092199Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:24.9314305Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:57:24.9462966Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:57:24.9472861Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:24.9703968Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:57:24.9854054Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:57:24.9868839Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:25.0148998Z Selecting previously unselected package xcb.
2025-08-20T20:57:25.0298638Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:57:25.0307817Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:57:25.0764436Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:25.0795575Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:57:25.0826908Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:57:25.0881515Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:57:25.0943609Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:57:25.1137857Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:57:29.5221487Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:57:29.5314034Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:57:29.5338622Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:57:29.5360726Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:57:29.5387997Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:29.5409012Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:29.5429734Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:29.5451182Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:57:31.2951437Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:31.9175774Z Collecting build
2025-08-20T20:57:31.9513134Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:57:32.0510399Z Collecting cffi
2025-08-20T20:57:32.0555610Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:57:32.0688287Z Collecting scons
2025-08-20T20:57:32.0737304Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:57:32.0881715Z Collecting scuba
2025-08-20T20:57:32.0936255Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:57:32.1375566Z Collecting pytest
2025-08-20T20:57:32.1422198Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:57:32.1620272Z Collecting packaging>=19.1 (from build)
2025-08-20T20:57:32.1670477Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:57:32.1768522Z Collecting pyproject_hooks (from build)
2025-08-20T20:57:32.1816118Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:57:32.1920643Z Collecting pycparser (from cffi)
2025-08-20T20:57:32.1965341Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:57:32.2269073Z Collecting PyYAML (from scuba)
2025-08-20T20:57:32.2312668Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:57:32.2414529Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:57:32.2470635Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:57:32.2633191Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:57:32.2670463Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:57:32.2890100Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:57:32.2928936Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:32.3026845Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:57:32.3238864Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:57:32.3370120Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:57:32.3639917Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 160.2 MB/s  0:00:00
2025-08-20T20:57:32.3684588Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:57:32.3753554Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:57:32.3829941Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:57:32.3897778Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:57:32.3951485Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:57:32.4011659Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:32.4092149Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 167.8 MB/s  0:00:00
2025-08-20T20:57:32.4129763Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:57:32.4185407Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:57:32.4241710Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:57:32.4301154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 133.9 MB/s  0:00:00
2025-08-20T20:57:32.5428814Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:57:34.2833119Z 
2025-08-20T20:57:34.2851129Z 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:57:34.6172721Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:35.2399859Z Collecting ansi2txt
2025-08-20T20:57:35.2757049Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:57:35.3020158Z Collecting pipx
2025-08-20T20:57:35.3060320Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:57:35.3234997Z Collecting scons
2025-08-20T20:57:35.3254008Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:57:35.3342172Z Collecting py2static
2025-08-20T20:57:35.3402278Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:57:35.3574584Z Collecting typer
2025-08-20T20:57:35.3613911Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:57:35.3888052Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:57:35.3933086Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:57:35.4105278Z Collecting packaging>=20 (from pipx)
2025-08-20T20:57:35.4116866Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:57:35.4282685Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:57:35.4320741Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:57:35.4458418Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:57:35.4496405Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:57:35.4890551Z Collecting pyinstaller (from py2static)
2025-08-20T20:57:35.4947293Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:57:35.5137505Z Collecting staticx (from py2static)
2025-08-20T20:57:35.5185955Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:57:35.5362762Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:57:35.5400544Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:35.5713672Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:57:35.5752682Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:57:35.5890308Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:57:35.5930675Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:57:35.6300175Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:57:35.6342310Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:57:35.6536300Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:57:35.6576821Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:57:35.6801048Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:57:35.6812450Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:35.6912880Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:57:35.6951692Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:57:35.8090408Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:57:35.8132987Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:57:35.8331983Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:57:35.8371560Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:57:35.8598045Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:57:35.8652391Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:57:35.8835781Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:57:35.8873472Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:57:35.8975564Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:57:35.9037395Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:57:35.9095459Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:57:35.9177956Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:57:35.9235206Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:57:35.9295478Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:57:35.9353998Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:57:35.9398248Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:57:35.9439005Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:57:35.9495621Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:57:35.9573310Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:35.9644520Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:57:35.9709973Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:57:35.9775669Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:57:35.9838197Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:57:35.9894073Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:57:36.0024630Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:57:36.0102914Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 100.8 MB/s  0:00:00
2025-08-20T20:57:36.0142320Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:57:36.0257264Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:36.0346524Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 153.0 MB/s  0:00:00
2025-08-20T20:57:36.0385465Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:57:36.0453613Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:57:36.0517941Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:57:36.2054569Z 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:57:37.0612255Z   Attempting uninstall: scons
2025-08-20T20:57:37.0698400Z     Found existing installation: SCons 4.9.1
2025-08-20T20:57:37.1090099Z     Uninstalling SCons-4.9.1:
2025-08-20T20:57:37.1165340Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:57:37.7487180Z   Attempting uninstall: pygments
2025-08-20T20:57:37.7572898Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:57:37.7815496Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:57:37.7843535Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:57:38.4404593Z   Attempting uninstall: packaging
2025-08-20T20:57:38.4490683Z     Found existing installation: packaging 25.0
2025-08-20T20:57:38.4518623Z     Uninstalling packaging-25.0:
2025-08-20T20:57:38.4526829Z       Successfully uninstalled packaging-25.0
2025-08-20T20:57:39.4794422Z 
2025-08-20T20:57:39.4824952Z 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:57:39.8292801Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:40.4561563Z Collecting build
2025-08-20T20:57:40.4574630Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:57:40.5488088Z Collecting cffi
2025-08-20T20:57:40.5502174Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:57:40.5615171Z Collecting scons
2025-08-20T20:57:40.5626882Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:57:40.5751009Z Collecting scuba
2025-08-20T20:57:40.5762563Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:57:40.6252666Z Collecting pytest
2025-08-20T20:57:40.6265228Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:57:40.6429652Z Collecting packaging>=19.1 (from build)
2025-08-20T20:57:40.6440972Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:57:40.6521620Z Collecting pyproject_hooks (from build)
2025-08-20T20:57:40.6532378Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:57:40.6617401Z Collecting pycparser (from cffi)
2025-08-20T20:57:40.6628377Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:57:40.6928185Z Collecting PyYAML (from scuba)
2025-08-20T20:57:40.6940823Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:57:40.7027591Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:57:40.7038557Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:57:40.7188587Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:57:40.7199375Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:57:40.7373452Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:57:40.7384432Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:40.7444232Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:57:40.7454782Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:57:40.7467796Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:57:40.7507455Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:57:40.7519573Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:57:40.7531646Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:57:40.7541338Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:57:40.7550710Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:57:40.7560505Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:40.7579015Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:57:40.7589410Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:57:40.7599287Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:57:40.8867233Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:57:40.8872537Z   Attempting uninstall: scons
2025-08-20T20:57:40.8958592Z     Found existing installation: SCons 4.9.1
2025-08-20T20:57:40.9355438Z     Uninstalling SCons-4.9.1:
2025-08-20T20:57:40.9434126Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:57:41.5788139Z   Attempting uninstall: PyYAML
2025-08-20T20:57:41.5881424Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:57:41.5907890Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:57:41.5917375Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:57:41.6451333Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:57:41.6536439Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:57:41.6553332Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:57:41.6560268Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:57:41.6662948Z   Attempting uninstall: pygments
2025-08-20T20:57:41.6742096Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:57:41.6975067Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:57:41.7002172Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:57:42.3338767Z   Attempting uninstall: pycparser
2025-08-20T20:57:42.3430567Z     Found existing installation: pycparser 2.22
2025-08-20T20:57:42.3458615Z     Uninstalling pycparser-2.22:
2025-08-20T20:57:42.3466208Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:57:42.4695166Z   Attempting uninstall: pluggy
2025-08-20T20:57:42.4784448Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:57:42.4804245Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:57:42.4811491Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:57:42.4978710Z   Attempting uninstall: packaging
2025-08-20T20:57:42.5063138Z     Found existing installation: packaging 25.0
2025-08-20T20:57:42.5089407Z     Uninstalling packaging-25.0:
2025-08-20T20:57:42.5098028Z       Successfully uninstalled packaging-25.0
2025-08-20T20:57:42.5504197Z   Attempting uninstall: iniconfig
2025-08-20T20:57:42.5591182Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:57:42.5608808Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:57:42.5615595Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:57:42.5691433Z   Attempting uninstall: scuba
2025-08-20T20:57:42.5783046Z     Found existing installation: scuba 2.14.1
2025-08-20T20:57:42.5808605Z     Uninstalling scuba-2.14.1:
2025-08-20T20:57:42.5819890Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:57:42.6030642Z   Attempting uninstall: pytest
2025-08-20T20:57:42.6116075Z     Found existing installation: pytest 8.4.1
2025-08-20T20:57:42.6183732Z     Uninstalling pytest-8.4.1:
2025-08-20T20:57:42.6455633Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:57:42.8725594Z   Attempting uninstall: cffi
2025-08-20T20:57:42.8815625Z     Found existing installation: cffi 1.17.1
2025-08-20T20:57:42.8843908Z     Uninstalling cffi-1.17.1:
2025-08-20T20:57:42.9091168Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:57:42.9812574Z   Attempting uninstall: build
2025-08-20T20:57:42.9895326Z     Found existing installation: build 1.3.0
2025-08-20T20:57:42.9921351Z     Uninstalling build-1.3.0:
2025-08-20T20:57:42.9931936Z       Successfully uninstalled build-1.3.0
2025-08-20T20:57:43.0124293Z 
2025-08-20T20:57:43.0154311Z 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:57:43.3554489Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:43.9394457Z Collecting ansi2txt
2025-08-20T20:57:43.9406216Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:57:44.0354095Z Collecting pipx
2025-08-20T20:57:44.0364863Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:57:44.0963122Z Collecting scons
2025-08-20T20:57:44.0981647Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:57:44.1166123Z Collecting py2static
2025-08-20T20:57:44.1177484Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:57:44.1494189Z Collecting typer
2025-08-20T20:57:44.1506158Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:57:44.1837529Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:57:44.1850088Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:57:44.2156020Z Collecting packaging>=20 (from pipx)
2025-08-20T20:57:44.2168523Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:57:44.2678869Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:57:44.2691971Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:57:44.3200920Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:57:44.3213710Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:57:44.3757769Z Collecting pyinstaller (from py2static)
2025-08-20T20:57:44.3772166Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:57:44.4168648Z Collecting staticx (from py2static)
2025-08-20T20:57:44.4180789Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:57:44.4457042Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:57:44.4469306Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:44.4870795Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:57:44.4882338Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:57:44.5087058Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:57:44.5097941Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:57:44.5569027Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:57:44.5581223Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:57:44.5812790Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:57:44.5825710Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:57:44.6141362Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:57:44.6153317Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:57:44.6418201Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:57:44.6429760Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:57:44.7620270Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:57:44.7633020Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:57:44.7833271Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:57:44.7844639Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:57:44.8104856Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:57:44.8118001Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:57:44.8322598Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:57:44.8333603Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:57:44.8375398Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:57:44.8386995Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:57:44.8398932Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:57:44.8444118Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:57:44.8455874Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:57:44.8467373Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:57:44.8478730Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:57:44.8490042Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:57:44.8500929Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:57:44.8511547Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:57:44.8523964Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:44.8543529Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:57:44.8554613Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:57:44.8564795Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:57:44.8575065Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:57:44.8585393Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:57:44.8596176Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:57:44.8612378Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:57:44.8625688Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:44.8645031Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:57:44.8655235Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:57:44.8666243Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:57:45.0197979Z 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:57:45.0201838Z   Attempting uninstall: pyelftools
2025-08-20T20:57:45.0283498Z     Found existing installation: pyelftools 0.32
2025-08-20T20:57:45.0335523Z     Uninstalling pyelftools-0.32:
2025-08-20T20:57:45.0351142Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:57:45.1496469Z   Attempting uninstall: altgraph
2025-08-20T20:57:45.1586263Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:57:45.1606826Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:57:45.1614143Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:57:45.1767631Z   Attempting uninstall: typing-extensions
2025-08-20T20:57:45.1859395Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:57:45.1880024Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:57:45.2134348Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:57:45.2413338Z   Attempting uninstall: staticx
2025-08-20T20:57:45.2502630Z     Found existing installation: staticx 0.14.1
2025-08-20T20:57:45.2530709Z     Uninstalling staticx-0.14.1:
2025-08-20T20:57:45.2542093Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:57:45.2757242Z   Attempting uninstall: shellingham
2025-08-20T20:57:45.2843352Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:57:45.2863466Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:57:45.2870928Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:57:45.2977692Z   Attempting uninstall: setuptools
2025-08-20T20:57:45.3067998Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:57:45.3360861Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:57:45.3656965Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:57:46.0739965Z   Attempting uninstall: scons
2025-08-20T20:57:46.0841129Z     Found existing installation: SCons 4.9.1
2025-08-20T20:57:46.1242382Z     Uninstalling SCons-4.9.1:
2025-08-20T20:57:46.1320574Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:57:46.7854730Z   Attempting uninstall: pygments
2025-08-20T20:57:46.7943912Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:57:46.8178976Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:57:46.8207822Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:57:47.4837736Z   Attempting uninstall: platformdirs
2025-08-20T20:57:47.4931093Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:57:47.4960367Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:57:47.4967733Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:57:47.5123620Z   Attempting uninstall: packaging
2025-08-20T20:57:47.5207692Z     Found existing installation: packaging 25.0
2025-08-20T20:57:47.5233427Z     Uninstalling packaging-25.0:
2025-08-20T20:57:47.5241781Z       Successfully uninstalled packaging-25.0
2025-08-20T20:57:47.5667787Z   Attempting uninstall: mdurl
2025-08-20T20:57:47.5753039Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:57:47.5770920Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:57:47.5778114Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:57:47.5889789Z   Attempting uninstall: click
2025-08-20T20:57:47.5973977Z     Found existing installation: click 8.2.1
2025-08-20T20:57:47.5998229Z     Uninstalling click-8.2.1:
2025-08-20T20:57:47.6005462Z       Successfully uninstalled click-8.2.1
2025-08-20T20:57:47.6624449Z   Attempting uninstall: argcomplete
2025-08-20T20:57:47.6712792Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:57:47.6743112Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:57:47.6757889Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:57:47.7006453Z   Attempting uninstall: ansi2txt
2025-08-20T20:57:47.7090423Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:57:47.7107055Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:57:47.7358353Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:57:47.7434381Z   Attempting uninstall: userpath
2025-08-20T20:57:47.7520627Z     Found existing installation: userpath 1.9.2
2025-08-20T20:57:47.7540498Z     Uninstalling userpath-1.9.2:
2025-08-20T20:57:47.7549682Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:57:47.7691185Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:57:47.7777486Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:57:47.8223602Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:57:47.8271511Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:57:48.1351252Z   Attempting uninstall: markdown-it-py
2025-08-20T20:57:48.1441695Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:57:48.1502249Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:57:48.1525749Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:57:48.2186098Z   Attempting uninstall: rich
2025-08-20T20:57:48.2276908Z     Found existing installation: rich 14.1.0
2025-08-20T20:57:48.2339983Z     Uninstalling rich-14.1.0:
2025-08-20T20:57:48.2350623Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:57:48.4043002Z   Attempting uninstall: pyinstaller
2025-08-20T20:57:48.4128001Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:57:48.4497938Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:57:48.4545810Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:57:48.7964266Z   Attempting uninstall: pipx
2025-08-20T20:57:48.8055765Z     Found existing installation: pipx 1.7.1
2025-08-20T20:57:48.8108586Z     Uninstalling pipx-1.7.1:
2025-08-20T20:57:48.8119952Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:57:48.8668653Z   Attempting uninstall: typer
2025-08-20T20:57:48.8761670Z     Found existing installation: typer 0.16.1
2025-08-20T20:57:48.8789784Z     Uninstalling typer-0.16.1:
2025-08-20T20:57:48.8800537Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:57:48.9170107Z   Attempting uninstall: py2static
2025-08-20T20:57:48.9251728Z     Found existing installation: py2static 0.0.1
2025-08-20T20:57:48.9273075Z     Uninstalling py2static-0.0.1:
2025-08-20T20:57:48.9284720Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:57:48.9372075Z 
2025-08-20T20:57:48.9402876Z 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:57:49.2952032Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:57:49.4186197Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:57:49.4190853Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-uwp47ylm
2025-08-20T20:57:49.4291266Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-uwp47ylm
2025-08-20T20:57:50.9345325Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:57:50.9387753Z   Installing build dependencies: started
2025-08-20T20:57:51.7128431Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:57:51.7137421Z   Getting requirements to build wheel: started
2025-08-20T20:57:52.0194019Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:57:52.0205975Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:57:52.2245587Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:57:52.3865016Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:57:52.3878490Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:57:52.4039685Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:57:52.4050405Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:57:52.4200955Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:57:52.4211612Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:57:52.4356817Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:57:52.4367412Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:57:52.4413875Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:57:52.4424374Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:57:52.4438382Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:57:52.4457541Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:57:52.4581211Z Building wheels for collected packages: pyinstaller
2025-08-20T20:57:52.4589826Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:57:53.1617284Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:57:53.1642976Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=d853c2fa4aa8f5699df66548d59f28613f392b040c9ec22892dbae7a87242624
2025-08-20T20:57:53.1644525Z   Stored in directory: /tmp/pip-ephem-wheel-cache-mv4en9ls/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:57:53.1686296Z Successfully built pyinstaller
2025-08-20T20:57:53.2621950Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:57:53.2627298Z   Attempting uninstall: altgraph
2025-08-20T20:57:53.2714510Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:57:53.2735331Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:57:53.2742581Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:57:53.2927567Z   Attempting uninstall: setuptools
2025-08-20T20:57:53.3015693Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:57:53.3308823Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:57:53.3610411Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:57:54.0401601Z   Attempting uninstall: packaging
2025-08-20T20:57:54.0500119Z     Found existing installation: packaging 25.0
2025-08-20T20:57:54.0524527Z     Uninstalling packaging-25.0:
2025-08-20T20:57:54.0532219Z       Successfully uninstalled packaging-25.0
2025-08-20T20:57:54.0954324Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:57:54.1040291Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:57:54.1476015Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:57:54.1520767Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:57:54.4357192Z   Attempting uninstall: pyinstaller
2025-08-20T20:57:54.4452613Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:57:54.4807826Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:57:54.4854135Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:57:54.8307732Z 
2025-08-20T20:57:54.8336966Z 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:57:55.1522464Z 6.15.0
2025-08-20T20:57:55.7071656Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:57:55.7082243Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:57:55.7082693Z 
2025-08-20T20:57:55.7082970Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:57:55.7083502Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:57:55.7083894Z installation.
2025-08-20T20:57:55.7084016Z 
2025-08-20T20:57:55.7084269Z If you installed the current Docker package using this script and are using it
2025-08-20T20:57:55.7084802Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:57:55.7085293Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:57:55.7085726Z files to match the parameters passed to the script.
2025-08-20T20:57:55.7085976Z 
2025-08-20T20:57:55.7086094Z You may press Ctrl+C now to abort this script.
2025-08-20T20:57:55.7257169Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:57:57.2502831Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:57:57.6553743Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:57:57.6574256Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:57:57.8022146Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:57:57.8040249Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:57:57.8047651Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:57:59.2262621Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:58:11.1786547Z 
2025-08-20T20:58:11.1787336Z Running kernel seems to be up-to-date.
2025-08-20T20:58:11.1787722Z 
2025-08-20T20:58:11.1787864Z Restarting services...
2025-08-20T20:58:11.1856774Z 
2025-08-20T20:58:11.1857493Z Service restarts being deferred:
2025-08-20T20:58:11.1858054Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:58:11.1858408Z 
2025-08-20T20:58:11.1858778Z No containers need to be restarted.
2025-08-20T20:58:11.1859066Z 
2025-08-20T20:58:11.1859260Z No user sessions are running outdated binaries.
2025-08-20T20:58:11.1859574Z 
2025-08-20T20:58:11.1859927Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:58:12.2554210Z + sh -c 'docker version'
2025-08-20T20:58:12.2717840Z Client: Docker Engine - Community
2025-08-20T20:58:12.2719128Z  Version:           28.3.3
2025-08-20T20:58:12.2719563Z  API version:       1.51
2025-08-20T20:58:12.2719937Z  Go version:        go1.24.5
2025-08-20T20:58:12.2720325Z  Git commit:        980b856
2025-08-20T20:58:12.2720715Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:58:12.2721130Z  OS/Arch:           linux/amd64
2025-08-20T20:58:12.2721483Z  Context:           default
2025-08-20T20:58:12.2721697Z 
2025-08-20T20:58:12.2721848Z Server: Docker Engine - Community
2025-08-20T20:58:12.2722683Z  Engine:
2025-08-20T20:58:12.2722987Z   Version:          28.3.3
2025-08-20T20:58:12.2723396Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:58:12.2723861Z   Go version:       go1.24.5
2025-08-20T20:58:12.2724235Z   Git commit:       bea959c
2025-08-20T20:58:12.2724953Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:58:12.2725398Z   OS/Arch:          linux/amd64
2025-08-20T20:58:12.2725789Z   Experimental:     false
2025-08-20T20:58:12.2726148Z  containerd:
2025-08-20T20:58:12.2726455Z   Version:          1.7.27
2025-08-20T20:58:12.2727073Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:58:12.2727565Z  runc:
2025-08-20T20:58:12.2727847Z   Version:          1.2.5
2025-08-20T20:58:12.2728179Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:58:12.2728547Z  docker-init:
2025-08-20T20:58:12.2728825Z   Version:          0.19.0
2025-08-20T20:58:12.2729144Z   GitCommit:        de40ad0
2025-08-20T20:58:12.2739621Z 
2025-08-20T20:58:12.2740255Z ================================================================================
2025-08-20T20:58:12.2740609Z 
2025-08-20T20:58:12.2740870Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:58:12.2741479Z Docker daemon in rootless mode for your user:
2025-08-20T20:58:12.2741806Z 
2025-08-20T20:58:12.2741985Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:58:12.2742208Z 
2025-08-20T20:58:12.2742414Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:58:12.2742682Z 
2025-08-20T20:58:12.2742686Z 
2025-08-20T20:58:12.2742868Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:58:12.2743332Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:58:12.2743721Z 
2025-08-20T20:58:12.2744021Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:58:12.2744721Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:58:12.2745437Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:58:12.2745904Z 
2025-08-20T20:58:12.2746066Z ================================================================================
2025-08-20T20:58:12.2746358Z 
2025-08-20T20:58:23.0778885Z ● docker.service - Docker Application Container Engine
2025-08-20T20:58:23.0780070Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:58:23.0780683Z      Active: active (running) since Wed 2025-08-20 20:58:13 UTC; 10s ago
2025-08-20T20:58:23.0781142Z TriggeredBy: ● docker.socket
2025-08-20T20:58:23.0781564Z        Docs: https://docs.docker.com
2025-08-20T20:58:23.0781998Z    Main PID: 20620 (dockerd)
2025-08-20T20:58:23.0782376Z       Tasks: 11
2025-08-20T20:58:23.0782710Z      Memory: 25.6M (peak: 28.1M)
2025-08-20T20:58:23.0783085Z         CPU: 325ms
2025-08-20T20:58:23.0783486Z      CGroup: /system.slice/docker.service
2025-08-20T20:58:23.0786015Z              └─20620 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:58:23.0786745Z 
2025-08-20T20:58:23.0787318Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.401806239Z" level=info msg="Loading containers: start."
2025-08-20T20:58:23.0789813Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.985417399Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a160a8e2389bb0e501122a158f9cc94364a6f0f5521737ecf4e93fa7e6d738c0], retrying...."
2025-08-20T20:58:23.0792188Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.019242968Z" level=info msg="Loading containers: done."
2025-08-20T20:58:23.0793679Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034193767Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:58:23.0794964Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034291109Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:58:23.0795836Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034324883Z" level=info msg="Initializing buildkit"
2025-08-20T20:58:23.0797097Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.053166322Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:58:23.0797825Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058145272Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:58:23.0798534Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058196389Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:58:23.0799186Z Aug 20 20:58:13 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:58:23.0907377Z ● docker.service - Docker Application Container Engine
2025-08-20T20:58:23.0908148Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:58:23.0908918Z      Active: active (running) since Wed 2025-08-20 20:58:13 UTC; 10s ago
2025-08-20T20:58:23.0909558Z TriggeredBy: ● docker.socket
2025-08-20T20:58:23.0909930Z        Docs: https://docs.docker.com
2025-08-20T20:58:23.0910203Z    Main PID: 20620 (dockerd)
2025-08-20T20:58:23.0910422Z       Tasks: 11
2025-08-20T20:58:23.0910615Z      Memory: 25.6M (peak: 28.1M)
2025-08-20T20:58:23.0910833Z         CPU: 325ms
2025-08-20T20:58:23.0911114Z      CGroup: /system.slice/docker.service
2025-08-20T20:58:23.0911777Z              └─20620 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:58:23.0912060Z 
2025-08-20T20:58:23.0912368Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.401806239Z" level=info msg="Loading containers: start."
2025-08-20T20:58:23.0913495Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.985417399Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a160a8e2389bb0e501122a158f9cc94364a6f0f5521737ecf4e93fa7e6d738c0], retrying...."
2025-08-20T20:58:23.0914828Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.019242968Z" level=info msg="Loading containers: done."
2025-08-20T20:58:23.0915900Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034193767Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:58:23.0917435Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034291109Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:58:23.0918619Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034324883Z" level=info msg="Initializing buildkit"
2025-08-20T20:58:23.0919761Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.053166322Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:58:23.0920969Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058145272Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:58:23.0922152Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058196389Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:58:23.0922813Z Aug 20 20:58:13 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:58:23.1128389Z ● docker.service - Docker Application Container Engine
2025-08-20T20:58:23.1129178Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:58:23.1129956Z      Active: active (running) since Wed 2025-08-20 20:58:13 UTC; 10s ago
2025-08-20T20:58:23.1130571Z TriggeredBy: ● docker.socket
2025-08-20T20:58:23.1130992Z        Docs: https://docs.docker.com
2025-08-20T20:58:23.1131265Z    Main PID: 20620 (dockerd)
2025-08-20T20:58:23.1131480Z       Tasks: 11
2025-08-20T20:58:23.1131674Z      Memory: 25.6M (peak: 28.1M)
2025-08-20T20:58:23.1132175Z         CPU: 325ms
2025-08-20T20:58:23.1132589Z      CGroup: /system.slice/docker.service
2025-08-20T20:58:23.1133108Z              └─20620 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:58:23.1133390Z 
2025-08-20T20:58:23.1133694Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.401806239Z" level=info msg="Loading containers: start."
2025-08-20T20:58:23.1134813Z Aug 20 20:58:12 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:12.985417399Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a160a8e2389bb0e501122a158f9cc94364a6f0f5521737ecf4e93fa7e6d738c0], retrying...."
2025-08-20T20:58:23.1135964Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.019242968Z" level=info msg="Loading containers: done."
2025-08-20T20:58:23.1137261Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034193767Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:58:23.1138575Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034291109Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:58:23.1140049Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.034324883Z" level=info msg="Initializing buildkit"
2025-08-20T20:58:23.1141227Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.053166322Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:58:23.1142202Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058145272Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:58:23.1142906Z Aug 20 20:58:13 pkrvmubgrv54qmi dockerd[20620]: time="2025-08-20T20:58:13.058196389Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:58:23.1143719Z Aug 20 20:58:13 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:58:23.1256136Z Docker version 28.3.3, build 980b856
2025-08-20T20:58:23.1436197Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:58:23.3473895Z latest: Pulling from library/hello-world
2025-08-20T20:58:23.3953536Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:58:23.5720736Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T20:58:23.5721302Z 17eec7bbc9d7: Download complete
2025-08-20T20:58:23.5783904Z 17eec7bbc9d7: Pull complete
2025-08-20T20:58:23.6207665Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:58:23.6222386Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:58:23.7992766Z 
2025-08-20T20:58:23.7993426Z Hello from Docker!
2025-08-20T20:58:23.7994236Z This message shows that your installation appears to be working correctly.
2025-08-20T20:58:23.7994732Z 
2025-08-20T20:58:23.7995000Z To generate this message, Docker took the following steps:
2025-08-20T20:58:23.7996529Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:58:23.7997400Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:58:23.7997990Z     (amd64)
2025-08-20T20:58:23.7998478Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:58:23.7999408Z     executable that produces the output you are currently reading.
2025-08-20T20:58:23.8000076Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:58:23.8000606Z     to your terminal.
2025-08-20T20:58:23.8000803Z 
2025-08-20T20:58:23.8001093Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:58:23.8001662Z  $ docker run -it ubuntu bash
2025-08-20T20:58:23.8001941Z 
2025-08-20T20:58:23.8002227Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:58:23.8004672Z  https://hub.docker.com/
2025-08-20T20:58:23.8004932Z 
2025-08-20T20:58:23.8005115Z For more examples and ideas, visit:
2025-08-20T20:58:23.8005654Z  https://docs.docker.com/get-started/
2025-08-20T20:58:23.8005939Z 
2025-08-20T20:58:23.9039041Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:58:23.9039745Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:58:23.9040323Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:58:23.9040825Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:58:23.9041472Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:58:23.9042084Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:58:23.9042739Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:58:23.9043355Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:58:23.9043919Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:58:23.9044501Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:58:23.9044939Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:58:23.9045481Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:58:23.9046126Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:58:23.9047009Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:58:23.9047673Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:58:23.9048218Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:58:23.9048617Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:58:23.9049062Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:58:23.9049696Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:58:23.9050483Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:58:23.9051540Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:58:23.9052228Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:58:23.9052943Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:58:23.9053632Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:58:23.9054214Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:58:23.9054610Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:58:23.9055030Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:58:23.9055431Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:58:23.9055824Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:58:23.9056240Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:58:23.9056901Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:58:23.9057361Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:58:23.9057776Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:58:23.9058188Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:58:23.9058622Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:58:23.9059058Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:58:23.9059447Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:58:23.9059829Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:58:23.9060226Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:58:23.9060839Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:58:23.9061244Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:58:23.9061641Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:58:23.9062018Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:58:23.9062455Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:58:23.9062916Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:58:23.9063363Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:58:23.9063836Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:58:23.9064274Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:58:23.9064685Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:58:23.9065104Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:58:23.9065501Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:58:23.9065904Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:58:23.9066294Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:58:23.9066868Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:58:23.9067285Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:58:23.9067641Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:58:23.9067972Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:58:23.9068317Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:58:23.9068715Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:58:23.9069090Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:58:23.9069619Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:58:23.9070048Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:58:23.9070451Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:58:23.9070844Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:58:23.9071256Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:58:23.9071663Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:58:23.9072051Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:58:23.9072436Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:58:23.9072842Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:58:23.9073309Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:58:23.9073797Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:58:23.9074258Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:58:23.9074660Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:58:23.9075036Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:58:23.9075413Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:58:23.9075802Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:58:23.9076227Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:58:23.9076885Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:58:23.9077625Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:58:23.9078107Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:58:23.9078530Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:58:23.9078916Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:58:23.9079291Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:58:23.9079680Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:58:23.9080061Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:58:23.9080432Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:58:23.9080835Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:58:23.9081239Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:58:23.9081624Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:58:23.9081989Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:58:23.9082379Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:58:23.9082772Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:58:23.9083135Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:58:23.9083491Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:58:23.9083870Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:58:23.9084247Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:58:23.9084590Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:58:23.9084962Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:58:23.9085330Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:58:23.9085814Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:58:23.9086191Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:58:23.9086544Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:58:23.9087236Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:58:23.9087600Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:58:23.9087974Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:58:23.9088365Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:58:23.9088742Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:58:23.9089102Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:58:23.9089461Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:58:23.9089850Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:58:23.9090240Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:58:23.9090575Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:58:23.9090891Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:58:23.9091335Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:58:23.9091714Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:58:23.9092054Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:58:23.9092402Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:58:23.9092739Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:58:23.9093103Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:58:23.9093489Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:58:23.9094056Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:58:23.9094490Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:58:23.9094875Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:58:23.9095250Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:58:23.9095623Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:58:23.9096003Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:58:23.9096393Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:58:23.9097075Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:58:23.9097569Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:58:23.9097949Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:58:23.9098370Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:58:23.9098798Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:58:23.9099214Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:58:23.9099587Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:58:23.9099958Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:58:23.9100357Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:58:23.9100750Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:58:23.9101138Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:58:23.9101515Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:58:23.9101899Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:58:23.9102426Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:58:23.9102799Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:58:23.9103145Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:58:23.9103442Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:58:23.9103756Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:58:23.9104138Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:58:23.9104524Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:58:23.9104906Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:58:23.9105265Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:58:23.9105620Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:58:23.9105985Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:58:23.9106344Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:58:23.9106891Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:58:23.9107311Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:58:23.9107748Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:58:23.9108224Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:58:23.9108590Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:58:23.9108969Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:58:23.9109370Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:58:23.9109775Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:58:23.9110175Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:58:23.9110668Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:58:23.9111034Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:58:23.9111445Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:58:23.9111860Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:58:23.9112257Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:58:23.9112610Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:58:23.9112942Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:58:23.9113315Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:58:23.9113693Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:58:23.9114106Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:58:23.9114568Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:58:23.9114977Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:58:23.9115334Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:58:23.9115669Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:58:23.9124443Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:58:23.9124951Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:58:23.9125465Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:58:23.9125907Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:58:23.9126292Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:58:23.9127052Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:58:23.9127840Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:58:23.9128352Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:58:23.9128779Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:58:23.9129138Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:58:23.9129522Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:58:23.9129935Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:58:23.9130342Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:58:23.9130745Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:58:23.9131119Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:58:23.9131489Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:58:23.9131893Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:58:23.9132287Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:58:23.9133191Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:58:23.9133901Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:58:23.9134440Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:58:23.9134827Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:58:23.9135248Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:58:23.9135698Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:58:23.9136116Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:58:23.9136481Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:58:23.9137316Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:58:23.9137725Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:58:23.9138108Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:58:23.9138476Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:58:23.9138849Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:58:23.9139238Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:58:23.9139977Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:58:23.9140751Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:58:23.9141224Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:58:23.9141634Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:58:23.9142036Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:58:23.9142421Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:58:23.9142797Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:58:23.9143155Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:58:23.9143532Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:58:23.9143905Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:58:23.9144343Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:58:23.9144813Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:58:23.9145267Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:58:23.9145811Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:58:23.9146463Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:58:23.9147258Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:58:23.9147741Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:58:23.9148164Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:58:23.9148517Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:58:23.9148865Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:58:23.9149227Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:58:23.9149593Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:58:23.9149938Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:58:23.9150320Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:58:23.9150709Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:58:23.9151088Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:58:23.9151455Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:58:23.9151828Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:58:23.9152219Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:58:23.9152597Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:58:23.9153012Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:58:23.9153438Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:58:23.9153820Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:58:23.9154183Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:58:23.9154726Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:58:23.9155090Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:58:23.9155441Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:58:23.9155780Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:58:23.9156141Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:58:23.9156518Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:58:23.9157118Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:58:23.9157501Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:58:23.9157856Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:58:23.9158171Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:58:23.9158616Z 	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:58:23.9159132Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:58:23.9159489Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:58:23.9159857Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:58:23.9160220Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:58:23.9160613Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:58:23.9161040Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:58:23.9161453Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:58:23.9161872Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:58:23.9162266Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:58:23.9162659Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:58:23.9163218Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:58:23.9163632Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:58:23.9164330Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:58:23.9164776Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:58:23.9165263Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:58:23.9165748Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:58:23.9166192Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:58:23.9166809Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:58:23.9167253Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:58:23.9167732Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:58:23.9168216Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:58:23.9168609Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:58:23.9169028Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:58:23.9169467Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:58:23.9169863Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:58:23.9170219Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:58:23.9170574Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:58:23.9170947Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:58:23.9171320Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:58:23.9171847Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:58:23.9172205Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:58:23.9172588Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:58:23.9172958Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:58:23.9173311Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:58:23.9173671Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:58:23.9174014Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:58:23.9174377Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:58:23.9174752Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:58:23.9175101Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:58:23.9175444Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:58:23.9175795Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:58:23.9176155Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:58:23.9176515Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:58:23.9177220Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:58:23.9177574Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:58:23.9177938Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:58:23.9178285Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:58:23.9178647Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:58:23.9179069Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:58:23.9179466Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:58:23.9179818Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:58:23.9180353Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:58:23.9180767Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:58:23.9181385Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:58:23.9181855Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:58:23.9182223Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:58:23.9182582Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:58:23.9182875Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:58:23.9183177Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:58:23.9183525Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:58:23.9183876Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:58:23.9184229Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:58:23.9184592Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:58:23.9184935Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:58:23.9185267Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:58:23.9185640Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:58:23.9186045Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:58:23.9186431Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:58:23.9187082Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:58:23.9187494Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:58:23.9187903Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:58:23.9188405Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:58:23.9189179Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:58:23.9189794Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:58:23.9190321Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:58:23.9190783Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:58:23.9191229Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:58:23.9191739Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:58:23.9192344Z 	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:58:23.9192888Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:58:23.9193374Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:58:23.9193809Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:58:23.9194169Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:58:23.9194538Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:58:23.9194907Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:58:23.9195288Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:58:23.9195679Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:58:23.9196059Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:58:23.9196435Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:58:23.9196931Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:58:23.9197310Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:58:23.9197787Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:58:23.9198159Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:58:23.9198525Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:58:23.9198913Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:58:23.9199457Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:58:23.9199868Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:58:23.9200278Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:58:23.9200634Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:58:23.9201016Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:58:23.9201419Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:58:23.9201836Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:58:23.9202265Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:58:23.9202689Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:58:23.9203052Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:58:23.9203414Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:58:23.9203790Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:58:23.9204146Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:58:23.9204522Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:58:23.9204902Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:58:23.9205274Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:58:23.9205789Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:58:23.9206145Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:58:23.9206492Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:58:23.9207159Z 	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:58:23.9207851Z 	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:58:23.9208517Z 	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:58:23.9209206Z 	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:58:23.9209715Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:58:23.9210102Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:58:23.9210469Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:58:23.9210838Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:58:23.9211204Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:58:23.9211558Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:58:23.9211916Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:58:23.9212289Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:58:23.9212659Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:58:23.9213026Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:58:23.9213398Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:58:23.9213767Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:58:23.9214272Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:58:23.9214678Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:58:23.9215065Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:58:23.9215447Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:58:23.9215833Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:58:23.9216217Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:58:23.9216822Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:58:23.9217324Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:58:23.9217937Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:58:23.9218318Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:58:23.9218726Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:58:23.9219112Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:58:23.9219495Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:58:23.9219878Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:58:23.9220251Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:58:23.9220666Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:58:23.9221087Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:58:23.9221479Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:58:23.9221905Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:58:23.9222524Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:58:23.9222924Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:58:23.9223283Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:58:23.9223651Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:58:23.9224035Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:58:23.9224432Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:58:23.9224823Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:58:23.9225185Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:58:23.9225564Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:58:23.9226026Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:58:23.9226494Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:58:23.9227016Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:58:23.9227417Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:58:23.9227858Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:58:23.9228296Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:58:23.9228759Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:58:23.9229232Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:58:23.9229661Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:58:23.9230114Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:58:23.9230506Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:58:23.9231007Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:58:23.9231418Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:58:23.9231795Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:58:23.9232161Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:58:23.9232561Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:58:23.9232951Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:58:23.9233376Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:58:23.9233787Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:58:23.9234164Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:58:23.9234529Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:58:23.9234897Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:58:23.9235246Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:58:23.9235627Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:58:23.9236032Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:58:23.9236474Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:58:23.9237018Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:58:23.9237410Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:58:23.9237836Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:58:23.9238259Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:58:23.9238660Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:58:23.9239185Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:58:23.9239537Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:58:23.9239893Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:58:23.9240274Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:58:23.9240658Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:58:23.9241020Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:58:23.9241341Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:58:23.9241643Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:58:23.9241987Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:58:23.9242480Z 	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:58:23.9243015Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:58:23.9243391Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:58:23.9243752Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:58:23.9244136Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:58:23.9244538Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:58:23.9244934Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:58:23.9245321Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:58:23.9245753Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:58:23.9246151Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:58:23.9246515Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:58:23.9247105Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:58:23.9247466Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:58:23.9247839Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:58:23.9248246Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:58:23.9248668Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:58:23.9249048Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:58:23.9249452Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:58:23.9249877Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:58:23.9250261Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:58:23.9250610Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:58:23.9250960Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:58:23.9251316Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:58:23.9251676Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:58:23.9252044Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:58:23.9252432Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:58:23.9252834Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:58:23.9253279Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:58:23.9253705Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:58:23.9254071Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:58:23.9254443Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:58:23.9254984Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:58:23.9255363Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:58:23.9255729Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:58:23.9256089Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:58:23.9256520Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:58:23.9257346Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:58:23.9257757Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:58:23.9258122Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:58:23.9258492Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:58:23.9258879Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:58:23.9259268Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:58:23.9259637Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:58:23.9260024Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:58:23.9260393Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:58:23.9260737Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:58:23.9261082Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:58:23.9261470Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:58:23.9261876Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:58:23.9262248Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:58:23.9262627Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:58:23.9263054Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:58:23.9263616Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:58:23.9264033Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:58:23.9264412Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:58:23.9264920Z 	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:58:23.9265417Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:58:23.9265719Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:58:23.9266056Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:58:23.9266453Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:58:23.9267039Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:58:23.9267548Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:58:23.9268153Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:58:23.9268751Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:58:23.9269380Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:58:23.9270005Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:58:23.9270612Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:58:23.9271219Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:58:23.9271793Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:58:23.9272420Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:58:23.9272866Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:58:23.9273297Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:58:23.9273712Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:58:23.9274172Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:58:23.9274596Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:58:23.9274971Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:58:23.9275332Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:58:23.9275696Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:58:23.9276071Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:58:23.9276480Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:58:23.9277012Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:58:23.9277369Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:58:23.9277752Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:58:23.9278208Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:58:23.9278686Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:58:23.9279153Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:58:23.9279621Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:58:23.9280086Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:58:23.9280551Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:58:23.9281107Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:58:23.9281516Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:58:23.9281911Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:58:23.9282310Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:58:23.9282705Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:58:23.9283099Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:58:23.9283519Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:58:23.9283936Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:58:23.9284312Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:58:23.9284691Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:58:23.9285064Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:58:23.9285432Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:58:23.9285852Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:58:23.9286278Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:58:23.9286792Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:58:23.9287189Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:58:23.9287603Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:58:23.9288035Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:58:23.9288466Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:58:23.9289013Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:58:23.9289398Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:58:23.9289765Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:58:23.9290137Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:58:23.9290504Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:58:23.9290867Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:58:23.9291264Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:58:23.9291656Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:58:23.9292070Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:58:23.9292523Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:58:23.9292941Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:58:23.9293338Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:58:23.9293723Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:58:23.9294019Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:58:23.9294330Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:58:23.9294707Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:58:23.9295089Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:58:23.9295466Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:58:23.9295847Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:58:23.9296260Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:58:23.9296954Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:58:23.9297515Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:58:23.9297901Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:58:23.9298281Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:58:23.9298814Z 	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:58:23.9299376Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:58:23.9299812Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:58:23.9300241Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:58:23.9300660Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:58:23.9301066Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:58:23.9301461Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:58:23.9301839Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:58:23.9302210Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:58:23.9302592Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:58:23.9302981Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:58:23.9303345Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:58:23.9303721Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:58:23.9304111Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:58:23.9304471Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:58:23.9304869Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:58:23.9305437Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:58:23.9305848Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:58:23.9306213Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:58:23.9306768Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:58:23.9307246Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:58:23.9307614Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:58:23.9307975Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:58:23.9308389Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:58:23.9308822Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:58:23.9309212Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:58:23.9309605Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:58:23.9309989Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:58:23.9310360Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:58:23.9310727Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:58:23.9311097Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:58:23.9311485Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:58:23.9311920Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:58:23.9312358Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:58:23.9312768Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:58:23.9313156Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:58:23.9313692Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:58:23.9314108Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:58:23.9314483Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:58:23.9314831Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:58:23.9315136Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:58:23.9315432Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:58:23.9315791Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:58:23.9316150Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:58:23.9316493Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:58:23.9316979Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:58:23.9317372Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:58:23.9317751Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:58:23.9318101Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:58:23.9318444Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:58:23.9318810Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:58:23.9319196Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:58:23.9319560Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:58:23.9319912Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:58:23.9320263Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:58:23.9320641Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:58:23.9321013Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:58:23.9321480Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:58:23.9321836Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:58:23.9322214Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:58:23.9322580Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:58:23.9322949Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:58:23.9323313Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:58:23.9323684Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:58:23.9324072Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:58:23.9324486Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:58:23.9324876Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:58:23.9325224Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:58:23.9325570Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:58:23.9325907Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:58:23.9326313Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:58:23.9326933Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:58:23.9327387Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:58:23.9327845Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:58:23.9328326Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:58:23.9328751Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:58:23.9329125Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:58:23.9329634Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:58:23.9330073Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:58:23.9330442Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:58:23.9330811Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:58:23.9331185Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:58:23.9331543Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:58:23.9331922Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:58:23.9332350Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:58:23.9332765Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:58:23.9333131Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:58:23.9333529Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:58:23.9333940Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:58:23.9334311Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:58:23.9334651Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:58:23.9335031Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:58:23.9335472Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:58:23.9335886Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:58:23.9336286Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:58:23.9336994Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:58:23.9337329Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:58:23.9337747Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:58:23.9338092Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:58:23.9338563Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:58:23.9484563Z [+] Installing Go for linux-amd64...
2025-08-20T20:58:24.8255216Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:58:24.8255863Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:58:24.8258534Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:58:26.7163608Z [+] Downloading Go go1.25.0...
2025-08-20T20:58:26.7217419Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:58:26.7218053Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:58:26.7218380Z 
2025-08-20T20:58:26.7859904Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:58:26.7860554Z 100    80  100    80    0     0   1243      0 --:--:-- --:--:-- --:--:--  1250
2025-08-20T20:58:26.8580343Z 
2025-08-20T20:58:26.8581144Z 100    75  100    75    0     0    549      0 --:--:-- --:--:-- --:--:--   549
2025-08-20T20:58:26.9751655Z 
2025-08-20T20:58:27.1055067Z  24 56.8M   24 14.1M    0     0  55.9M      0  0:00:01 --:--:--  0:00:01 55.9M
2025-08-20T20:58:27.1055708Z 100 56.8M  100 56.8M    0     0   148M      0 --:--:-- --:--:-- --:--:--  328M
2025-08-20T20:58:27.1090063Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:58:28.4952139Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:58:28.4952716Z [+] GOROOT: /home/runner/.go
2025-08-20T20:58:28.4953102Z [+] GOPATH: /home/runner/go
2025-08-20T20:58:28.4953638Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:58:28.5117321Z go version go1.25.0 linux/amd64
2025-08-20T20:58:28.5520664Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:58:28.5521433Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:58:28.5522341Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:58:28.5522965Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:58:28.5523618Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:58:28.5524259Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:58:28.5524885Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:58:28.5525504Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:58:28.5526106Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:58:28.5526881Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:58:28.5527485Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:58:28.5528145Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:58:28.5528806Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:58:28.5529496Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:58:28.5530158Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:58:28.5530834Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:58:28.5531499Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:58:28.5532094Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:58:28.5532591Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:58:28.5533072Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:58:28.5533501Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:58:28.5533878Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:58:28.5534508Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:58:28.5534901Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:58:28.5535247Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:58:28.5535626Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:58:28.5536063Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:58:28.5536467Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:58:28.5537116Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:58:28.5537542Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:58:28.5537950Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:58:28.5538355Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:58:28.5538773Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:58:28.5539179Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:58:28.5539606Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:58:28.5540026Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:58:28.5540413Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:58:28.5540790Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:58:28.5541184Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:58:28.5541593Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:58:28.5541993Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:58:28.5542376Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:58:28.5542758Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:58:28.5543327Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:58:28.5543791Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:58:28.5544240Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:58:28.5544704Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:58:28.5545132Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:58:28.5545547Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:58:28.5545952Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:58:28.5546342Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:58:28.5546956Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:58:28.5547351Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:58:28.5547712Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:58:28.5548057Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:58:28.5548409Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:58:28.5548720Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:58:28.5549051Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:58:28.5549453Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:58:28.5549829Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:58:28.5550229Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:58:28.5550650Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:58:28.5551189Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:58:28.5551582Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:58:28.5551995Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:58:28.5552415Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:58:28.5552836Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:58:28.5553222Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:58:28.5553632Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:58:28.5554088Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:58:28.5554570Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:58:28.5555034Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:58:28.5555454Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:58:28.5555846Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:58:28.5556229Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:58:28.5557230Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:58:28.5557670Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:58:28.5558142Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:58:28.5558622Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:58:28.5559100Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:58:28.5559527Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:58:28.5560059Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:58:28.5560442Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:58:28.5560835Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:58:28.5561222Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:58:28.5561597Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:58:28.5562012Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:58:28.5562421Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:58:28.5562795Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:58:28.5563163Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:58:28.5563554Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:58:28.5563952Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:58:28.5564317Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:58:28.5564674Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:58:28.5565051Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:58:28.5565425Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:58:28.5565773Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:58:28.5566139Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:58:28.5566501Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:58:28.5567388Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:58:28.5567762Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:58:28.5568107Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:58:28.5568597Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:58:28.5568952Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:58:28.5569326Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:58:28.5569718Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:58:28.5570097Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:58:28.5570460Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:58:28.5570819Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:58:28.5571202Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:58:28.5571591Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:58:28.5571924Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:58:28.5572240Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:58:28.5572595Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:58:28.5572934Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:58:28.5573274Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:58:28.5573616Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:58:28.5573950Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:58:28.5574309Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:58:28.5574691Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:58:28.5575112Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:58:28.5575552Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:58:28.5575938Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:58:28.5576427Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:58:28.5577831Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:58:28.5578211Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:58:28.5578601Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:58:28.5578995Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:58:28.5579363Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:58:28.5579738Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:58:28.5580141Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:58:28.5580570Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:58:28.5580983Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:58:28.5581363Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:58:28.5581740Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:58:28.5582135Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:58:28.5589684Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:58:28.5590306Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:58:28.5590736Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:58:28.5591149Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:58:28.5591557Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:58:28.5591934Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:58:28.5592290Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:58:28.5592802Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:58:28.5593147Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:58:28.5593551Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:58:28.5593949Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:58:28.5594351Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:58:28.5594717Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:58:28.5595083Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:58:28.5595455Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:58:28.5595798Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:58:28.5596130Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:58:28.5596542Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:58:28.5597203Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:58:28.5597597Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:58:28.5597958Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:58:28.5598335Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:58:28.5598730Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:58:28.5599136Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:58:28.5599535Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:58:28.5599881Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:58:28.5600228Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:58:28.5600641Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:58:28.5601192Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:58:28.5601601Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:58:28.5601963Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:58:28.5602300Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:58:28.5602686Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:58:28.5603061Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:58:28.5603482Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:58:28.5603944Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:58:28.5604354Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:58:28.5604716Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:58:28.5605051Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:58:28.5605406Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:58:28.5605842Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:58:28.5606332Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:58:28.5607087Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:58:28.5607464Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:58:28.5607921Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:58:28.5608447Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:58:28.5608929Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:58:28.5609346Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:58:28.5609888Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:58:28.5610260Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:58:28.5610663Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:58:28.5611067Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:58:28.5611459Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:58:28.5611826Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:58:28.5612184Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:58:28.5612565Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:58:28.5612954Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:58:28.5613334Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:58:28.5613721Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:58:28.5614104Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:58:28.5614486Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:58:28.5614902Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:58:28.5615340Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:58:28.5615758Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:58:28.5616115Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:58:28.5616478Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:58:28.5617070Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:58:28.5617435Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:58:28.5617799Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:58:28.5618280Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:58:28.5618664Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:58:28.5619071Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:58:28.5619526Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:58:28.5619961Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:58:28.5620354Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:58:28.5620731Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:58:28.5621104Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:58:28.5621469Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:58:28.5621829Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:58:28.5622212Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:58:28.5622584Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:58:28.5623018Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:58:28.5623483Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:58:28.5623930Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:58:28.5624432Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:58:28.5624935Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:58:28.5625418Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:58:28.5625906Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:58:28.5626450Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:58:28.5627035Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:58:28.5627393Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:58:28.5627763Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:58:28.5628139Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:58:28.5628493Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:58:28.5628860Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:58:28.5629231Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:58:28.5629603Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:58:28.5629977Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:58:28.5630358Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:58:28.5630751Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:58:28.5631131Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:58:28.5631537Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:58:28.5631970Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:58:28.5632349Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:58:28.5632712Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:58:28.5633113Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:58:28.5633474Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:58:28.5633819Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:58:28.5634164Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:58:28.5634625Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:58:28.5635006Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:58:28.5635367Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:58:28.5635749Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:58:28.5636107Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:58:28.5636420Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:58:28.5637073Z 	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:58:28.5637580Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:58:28.5637943Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:58:28.5638309Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:58:28.5638677Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:58:28.5639071Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:58:28.5639493Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:58:28.5639908Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:58:28.5640318Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:58:28.5640713Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:58:28.5641103Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:58:28.5641514Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:58:28.5641914Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:58:28.5642290Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:58:28.5642840Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:58:28.5643320Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:58:28.5643800Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:58:28.5644236Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:58:28.5644639Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:58:28.5645030Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:58:28.5645493Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:58:28.5645960Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:58:28.5646360Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:58:28.5646898Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:58:28.5647337Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:58:28.5647731Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:58:28.5648086Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:58:28.5648439Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:58:28.5648809Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:58:28.5649176Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:58:28.5649532Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:58:28.5649886Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:58:28.5650263Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:58:28.5650633Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:58:28.5651105Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:58:28.5651468Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:58:28.5651809Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:58:28.5652176Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:58:28.5652549Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:58:28.5652929Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:58:28.5653279Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:58:28.5653623Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:58:28.5653977Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:58:28.5654334Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:58:28.5654684Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:58:28.5655037Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:58:28.5655403Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:58:28.5655752Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:58:28.5656117Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:58:28.5656559Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:58:28.5657062Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:58:28.5657415Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:58:28.5657787Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:58:28.5658195Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:58:28.5658583Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:58:28.5659070Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:58:28.5659423Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:58:28.5659770Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:58:28.5660061Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:58:28.5660357Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:58:28.5660701Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:58:28.5661044Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:58:28.5661396Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:58:28.5661747Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:58:28.5662090Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:58:28.5662417Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:58:28.5662796Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:58:28.5663204Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:58:28.5663590Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:58:28.5663975Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:58:28.5664354Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:58:28.5664759Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:58:28.5665250Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:58:28.5665857Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:58:28.5666461Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:58:28.5667256Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:58:28.5667725Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:58:28.5668164Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:58:28.5668666Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:58:28.5669271Z 	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:58:28.5669813Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:58:28.5670288Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:58:28.5670727Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:58:28.5671084Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:58:28.5671455Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:58:28.5671818Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:58:28.5672188Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:58:28.5672569Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:58:28.5672941Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:58:28.5673313Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:58:28.5673684Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:58:28.5674054Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:58:28.5674413Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:58:28.5674777Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:58:28.5675248Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:58:28.5675632Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:58:28.5676015Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:58:28.5676428Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:58:28.5677029Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:58:28.5677382Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:58:28.5677759Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:58:28.5678159Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:58:28.5678560Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:58:28.5679058Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:58:28.5679475Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:58:28.5679845Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:58:28.5680205Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:58:28.5680576Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:58:28.5680925Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:58:28.5681299Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:58:28.5681675Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:58:28.5682041Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:58:28.5682416Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:58:28.5682766Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:58:28.5683112Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:58:28.5683774Z 	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:58:28.5684480Z 	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:58:28.5685156Z 	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:58:28.5685794Z 	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:58:28.5686309Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:58:28.5686813Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:58:28.5687177Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:58:28.5687541Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:58:28.5687907Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:58:28.5688257Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:58:28.5688618Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:58:28.5688989Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:58:28.5689352Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:58:28.5689718Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:58:28.5690089Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:58:28.5690445Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:58:28.5690823Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:58:28.5691223Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:58:28.5691737Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:58:28.5692125Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:58:28.5692514Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:58:28.5692896Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:58:28.5693267Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:58:28.5693639Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:58:28.5694002Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:58:28.5694376Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:58:28.5694771Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:58:28.5695157Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:58:28.5695540Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:58:28.5695932Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:58:28.5696310Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:58:28.5696886Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:58:28.5697316Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:58:28.5697708Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:58:28.5698131Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:58:28.5698574Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:58:28.5698969Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:58:28.5699326Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:58:28.5699693Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:58:28.5700202Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:58:28.5700604Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:58:28.5700992Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:58:28.5701360Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:58:28.5701735Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:58:28.5702189Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:58:28.5702650Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:58:28.5703035Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:58:28.5703429Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:58:28.5703873Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:58:28.5704306Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:58:28.5704766Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:58:28.5705240Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:58:28.5705678Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:58:28.5706099Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:58:28.5706487Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:58:28.5706999Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:58:28.5707405Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:58:28.5707775Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:58:28.5708264Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:58:28.5708661Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:58:28.5709047Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:58:28.5709436Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:58:28.5709845Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:58:28.5710226Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:58:28.5710593Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:58:28.5710947Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:58:28.5711296Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:58:28.5711674Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:58:28.5712085Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:58:28.5712525Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:58:28.5712961Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:58:28.5713345Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:58:28.5713770Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:58:28.5714178Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:58:28.5714570Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:58:28.5714962Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:58:28.5715313Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:58:28.5715668Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:58:28.5716209Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:58:28.5716706Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:58:28.5717155Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:58:28.5717475Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:58:28.5717779Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:58:28.5718122Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:58:28.5718607Z 	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:58:28.5719109Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:58:28.5719478Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:58:28.5719839Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:58:28.5720231Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:58:28.5720630Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:58:28.5721027Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:58:28.5721415Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:58:28.5721814Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:58:28.5722208Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:58:28.5722569Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:58:28.5722926Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:58:28.5723276Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:58:28.5723638Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:58:28.5724178Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:58:28.5724597Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:58:28.5724979Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:58:28.5725383Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:58:28.5725816Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:58:28.5726197Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:58:28.5726551Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:58:28.5727008Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:58:28.5727359Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:58:28.5727719Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:58:28.5728086Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:58:28.5728478Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:58:28.5728878Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:58:28.5729325Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:58:28.5729754Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:58:28.5730116Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:58:28.5730489Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:58:28.5730868Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:58:28.5731244Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:58:28.5731609Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:58:28.5731969Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:58:28.5732511Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:58:28.5732991Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:58:28.5733398Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:58:28.5733756Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:58:28.5734114Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:58:28.5734495Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:58:28.5734874Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:58:28.5735235Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:58:28.5735618Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:58:28.5735990Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:58:28.5736340Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:58:28.5736782Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:58:28.5737165Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:58:28.5737571Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:58:28.5737939Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:58:28.5738311Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:58:28.5738739Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:58:28.5739157Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:58:28.5739565Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:58:28.5739946Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:58:28.5740564Z 	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:58:28.5741058Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:58:28.5741360Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:58:28.5743438Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:58:28.5744106Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:58:28.5744802Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:58:28.5745650Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:58:28.5746889Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:58:28.5747884Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:58:28.5748852Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:58:28.5749515Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:58:28.5750140Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:58:28.5750747Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:58:28.5751317Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:58:28.5751804Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:58:28.5752240Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:58:28.5752669Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:58:28.5753307Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:58:28.5753774Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:58:28.5754199Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:58:28.5754575Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:58:28.5754932Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:58:28.5755308Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:58:28.5755685Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:58:28.5756082Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:58:28.5756484Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:58:28.5757071Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:58:28.5757464Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:58:28.5757921Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:58:28.5758395Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:58:28.5758866Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:58:28.5759331Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:58:28.5759795Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:58:28.5760254Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:58:28.5760686Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:58:28.5761088Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:58:28.5761488Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:58:28.5762029Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:58:28.5762428Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:58:28.5762819Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:58:28.5763236Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:58:28.5763660Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:58:28.5764043Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:58:28.5764419Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:58:28.5764783Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:58:28.5765152Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:58:28.5765577Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:58:28.5766013Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:58:28.5766406Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:58:28.5767086Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:58:28.5767495Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:58:28.5767928Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:58:28.5768363Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:58:28.5768780Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:58:28.5769165Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:58:28.5769525Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:58:28.5770019Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:58:28.5770384Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:58:28.5770744Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:58:28.5771135Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:58:28.5771522Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:58:28.5771934Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:58:28.5772391Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:58:28.5772796Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:58:28.5773188Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:58:28.5773569Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:58:28.5773863Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:58:28.5774180Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:58:28.5774549Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:58:28.5774931Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:58:28.5775308Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:58:28.5775689Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:58:28.5776108Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:58:28.5776540Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:58:28.5777177Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:58:28.5777549Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:58:28.5777938Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:58:28.5778600Z 	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:58:28.5779162Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:58:28.5779596Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:58:28.5780016Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:58:28.5780430Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:58:28.5780835Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:58:28.5781226Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:58:28.5781606Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:58:28.5781973Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:58:28.5782367Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:58:28.5782751Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:58:28.5783115Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:58:28.5783489Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:58:28.5783875Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:58:28.5784235Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:58:28.5784640Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:58:28.5785087Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:58:28.5785495Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:58:28.5785865Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:58:28.5786357Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:58:28.5786961Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:58:28.5787331Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:58:28.5787689Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:58:28.5788102Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:58:28.5788537Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:58:28.5788933Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:58:28.5789320Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:58:28.5789705Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:58:28.5790075Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:58:28.5790441Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:58:28.5790809Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:58:28.5791196Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:58:28.5791636Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:58:28.5792084Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:58:28.5792508Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:58:28.5792898Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:58:28.5793291Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:58:28.5793699Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:58:28.5794080Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:58:28.5794553Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:58:28.5794859Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:58:28.5795154Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:58:28.5795509Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:58:28.5795869Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:58:28.5796219Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:58:28.5796747Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:58:28.5797166Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:58:28.5797545Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:58:28.5797895Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:58:28.5798234Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:58:28.5798606Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:58:28.5798992Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:58:28.5799354Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:58:28.5799696Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:58:28.5800039Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:58:28.5800410Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:58:28.5800784Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:58:28.5801120Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:58:28.5801480Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:58:28.5801859Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:58:28.5802225Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:58:28.5802704Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:58:28.5803072Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:58:28.5803443Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:58:28.5803832Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:58:28.5804244Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:58:28.5804634Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:58:28.5804971Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:58:28.5805307Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:58:28.5805639Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:58:28.5806052Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:58:28.5806549Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:58:28.5807171Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:58:28.5807628Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:58:28.5808111Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:58:28.5808528Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:58:28.5808896Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:58:28.5809267Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:58:28.5809638Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:58:28.5810010Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:58:28.5810507Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:58:28.5810875Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:58:28.5811233Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:58:28.5811607Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:58:28.5812036Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:58:28.5812454Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:58:28.5812815Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:58:28.5813199Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:58:28.5813611Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:58:28.5813975Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:58:28.5814321Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:58:28.5814698Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:58:28.5815138Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:58:28.5815553Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:58:28.5815971Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:58:28.5816378Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:58:28.5816893Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:58:28.5817166Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:58:28.5817521Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:58:28.5817997Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:58:28.8083678Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:58:28.9797053Z Collecting meson
2025-08-20T20:58:29.0176909Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:58:29.0561278Z Collecting ninja
2025-08-20T20:58:29.0605382Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:58:29.0687584Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:58:29.1047992Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 40.7 MB/s  0:00:00
2025-08-20T20:58:29.1100206Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:58:29.2019977Z Installing collected packages: ninja, meson
2025-08-20T20:58:29.9505874Z 
2025-08-20T20:58:29.9535515Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:58:30.2688946Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:58:30.3784614Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:58:30.4375666Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:58:30.9674736Z 1.8.4
2025-08-20T20:58:30.9986124Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:58:31.0258073Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:58:31.0258747Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:58:31.0259346Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:58:31.0259974Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:58:31.0260629Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:58:31.0261635Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:58:31.0262292Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:58:31.0262926Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:58:31.0263821Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:58:31.0264399Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:58:31.0265048Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:58:31.0265714Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:58:31.0266380Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:58:31.0267285Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:58:31.0267972Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:58:31.0268647Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:58:31.0269340Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:58:31.0269958Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:58:31.0270463Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:58:31.0270974Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:58:31.0271417Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:58:31.0271801Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:58:31.0272218Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:58:31.0272610Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:58:31.0272959Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:58:31.0273342Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:58:31.0273773Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:58:31.0274173Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:58:31.0274732Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:58:31.0275716Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:58:31.0276406Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:58:31.0277324Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:58:31.0278061Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:58:31.0278815Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:58:31.0279688Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:58:31.0280436Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:58:31.0281145Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:58:31.0281830Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:58:31.0282514Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:58:31.0283258Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:58:31.0283980Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:58:31.0284704Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:58:31.0285401Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:58:31.0286203Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:58:31.0287267Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:58:31.0288065Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:58:31.0288910Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:58:31.0289674Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:58:31.0290620Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:58:31.0291352Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:58:31.0292068Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:58:31.0292799Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:58:31.0293506Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:58:31.0294158Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:58:31.0294791Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:58:31.0295443Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:58:31.0296004Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:58:31.0296836Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:58:31.0297592Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:58:31.0298257Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:58:31.0298970Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:58:31.0299743Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:58:31.0300476Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:58:31.0301187Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:58:31.0301923Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:58:31.0302668Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:58:31.0303367Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:58:31.0304062Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:58:31.0305022Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:58:31.0305843Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:58:31.0306906Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:58:31.0307724Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:58:31.0308438Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:58:31.0309106Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:58:31.0309771Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:58:31.0310465Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:58:31.0311210Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:58:31.0312037Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:58:31.0312913Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:58:31.0313759Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:58:31.0314510Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:58:31.0315199Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:58:31.0315870Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:58:31.0316773Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:58:31.0317471Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:58:31.0318086Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:58:31.0318535Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:58:31.0319151Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:58:31.0319541Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:58:31.0319915Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:58:31.0320314Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:58:31.0320710Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:58:31.0321071Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:58:31.0321428Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:58:31.0321807Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:58:31.0322181Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:58:31.0322531Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:58:31.0322902Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:58:31.0330731Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:58:31.0331235Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:58:31.0331672Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:58:31.0332054Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:58:31.0332421Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:58:31.0332798Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:58:31.0333192Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:58:31.0333697Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:58:31.0334092Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:58:31.0334483Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:58:31.0334865Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:58:31.0335457Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:58:31.0335872Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:58:31.0336213Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:58:31.0336540Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:58:31.0337097Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:58:31.0337444Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:58:31.0337792Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:58:31.0338145Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:58:31.0338478Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:58:31.0338861Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:58:31.0339258Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:58:31.0339714Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:58:31.0340163Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:58:31.0340561Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:58:31.0340938Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:58:31.0341317Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:58:31.0341698Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:58:31.0342104Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:58:31.0342506Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:58:31.0342876Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:58:31.0343397Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:58:31.0343813Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:58:31.0344250Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:58:31.0344671Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:58:31.0345053Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:58:31.0345439Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:58:31.0345834Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:58:31.0346232Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:58:31.0346797Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:58:31.0347446Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:58:31.0347974Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:58:31.0348406Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:58:31.0348780Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:58:31.0349138Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:58:31.0349444Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:58:31.0349765Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:58:31.0350152Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:58:31.0350544Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:58:31.0350933Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:58:31.0351296Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:58:31.0351659Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:58:31.0352165Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:58:31.0352512Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:58:31.0352845Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:58:31.0353261Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:58:31.0353702Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:58:31.0354092Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:58:31.0354453Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:58:31.0354830Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:58:31.0355230Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:58:31.0355638Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:58:31.0356042Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:58:31.0356398Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:58:31.0356927Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:58:31.0357351Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:58:31.0357780Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:58:31.0358183Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:58:31.0358542Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:58:31.0358880Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:58:31.0359265Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:58:31.0359643Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:58:31.0360067Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:58:31.0360657Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:58:31.0361072Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:58:31.0361438Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:58:31.0361781Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:58:31.0362123Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:58:31.0362557Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:58:31.0363050Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:58:31.0363483Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:58:31.0363850Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:58:31.0364310Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:58:31.0364843Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:58:31.0365327Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:58:31.0365753Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:58:31.0366109Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:58:31.0366487Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:58:31.0367109Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:58:31.0367525Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:58:31.0367917Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:58:31.0368284Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:58:31.0368652Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:58:31.0369162Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:58:31.0369560Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:58:31.0369943Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:58:31.0370329Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:58:31.0370711Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:58:31.0371091Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:58:31.0371510Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:58:31.0371951Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:58:31.0372366Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:58:31.0372733Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:58:31.0373102Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:58:31.0373491Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:58:31.0373863Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:58:31.0374228Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:58:31.0374594Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:58:31.0374979Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:58:31.0375390Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:58:31.0375849Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:58:31.0376286Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:58:31.0376857Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:58:31.0377379Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:58:31.0377757Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:58:31.0378127Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:58:31.0378485Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:58:31.0378857Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:58:31.0379233Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:58:31.0379673Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:58:31.0380141Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:58:31.0380601Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:58:31.0381107Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:58:31.0381608Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:58:31.0382097Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:58:31.0382576Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:58:31.0382996Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:58:31.0383351Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:58:31.0383701Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:58:31.0384067Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:58:31.0384445Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:58:31.0384796Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:58:31.0385306Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:58:31.0385684Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:58:31.0386056Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:58:31.0386422Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:58:31.0387018Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:58:31.0387406Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:58:31.0387785Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:58:31.0388193Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:58:31.0388624Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:58:31.0389005Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:58:31.0389376Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:58:31.0389789Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:58:31.0390152Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:58:31.0390498Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:58:31.0390840Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:58:31.0391195Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:58:31.0391570Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:58:31.0391930Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:58:31.0392318Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:58:31.0392668Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:58:31.0392982Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:58:31.0393585Z 	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:58:31.0394092Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:58:31.0394448Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:58:31.0394813Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:58:31.0395177Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:58:31.0395569Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:58:31.0395992Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:58:31.0396404Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:58:31.0397020Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:58:31.0397418Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:58:31.0397820Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:58:31.0398233Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:58:31.0398631Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:58:31.0399008Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:58:31.0399425Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:58:31.0399903Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:58:31.0400384Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:58:31.0400821Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:58:31.0401217Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:58:31.0401604Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:58:31.0402192Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:58:31.0402670Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:58:31.0403064Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:58:31.0403486Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:58:31.0403924Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:58:31.0404320Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:58:31.0404676Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:58:31.0405030Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:58:31.0405403Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:58:31.0405777Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:58:31.0406139Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:58:31.0406493Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:58:31.0407084Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:58:31.0407457Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:58:31.0407813Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:58:31.0408172Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:58:31.0408522Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:58:31.0408899Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:58:31.0409272Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:58:31.0409623Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:58:31.0410116Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:58:31.0410464Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:58:31.0410820Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:58:31.0411181Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:58:31.0411538Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:58:31.0411884Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:58:31.0412249Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:58:31.0412594Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:58:31.0412958Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:58:31.0413385Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:58:31.0413780Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:58:31.0414141Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:58:31.0414513Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:58:31.0414920Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:58:31.0415306Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:58:31.0415653Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:58:31.0416004Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:58:31.0416349Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:58:31.0416881Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:58:31.0417182Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:58:31.0417523Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:58:31.0417865Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:58:31.0418352Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:58:31.0418706Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:58:31.0419037Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:58:31.0419363Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:58:31.0419732Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:58:31.0420132Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:58:31.0420515Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:58:31.0420895Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:58:31.0421269Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:58:31.0421665Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:58:31.0422165Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:58:31.0422779Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:58:31.0423387Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:58:31.0423915Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:58:31.0424378Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:58:31.0424813Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:58:31.0425316Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:58:31.0425917Z 	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:58:31.0426718Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:58:31.0427206Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:58:31.0427645Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:58:31.0428003Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:58:31.0428366Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:58:31.0428723Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:58:31.0429091Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:58:31.0429470Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:58:31.0429841Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:58:31.0430217Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:58:31.0430586Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:58:31.0430965Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:58:31.0431322Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:58:31.0431683Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:58:31.0432048Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:58:31.0432429Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:58:31.0432811Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:58:31.0433214Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:58:31.0433613Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:58:31.0433962Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:58:31.0434343Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:58:31.0434871Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:58:31.0435277Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:58:31.0435703Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:58:31.0436119Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:58:31.0436476Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:58:31.0436940Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:58:31.0437312Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:58:31.0437664Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:58:31.0438041Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:58:31.0438418Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:58:31.0438794Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:58:31.0439169Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:58:31.0439519Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:58:31.0439869Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:58:31.0440398Z 	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:58:31.0441093Z 	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:58:31.0441753Z 	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:58:31.0442391Z 	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:58:31.0443026Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:58:31.0443394Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:58:31.0443752Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:58:31.0444115Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:58:31.0444476Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:58:31.0444825Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:58:31.0445184Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:58:31.0445557Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:58:31.0445920Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:58:31.0446284Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:58:31.0446752Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:58:31.0447123Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:58:31.0447500Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:58:31.0447896Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:58:31.0448309Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:58:31.0448692Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:58:31.0449082Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:58:31.0449462Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:58:31.0449836Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:58:31.0450206Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:58:31.0450567Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:58:31.0451054Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:58:31.0451457Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:58:31.0451842Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:58:31.0452237Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:58:31.0452624Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:58:31.0453000Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:58:31.0453410Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:58:31.0453826Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:58:31.0454217Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:58:31.0454644Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:58:31.0455097Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:58:31.0455494Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:58:31.0455849Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:58:31.0456220Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:58:31.0456705Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:58:31.0457106Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:58:31.0457494Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:58:31.0457864Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:58:31.0458241Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:58:31.0458701Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:58:31.0459335Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:58:31.0459721Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:58:31.0460108Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:58:31.0460545Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:58:31.0460977Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:58:31.0461437Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:58:31.0461908Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:58:31.0462345Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:58:31.0462766Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:58:31.0463163Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:58:31.0463544Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:58:31.0463954Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:58:31.0464328Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:58:31.0464696Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:58:31.0465091Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:58:31.0465475Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:58:31.0465863Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:58:31.0466269Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:58:31.0466755Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:58:31.0467245Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:58:31.0467605Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:58:31.0467954Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:58:31.0468328Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:58:31.0468734Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:58:31.0469173Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:58:31.0469612Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:58:31.0470001Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:58:31.0470425Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:58:31.0470834Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:58:31.0471240Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:58:31.0471630Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:58:31.0471978Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:58:31.0472342Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:58:31.0472724Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:58:31.0473108Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:58:31.0473471Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:58:31.0473791Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:58:31.0474094Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:58:31.0474434Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:58:31.0474927Z 	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:58:31.0475541Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:58:31.0475912Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:58:31.0476270Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:58:31.0476755Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:58:31.0477157Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:58:31.0477563Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:58:31.0477971Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:58:31.0478377Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:58:31.0478775Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:58:31.0479135Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:58:31.0479497Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:58:31.0479846Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:58:31.0480210Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:58:31.0480620Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:58:31.0481046Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:58:31.0481429Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:58:31.0481831Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:58:31.0482258Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:58:31.0482640Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:58:31.0482993Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:58:31.0483455Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:58:31.0483810Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:58:31.0484167Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:58:31.0484532Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:58:31.0484918Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:58:31.0485317Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:58:31.0485762Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:58:31.0486193Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:58:31.0486556Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:58:31.0487024Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:58:31.0487409Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:58:31.0487782Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:58:31.0488150Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:58:31.0488511Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:58:31.0488938Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:58:31.0489420Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:58:31.0489829Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:58:31.0490189Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:58:31.0490549Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:58:31.0490942Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:58:31.0491477Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:58:31.0491840Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:58:31.0492225Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:58:31.0492594Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:58:31.0492934Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:58:31.0493280Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:58:31.0493663Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:58:31.0494069Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:58:31.0494435Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:58:31.0494811Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:58:31.0495251Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:58:31.0495673Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:58:31.0496079Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:58:31.0496462Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:58:31.0497078Z 	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:58:31.0497572Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:58:31.0497872Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:58:31.0498212Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:58:31.0498612Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:58:31.0499025Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:58:31.0499671Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:58:31.0500247Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:58:31.0500842Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:58:31.0501471Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:58:31.0502096Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:58:31.0502701Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:58:31.0503308Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:58:31.0503877Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:58:31.0504366Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:58:31.0504808Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:58:31.0505242Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:58:31.0505658Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:58:31.0506110Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:58:31.0506532Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:58:31.0507011Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:58:31.0507372Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:58:31.0507739Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:58:31.0508255Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:58:31.0508658Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:58:31.0509059Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:58:31.0509414Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:58:31.0509801Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:58:31.0510256Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:58:31.0510729Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:58:31.0511199Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:58:31.0511668Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:58:31.0512131Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:58:31.0512605Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:58:31.0513037Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:58:31.0513445Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:58:31.0513844Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:58:31.0514243Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:58:31.0514642Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:58:31.0515032Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:58:31.0515455Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:58:31.0515874Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:58:31.0516257Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:58:31.0516852Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:58:31.0517227Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:58:31.0517601Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:58:31.0518031Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:58:31.0518458Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:58:31.0518853Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:58:31.0519254Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:58:31.0519666Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:58:31.0520107Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:58:31.0520544Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:58:31.0520967Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:58:31.0521356Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:58:31.0521720Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:58:31.0522097Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:58:31.0522462Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:58:31.0522824Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:58:31.0523213Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:58:31.0523604Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:58:31.0524017Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:58:31.0524585Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:58:31.0524994Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:58:31.0525388Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:58:31.0525775Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:58:31.0526071Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:58:31.0526382Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:58:31.0526860Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:58:31.0527248Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:58:31.0527629Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:58:31.0528014Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:58:31.0528430Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:58:31.0528873Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:58:31.0529279Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:58:31.0529653Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:58:31.0530040Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:58:31.0530569Z 	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:58:31.0531135Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:58:31.0531573Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:58:31.0531996Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:58:31.0532427Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:58:31.0532982Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:58:31.0533374Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:58:31.0533753Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:58:31.0534125Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:58:31.0534508Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:58:31.0534892Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:58:31.0535254Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:58:31.0535631Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:58:31.0536019Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:58:31.0536383Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:58:31.0536894Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:58:31.0537341Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:58:31.0537750Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:58:31.0538118Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:58:31.0538479Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:58:31.0538853Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:58:31.0539220Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:58:31.0539582Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:58:31.0539991Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:58:31.0540427Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:58:31.0540945Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:58:31.0541332Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:58:31.0541720Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:58:31.0542089Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:58:31.0542459Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:58:31.0542828Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:58:31.0543217Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:58:31.0543660Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:58:31.0544155Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:58:31.0544575Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:58:31.0544976Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:58:31.0545371Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:58:31.0545783Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:58:31.0546170Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:58:31.0546523Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:58:31.0546934Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:58:31.0547230Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:58:31.0547585Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:58:31.0547954Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:58:31.0548321Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:58:31.0548685Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:58:31.0549188Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:58:31.0549569Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:58:31.0549918Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:58:31.0550260Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:58:31.0550628Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:58:31.0551017Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:58:31.0551384Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:58:31.0551735Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:58:31.0552083Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:58:31.0552465Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:58:31.0552847Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:58:31.0553185Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:58:31.0553547Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:58:31.0553929Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:58:31.0554296Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:58:31.0554655Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:58:31.0555018Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:58:31.0555393Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:58:31.0555792Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:58:31.0556232Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:58:31.0556744Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:58:31.0557234Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:58:31.0557577Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:58:31.0557912Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:58:31.0558326Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:58:31.0558809Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:58:31.0559262Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:58:31.0559737Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:58:31.0560234Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:58:31.0560663Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:58:31.0561045Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:58:31.0561428Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:58:31.0561806Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:58:31.0562182Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:58:31.0562555Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:58:31.0562922Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:58:31.0563284Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:58:31.0563671Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:58:31.0564103Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:58:31.0564522Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:58:31.0565004Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:58:31.0565401Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:58:31.0565814Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:58:31.0566183Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:58:31.0566524Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:58:31.0567005Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:58:31.0567446Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:58:31.0567864Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:58:31.0568267Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:58:31.0568664Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:58:31.0568988Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:58:31.0569263Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:58:31.0569607Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:58:31.0570077Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:58:31.3510462Z info: downloading installer
2025-08-20T20:58:31.6085036Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:58:31.6085530Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:58:31.6086043Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:58:31.6086799Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:58:31.6256841Z info: profile set to 'default'
2025-08-20T20:58:31.6257401Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:58:31.6258062Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:58:31.6961489Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:58:31.7362920Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:58:31.7363389Z 
2025-08-20T20:58:31.7470793Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:58:31.7471249Z 
2025-08-20T20:58:31.7471483Z 
2025-08-20T20:58:31.7471650Z Rust is installed now. Great!
2025-08-20T20:58:31.7471935Z 
2025-08-20T20:58:31.7472434Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:58:31.7473137Z environment variable. This has not been done automatically.
2025-08-20T20:58:31.7473507Z 
2025-08-20T20:58:31.7473691Z To configure your current shell, you need to source
2025-08-20T20:58:31.7474165Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:58:31.7474458Z 
2025-08-20T20:58:31.7474738Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:58:31.7475403Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:58:31.7475907Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:58:31.7476364Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:58:31.7698978Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:58:31.8044474Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:58:31.8044925Z 
2025-08-20T20:58:31.8142929Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:58:31.8143482Z 
2025-08-20T20:58:31.8653179Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:58:32.6488158Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:58:32.6835697Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:58:32.6836337Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:58:32.6837202Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:58:32.6837831Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:58:32.6838785Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:58:32.6839453Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:58:32.6840087Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:58:32.6840708Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:58:32.6841298Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:58:32.6841860Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:58:32.6842477Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:58:32.6843142Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:58:32.6843803Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:58:32.6844497Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:58:32.6845183Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:58:32.6845864Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:58:32.6846733Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:58:32.6847496Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:58:32.6847898Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:58:32.6848360Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:58:32.6848799Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:58:32.6849177Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:58:32.6849591Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:58:32.6849986Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:58:32.6850333Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:58:32.6850944Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:58:32.6851372Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:58:32.6851776Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:58:32.6852170Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:58:32.6852575Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:58:32.6852981Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:58:32.6853400Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:58:32.6853817Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:58:32.6854230Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:58:32.6854681Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:58:32.6855123Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:58:32.6855518Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:58:32.6855896Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:58:32.6856293Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:58:32.6856939Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:58:32.6857353Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:58:32.6857744Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:58:32.6858125Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:58:32.6858563Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:58:32.6859055Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:58:32.6859635Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:58:32.6860104Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:58:32.6860537Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:58:32.6860944Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:58:32.6861351Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:58:32.6861751Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:58:32.6862147Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:58:32.6869626Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:58:32.6870178Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:58:32.6870592Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:58:32.6870967Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:58:32.6871296Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:58:32.6871641Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:58:32.6872045Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:58:32.6872420Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:58:32.6872823Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:58:32.6873249Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:58:32.6873654Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:58:32.6874046Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:58:32.6874638Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:58:32.6875056Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:58:32.6875444Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:58:32.6875827Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:58:32.6876239Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:58:32.6876951Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:58:32.6877442Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:58:32.6877903Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:58:32.6878314Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:58:32.6878694Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:58:32.6879100Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:58:32.6879512Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:58:32.6879945Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:58:32.6880417Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:58:32.6880888Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:58:32.6881362Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:58:32.6881787Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:58:32.6882176Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:58:32.6882553Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:58:32.6882947Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:58:32.6883460Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:58:32.6883842Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:58:32.6884250Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:58:32.6884660Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:58:32.6885037Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:58:32.6885410Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:58:32.6885819Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:58:32.6886214Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:58:32.6886802Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:58:32.6887232Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:58:32.6887631Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:58:32.6888009Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:58:32.6888501Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:58:32.6889148Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:58:32.6889773Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:58:32.6890384Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:58:32.6891036Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:58:32.6891652Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:58:32.6892227Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:58:32.6892597Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:58:32.6893134Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:58:32.6893544Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:58:32.6893933Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:58:32.6894303Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:58:32.6894665Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:58:32.6895050Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:58:32.6895447Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:58:32.6895783Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:58:32.6896107Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:58:32.6896462Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:58:32.6897156Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:58:32.6897747Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:58:32.6898242Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:58:32.6898589Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:58:32.6898958Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:58:32.6899345Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:58:32.6899772Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:58:32.6900205Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:58:32.6900595Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:58:32.6900973Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:58:32.6901347Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:58:32.6901731Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:58:32.6902259Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:58:32.6902669Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:58:32.6903033Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:58:32.6903417Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:58:32.6903816Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:58:32.6904245Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:58:32.6904662Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:58:32.6905043Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:58:32.6905430Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:58:32.6905830Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:58:32.6906233Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:58:32.6906833Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:58:32.6907295Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:58:32.6907680Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:58:32.6908073Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:58:32.6908437Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:58:32.6908788Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:58:32.6909088Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:58:32.6909403Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:58:32.6909786Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:58:32.6910316Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:58:32.6910702Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:58:32.6911072Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:58:32.6911446Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:58:32.6911824Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:58:32.6912169Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:58:32.6912501Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:58:32.6912916Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:58:32.6913355Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:58:32.6913746Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:58:32.6914109Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:58:32.6914487Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:58:32.6914887Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:58:32.6915416Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:58:32.6916084Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:58:32.6916871Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:58:32.6917250Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:58:32.6917669Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:58:32.6918096Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:58:32.6918500Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:58:32.6918868Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:58:32.6919349Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:58:32.6919734Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:58:32.6920108Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:58:32.6920519Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:58:32.6920976Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:58:32.6921386Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:58:32.6921745Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:58:32.6922084Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:58:32.6922433Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:58:32.6922866Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:58:32.6923369Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:58:32.6923807Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:58:32.6924175Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:58:32.6924624Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:58:32.6925146Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:58:32.6925627Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:58:32.6926055Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:58:32.6926420Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:58:32.6927073Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:58:32.6927636Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:58:32.6928051Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:58:32.6928441Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:58:32.6928807Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:58:32.6929170Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:58:32.6929557Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:58:32.6929946Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:58:32.6930330Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:58:32.6930715Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:58:32.6931096Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:58:32.6931482Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:58:32.6931906Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:58:32.6932357Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:58:32.6932779Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:58:32.6933142Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:58:32.6933518Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:58:32.6933908Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:58:32.6934275Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:58:32.6934644Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:58:32.6935034Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:58:32.6935426Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:58:32.6935962Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:58:32.6936424Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:58:32.6937098Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:58:32.6937494Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:58:32.6937875Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:58:32.6938250Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:58:32.6938616Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:58:32.6938975Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:58:32.6939354Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:58:32.6939730Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:58:32.6940188Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:58:32.6940658Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:58:32.6941110Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:58:32.6941706Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:58:32.6942574Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:58:32.6943289Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:58:32.6943779Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:58:32.6944203Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:58:32.6944563Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:58:32.6945071Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:58:32.6945441Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:58:32.6945811Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:58:32.6946155Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:58:32.6946526Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:58:32.6947222Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:58:32.6947599Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:58:32.6947974Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:58:32.6948347Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:58:32.6948736Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:58:32.6949120Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:58:32.6949531Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:58:32.6949961Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:58:32.6950341Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:58:32.6950705Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:58:32.6951109Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:58:32.6951473Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:58:32.6951824Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:58:32.6952164Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:58:32.6952519Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:58:32.6952895Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:58:32.6953403Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:58:32.6953792Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:58:32.6954148Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:58:32.6954458Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:58:32.6954908Z 	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:58:32.6955411Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:58:32.6955768Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:58:32.6956132Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:58:32.6956490Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:58:32.6957091Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:58:32.6957525Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:58:32.6957937Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:58:32.6958353Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:58:32.6958751Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:58:32.6959169Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:58:32.6959578Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:58:32.6959978Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:58:32.6960355Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:58:32.6960771Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:58:32.6961248Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:58:32.6961871Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:58:32.6962302Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:58:32.6962700Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:58:32.6963088Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:58:32.6963558Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:58:32.6964030Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:58:32.6964422Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:58:32.6964842Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:58:32.6965284Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:58:32.6965685Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:58:32.6966040Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:58:32.6966393Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:58:32.6966891Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:58:32.6967264Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:58:32.6967614Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:58:32.6967965Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:58:32.6968344Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:58:32.6968716Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:58:32.6969071Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:58:32.6969432Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:58:32.6969915Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:58:32.6970280Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:58:32.6970654Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:58:32.6971004Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:58:32.6971348Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:58:32.6971692Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:58:32.6972047Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:58:32.6972406Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:58:32.6972759Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:58:32.6973110Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:58:32.6973476Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:58:32.6973836Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:58:32.6974199Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:58:32.6974623Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:58:32.6975016Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:58:32.6975369Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:58:32.6975744Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:58:32.6976148Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:58:32.6976534Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:58:32.6977100Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:58:32.6977456Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:58:32.6977957Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:58:32.6978258Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:58:32.6978551Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:58:32.6978891Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:58:32.6979232Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:58:32.6979583Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:58:32.6979926Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:58:32.6980259Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:58:32.6980587Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:58:32.6980958Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:58:32.6981359Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:58:32.6981747Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:58:32.6982133Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:58:32.6982513Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:58:32.6982910Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:58:32.6983403Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:58:32.6984019Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:58:32.6984634Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:58:32.6985157Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:58:32.6985618Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:58:32.6986188Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:58:32.6986994Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:58:32.6987613Z 	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:58:32.6988158Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:58:32.6988638Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:58:32.6989095Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:58:32.6989459Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:58:32.6989825Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:58:32.6990184Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:58:32.6990560Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:58:32.6990946Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:58:32.6991323Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:58:32.6991697Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:58:32.6992074Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:58:32.6992443Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:58:32.6992805Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:58:32.6993168Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:58:32.6993529Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:58:32.6993919Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:58:32.6994302Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:58:32.6994848Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:58:32.6995248Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:58:32.6995600Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:58:32.6995978Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:58:32.6996377Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:58:32.6996988Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:58:32.6997416Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:58:32.6997833Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:58:32.6998193Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:58:32.6998553Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:58:32.6998932Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:58:32.6999289Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:58:32.6999671Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:58:32.7000047Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:58:32.7000417Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:58:32.7000786Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:58:32.7001139Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:58:32.7001491Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:58:32.7002031Z 	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:58:32.7003284Z 	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:58:32.7004454Z 	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:58:32.7005622Z 	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:58:32.7006312Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:58:32.7006836Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:58:32.7007211Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:58:32.7007584Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:58:32.7007951Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:58:32.7008306Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:58:32.7008680Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:58:32.7009061Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:58:32.7009431Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:58:32.7009802Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:58:32.7010170Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:58:32.7010532Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:58:32.7010914Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:58:32.7011315Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:58:32.7011705Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:58:32.7012088Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:58:32.7012478Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:58:32.7013046Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:58:32.7013432Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:58:32.7013804Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:58:32.7014167Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:58:32.7014535Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:58:32.7014930Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:58:32.7015314Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:58:32.7015699Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:58:32.7016083Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:58:32.7016459Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:58:32.7017109Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:58:32.7017546Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:58:32.7017936Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:58:32.7018362Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:58:32.7018811Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:58:32.7019207Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:58:32.7019570Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:58:32.7019941Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:58:32.7020324Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:58:32.7020719Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:58:32.7021236Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:58:32.7021608Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:58:32.7021988Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:58:32.7022445Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:58:32.7022906Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:58:32.7023294Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:58:32.7023689Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:58:32.7024128Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:58:32.7024560Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:58:32.7025031Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:58:32.7025507Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:58:32.7025936Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:58:32.7026352Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:58:32.7026981Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:58:32.7027366Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:58:32.7027775Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:58:32.7028151Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:58:32.7028516Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:58:32.7028910Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:58:32.7029437Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:58:32.7029831Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:58:32.7030635Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:58:32.7031027Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:58:32.7031394Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:58:32.7031757Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:58:32.7032106Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:58:32.7032493Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:58:32.7032898Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:58:32.7033341Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:58:32.7033790Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:58:32.7034177Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:58:32.7034603Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:58:32.7035009Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:58:32.7035405Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:58:32.7035800Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:58:32.7036152Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:58:32.7036510Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:58:32.7037028Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:58:32.7037410Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:58:32.7037913Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:58:32.7038243Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:58:32.7038552Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:58:32.7038896Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:58:32.7039384Z 	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:58:32.7039890Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:58:32.7040259Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:58:32.7040622Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:58:32.7041005Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:58:32.7041408Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:58:32.7041820Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:58:32.7042229Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:58:32.7042633Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:58:32.7043037Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:58:32.7043408Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:58:32.7043775Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:58:32.7044132Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:58:32.7044508Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:58:32.7044920Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:58:32.7045336Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:58:32.7045725Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:58:32.7046262Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:58:32.7046803Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:58:32.7047190Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:58:32.7047547Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:58:32.7047893Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:58:32.7048245Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:58:32.7048612Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:58:32.7048981Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:58:32.7049369Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:58:32.7049769Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:58:32.7050227Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:58:32.7050652Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:58:32.7051022Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:58:32.7051394Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:58:32.7051768Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:58:32.7052142Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:58:32.7052509Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:58:32.7052871Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:58:32.7053303Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:58:32.7053793Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:58:32.7054323Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:58:32.7054690Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:58:32.7055052Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:58:32.7055449Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:58:32.7055833Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:58:32.7056200Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:58:32.7056814Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:58:32.7057262Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:58:32.7057608Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:58:32.7057956Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:58:32.7058348Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:58:32.7058762Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:58:32.7059163Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:58:32.7059540Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:58:32.7059973Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:58:32.7060396Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:58:32.7060802Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:58:32.7061181Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:58:32.7061688Z 	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:58:32.7062186Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:58:32.7062627Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:58:32.7062971Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:58:32.7063372Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:58:32.7063787Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:58:32.7064299Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:58:32.7064872Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:58:32.7065469Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:58:32.7066237Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:58:32.7067144Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:58:32.7067773Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:58:32.7068381Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:58:32.7068945Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:58:32.7069417Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:58:32.7069851Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:58:32.7070277Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:58:32.7070696Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:58:32.7071154Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:58:32.7071716Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:58:32.7072098Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:58:32.7072455Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:58:32.7072823Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:58:32.7073193Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:58:32.7073590Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:58:32.7074001Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:58:32.7074357Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:58:32.7074739Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:58:32.7075188Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:58:32.7075674Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:58:32.7076149Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:58:32.7076760Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:58:32.7077231Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:58:32.7077692Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:58:32.7078125Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:58:32.7078533Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:58:32.7078934Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:58:32.7079339Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:58:32.7079730Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:58:32.7080260Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:58:32.7080687Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:58:32.7081105Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:58:32.7081482Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:58:32.7081855Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:58:32.7082224Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:58:32.7082591Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:58:32.7083015Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:58:32.7083449Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:58:32.7083840Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:58:32.7084256Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:58:32.7084677Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:58:32.7085117Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:58:32.7085550Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:58:32.7085965Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:58:32.7086351Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:58:32.7086829Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:58:32.7087211Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:58:32.7087571Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:58:32.7087935Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:58:32.7088807Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:58:32.7089220Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:58:32.7089640Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:58:32.7090102Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:58:32.7090513Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:58:32.7090910Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:58:32.7091304Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:58:32.7091601Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:58:32.7091916Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:58:32.7092292Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:58:32.7092687Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:58:32.7093072Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:58:32.7093456Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:58:32.7093871Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:58:32.7094304Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:58:32.7094710Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:58:32.7095084Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:58:32.7095472Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:58:32.7096006Z 	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:58:32.7096937Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:58:32.7097383Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:58:32.7097814Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:58:32.7098234Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:58:32.7098642Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:58:32.7099029Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:58:32.7099406Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:58:32.7099777Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:58:32.7100162Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:58:32.7100546Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:58:32.7100919Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:58:32.7101300Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:58:32.7101691Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:58:32.7102053Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:58:32.7102455Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:58:32.7102902Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:58:32.7103311Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:58:32.7103676Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:58:32.7104041Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:58:32.7104419Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:58:32.7104919Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:58:32.7105283Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:58:32.7105701Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:58:32.7106136Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:58:32.7106529Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:58:32.7107186Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:58:32.7107577Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:58:32.7107950Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:58:32.7108316Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:58:32.7108689Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:58:32.7109093Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:58:32.7109534Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:58:32.7109974Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:58:32.7110381Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:58:32.7110769Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:58:32.7111160Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:58:32.7111567Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:58:32.7111943Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:58:32.7112288Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:58:32.7112600Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:58:32.7113054Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:58:32.7113417Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:58:32.7113779Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:58:32.7114118Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:58:32.7114481Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:58:32.7114867Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:58:32.7115241Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:58:32.7115590Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:58:32.7115927Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:58:32.7116294Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:58:32.7116820Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:58:32.7117200Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:58:32.7117551Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:58:32.7117897Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:58:32.7118267Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:58:32.7118640Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:58:32.7118979Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:58:32.7119341Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:58:32.7119724Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:58:32.7120085Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:58:32.7120448Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:58:32.7120816Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:58:32.7121310Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:58:32.7121707Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:58:32.7122118Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:58:32.7122507Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:58:32.7122850Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:58:32.7123191Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:58:32.7123536Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:58:32.7123947Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:58:32.7124432Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:58:32.7124888Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:58:32.7125361Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:58:32.7125842Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:58:32.7126261Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:58:32.7126767Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:58:32.7127158Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:58:32.7127541Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:58:32.7127919Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:58:32.7128290Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:58:32.7128665Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:58:32.7129189Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:58:32.7129577Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:58:32.7130007Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:58:32.7130427Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:58:32.7130798Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:58:32.7131190Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:58:32.7131607Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:58:32.7131979Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:58:32.7132327Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:58:32.7132709Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:58:32.7133160Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:58:32.7133578Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:58:32.7133985Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:58:32.7134382Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:58:32.7134701Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:58:32.7134974Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:58:32.7135320Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:58:32.7135794Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:58:32.7136121Z 
2025-08-20T20:58:32.7136125Z 
2025-08-20T20:58:32.7136494Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:58:32 PM)
2025-08-20T20:58:32.7136989Z 
2025-08-20T20:58:32.7136999Z 
2025-08-20T20:58:32.7137002Z 
2025-08-20T20:58:32.7137087Z [+] Continue : YES
2025-08-20T20:58:32.7137318Z 
2025-08-20T20:58:32.7137565Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:58:32.7456082Z 
2025-08-20T20:58:32.7456892Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:58:32 PM) UTC
2025-08-20T20:58:32.7457200Z 
2025-08-20T20:58:32.7474585Z 
2025-08-20T20:58:32.7474777Z [+] Total RECIPES :: 1
2025-08-20T20:58:32.7475008Z 
2025-08-20T20:58:32.7552556Z 
2025-08-20T20:58:32.7553393Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml (1/1)
2025-08-20T20:58:32.7553943Z 
2025-08-20T20:58:32.8204825Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:58:32.8217012Z mode of '/tmp/pkgforge/MODAJdfLe_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:58:32.8267736Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/findutils/uutils [Provided]
2025-08-20T20:58:32.8268441Z [+] Setting '.pkg_family' --> findutils [Provided]
2025-08-20T20:58:32.8281701Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:58:32.8288376Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 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:58:32.8318113Z [00:00:00.003]➜  
2025-08-20T20:58:32.8318856Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T20:58:32.8319309Z [00:00:00.003]➜  
2025-08-20T20:58:32.8361746Z [00:00:00.008]➜  
2025-08-20T20:58:32.8362461Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T20:58:32.8362935Z [00:00:00.008]➜  
2025-08-20T20:58:32.8444291Z [00:00:00.016]➜  
2025-08-20T20:58:32.8445514Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/findutils/static.uutils.source.yaml) --> /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:58:32 PM) UTC]
2025-08-20T20:58:32.8446893Z [00:00:00.016]➜  
2025-08-20T20:58:32.8447131Z [00:00:00.016]➜  
2025-08-20T20:58:32.8447329Z [00:00:00.016]➜  
2025-08-20T20:58:32.8447616Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:58:32.8455255Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:58:32.8457046Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T20:58:32.8458177Z [00:00:00.017]➜  _disabled: false
2025-08-20T20:58:32.8458641Z [00:00:00.017]➜  
2025-08-20T20:58:32.8459050Z [00:00:00.017]➜  pkg: "findutils"
2025-08-20T20:58:32.8459609Z [00:00:00.017]➜  pkg_id: "github.com.uutils.findutils"
2025-08-20T20:58:32.8460176Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:58:32.8460658Z [00:00:00.017]➜  category:
2025-08-20T20:58:32.8462670Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:58:32.8463244Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:58:32.8463692Z [00:00:00.017]➜  description: 
2025-08-20T20:58:32.8464519Z [00:00:00.017]➜    _default: "A toolset for searching and processing files [Rust (uutils)]"
2025-08-20T20:58:32.8465251Z [00:00:00.017]➜  homepage:
2025-08-20T20:58:32.8465829Z [00:00:00.017]➜    - "https://github.com/uutils/findutils"
2025-08-20T20:58:32.8466417Z [00:00:00.017]➜  maintainer:
2025-08-20T20:58:32.8467275Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:58:32.8467860Z [00:00:00.017]➜  note:
2025-08-20T20:58:32.8468394Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:58:32.8469342Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/uutils/findutils"
2025-08-20T20:58:32.8470113Z [00:00:00.017]➜  provides:
2025-08-20T20:58:32.8470550Z [00:00:00.017]➜    - "find"
2025-08-20T20:58:32.8471040Z [00:00:00.017]➜    - "xargs"
2025-08-20T20:58:32.8471745Z [00:00:00.017]➜  repology:
2025-08-20T20:58:32.8472244Z [00:00:00.017]➜    - "rust-findutils"
2025-08-20T20:58:32.8472754Z [00:00:00.017]➜    - "rust:findutils"
2025-08-20T20:58:32.8473254Z [00:00:00.017]➜    - "uutils-findutils"
2025-08-20T20:58:32.8473763Z [00:00:00.017]➜  src_url:
2025-08-20T20:58:32.8474303Z [00:00:00.017]➜    - "https://github.com/uutils/findutils"
2025-08-20T20:58:32.8474871Z [00:00:00.017]➜  tag:
2025-08-20T20:58:32.8475269Z [00:00:00.017]➜    - "findutils"
2025-08-20T20:58:32.8475697Z [00:00:00.017]➜  x_exec:
2025-08-20T20:58:32.8476138Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T20:58:32.8476806Z [00:00:00.017]➜    host:
2025-08-20T20:58:32.8477111Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:58:32.8477406Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:58:32.8477702Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:58:32.8484997Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:58:32.8485385Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:58:32.8486159Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/uutils/findutils" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:58:32.8487392Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:58:32.8488058Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:58:32.8488451Z [00:00:00.017]➜    run: |
2025-08-20T20:58:32.8488695Z [00:00:00.017]➜      #Build
2025-08-20T20:58:32.8489316Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:58:32.8490054Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:58:32.8490899Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:58:32.8491374Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:58:32.8491802Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:58:32.8492156Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:58:32.8492420Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:58:32.8492806Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:58:32.8493267Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:58:32.8493693Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:58:32.8494343Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:58:32.8494922Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:58:32.8495271Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T20:58:32.8495550Z [00:00:00.017]➜           else
2025-08-20T20:58:32.8495821Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T20:58:32.8496102Z [00:00:00.017]➜           fi
2025-08-20T20:58:32.8496348Z [00:00:00.017]➜         else
2025-08-20T20:58:32.8497131Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:58:32.8497533Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:58:32.8497829Z [00:00:00.018]➜         fi
2025-08-20T20:58:32.8498072Z [00:00:00.018]➜         RUST_FLAGS=()
2025-08-20T20:58:32.8498410Z [00:00:00.018]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:58:32.8498815Z [00:00:00.018]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:58:32.8499237Z [00:00:00.018]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:58:32.8499815Z [00:00:00.018]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:58:32.8500135Z [00:00:00.018]➜         fi
2025-08-20T20:58:32.8500424Z [00:00:00.018]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:58:32.8500774Z [00:00:00.018]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:58:32.8501105Z [00:00:00.018]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:58:32.8501436Z [00:00:00.018]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:58:32.8501773Z [00:00:00.018]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:58:32.8502115Z [00:00:00.018]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:58:32.8502448Z [00:00:00.018]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:58:32.8502825Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:58:32.8503215Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:58:32.8503598Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:58:32.8503960Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:58:32.8504328Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:58:32.8504732Z [00:00:00.018]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:58:32.8505036Z [00:00:00.018]➜        #Build
2025-08-20T20:58:32.8505577Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/uutils/findutils" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:58:32.8506129Z [00:00:00.018]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:58:32.8506479Z [00:00:00.018]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:58:32.8507337Z [00:00:00.018]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:58:32.8508210Z [00:00:00.018]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:58:32.8509535Z [00:00:00.018]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:58:32.8510495Z [00:00:00.018]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:58:32.8511020Z [00:00:00.018]➜        #Copy
2025-08-20T20:58:32.8512284Z [00:00:00.018]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:58:32.8513750Z [00:00:00.018]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:58:32.8514441Z [00:00:00.018]➜        #Strip 
2025-08-20T20:58:32.8515013Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:58:32.8515833Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:58:32.8516829Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:58:32.8517663Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:58:32.8518284Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:58:32.8518798Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T20:58:32.8519088Z [00:00:00.018]➜        '
2025-08-20T20:58:32.8519419Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T20:58:32.8519800Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:58:32.8520473Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:58:32.8521985Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:58:32.8522914Z [00:00:00.018]➜  
2025-08-20T20:58:32.8523122Z [00:00:00.018]➜  
2025-08-20T20:58:32.8523525Z [00:00:00.018]➜  ###################################################################
2025-08-20T20:58:32.8523817Z [00:00:00.018]➜  
2025-08-20T20:58:32.8524058Z [00:00:00.018]➜  
2025-08-20T20:58:32.8524306Z [00:00:00.018]➜  
2025-08-20T20:58:32.8524831Z [00:00:00.019]➜  '/tmp/pkgforge/MODAJdfLe_build.yaml' -> '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:58:34.1130828Z [00:00:01.284]➜  '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.version' -> '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.version'
2025-08-20T20:58:34.1186996Z [00:00:01.290]➜  [+] Version: HEAD-bdf3aaf-250820T080137 ('.x_exec.pkgver') [/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.version]
2025-08-20T20:58:34.1432971Z [00:00:01.315]➜  [+] Progs: find findutils xargs
2025-08-20T20:58:34.5110782Z [00:00:01.682]➜  
2025-08-20T20:58:34.5111140Z [00:00:01.682]➜  [-] Missing packages. Found: 
2025-08-20T20:58:34.5111509Z [00:00:01.682]➜  [+] Expected: find findutils xargs
2025-08-20T20:58:34.5111840Z [00:00:01.682]➜  [+] Continuing with build...
2025-08-20T20:58:34.5112123Z [00:00:01.682]➜  
2025-08-20T20:58:34.9019432Z [00:00:02.073]➜  
2025-08-20T20:58:34.9019907Z [00:00:02.073]➜  
2025-08-20T20:58:34.9113700Z [00:00:02.083]➜  + mkdir -pv /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:58:34.9136839Z [00:00:02.085]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=findutils -e PKG_ID=github.com.uutils.findutils -e PKG_TYPE=static -e PKG_VER=HEAD-bdf3aaf-250820T080137 -e PKGVER=HEAD-bdf3aaf-250820T080137 -e SBUILD_PKG=findutils.static -e SBUILD_PKGVER=HEAD-bdf3aaf-250820T080137 --volume /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:58:34.9139753Z [00:00:02.085]➜    #Setup ENV
2025-08-20T20:58:34.9140248Z [00:00:02.085]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:58:34.9140752Z [00:00:02.085]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:58:34.9141210Z [00:00:02.085]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:58:34.9141880Z [00:00:02.085]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:58:34.9142465Z [00:00:02.085]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:58:34.9142848Z [00:00:02.085]➜         export RUST_TARGET
2025-08-20T20:58:34.9143134Z [00:00:02.085]➜       else
2025-08-20T20:58:34.9143409Z [00:00:02.085]➜         rustc -Vv ; exit 1
2025-08-20T20:58:34.9143685Z [00:00:02.085]➜       fi
2025-08-20T20:58:34.9143914Z [00:00:02.085]➜     else
2025-08-20T20:58:34.9144254Z [00:00:02.085]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:58:34.9144671Z [00:00:02.085]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:58:34.9144973Z [00:00:02.085]➜     fi
2025-08-20T20:58:34.9145213Z [00:00:02.085]➜     RUST_FLAGS=()
2025-08-20T20:58:34.9145553Z [00:00:02.085]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:58:34.9145965Z [00:00:02.085]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:58:34.9146387Z [00:00:02.085]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:58:34.9147093Z [00:00:02.085]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:58:34.9147412Z [00:00:02.085]➜     fi
2025-08-20T20:58:34.9147899Z [00:00:02.085]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:58:34.9148258Z [00:00:02.085]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:58:34.9148577Z [00:00:02.085]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:58:34.9148884Z [00:00:02.085]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:58:34.9149213Z [00:00:02.085]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:58:34.9149542Z [00:00:02.085]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:58:34.9149865Z [00:00:02.085]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:58:34.9150228Z [00:00:02.085]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:58:34.9150604Z [00:00:02.085]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:58:34.9150959Z [00:00:02.085]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:58:34.9151297Z [00:00:02.085]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:58:34.9151680Z [00:00:02.085]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:58:34.9152062Z [00:00:02.085]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:58:34.9152357Z [00:00:02.085]➜    #Build
2025-08-20T20:58:34.9152878Z [00:00:02.085]➜     git clone --filter "blob:none" --quiet "https://github.com/uutils/findutils" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:58:34.9153407Z [00:00:02.085]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:58:34.9153744Z [00:00:02.085]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:58:34.9154377Z [00:00:02.085]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:58:34.9154968Z [00:00:02.085]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:58:34.9155507Z [00:00:02.085]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:58:34.9156249Z [00:00:02.085]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:58:34.9156857Z [00:00:02.085]➜    #Copy
2025-08-20T20:58:34.9157826Z [00:00:02.085]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:58:34.9159077Z [00:00:02.085]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:58:34.9159645Z [00:00:02.085]➜    #Strip 
2025-08-20T20:58:34.9160137Z [00:00:02.085]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:58:34.9160830Z [00:00:02.085]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:58:34.9161550Z [00:00:02.085]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:58:34.9162144Z [00:00:02.085]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:58:34.9162705Z [00:00:02.085]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:58:34.9163129Z [00:00:02.085]➜     popd &>/dev/null
2025-08-20T20:58:34.9163386Z [00:00:02.085]➜    '
2025-08-20T20:58:35.3840982Z [00:00:02.555]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:58:35.4298047Z [00:00:02.601]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:58:35.4299331Z [00:00:02.601]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:58:35.4299802Z [00:00:02.601]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:58:35.4300132Z [00:00:02.601]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:58:35.4300442Z [00:00:02.601]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:58:35.4300783Z [00:00:02.601]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:58:35.4301396Z [00:00:02.601]➜  73d19b2d2e73: Waiting
2025-08-20T20:58:35.4301700Z [00:00:02.601]➜  eb4a15147d73: Waiting
2025-08-20T20:58:35.4301986Z [00:00:02.601]➜  1eff1cf6af24: Waiting
2025-08-20T20:58:35.4895605Z [00:00:02.661]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:58:35.4896252Z [00:00:02.661]➜  bffca73cb30c: Download complete
2025-08-20T20:58:35.5039245Z [00:00:02.675]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T20:58:35.5040319Z [00:00:02.675]➜  d62bb7eb03b5: Download complete
2025-08-20T20:58:35.5094762Z [00:00:02.681]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:58:35.5095466Z [00:00:02.681]➜  74f0d3ee81d8: Download complete
2025-08-20T20:58:35.5528612Z [00:00:02.724]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:58:35.5529332Z [00:00:02.724]➜  1eff1cf6af24: Download complete
2025-08-20T20:58:35.6218731Z [00:00:02.793]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:58:35.7774887Z [00:00:02.949]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:58:35.7775592Z [00:00:02.949]➜  eb4a15147d73: Download complete
2025-08-20T20:58:36.0896445Z [00:00:03.261]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:58:37.3395737Z [00:00:04.511]➜  bffca73cb30c: Pull complete
2025-08-20T20:58:43.1470525Z [00:00:10.318]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:58:43.1472749Z [00:00:10.318]➜  73d19b2d2e73: Download complete
2025-08-20T20:59:55.5040372Z [00:01:22.675]➜  73d19b2d2e73: Pull complete
2025-08-20T21:00:00.7969418Z [00:01:27.968]➜  eb4a15147d73: Pull complete
2025-08-20T21:00:00.8094281Z [00:01:27.981]➜  1eff1cf6af24: Pull complete
2025-08-20T21:00:00.8142938Z [00:01:27.986]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:00:00.8157137Z [00:01:27.987]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:00:01.0090525Z [00:01:28.180]➜  + mkdir -p /build-bins
2025-08-20T21:00:01.0108570Z [00:01:28.182]➜  ++ mktemp -d
2025-08-20T21:00:01.0124834Z [00:01:28.184]➜  + pushd /tmp/tmp.gokTk0vzcc
2025-08-20T21:00:01.0126215Z [00:01:28.184]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:00:01.0126940Z [00:01:28.184]➜  + source /root/.cargo/env
2025-08-20T21:00:01.0127430Z [00:01:28.184]➜  ++ case ":${PATH}:" in
2025-08-20T21:00:01.0133414Z [00:01:28.185]➜  ++ uname -m
2025-08-20T21:00:01.0134009Z [00:01:28.185]➜  ++ tr -d '[:space:]'
2025-08-20T21:00:01.0153239Z [00:01:28.187]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:00:01.0156427Z [00:01:28.187]➜  ++ uname -m
2025-08-20T21:00:01.0171564Z [00:01:28.189]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:00:01.0172212Z [00:01:28.189]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:00:01.0172624Z [00:01:28.189]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:00:01.2531315Z [00:01:28.424]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:00:01.2564475Z [00:01:28.428]➜  + RUST_FLAGS=()
2025-08-20T21:00:01.2565178Z [00:01:28.428]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:00:01.2566365Z [00:01:28.428]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:00:01.2568941Z [00:01:28.428]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:00:01.2570813Z [00:01:28.428]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:00:01.2582137Z [00:01:28.430]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:00:01.2582834Z [00:01:28.430]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:00:01.2583489Z [00:01:28.430]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:00:01.2584128Z [00:01:28.430]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:00:01.2584691Z [00:01:28.430]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:00:01.2585261Z [00:01:28.430]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:00:01.2585652Z [00:01:28.430]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:00:01.2586161Z [00:01:28.430]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:00:01.2587125Z [00:01:28.430]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:00:01.2587981Z [00:01:28.430]➜  ++ which mold
2025-08-20T21:00:01.2624030Z [00:01:28.434]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:00:01.2624734Z [00:01:28.434]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:00:01.2625354Z [00:01:28.434]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:00:01.2626001Z [00:01:28.434]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:00:01.2629069Z [00:01:28.434]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:00:01.2631849Z [00:01:28.434]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:00:01.2633597Z [00:01:28.434]➜  + git clone --filter blob:none --quiet https://github.com/uutils/findutils ./TEMPREPO
2025-08-20T21:00:01.6574498Z [00:01:28.829]➜  + cd ./TEMPREPO/
2025-08-20T21:00:01.6575801Z [00:01:28.829]➜  
2025-08-20T21:00:01.6576419Z [00:01:28.829]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:00:01.6577366Z [00:01:28.829]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:00:01.6579816Z [00:01:28.829]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T21:00:01.6581782Z [00:01:28.829]➜  
2025-08-20T21:00:01.6585097Z [00:01:28.829]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T21:00:01.6587999Z [00:01:28.829]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:00:01.6588654Z [00:01:28.830]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:00:01.6589197Z [00:01:28.830]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T21:00:01.6609980Z [00:01:28.832]➜  ++ nproc
2025-08-20T21:00:01.6627092Z [00:01:28.834]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T21:00:02.1127495Z [00:01:29.284]➜      Updating crates.io index
2025-08-20T21:00:02.5377777Z [00:01:29.709]➜   Downloading crates ...
2025-08-20T21:00:02.7757785Z [00:01:29.947]➜    Downloaded colorchoice v1.0.0
2025-08-20T21:00:02.7812062Z [00:01:29.953]➜    Downloaded bitflags v1.3.2
2025-08-20T21:00:02.7860594Z [00:01:29.957]➜    Downloaded anstream v0.6.18
2025-08-20T21:00:02.7903850Z [00:01:29.962]➜    Downloaded uuhelp_parser v0.0.30
2025-08-20T21:00:02.7927101Z [00:01:29.964]➜    Downloaded cfg-if v1.0.0
2025-08-20T21:00:02.7944504Z [00:01:29.966]➜    Downloaded anstyle-query v1.1.2
2025-08-20T21:00:02.7982808Z [00:01:29.970]➜    Downloaded chrono-tz-build v0.4.1
2025-08-20T21:00:02.8005077Z [00:01:29.972]➜    Downloaded utf8parse v0.2.1
2025-08-20T21:00:02.8021199Z [00:01:29.973]➜    Downloaded autocfg v1.1.0
2025-08-20T21:00:02.8059139Z [00:01:29.977]➜    Downloaded same-file v1.0.4
2025-08-20T21:00:02.8085527Z [00:01:29.980]➜    Downloaded num-traits v0.2.14
2025-08-20T21:00:02.8139241Z [00:01:29.985]➜    Downloaded wild v2.2.1
2025-08-20T21:00:02.8174361Z [00:01:29.989]➜    Downloaded uucore_procs v0.0.30
2025-08-20T21:00:02.8193577Z [00:01:29.991]➜    Downloaded quote v1.0.38
2025-08-20T21:00:02.8238072Z [00:01:29.995]➜    Downloaded faccess v0.2.4
2025-08-20T21:00:02.8266179Z [00:01:29.998]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:00:02.8376442Z [00:01:30.009]➜    Downloaded once_cell v1.21.0
2025-08-20T21:00:02.8419715Z [00:01:30.013]➜    Downloaded unicode-ident v1.0.9
2025-08-20T21:00:02.8476815Z [00:01:30.019]➜    Downloaded chrono v0.4.41
2025-08-20T21:00:02.8577157Z [00:01:30.029]➜    Downloaded iana-time-zone v0.1.62
2025-08-20T21:00:02.8628691Z [00:01:30.034]➜    Downloaded glob v0.3.1
2025-08-20T21:00:02.8651476Z [00:01:30.037]➜    Downloaded uucore v0.0.30
2025-08-20T21:00:02.8731114Z [00:01:30.044]➜    Downloaded errno v0.3.10
2025-08-20T21:00:02.8756223Z [00:01:30.047]➜    Downloaded regex v1.11.1
2025-08-20T21:00:02.8942561Z [00:01:30.066]➜    Downloaded rand v0.8.5
2025-08-20T21:00:02.8992934Z [00:01:30.071]➜    Downloaded chrono-tz v0.10.3
2025-08-20T21:00:02.9064705Z [00:01:30.078]➜    Downloaded phf_generator v0.11.3
2025-08-20T21:00:02.9085586Z [00:01:30.080]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:00:02.9105212Z [00:01:30.082]➜    Downloaded dunce v1.0.4
2025-08-20T21:00:02.9120253Z [00:01:30.083]➜    Downloaded nix v0.30.1
2025-08-20T21:00:02.9276534Z [00:01:30.099]➜    Downloaded nix v0.29.0
2025-08-20T21:00:02.9427734Z [00:01:30.114]➜    Downloaded clap_builder v4.5.44
2025-08-20T21:00:02.9521667Z [00:01:30.124]➜    Downloaded rustix v0.38.44
2025-08-20T21:00:02.9885289Z [00:01:30.160]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:00:02.9971991Z [00:01:30.169]➜    Downloaded terminal_size v0.4.0
2025-08-20T21:00:02.9991747Z [00:01:30.171]➜    Downloaded shlex v1.3.0
2025-08-20T21:00:03.0011547Z [00:01:30.173]➜    Downloaded rand_core v0.6.4
2025-08-20T21:00:03.0031066Z [00:01:30.174]➜    Downloaded regex-automata v0.4.8
2025-08-20T21:00:03.0234209Z [00:01:30.195]➜    Downloaded proc-macro2 v1.0.93
2025-08-20T21:00:03.0271859Z [00:01:30.199]➜    Downloaded phf_shared v0.11.3
2025-08-20T21:00:03.0286192Z [00:01:30.200]➜    Downloaded os_display v0.1.3
2025-08-20T21:00:03.0305337Z [00:01:30.202]➜    Downloaded number_prefix v0.4.0
2025-08-20T21:00:03.0320652Z [00:01:30.203]➜    Downloaded memchr v2.7.2
2025-08-20T21:00:03.0394453Z [00:01:30.211]➜    Downloaded cc v1.2.17
2025-08-20T21:00:03.0441377Z [00:01:30.215]➜    Downloaded walkdir v2.5.0
2025-08-20T21:00:03.0467672Z [00:01:30.218]➜    Downloaded siphasher v1.0.1
2025-08-20T21:00:03.0485342Z [00:01:30.220]➜    Downloaded phf v0.11.3
2025-08-20T21:00:03.0504232Z [00:01:30.222]➜    Downloaded parse-zoneinfo v0.3.1
2025-08-20T21:00:03.0534529Z [00:01:30.225]➜    Downloaded clap_lex v0.7.4
2025-08-20T21:00:03.0551317Z [00:01:30.226]➜    Downloaded clap v4.5.45
2025-08-20T21:00:03.0685594Z [00:01:30.240]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:00:03.0700357Z [00:01:30.241]➜    Downloaded bitflags v2.4.1
2025-08-20T21:00:03.0737702Z [00:01:30.245]➜    Downloaded argmax v0.4.0
2025-08-20T21:00:03.0757969Z [00:01:30.247]➜    Downloaded libc v0.2.172
2025-08-20T21:00:03.1100179Z [00:01:30.281]➜    Downloaded onig v6.5.1
2025-08-20T21:00:03.1132452Z [00:01:30.285]➜    Downloaded anstyle-parse v0.2.1
2025-08-20T21:00:03.1157701Z [00:01:30.287]➜    Downloaded anstyle v1.0.8
2025-08-20T21:00:03.1179624Z [00:01:30.289]➜    Downloaded onig_sys v69.9.1
2025-08-20T21:00:03.1425259Z [00:01:30.314]➜    Downloaded unicode-width v0.1.9
2025-08-20T21:00:03.1443727Z [00:01:30.316]➜    Downloaded strsim v0.11.0
2025-08-20T21:00:03.1461727Z [00:01:30.318]➜    Downloaded pkg-config v0.3.24
2025-08-20T21:00:03.1482505Z [00:01:30.320]➜    Downloaded phf_codegen v0.11.3
2025-08-20T21:00:03.1511488Z [00:01:30.323]➜    Downloaded linux-raw-sys v0.4.14
2025-08-20T21:00:03.2413917Z [00:01:30.413]➜     Compiling bitflags v2.4.1
2025-08-20T21:00:03.2414594Z [00:01:30.413]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:00:03.2415219Z [00:01:30.413]➜     Compiling rand_core v0.6.4
2025-08-20T21:00:03.2417069Z [00:01:30.413]➜     Compiling siphasher v1.0.1
2025-08-20T21:00:03.2417671Z [00:01:30.413]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:00:03.2422689Z [00:01:30.413]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=cdb16fd05df0234a -C extra-filename=-a7d2a913aa104b88 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:03.2435648Z [00:01:30.414]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ea66a836a8fac7ec -C extra-filename=-c32e84af94687818 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:03.2443315Z [00:01:30.415]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2379815ca2d84e -C extra-filename=-4cc02de9c3a1b142 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:03.2454384Z [00:01:30.415]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cf8c7246094e073a -C extra-filename=-ede9e523bf161ef5 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:03.2464153Z [00:01:30.415]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=1011b34a62e8cd29 -C extra-filename=-44e518233d09f9c1 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:03.4140851Z [00:01:30.585]➜     Compiling libc v0.2.172
2025-08-20T21:00:03.4146880Z [00:01:30.585]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=92bc2f048ee11796 -C extra-filename=-58bfd042d5b195b0 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:03.7165572Z [00:01:30.888]➜     Compiling phf_shared v0.11.3
2025-08-20T21:00:03.7174112Z [00:01:30.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=ba493e0efd16f27a -C extra-filename=-7046171957642fa4 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libsiphasher-ede9e523bf161ef5.rmeta --cap-lints allow`
2025-08-20T21:00:03.7308363Z [00:01:30.902]➜     Compiling rand v0.8.5
2025-08-20T21:00:03.7321590Z [00:01:30.903]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=74ee847e41f2cb1c -C extra-filename=-7d5d4d982f542f4f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern rand_core=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand_core-c32e84af94687818.rmeta --cap-lints allow`
2025-08-20T21:00:04.1023430Z [00:01:31.274]➜     Compiling rustix v0.38.44
2025-08-20T21:00:04.1043709Z [00:01:31.274]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=cba9367c59d70e97 -C extra-filename=-d5cd383e0bb467eb --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:04.1377634Z [00:01:31.309]➜     Compiling autocfg v1.1.0
2025-08-20T21:00:04.1394850Z [00:01:31.310]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28e23186d6370bc3 -C extra-filename=-c7b83ab91c5f9afe --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:04.4989037Z [00:01:31.670]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build`
2025-08-20T21:00:04.5512177Z [00:01:31.721]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3f0244c653996313 -C extra-filename=-f3fdeabbd84fa70c --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:00:04.9052199Z [00:01:32.076]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build-script-build`
2025-08-20T21:00:04.9148334Z [00:01:32.086]➜     Compiling num-traits v0.2.14
2025-08-20T21:00:04.9154518Z [00:01:32.086]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1369f367b8ee754c -C extra-filename=-eece4c6ffa803248 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib --cap-lints allow`
2025-08-20T21:00:05.0168967Z [00:01:32.188]➜     Compiling phf_generator v0.11.3
2025-08-20T21:00:05.0177924Z [00:01:32.188]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phf_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=a8b3ffaa8f93910a -C extra-filename=-f99fa643b7065e50 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rmeta --extern rand=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand-7d5d4d982f542f4f.rmeta --cap-lints allow`
2025-08-20T21:00:05.0194344Z [00:01:32.191]➜     Compiling proc-macro2 v1.0.93
2025-08-20T21:00:05.0207463Z [00:01:32.191]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=59256f2d343d4f6b -C extra-filename=-9a45ebdaa183fd74 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:05.2229064Z [00:01:32.394]➜     Compiling shlex v1.3.0
2025-08-20T21:00:05.2247545Z [00:01:32.396]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1a5d1c3db99372ed -C extra-filename=-b36db43b0fc69e13 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:05.4236957Z [00:01:32.595]➜     Compiling phf_codegen v0.11.3
2025-08-20T21:00:05.4245916Z [00:01:32.595]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phf_codegen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3eb5c79ba6923cc3 -C extra-filename=-c433c10341b3fb23 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern phf_generator=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_generator-f99fa643b7065e50.rmeta --extern phf_shared=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rmeta --cap-lints allow`
2025-08-20T21:00:05.5712616Z [00:01:32.742]➜     Compiling linux-raw-sys v0.4.14
2025-08-20T21:00:05.5751366Z [00:01:32.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=4bd96da4d621f131 -C extra-filename=-42458cc931c98520 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:05.6152059Z [00:01:32.786]➜     Compiling utf8parse v0.2.1
2025-08-20T21:00:05.6169257Z [00:01:32.787]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=b7e7bab929a26fd4 -C extra-filename=-707b453e4d59bb06 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:05.6495556Z [00:01:32.821]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build`
2025-08-20T21:00:05.7971774Z [00:01:32.968]➜     Compiling anstyle-parse v0.2.1
2025-08-20T21:00:05.7980361Z [00:01:32.968]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=f262f7a5e187701a -C extra-filename=-1daa81aa4258dd33 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:05.8423934Z [00:01:33.013]➜     Compiling cc v1.2.17
2025-08-20T21:00:05.8432239Z [00:01:33.014]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=138c2a6a887ca210 -C extra-filename=-56ddb9bafa51552f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T21:00:06.1734910Z [00:01:33.345]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build-script-build`
2025-08-20T21:00:06.5581517Z [00:01:33.729]➜     Compiling regex-automata v0.4.8
2025-08-20T21:00:06.5594609Z [00:01:33.730]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=cac745b895959b12 -C extra-filename=-1c10d4755cd2b2fe --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rmeta --cap-lints allow`
2025-08-20T21:00:06.9727515Z [00:01:34.142]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6c1e0d468795bb21 -C extra-filename=-6d423f055a04dbd1 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta --extern linux_raw_sys=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-42458cc931c98520.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T21:00:08.8153442Z [00:01:35.986]➜     Compiling unicode-ident v1.0.9
2025-08-20T21:00:08.8178806Z [00:01:35.988]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f69f6f718675ba9 -C extra-filename=-068997f8816fbf17 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:08.9996470Z [00:01:36.171]➜     Compiling cfg-if v1.0.0
2025-08-20T21:00:09.0011924Z [00:01:36.172]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.0600305Z [00:01:36.230]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=3a76cfdc94da5db0 -C extra-filename=-b004d2ac0f0db550 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.4341357Z [00:01:36.605]➜     Compiling anstyle-query v1.1.2
2025-08-20T21:00:09.4399518Z [00:01:36.608]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2da9fc26301fad64 -C extra-filename=-51ee185e4c4ff5f7 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.5783641Z [00:01:36.749]➜     Compiling anstyle v1.0.8
2025-08-20T21:00:09.5820313Z [00:01:36.750]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c7a12139c6ab4a9b -C extra-filename=-e69212c1bb306f85 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.5854141Z [00:01:36.757]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:00:09.5895292Z [00:01:36.759]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.6608031Z [00:01:36.832]➜     Compiling pkg-config v0.3.24
2025-08-20T21:00:09.6614317Z [00:01:36.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d0d85be19d6dad2 -C extra-filename=-1719e0d6fceb3b27 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:09.6637845Z [00:01:36.835]➜     Compiling colorchoice v1.0.0
2025-08-20T21:00:09.6664763Z [00:01:36.837]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbac07f07338e275 -C extra-filename=-31e742693a0d1f36 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.7246148Z [00:01:36.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=8f8d2e2b22ada558 -C extra-filename=-d4d833460db1093e --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsiphasher-b004d2ac0f0db550.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:09.8361090Z [00:01:37.007]➜     Compiling terminal_size v0.4.0
2025-08-20T21:00:09.8388886Z [00:01:37.009]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09d5877d43ffaacb -C extra-filename=-d780c99b124ec8ce --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6d423f055a04dbd1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:10.0751715Z [00:01:37.246]➜     Compiling anstream v0.6.18
2025-08-20T21:00:10.0781637Z [00:01:37.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=977a5ac670931970 -C extra-filename=-71b875cc6c35e032 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rmeta --extern anstyle_parse=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-1daa81aa4258dd33.rmeta --extern anstyle_query=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-31e742693a0d1f36.rmeta --extern is_terminal_polyfill=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:10.0994464Z [00:01:37.270]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=7be908cf3cbb63ad -C extra-filename=-a7fac883b83a0502 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libunicode_ident-068997f8816fbf17.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T21:00:10.1126948Z [00:01:37.281]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=34423a7b4322f5f2 -C extra-filename=-8b5f29eec185a9e1 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_i128 --cfg has_to_int_unchecked`
2025-08-20T21:00:10.7210442Z [00:01:37.892]➜     Compiling regex v1.11.1
2025-08-20T21:00:10.7218808Z [00:01:37.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=2c584082f7978175 -C extra-filename=-c07105349bfd4938 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_automata-1c10d4755cd2b2fe.rmeta --extern regex_syntax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rmeta --cap-lints allow`
2025-08-20T21:00:10.9251382Z [00:01:38.096]➜     Compiling onig_sys v69.9.1
2025-08-20T21:00:10.9259224Z [00:01:38.096]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig_sys-69.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "generate", "posix-api", "print-debug"))' -C metadata=0aab9e36c5cdec0b -C extra-filename=-799f886877bf7f63 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcc-56ddb9bafa51552f.rlib --extern pkg_config=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libpkg_config-1719e0d6fceb3b27.rlib --cap-lints allow`
2025-08-20T21:00:11.5509243Z [00:01:38.722]➜     Compiling nix v0.29.0
2025-08-20T21:00:11.5535959Z [00:01:38.724]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="uio"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=860c27b7d239ba12 -C extra-filename=-a073b2ccfba9b34a --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:00:11.6549469Z [00:01:38.826]➜     Compiling parse-zoneinfo v0.3.1
2025-08-20T21:00:11.6587446Z [00:01:38.829]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parse_zoneinfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6681884c036c7906 -C extra-filename=-00b5deb77ad1a4bd --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex-c07105349bfd4938.rmeta --cap-lints allow`
2025-08-20T21:00:11.8401238Z [00:01:39.011]➜     Compiling nix v0.30.1
2025-08-20T21:00:11.8409388Z [00:01:39.011]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=38843a239e386a9c -C extra-filename=-97660d6a83f457d2 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:00:12.1708808Z [00:01:39.342]➜     Compiling strsim v0.11.0
2025-08-20T21:00:12.1735546Z [00:01:39.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de92bdc8f0ab57a9 -C extra-filename=-2ffaaa293fd5ab5f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:12.3421942Z [00:01:39.513]➜     Compiling memchr v2.7.2
2025-08-20T21:00:12.3433636Z [00:01:39.514]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=726e311e8c51713f -C extra-filename=-8acbfe2cddd609bc --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:12.5380544Z [00:01:39.709]➜     Compiling chrono-tz-build v0.4.1
2025-08-20T21:00:12.5396916Z [00:01:39.710]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono_tz_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=0269f4a7dc06b88c -C extra-filename=-2021b175c5f27f3c --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern parse_zoneinfo=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libparse_zoneinfo-00b5deb77ad1a4bd.rmeta --extern phf_codegen=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_codegen-c433c10341b3fb23.rmeta --cap-lints allow`
2025-08-20T21:00:12.6497370Z [00:01:39.821]➜     Compiling clap_lex v0.7.4
2025-08-20T21:00:12.6522377Z [00:01:39.822]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16da0b25eaa5905 -C extra-filename=-dcd7393b65521364 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:13.1500721Z [00:01:40.321]➜     Compiling iana-time-zone v0.1.62
2025-08-20T21:00:13.1511920Z [00:01:40.322]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.62/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=0d2fdaf9d05a9a52 -C extra-filename=-3a1c95b5a6b8c42b --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:13.2252426Z [00:01:40.396]➜     Compiling clap_builder v4.5.44
2025-08-20T21:00:13.2292512Z [00:01:40.397]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5c692912823cfc25 -C extra-filename=-2f6cdc47d33fbbe8 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-71b875cc6c35e032.rmeta --extern anstyle=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rmeta --extern clap_lex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-2ffaaa293fd5ab5f.rmeta --extern terminal_size=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-d780c99b124ec8ce.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:13.3246164Z [00:01:40.495]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build-script-build`
2025-08-20T21:00:13.3309894Z [00:01:40.502]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build-script-build`
2025-08-20T21:00:13.3368272Z [00:01:40.508]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build-script-build`
2025-08-20T21:00:13.7021188Z [00:01:40.873]➜     Compiling chrono-tz v0.10.3
2025-08-20T21:00:13.7031761Z [00:01:40.874]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=547ce930675c75e4 -C extra-filename=-4602dd2d48f800a0 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0 -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern chrono_tz_build=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libchrono_tz_build-2021b175c5f27f3c.rlib --cap-lints allow`
2025-08-20T21:00:14.0558340Z [00:01:41.227]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:00:14.0572952Z [00:01:41.228]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=5aa33dbefe5b7c26 -C extra-filename=-1de39e24560bf252 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:14.3289333Z [00:01:41.500]➜       Running `/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build-script-build`
2025-08-20T21:00:14.4428721Z [00:01:41.614]➜     Compiling chrono v0.4.41
2025-08-20T21:00:14.4445705Z [00:01:41.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=d7549752881678a9 -C extra-filename=-e0e5d43963bd292c --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rmeta --extern num_traits=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-8b5f29eec185a9e1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:15.8037561Z [00:01:42.975]➜     Compiling quote v1.0.38
2025-08-20T21:00:15.8069774Z [00:01:42.978]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b45e2d49582c2f75 -C extra-filename=-8a6271eb04a27e5e --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rmeta --cap-lints allow`
2025-08-20T21:00:16.7344495Z [00:01:43.906]➜     Compiling phf v0.11.3
2025-08-20T21:00:16.7382441Z [00:01:43.908]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=7ec1140a17c3783f -C extra-filename=-09b2aaa09b79250c --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf_shared-d4d833460db1093e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:17.0396460Z [00:01:44.211]➜     Compiling uuhelp_parser v0.0.30
2025-08-20T21:00:17.0409021Z [00:01:44.212]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uuhelp_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuhelp_parser-0.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85619dd5f19b5656 -C extra-filename=-c66de7f1984a057e --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:00:17.5356132Z [00:01:44.706]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:20.4769394Z [00:01:47.645]➜     Compiling once_cell v1.21.0
2025-08-20T21:00:20.4782217Z [00:01:47.649]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f48164c31aaf3d14 -C extra-filename=-48725c6777e23564 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:20.9848113Z [00:01:48.156]➜     Compiling unicode-width v0.1.9
2025-08-20T21:00:20.9863283Z [00:01:48.157]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d0ab21ad1d9671cc -C extra-filename=-ae1480fa144a2774 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:21.1837714Z [00:01:48.355]➜     Compiling os_display v0.1.3
2025-08-20T21:00:21.1849920Z [00:01:48.355]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name os_display --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/os_display-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="native"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "native", "std", "unix", "windows"))' -C metadata=10cede42e071da36 -C extra-filename=-1fbdeb03faa3bb09 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-ae1480fa144a2774.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:21.6521593Z [00:01:48.823]➜     Compiling clap v4.5.45
2025-08-20T21:00:21.6563253Z [00:01:48.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=85891be85b10c842 -C extra-filename=-de41701027e63685 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-2f6cdc47d33fbbe8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:21.7559290Z [00:01:48.927]➜     Compiling uucore_procs v0.0.30
2025-08-20T21:00:21.7578654Z [00:01:48.928]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uucore_procs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uucore_procs-0.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e5cbe0d3545b25 -C extra-filename=-231e9f40e4c98326 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rlib --extern quote=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libquote-8a6271eb04a27e5e.rlib --extern uuhelp_parser=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuuhelp_parser-c66de7f1984a057e.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:00:22.5725229Z [00:01:49.743]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono_tz --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=195588216242e988 -C extra-filename=-6289439f0249a64f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rmeta --extern phf=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf-09b2aaa09b79250c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:22.7120950Z [00:01:49.882]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d390c97528a904fb -C extra-filename=-c9ae9a33633554ca --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rmeta --extern memchr=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rmeta --extern regex_syntax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:27.8915348Z [00:01:55.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="uio"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6cb7b07bf29d5614 -C extra-filename=-369612ef94c861dc --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta --extern cfg_if=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T21:00:28.9713596Z [00:01:56.141]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e247f466b02fd04e -C extra-filename=-35bb864df5b54fab --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta --extern cfg_if=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-20T21:00:33.2872261Z [00:02:00.458]➜     Compiling dunce v1.0.4
2025-08-20T21:00:33.2891342Z [00:02:00.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dunce --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9aaf065b4d16e950 -C extra-filename=-c1f462980b6b64cd --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:33.2996865Z [00:02:00.471]➜     Compiling bitflags v1.3.2
2025-08-20T21:00:33.3011977Z [00:02:00.471]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:33.3827595Z [00:02:00.553]➜     Compiling number_prefix v0.4.0
2025-08-20T21:00:33.3836913Z [00:02:00.553]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name number_prefix --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=89cc22dffda8a672 -C extra-filename=-dd573bd5f107f5d0 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:33.3978600Z [00:02:00.569]➜     Compiling glob v0.3.1
2025-08-20T21:00:33.4004766Z [00:02:00.570]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d710672e49a6a04 -C extra-filename=-624aa1bbf9739787 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:33.6643599Z [00:02:00.836]➜     Compiling same-file v1.0.4
2025-08-20T21:00:33.6653538Z [00:02:00.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42e4cf4985791e53 -C extra-filename=-2c45142e7866f4e8 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:33.9309797Z [00:02:01.102]➜     Compiling wild v2.2.1
2025-08-20T21:00:33.9345161Z [00:02:01.103]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name wild --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wild-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("glob-quoted-on-windows"))' -C metadata=6fc17b5c607ecf4c -C extra-filename=-34fe03dac736c7bc --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:34.0640726Z [00:02:01.235]➜     Compiling walkdir v2.5.0
2025-08-20T21:00:34.0653525Z [00:02:01.236]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb321738cb048452 -C extra-filename=-8b5ed8e6b2c7689a --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-2c45142e7866f4e8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:34.6594753Z [00:02:01.831]➜     Compiling faccess v0.2.4
2025-08-20T21:00:34.6605914Z [00:02:01.831]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name faccess --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/faccess-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9a6cf93b5b39d41 -C extra-filename=-70ed1e83dde21f3d --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern libc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:34.9408733Z [00:02:02.110]➜     Compiling argmax v0.4.0
2025-08-20T21:00:34.9419866Z [00:02:02.110]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name argmax --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argmax-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1aba550932fe3887 -C extra-filename=-44fad6b274485306 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rmeta --extern once_cell=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:35.3076196Z [00:02:02.477]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f381575b744ca96b -C extra-filename=-8b33ae3f1fac6849 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rmeta --extern memchr=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rmeta --extern regex_automata=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-c9ae9a33633554ca.rmeta --extern regex_syntax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:37.9072927Z [00:02:05.078]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name onig_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig_sys-69.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "generate", "posix-api", "print-debug"))' -C metadata=46aea742e810be51 -C extra-filename=-ec91f0532b91ae3f --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out -l static=onig`
2025-08-20T21:00:38.0957202Z [00:02:05.267]➜     Compiling uucore v0.0.30
2025-08-20T21:00:38.0998909Z [00:02:05.269]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uucore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uucore-0.0.30/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="dunce"' --cfg 'feature="entries"' --cfg 'feature="fs"' --cfg 'feature="fsext"' --cfg 'feature="libc"' --cfg 'feature="mode"' --cfg 'feature="winapi-util"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backup-control", "blake2b_simd", "blake3", "buf-copy", "checksum", "colors", "crc32fast", "custom-tz-fmt", "data-encoding", "data-encoding-macro", "default", "digest", "dns-lookup", "dunce", "encoding", "entries", "format", "fs", "fsext", "fsxattr", "hex", "itertools", "libc", "lines", "md-5", "memchr", "mode", "perms", "pipes", "proc-info", "process", "quoting-style", "ranges", "regex", "ringbuffer", "sha1", "sha2", "sha3", "signals", "sm3", "sum", "thiserror", "time", "tty", "update-control", "uptime", "utf8", "utmp-classic", "utmpx", "version-cmp", "walkdir", "wide", "winapi-util", "windows-sys", "xattr", "z85"))' -C metadata=3eaa7f99b580f6b3 -C extra-filename=-c8bc220cfee6abc5 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rmeta --extern chrono_tz=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono_tz-6289439f0249a64f.rmeta --extern clap=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rmeta --extern dunce=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdunce-c1f462980b6b64cd.rmeta --extern glob=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-624aa1bbf9739787.rmeta --extern iana_time_zone=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rmeta --extern libc=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-369612ef94c861dc.rmeta --extern number_prefix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta --extern os_display=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_display-1fbdeb03faa3bb09.rmeta --extern uucore_procs=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuucore_procs-231e9f40e4c98326.so --extern wild=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwild-34fe03dac736c7bc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:00:38.1039611Z [00:02:05.275]➜     Compiling onig v6.5.1
2025-08-20T21:00:38.1062102Z [00:02:05.276]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name onig --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig-6.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "generate", "posix-api", "print-debug", "std-pattern"))' -C metadata=025875205caf9c90 -C extra-filename=-8115aae2150725e3 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta --extern once_cell=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rmeta --extern onig_sys=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig_sys-ec91f0532b91ae3f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out`
2025-08-20T21:00:39.1313830Z [00:02:06.303]➜     Compiling findutils v0.8.0 (/tmp/tmp.gokTk0vzcc/TEMPREPO)
2025-08-20T21:00:39.1339207Z [00:02:06.303]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name findutils --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::use_self' '--allow=clippy::uninlined_format_args' '--warn=clippy::single_char_pattern' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::needless_pass_by_value' '--allow=clippy::multiple_crate_versions' '--allow=clippy::missing_panics_doc' '--warn=clippy::manual_let_else' '--warn=clippy::if_not_else' '--warn=clippy::explicit_iter_loop' '--allow=clippy::cargo_common_metadata' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49b8c768f7fa3d99 -C extra-filename=-281c463e8b6b5d88 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern argmax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rmeta --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rmeta --extern clap=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rmeta --extern faccess=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rmeta --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rmeta --extern onig=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rmeta --extern regex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rmeta --extern uucore=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rmeta --extern walkdir=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out`
2025-08-20T21:00:42.2992036Z [00:02:09.469]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xargs --edition=2021 src/xargs/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::use_self' '--allow=clippy::uninlined_format_args' '--warn=clippy::single_char_pattern' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::needless_pass_by_value' '--allow=clippy::multiple_crate_versions' '--allow=clippy::missing_panics_doc' '--warn=clippy::manual_let_else' '--warn=clippy::if_not_else' '--warn=clippy::explicit_iter_loop' '--allow=clippy::cargo_common_metadata' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=411ef89d6ae8e073 -C extra-filename=-204b3862897b9156 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern argmax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rlib --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rlib --extern clap=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rlib --extern faccess=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rlib --extern findutils=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rlib --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rlib --extern onig=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rlib --extern regex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rlib --extern uucore=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rlib --extern walkdir=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out`
2025-08-20T21:00:42.3045093Z [00:02:09.469]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name testing_commandline --edition=2021 src/testing/commandline/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::use_self' '--allow=clippy::uninlined_format_args' '--warn=clippy::single_char_pattern' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::needless_pass_by_value' '--allow=clippy::multiple_crate_versions' '--allow=clippy::missing_panics_doc' '--warn=clippy::manual_let_else' '--warn=clippy::if_not_else' '--warn=clippy::explicit_iter_loop' '--allow=clippy::cargo_common_metadata' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c116c67e56bf14a9 -C extra-filename=-59e3476e3d9c2ae5 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern argmax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rlib --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rlib --extern clap=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rlib --extern faccess=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rlib --extern findutils=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rlib --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rlib --extern onig=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rlib --extern regex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rlib --extern uucore=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rlib --extern walkdir=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out`
2025-08-20T21:00:42.3079845Z [00:02:09.469]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name find --edition=2021 src/find/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::use_self' '--allow=clippy::uninlined_format_args' '--warn=clippy::single_char_pattern' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::needless_pass_by_value' '--allow=clippy::multiple_crate_versions' '--allow=clippy::missing_panics_doc' '--warn=clippy::manual_let_else' '--warn=clippy::if_not_else' '--warn=clippy::explicit_iter_loop' '--allow=clippy::cargo_common_metadata' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34bba2a87cc78ad6 -C extra-filename=-62222ae80cf31ee3 --out-dir /tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps --extern argmax=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rlib --extern chrono=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rlib --extern clap=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rlib --extern faccess=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rlib --extern findutils=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rlib --extern nix=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rlib --extern onig=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rlib --extern regex=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rlib --extern uucore=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rlib --extern walkdir=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out`
2025-08-20T21:01:01.6819086Z [00:02:28.853]➜      Finished `release` profile [optimized] target(s) in 59.91s
2025-08-20T21:01:01.7305852Z [00:02:28.902]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:01:01.7314882Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/libfindutils.d
2025-08-20T21:01:01.7315991Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/testing-commandline.d
2025-08-20T21:01:01.7317268Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/find
2025-08-20T21:01:01.7318193Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:01:01.7319086Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/xargs
2025-08-20T21:01:01.7319979Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/find.d
2025-08-20T21:01:01.7320935Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/libfindutils.rlib
2025-08-20T21:01:01.7321991Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/testing-commandline
2025-08-20T21:01:01.7322945Z [00:02:28.903]➜  ./target/x86_64-unknown-linux-musl/release/xargs.d
2025-08-20T21:01:01.7324559Z [00:02:28.903]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:01:01.7332457Z [00:02:28.904]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:01:01.7333232Z [00:02:28.905]➜  + cut -d: -f1
2025-08-20T21:01:01.7333743Z [00:02:28.905]➜  + xargs realpath --no-symlinks
2025-08-20T21:01:01.7343405Z [00:02:28.906]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:01:01.8384989Z [00:02:29.010]➜  sending incremental file list
2025-08-20T21:01:01.8395201Z [00:02:29.011]➜  find
2025-08-20T21:01:01.8848600Z [00:02:29.056]➜  
2025-08-20T21:01:01.8849269Z [00:02:29.056]➜  sent 2.59M bytes  received 35 bytes  5.19M bytes/sec
2025-08-20T21:01:01.8849901Z [00:02:29.056]➜  total size is 2.59M  speedup is 1.00
2025-08-20T21:01:01.8865233Z [00:02:29.058]➜  sending incremental file list
2025-08-20T21:01:01.8872324Z [00:02:29.059]➜  xargs
2025-08-20T21:01:01.9296066Z [00:02:29.101]➜  
2025-08-20T21:01:01.9297142Z [00:02:29.101]➜  sent 791.65K bytes  received 35 bytes  1.58M bytes/sec
2025-08-20T21:01:01.9298063Z [00:02:29.101]➜  total size is 791.34K  speedup is 1.00
2025-08-20T21:01:01.9311749Z [00:02:29.103]➜  sending incremental file list
2025-08-20T21:01:01.9317711Z [00:02:29.103]➜  testing-commandline
2025-08-20T21:01:01.9735222Z [00:02:29.145]➜  
2025-08-20T21:01:01.9735917Z [00:02:29.145]➜  sent 419.09K bytes  received 35 bytes  838.25K bytes/sec
2025-08-20T21:01:01.9736913Z [00:02:29.145]➜  total size is 418.86K  speedup is 1.00
2025-08-20T21:01:02.1092429Z [00:02:29.280]➜  '/tmp/tmp.gokTk0vzcc/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:01:02.1329029Z [00:02:29.304]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:01:02.1482653Z [00:02:29.319]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:01:02.1515008Z [00:02:29.323]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:01:02.1831323Z [00:02:29.354]➜  copy from `/build-bins/find' [elf64-x86-64] to `/build-bins/stBKomMl' [elf64-x86-64]
2025-08-20T21:01:02.2300725Z [00:02:29.401]➜  copy from `/build-bins/xargs' [elf64-x86-64] to `/build-bins/stmPlPjm' [elf64-x86-64]
2025-08-20T21:01:02.3105193Z [00:02:29.482]➜  copy from `/build-bins/testing-commandline' [elf64-x86-64] to `/build-bins/stKdJAHp' [elf64-x86-64]
2025-08-20T21:01:02.3212264Z [00:02:29.492]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:01:02.3236365Z [00:02:29.495]➜  
2025-08-20T21:01:02.3253654Z [00:02:29.497]➜  /build-bins/find
2025-08-20T21:01:02.3268702Z [00:02:29.498]➜  There are 32 section headers, starting at offset 0x278be0:
2025-08-20T21:01:02.3269991Z [00:02:29.498]➜  
2025-08-20T21:01:02.3270549Z [00:02:29.498]➜  Section Headers:
2025-08-20T21:01:02.3271303Z [00:02:29.498]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:01:02.3272188Z [00:02:29.498]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:01:02.3272955Z [00:02:29.498]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:01:02.3273712Z [00:02:29.498]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:01:02.3274359Z [00:02:29.498]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:01:02.3274809Z [00:02:29.498]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:01:02.3275239Z [00:02:29.498]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:01:02.3275664Z [00:02:29.498]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:01:02.3276091Z [00:02:29.498]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:01:02.3276535Z [00:02:29.498]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:01:02.3277567Z [00:02:29.498]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:01:02.3278024Z [00:02:29.498]➜         000000000003bbb0  0000000000000018   A       2     0     8
2025-08-20T21:01:02.3278470Z [00:02:29.498]➜    [ 5] .eh_frame         PROGBITS         000000000003be60  0003be60
2025-08-20T21:01:02.3278920Z [00:02:29.498]➜         000000000002a430  0000000000000000   A       0     0     8
2025-08-20T21:01:02.3279368Z [00:02:29.498]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000066290  00066290
2025-08-20T21:01:02.3279817Z [00:02:29.498]➜         0000000000006924  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3280271Z [00:02:29.498]➜    [ 7] .gcc_except_table PROGBITS         000000000006cbb4  0006cbb4
2025-08-20T21:01:02.3280730Z [00:02:29.498]➜         00000000000077a8  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3281167Z [00:02:29.498]➜    [ 8] .rodata           PROGBITS         0000000000074360  00074360
2025-08-20T21:01:02.3281623Z [00:02:29.498]➜         00000000000957f0  0000000000000000   A       0     0     32
2025-08-20T21:01:02.3282071Z [00:02:29.498]➜    [ 9] .rodata.cst16     PROGBITS         0000000000109b50  00109b50
2025-08-20T21:01:02.3282520Z [00:02:29.498]➜         00000000000008d0  0000000000000010  AM       0     0     16
2025-08-20T21:01:02.3282963Z [00:02:29.498]➜    [10] .rodata.cst32     PROGBITS         000000000010a420  0010a420
2025-08-20T21:01:02.3283400Z [00:02:29.498]➜         0000000000000520  0000000000000020  AM       0     0     16
2025-08-20T21:01:02.3283828Z [00:02:29.498]➜    [11] .rodata.cst4      PROGBITS         000000000010a940  0010a940
2025-08-20T21:01:02.3284256Z [00:02:29.498]➜         000000000000290c  0000000000000004  AM       0     0     4
2025-08-20T21:01:02.3284682Z [00:02:29.498]➜    [12] .rodata.cst8      PROGBITS         000000000010d250  0010d250
2025-08-20T21:01:02.3285105Z [00:02:29.498]➜         0000000000000870  0000000000000008  AM       0     0     8
2025-08-20T21:01:02.3285700Z [00:02:29.498]➜    [13] .rodata.str1.1    PROGBITS         000000000010dac0  0010dac0
2025-08-20T21:01:02.3286152Z [00:02:29.498]➜         0000000000004603  0000000000000001 AMS       0     0     1
2025-08-20T21:01:02.3286927Z [00:02:29.498]➜    [14] .rodata.str1.4    PROGBITS         00000000001120c4  001120c4
2025-08-20T21:01:02.3287385Z [00:02:29.498]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T21:01:02.3287822Z [00:02:29.498]➜    [15] .rodata.str1.8    PROGBITS         0000000000112990  00112990
2025-08-20T21:01:02.3288258Z [00:02:29.498]➜         0000000000002078  0000000000000001 AMS       0     0     8
2025-08-20T21:01:02.3288668Z [00:02:29.498]➜    [16] .fini             PROGBITS         0000000000115a08  00114a08
2025-08-20T21:01:02.3289082Z [00:02:29.498]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3289498Z [00:02:29.498]➜    [17] .init             PROGBITS         0000000000115a0b  00114a0b
2025-08-20T21:01:02.3289928Z [00:02:29.498]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3290339Z [00:02:29.498]➜    [18] .text             PROGBITS         0000000000115a40  00114a40
2025-08-20T21:01:02.3290755Z [00:02:29.498]➜         000000000012fdef  0000000000000000  AX       0     0     64
2025-08-20T21:01:02.3291177Z [00:02:29.498]➜    [19] .tdata            PROGBITS         0000000000246830  00244830
2025-08-20T21:01:02.3291591Z [00:02:29.498]➜         0000000000000020  0000000000000000 WAT       0     0     8
2025-08-20T21:01:02.3292002Z [00:02:29.498]➜    [20] .tbss             NOBITS           0000000000246850  00244850
2025-08-20T21:01:02.3292412Z [00:02:29.498]➜         00000000000000f0  0000000000000000 WAT       0     0     8
2025-08-20T21:01:02.3292832Z [00:02:29.498]➜    [21] .data.rel.ro      PROGBITS         0000000000246860  00244860
2025-08-20T21:01:02.3293276Z [00:02:29.499]➜         000000000002e248  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3293869Z [00:02:29.499]➜    [22] .dynamic          DYNAMIC          0000000000274aa8  00272aa8
2025-08-20T21:01:02.3294299Z [00:02:29.499]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:01:02.3294727Z [00:02:29.499]➜    [23] .fini_array       FINI_ARRAY       0000000000274c28  00272c28
2025-08-20T21:01:02.3295146Z [00:02:29.499]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3295807Z [00:02:29.499]➜    [24] .got.plt          PROGBITS         0000000000274c30  00272c30
2025-08-20T21:01:02.3296822Z [00:02:29.499]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3297627Z [00:02:29.499]➜    [25] .init_array       INIT_ARRAY       0000000000274c48  00272c48
2025-08-20T21:01:02.3298320Z [00:02:29.499]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3298751Z [00:02:29.499]➜    [26] .got              PROGBITS         0000000000274c50  00272c50
2025-08-20T21:01:02.3299200Z [00:02:29.499]➜         00000000000004c0  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3299637Z [00:02:29.499]➜    [27] .relro_padding    NOBITS           0000000000275110  00273110
2025-08-20T21:01:02.3300066Z [00:02:29.499]➜         0000000000000ef0  0000000000000000  WA       0     0     1
2025-08-20T21:01:02.3300674Z [00:02:29.499]➜    [28] .data             PROGBITS         0000000000276120  00273120
2025-08-20T21:01:02.3301467Z [00:02:29.499]➜         0000000000005978  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3302095Z [00:02:29.499]➜    [29] .bss              NOBITS           000000000027baa0  00278a98
2025-08-20T21:01:02.3302511Z [00:02:29.499]➜         0000000000002034  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3302939Z [00:02:29.499]➜    [30] .common           NOBITS           000000000027dae0  00278a98
2025-08-20T21:01:02.3303362Z [00:02:29.499]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3304013Z [00:02:29.499]➜    [31] .shstrtab         STRTAB           0000000000000000  00278a98
2025-08-20T21:01:02.3304444Z [00:02:29.499]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T21:01:02.3304786Z [00:02:29.499]➜  Key to Flags:
2025-08-20T21:01:02.3305154Z [00:02:29.499]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:01:02.3305621Z [00:02:29.499]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:01:02.3306077Z [00:02:29.499]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:01:02.3306484Z [00:02:29.499]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:01:02.3307126Z [00:02:29.501]➜  
2025-08-20T21:01:02.3315556Z [00:02:29.503]➜  /build-bins/xargs
2025-08-20T21:01:02.3328150Z [00:02:29.504]➜  There are 30 section headers, starting at offset 0xc0b08:
2025-08-20T21:01:02.3328827Z [00:02:29.504]➜  
2025-08-20T21:01:02.3329436Z [00:02:29.504]➜  Section Headers:
2025-08-20T21:01:02.3331229Z [00:02:29.504]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:01:02.3332041Z [00:02:29.504]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:01:02.3332837Z [00:02:29.504]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:01:02.3333608Z [00:02:29.504]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:01:02.3334385Z [00:02:29.504]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:01:02.3335152Z [00:02:29.504]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:01:02.3335872Z [00:02:29.504]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:01:02.3336314Z [00:02:29.504]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:01:02.3337034Z [00:02:29.504]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:01:02.3337690Z [00:02:29.504]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:01:02.3338194Z [00:02:29.504]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:01:02.3338608Z [00:02:29.504]➜         0000000000007038  0000000000000018   A       2     0     8
2025-08-20T21:01:02.3339031Z [00:02:29.504]➜    [ 5] .eh_frame         PROGBITS         00000000000072e8  000072e8
2025-08-20T21:01:02.3339452Z [00:02:29.504]➜         0000000000010aa0  0000000000000000   A       0     0     8
2025-08-20T21:01:02.3339875Z [00:02:29.504]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000017d88  00017d88
2025-08-20T21:01:02.3340296Z [00:02:29.504]➜         0000000000002a14  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3340728Z [00:02:29.504]➜    [ 7] .gcc_except_table PROGBITS         000000000001a79c  0001a79c
2025-08-20T21:01:02.3341180Z [00:02:29.504]➜         00000000000040f4  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3341614Z [00:02:29.504]➜    [ 8] .rodata           PROGBITS         000000000001e8a0  0001e8a0
2025-08-20T21:01:02.3342046Z [00:02:29.504]➜         0000000000009b30  0000000000000000   A       0     0     32
2025-08-20T21:01:02.3342511Z [00:02:29.504]➜    [ 9] .rodata.cst16     PROGBITS         00000000000283d0  000283d0
2025-08-20T21:01:02.3342938Z [00:02:29.504]➜         0000000000000250  0000000000000010  AM       0     0     16
2025-08-20T21:01:02.3343365Z [00:02:29.504]➜    [10] .rodata.cst32     PROGBITS         0000000000028620  00028620
2025-08-20T21:01:02.3343806Z [00:02:29.504]➜         00000000000000a0  0000000000000020  AM       0     0     1
2025-08-20T21:01:02.3344243Z [00:02:29.504]➜    [11] .rodata.cst4      PROGBITS         00000000000286c0  000286c0
2025-08-20T21:01:02.3344671Z [00:02:29.504]➜         00000000000000d8  0000000000000004  AM       0     0     4
2025-08-20T21:01:02.3345241Z [00:02:29.504]➜    [12] .rodata.cst8      PROGBITS         0000000000028798  00028798
2025-08-20T21:01:02.3345675Z [00:02:29.504]➜         00000000000000b0  0000000000000008  AM       0     0     8
2025-08-20T21:01:02.3346103Z [00:02:29.504]➜    [13] .rodata.str1.1    PROGBITS         0000000000028848  00028848
2025-08-20T21:01:02.3346531Z [00:02:29.504]➜         0000000000001ec9  0000000000000001 AMS       0     0     1
2025-08-20T21:01:02.3347237Z [00:02:29.505]➜    [14] .rodata.str1.8    PROGBITS         000000000002a718  0002a718
2025-08-20T21:01:02.3347669Z [00:02:29.505]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T21:01:02.3348080Z [00:02:29.505]➜    [15] .fini             PROGBITS         000000000002d270  0002c270
2025-08-20T21:01:02.3348496Z [00:02:29.505]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3348902Z [00:02:29.505]➜    [16] .init             PROGBITS         000000000002d273  0002c273
2025-08-20T21:01:02.3349316Z [00:02:29.505]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3349730Z [00:02:29.505]➜    [17] .text             PROGBITS         000000000002d280  0002c280
2025-08-20T21:01:02.3350154Z [00:02:29.505]➜         000000000008e1af  0000000000000000  AX       0     0     16
2025-08-20T21:01:02.3350569Z [00:02:29.505]➜    [18] .tbss             NOBITS           00000000000bc430  000c09d8
2025-08-20T21:01:02.3350974Z [00:02:29.505]➜         0000000000000030  0000000000000000 WAT       0     0     8
2025-08-20T21:01:02.3351391Z [00:02:29.505]➜    [19] .data.rel.ro      PROGBITS         00000000000bc440  000ba440
2025-08-20T21:01:02.3351810Z [00:02:29.505]➜         0000000000005648  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3352235Z [00:02:29.505]➜    [20] .dynamic          DYNAMIC          00000000000c1a88  000bfa88
2025-08-20T21:01:02.3352652Z [00:02:29.505]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:01:02.3353081Z [00:02:29.505]➜    [21] .fini_array       FINI_ARRAY       00000000000c1c08  000bfc08
2025-08-20T21:01:02.3353640Z [00:02:29.505]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3354067Z [00:02:29.505]➜    [22] .got.plt          PROGBITS         00000000000c1c10  000bfc10
2025-08-20T21:01:02.3354479Z [00:02:29.505]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3354896Z [00:02:29.505]➜    [23] .init_array       INIT_ARRAY       00000000000c1c28  000bfc28
2025-08-20T21:01:02.3355313Z [00:02:29.505]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3355714Z [00:02:29.505]➜    [24] .got              PROGBITS         00000000000c1c30  000bfc30
2025-08-20T21:01:02.3356114Z [00:02:29.505]➜         0000000000000330  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3356544Z [00:02:29.505]➜    [25] .relro_padding    NOBITS           00000000000c1f60  000bff60
2025-08-20T21:01:02.3357207Z [00:02:29.505]➜         00000000000000a0  0000000000000000  WA       0     0     1
2025-08-20T21:01:02.3357981Z [00:02:29.505]➜    [26] .data             PROGBITS         00000000000c2f60  000bff60
2025-08-20T21:01:02.3358824Z [00:02:29.505]➜         0000000000000a78  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3359618Z [00:02:29.505]➜    [27] .bss              NOBITS           00000000000c39e0  000c09d8
2025-08-20T21:01:02.3360345Z [00:02:29.505]➜         0000000000001034  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3360786Z [00:02:29.505]➜    [28] .common           NOBITS           00000000000c4a20  000c09d8
2025-08-20T21:01:02.3361212Z [00:02:29.505]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3361629Z [00:02:29.505]➜    [29] .shstrtab         STRTAB           0000000000000000  000c09d8
2025-08-20T21:01:02.3362047Z [00:02:29.505]➜         000000000000012b  0000000000000000           0     0     1
2025-08-20T21:01:02.3362620Z [00:02:29.505]➜  Key to Flags:
2025-08-20T21:01:02.3362997Z [00:02:29.505]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:01:02.3363470Z [00:02:29.505]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:01:02.3363927Z [00:02:29.505]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:01:02.3364328Z [00:02:29.505]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:01:02.3364632Z [00:02:29.507]➜  
2025-08-20T21:01:02.3375500Z [00:02:29.509]➜  /build-bins/LICENSE
2025-08-20T21:01:02.3412024Z [00:02:29.513]➜  
2025-08-20T21:01:02.3427974Z [00:02:29.514]➜  /build-bins/testing-commandline
2025-08-20T21:01:02.3440337Z [00:02:29.515]➜  There are 30 section headers, starting at offset 0x65c08:
2025-08-20T21:01:02.3441651Z [00:02:29.515]➜  
2025-08-20T21:01:02.3442107Z [00:02:29.515]➜  Section Headers:
2025-08-20T21:01:02.3442776Z [00:02:29.515]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:01:02.3443615Z [00:02:29.515]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:01:02.3444364Z [00:02:29.515]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:01:02.3445110Z [00:02:29.515]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:01:02.3445920Z [00:02:29.515]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:01:02.3447183Z [00:02:29.515]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:01:02.3448098Z [00:02:29.515]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:01:02.3448878Z [00:02:29.515]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:01:02.3449715Z [00:02:29.515]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:01:02.3450508Z [00:02:29.515]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:01:02.3451182Z [00:02:29.515]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:01:02.3451652Z [00:02:29.515]➜         0000000000003198  0000000000000018   A       2     0     8
2025-08-20T21:01:02.3452092Z [00:02:29.515]➜    [ 5] .eh_frame         PROGBITS         0000000000003448  00003448
2025-08-20T21:01:02.3452535Z [00:02:29.516]➜         0000000000005828  0000000000000000   A       0     0     8
2025-08-20T21:01:02.3452959Z [00:02:29.516]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000008c70  00008c70
2025-08-20T21:01:02.3453376Z [00:02:29.516]➜         000000000000107c  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3453811Z [00:02:29.516]➜    [ 7] .gcc_except_table PROGBITS         0000000000009cec  00009cec
2025-08-20T21:01:02.3454258Z [00:02:29.516]➜         00000000000010d8  0000000000000000   A       0     0     4
2025-08-20T21:01:02.3454694Z [00:02:29.516]➜    [ 8] .rodata           PROGBITS         000000000000ade0  0000ade0
2025-08-20T21:01:02.3455149Z [00:02:29.516]➜         0000000000006050  0000000000000000   A       0     0     32
2025-08-20T21:01:02.3455589Z [00:02:29.516]➜    [ 9] .rodata.cst16     PROGBITS         0000000000010e30  00010e30
2025-08-20T21:01:02.3456023Z [00:02:29.516]➜         0000000000000190  0000000000000010  AM       0     0     16
2025-08-20T21:01:02.3456455Z [00:02:29.516]➜    [10] .rodata.cst32     PROGBITS         0000000000010fc0  00010fc0
2025-08-20T21:01:02.3457400Z [00:02:29.516]➜         0000000000000040  0000000000000020  AM       0     0     1
2025-08-20T21:01:02.3457833Z [00:02:29.516]➜    [11] .rodata.cst4      PROGBITS         0000000000011000  00011000
2025-08-20T21:01:02.3458256Z [00:02:29.516]➜         0000000000000078  0000000000000004  AM       0     0     4
2025-08-20T21:01:02.3458677Z [00:02:29.516]➜    [12] .rodata.cst8      PROGBITS         0000000000011078  00011078
2025-08-20T21:01:02.3459095Z [00:02:29.516]➜         0000000000000030  0000000000000008  AM       0     0     1
2025-08-20T21:01:02.3459697Z [00:02:29.516]➜    [13] .rodata.str1.1    PROGBITS         00000000000110a8  000110a8
2025-08-20T21:01:02.3460162Z [00:02:29.516]➜         00000000000012d6  0000000000000001 AMS       0     0     1
2025-08-20T21:01:02.3460588Z [00:02:29.516]➜    [14] .rodata.str1.8    PROGBITS         0000000000012380  00012380
2025-08-20T21:01:02.3461023Z [00:02:29.516]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T21:01:02.3461431Z [00:02:29.516]➜    [15] .fini             PROGBITS         0000000000014ed8  00013ed8
2025-08-20T21:01:02.3461835Z [00:02:29.516]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3462243Z [00:02:29.516]➜    [16] .init             PROGBITS         0000000000014edb  00013edb
2025-08-20T21:01:02.3462664Z [00:02:29.516]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:01:02.3463079Z [00:02:29.516]➜    [17] .text             PROGBITS         0000000000014ee0  00013ee0
2025-08-20T21:01:02.3463516Z [00:02:29.516]➜         000000000004ea52  0000000000000000  AX       0     0     16
2025-08-20T21:01:02.3463930Z [00:02:29.516]➜    [18] .tbss             NOBITS           0000000000064938  00062938
2025-08-20T21:01:02.3464337Z [00:02:29.516]➜         0000000000000018  0000000000000000 WAT       0     0     8
2025-08-20T21:01:02.3464768Z [00:02:29.516]➜    [19] .data.rel.ro      PROGBITS         0000000000064938  00062938
2025-08-20T21:01:02.3465193Z [00:02:29.516]➜         0000000000002348  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3465614Z [00:02:29.516]➜    [20] .dynamic          DYNAMIC          0000000000066c80  00064c80
2025-08-20T21:01:02.3466030Z [00:02:29.516]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:01:02.3466453Z [00:02:29.516]➜    [21] .fini_array       FINI_ARRAY       0000000000066e00  00064e00
2025-08-20T21:01:02.3467093Z [00:02:29.516]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3467727Z [00:02:29.516]➜    [22] .got.plt          PROGBITS         0000000000066e08  00064e08
2025-08-20T21:01:02.3468159Z [00:02:29.516]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3468577Z [00:02:29.516]➜    [23] .init_array       INIT_ARRAY       0000000000066e20  00064e20
2025-08-20T21:01:02.3468992Z [00:02:29.516]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:01:02.3469390Z [00:02:29.516]➜    [24] .got              PROGBITS         0000000000066e28  00064e28
2025-08-20T21:01:02.3469795Z [00:02:29.516]➜         0000000000000238  0000000000000000  WA       0     0     8
2025-08-20T21:01:02.3470218Z [00:02:29.516]➜    [25] .relro_padding    NOBITS           0000000000067060  00065060
2025-08-20T21:01:02.3470642Z [00:02:29.516]➜         0000000000000fa0  0000000000000000  WA       0     0     1
2025-08-20T21:01:02.3471047Z [00:02:29.516]➜    [26] .data             PROGBITS         0000000000068060  00065060
2025-08-20T21:01:02.3471582Z [00:02:29.516]➜         0000000000000a78  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3471993Z [00:02:29.516]➜    [27] .bss              NOBITS           0000000000068ae0  00065ad8
2025-08-20T21:01:02.3472398Z [00:02:29.516]➜         0000000000000f54  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3472815Z [00:02:29.516]➜    [28] .common           NOBITS           0000000000069a40  00065ad8
2025-08-20T21:01:02.3473236Z [00:02:29.516]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T21:01:02.3473653Z [00:02:29.516]➜    [29] .shstrtab         STRTAB           0000000000000000  00065ad8
2025-08-20T21:01:02.3474069Z [00:02:29.516]➜         000000000000012b  0000000000000000           0     0     1
2025-08-20T21:01:02.3474398Z [00:02:29.516]➜  Key to Flags:
2025-08-20T21:01:02.3474760Z [00:02:29.516]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:01:02.3475221Z [00:02:29.516]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:01:02.3475691Z [00:02:29.516]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:01:02.3476094Z [00:02:29.516]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:01:02.3476877Z [00:02:29.516]➜  + file /build-bins/LICENSE /build-bins/find /build-bins/testing-commandline /build-bins/xargs
2025-08-20T21:01:02.3660309Z [00:02:29.537]➜  /build-bins/LICENSE:             ASCII text
2025-08-20T21:01:02.3702169Z [00:02:29.541]➜  /build-bins/find:                ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:01:02.3703350Z [00:02:29.542]➜  /build-bins/testing-commandline: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:01:02.3704387Z [00:02:29.542]➜  /build-bins/xargs:               ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:01:02.3712885Z [00:02:29.543]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/find /build-bins/testing-commandline /build-bins/xargs
2025-08-20T21:01:02.3735516Z [00:02:29.545]➜  /build-bins/LICENSE:         1051 Bytes
2025-08-20T21:01:02.3736200Z [00:02:29.545]➜  /build-bins/find:         2593760 Bytes
2025-08-20T21:01:02.3737087Z [00:02:29.545]➜  /build-bins/testing-commandline:         418696 Bytes
2025-08-20T21:01:02.3737802Z [00:02:29.545]➜  /build-bins/xargs:         791176 Bytes
2025-08-20T21:01:02.3740365Z [00:02:29.545]➜  + du /build-bins/LICENSE /build-bins/find /build-bins/testing-commandline /build-bins/xargs --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:01:02.3755176Z [00:02:29.547]➜  1.1K	2025-08-20 21:01:02.108572778 +0000	/build-bins/LICENSE
2025-08-20T21:01:02.3755957Z [00:02:29.547]➜  2.5M	2025-08-20 21:01:02.188573672 +0000	/build-bins/find
2025-08-20T21:01:02.3757012Z [00:02:29.547]➜  409K	2025-08-20 21:01:02.310575034 +0000	/build-bins/testing-commandline
2025-08-20T21:01:02.3757979Z [00:02:29.547]➜  773K	2025-08-20 21:01:02.231574152 +0000	/build-bins/xargs
2025-08-20T21:01:02.3758812Z [00:02:29.547]➜  + popd
2025-08-20T21:01:02.4393086Z [00:02:29.611]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:01:02.4642620Z [00:02:29.636]➜  + '[' -s /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:01:02.4643589Z [00:02:29.636]➜  + cp -fv /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:01:02.4685784Z [00:02:29.640]➜  '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:01:02.4691993Z [00:02:29.640]➜  + find /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:01:02.4694619Z [00:02:29.641]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:01:02.4699750Z [00:02:29.641]➜  + cut -d: -f1
2025-08-20T21:01:02.4700378Z [00:02:29.641]➜  + xargs realpath --no-symlinks
2025-08-20T21:01:02.4704656Z [00:02:29.642]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:02.7203038Z [00:02:29.892]➜  sending incremental file list
2025-08-20T21:01:02.7212582Z [00:02:29.893]➜  find
2025-08-20T21:01:02.7656150Z [00:02:29.937]➜  
2025-08-20T21:01:02.7657037Z [00:02:29.937]➜  sent 2.59M bytes  received 35 bytes  5.19M bytes/sec
2025-08-20T21:01:02.7657573Z [00:02:29.937]➜  total size is 2.59M  speedup is 1.00
2025-08-20T21:01:02.7682280Z [00:02:29.940]➜  sending incremental file list
2025-08-20T21:01:02.7688554Z [00:02:29.940]➜  xargs
2025-08-20T21:01:02.8108958Z [00:02:29.982]➜  
2025-08-20T21:01:02.8109773Z [00:02:29.982]➜  sent 791.48K bytes  received 35 bytes  1.58M bytes/sec
2025-08-20T21:01:02.8110654Z [00:02:29.982]➜  total size is 791.18K  speedup is 1.00
2025-08-20T21:01:02.8136371Z [00:02:29.985]➜  sending incremental file list
2025-08-20T21:01:02.8142508Z [00:02:29.986]➜  testing-commandline
2025-08-20T21:01:02.8558112Z [00:02:30.027]➜  
2025-08-20T21:01:02.8558761Z [00:02:30.027]➜  sent 418.92K bytes  received 35 bytes  837.91K bytes/sec
2025-08-20T21:01:02.8559369Z [00:02:30.027]➜  total size is 418.70K  speedup is 1.00
2025-08-20T21:01:02.8572640Z [00:02:30.029]➜  
2025-08-20T21:01:03.3736124Z [00:02:30.545]➜  
2025-08-20T21:01:03.3863447Z [00:02:30.557]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:01:03.3865083Z [00:02:30.557]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:01:03.3866951Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:01:03.3868936Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T21:01:03.3871091Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/installation.md' from root:root to runner:runner
2025-08-20T21:01:03.3872468Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/extensions.md' from root:root to runner:runner
2025-08-20T21:01:03.3873847Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/build.md' from root:root to runner:runner
2025-08-20T21:01:03.3875808Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/contributing.md' from root:root to runner:runner
2025-08-20T21:01:03.3877311Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/platforms.md' from root:root to runner:runner
2025-08-20T21:01:03.3878611Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/SUMMARY.md' from root:root to runner:runner
2025-08-20T21:01:03.3879849Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/logo.svg' from root:root to runner:runner
2025-08-20T21:01:03.3881544Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/test_coverage.md' from root:root to runner:runner
2025-08-20T21:01:03.3883734Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/index.md' from root:root to runner:runner
2025-08-20T21:01:03.3884919Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src' from root:root to runner:runner
2025-08-20T21:01:03.3886081Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/book.toml' from root:root to runner:runner
2025-08-20T21:01:03.3887470Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:01:03.3889388Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/find_exec_tests.rs' from root:root to runner:runner
2025-08-20T21:01:03.3891125Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/exec_unit_tests.rs' from root:root to runner:runner
2025-08-20T21:01:03.3892374Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/find_cmd_tests.rs' from root:root to runner:runner
2025-08-20T21:01:03.3893672Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/common/test_helpers.rs' from root:root to runner:runner
2025-08-20T21:01:03.3895907Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/common/mod.rs' from root:root to runner:runner
2025-08-20T21:01:03.3897657Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/common' from root:root to runner:runner
2025-08-20T21:01:03.3898887Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/xargs_tests.rs' from root:root to runner:runner
2025-08-20T21:01:03.3900061Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T21:01:03.3901794Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/size/512bytes' from root:root to runner:runner
2025-08-20T21:01:03.3903893Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/size' from root:root to runner:runner
2025-08-20T21:01:03.3905159Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links/subdir/test' from root:root to runner:runner
2025-08-20T21:01:03.3906411Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links/subdir' from root:root to runner:runner
2025-08-20T21:01:03.3908662Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links/abbbc' from root:root to runner:runner
2025-08-20T21:01:03.3910493Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links' from root:root to runner:runner
2025-08-20T21:01:03.3911764Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple/subdir/ABBBC' from root:root to runner:runner
2025-08-20T21:01:03.3913199Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple/subdir' from root:root to runner:runner
2025-08-20T21:01:03.3915253Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple/abbbc' from root:root to runner:runner
2025-08-20T21:01:03.3917046Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple' from root:root to runner:runner
2025-08-20T21:01:03.3918267Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/f1' from root:root to runner:runner
2025-08-20T21:01:03.3920045Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2/f2' from root:root to runner:runner
2025-08-20T21:01:03.3921567Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2/3/f3' from root:root to runner:runner
2025-08-20T21:01:03.3922805Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2/3' from root:root to runner:runner
2025-08-20T21:01:03.3924018Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2' from root:root to runner:runner
2025-08-20T21:01:03.3926035Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1' from root:root to runner:runner
2025-08-20T21:01:03.3927608Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/f0' from root:root to runner:runner
2025-08-20T21:01:03.3928817Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth' from root:root to runner:runner
2025-08-20T21:01:03.3930294Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data' from root:root to runner:runner
2025-08-20T21:01:03.3932008Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/testing/commandline/main.rs' from root:root to runner:runner
2025-08-20T21:01:03.3933324Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/testing/commandline' from root:root to runner:runner
2025-08-20T21:01:03.3934539Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/testing' from root:root to runner:runner
2025-08-20T21:01:03.3936481Z [00:02:30.558]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/main.rs' from root:root to runner:runner
2025-08-20T21:01:03.3938849Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/samefile.rs' from root:root to runner:runner
2025-08-20T21:01:03.3940378Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/exec.rs' from root:root to runner:runner
2025-08-20T21:01:03.3942185Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/size.rs' from root:root to runner:runner
2025-08-20T21:01:03.3944216Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/lname.rs' from root:root to runner:runner
2025-08-20T21:01:03.3945577Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/printer.rs' from root:root to runner:runner
2025-08-20T21:01:03.3947228Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/fs.rs' from root:root to runner:runner
2025-08-20T21:01:03.3949530Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/name.rs' from root:root to runner:runner
2025-08-20T21:01:03.3950988Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/entry.rs' from root:root to runner:runner
2025-08-20T21:01:03.3952292Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/printf.rs' from root:root to runner:runner
2025-08-20T21:01:03.3954592Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/user.rs' from root:root to runner:runner
2025-08-20T21:01:03.3956957Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/ls.rs' from root:root to runner:runner
2025-08-20T21:01:03.3958405Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/regex.rs' from root:root to runner:runner
2025-08-20T21:01:03.3960698Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/type_matcher.rs' from root:root to runner:runner
2025-08-20T21:01:03.3962746Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/stat.rs' from root:root to runner:runner
2025-08-20T21:01:03.3964042Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/empty.rs' from root:root to runner:runner
2025-08-20T21:01:03.3966345Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/access.rs' from root:root to runner:runner
2025-08-20T21:01:03.3968456Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/glob.rs' from root:root to runner:runner
2025-08-20T21:01:03.3969729Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/perm.rs' from root:root to runner:runner
2025-08-20T21:01:03.3971983Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/delete.rs' from root:root to runner:runner
2025-08-20T21:01:03.3974157Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/group.rs' from root:root to runner:runner
2025-08-20T21:01:03.3975444Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/time.rs' from root:root to runner:runner
2025-08-20T21:01:03.3977446Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/path.rs' from root:root to runner:runner
2025-08-20T21:01:03.3979736Z [00:02:30.559]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/quit.rs' from root:root to runner:runner
2025-08-20T21:01:03.3981125Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/mod.rs' from root:root to runner:runner
2025-08-20T21:01:03.3982529Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/logical_matchers.rs' from root:root to runner:runner
2025-08-20T21:01:03.3984959Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/prune.rs' from root:root to runner:runner
2025-08-20T21:01:03.3986762Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers' from root:root to runner:runner
2025-08-20T21:01:03.3988502Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/mod.rs' from root:root to runner:runner
2025-08-20T21:01:03.3990584Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find' from root:root to runner:runner
2025-08-20T21:01:03.3992432Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/xargs/main.rs' from root:root to runner:runner
2025-08-20T21:01:03.3994443Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/xargs/mod.rs' from root:root to runner:runner
2025-08-20T21:01:03.3995644Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/xargs' from root:root to runner:runner
2025-08-20T21:01:03.3997281Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T21:01:03.3998696Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src' from root:root to runner:runner
2025-08-20T21:01:03.3999859Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:01:03.4001026Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:01:03.4002408Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:01:03.4003644Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:01:03.4005496Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/compat.yml' from root:root to runner:runner
2025-08-20T21:01:03.4007701Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:01:03.4009143Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:01:03.4010604Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/comment.yml' from root:root to runner:runner
2025-08-20T21:01:03.4011874Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:01:03.4013041Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:01:03.4014362Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:01:03.4015634Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:01:03.4017407Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:01:03.4019242Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:01:03.4020695Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:01:03.4022187Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:01:03.4023975Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:01:03.4025315Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:01:03.4026990Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:01:03.4028330Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:01:03.4030558Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:01:03.4031866Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:01:03.4033320Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:01:03.4035585Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:01:03.4038077Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:01:03.4039470Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:01:03.4041753Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:01:03.4043401Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:01:03.4044778Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:01:03.4047418Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:01:03.4049218Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:01:03.4050677Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:01:03.4052888Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:01:03.4054631Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:01:03.4056416Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:01:03.4058827Z [00:02:30.560]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:01:03.4060232Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:01:03.4062037Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:01:03.4064327Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:01:03.4065617Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:01:03.4067764Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:01:03.4069919Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:01:03.4072048Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:01:03.4074272Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:01:03.4075895Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:01:03.4078029Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.rev' from root:root to runner:runner
2025-08-20T21:01:03.4081026Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.promisor' from root:root to runner:runner
2025-08-20T21:01:03.4082997Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.idx' from root:root to runner:runner
2025-08-20T21:01:03.4085929Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.idx' from root:root to runner:runner
2025-08-20T21:01:03.4088151Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.pack' from root:root to runner:runner
2025-08-20T21:01:03.4091313Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.pack' from root:root to runner:runner
2025-08-20T21:01:03.4093224Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.promisor' from root:root to runner:runner
2025-08-20T21:01:03.4096204Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.rev' from root:root to runner:runner
2025-08-20T21:01:03.4097947Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:01:03.4099940Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:01:03.4101998Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:01:03.4103210Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:01:03.4104877Z [00:02:30.561]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:01:03.4107368Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:01:03.4108595Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:01:03.4110869Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/diff-bfs.sh' from root:root to runner:runner
2025-08-20T21:01:03.4112884Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/compare_bfs_result.py' from root:root to runner:runner
2025-08-20T21:01:03.4114220Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/build-bfs.sh' from root:root to runner:runner
2025-08-20T21:01:03.4116468Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/build-gnu.sh' from root:root to runner:runner
2025-08-20T21:01:03.4118452Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/diff-gnu.sh' from root:root to runner:runner
2025-08-20T21:01:03.4119725Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/compare_gnu_result.py' from root:root to runner:runner
2025-08-20T21:01:03.4121927Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util' from root:root to runner:runner
2025-08-20T21:01:03.4123798Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:01:03.4125331Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:01:03.4128102Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:01:03.4130459Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:01:03.4133182Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4135153Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' from root:root to runner:runner
2025-08-20T21:01:03.4138468Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as runner:runner
2025-08-20T21:01:03.4140374Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T21:01:03.4143114Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4145202Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build_script_build-799f886877bf7f63' retained as runner:runner
2025-08-20T21:01:03.4148348Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build_script_build-799f886877bf7f63.d' from root:root to runner:runner
2025-08-20T21:01:03.4150663Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63' from root:root to runner:runner
2025-08-20T21:01:03.4152215Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4153997Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build_script_build-d5cd383e0bb467eb' retained as runner:runner
2025-08-20T21:01:03.4157070Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build_script_build-d5cd383e0bb467eb.d' from root:root to runner:runner
2025-08-20T21:01:03.4159805Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb' from root:root to runner:runner
2025-08-20T21:01:03.4162422Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4165586Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build_script_build-eece4c6ffa803248.d' from root:root to runner:runner
2025-08-20T21:01:03.4168744Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build_script_build-eece4c6ffa803248' retained as runner:runner
2025-08-20T21:01:03.4170837Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248' from root:root to runner:runner
2025-08-20T21:01:03.4172372Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4173946Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build_script_build-97660d6a83f457d2' retained as runner:runner
2025-08-20T21:01:03.4175573Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build_script_build-97660d6a83f457d2.d' from root:root to runner:runner
2025-08-20T21:01:03.4177333Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2' from root:root to runner:runner
2025-08-20T21:01:03.4178832Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4180412Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as runner:runner
2025-08-20T21:01:03.4182255Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' from root:root to runner:runner
2025-08-20T21:01:03.4183787Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-20T21:01:03.4185299Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4187121Z [00:02:30.562]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build_script_build-4602dd2d48f800a0' retained as runner:runner
2025-08-20T21:01:03.4188810Z [00:02:30.562]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build_script_build-4602dd2d48f800a0.d' from root:root to runner:runner
2025-08-20T21:01:03.4190380Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0' from root:root to runner:runner
2025-08-20T21:01:03.4191877Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4193763Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build_script_build-a073b2ccfba9b34a.d' from root:root to runner:runner
2025-08-20T21:01:03.4195407Z [00:02:30.563]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build_script_build-a073b2ccfba9b34a' retained as runner:runner
2025-08-20T21:01:03.4197061Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a' from root:root to runner:runner
2025-08-20T21:01:03.4198522Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/out' from root:root to runner:runner
2025-08-20T21:01:03.4200041Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' from root:root to runner:runner
2025-08-20T21:01:03.4201576Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4203159Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4204718Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4206346Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T21:01:03.4208042Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:01:03.4209423Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/uuhelp_parser-c66de7f1984a057e.d' from root:root to runner:runner
2025-08-20T21:01:03.4210945Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_automata-1c10d4755cd2b2fe.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4212458Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand-7d5d4d982f542f4f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4213946Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex-c07105349bfd4938.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4215424Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4217133Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libparse_zoneinfo-00b5deb77ad1a4bd.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4218835Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/parse_zoneinfo-00b5deb77ad1a4bd.d' from root:root to runner:runner
2025-08-20T21:01:03.4220325Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcc-56ddb9bafa51552f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4221822Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_generator-f99fa643b7065e50.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4223303Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T21:01:03.4224770Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libpkg_config-1719e0d6fceb3b27.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4226292Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_generator-f99fa643b7065e50.d' from root:root to runner:runner
2025-08-20T21:01:03.4227978Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/unicode_ident-068997f8816fbf17.d' from root:root to runner:runner
2025-08-20T21:01:03.4229471Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4230986Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand_core-c32e84af94687818.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4232653Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libchrono_tz_build-2021b175c5f27f3c.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4234182Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_codegen-c433c10341b3fb23.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4235670Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/uucore_procs-231e9f40e4c98326.d' from root:root to runner:runner
2025-08-20T21:01:03.4237843Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuuhelp_parser-c66de7f1984a057e.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4240069Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_shared-7046171957642fa4.d' from root:root to runner:runner
2025-08-20T21:01:03.4241528Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/rand_core-c32e84af94687818.d' from root:root to runner:runner
2025-08-20T21:01:03.4243175Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4244825Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex_syntax-44e518233d09f9c1.d' from root:root to runner:runner
2025-08-20T21:01:03.4246396Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_generator-f99fa643b7065e50.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4248112Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/siphasher-ede9e523bf161ef5.d' from root:root to runner:runner
2025-08-20T21:01:03.4249624Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libparse_zoneinfo-00b5deb77ad1a4bd.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4251165Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4252699Z [00:02:30.563]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuuhelp_parser-c66de7f1984a057e.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4254226Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4256004Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcc-56ddb9bafa51552f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4258731Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4261746Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/proc_macro2-a7fac883b83a0502.d' from root:root to runner:runner
2025-08-20T21:01:03.4264473Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4267135Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libchrono_tz_build-2021b175c5f27f3c.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4268726Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libunicode_ident-068997f8816fbf17.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4270236Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/autocfg-c7b83ab91c5f9afe.d' from root:root to runner:runner
2025-08-20T21:01:03.4271727Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libunicode_ident-068997f8816fbf17.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4273252Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand_core-c32e84af94687818.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4274702Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/rand-7d5d4d982f542f4f.d' from root:root to runner:runner
2025-08-20T21:01:03.4276290Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/quote-8a6271eb04a27e5e.d' from root:root to runner:runner
2025-08-20T21:01:03.4277946Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T21:01:03.4279436Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4280944Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4282443Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_codegen-c433c10341b3fb23.d' from root:root to runner:runner
2025-08-20T21:01:03.4283931Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libpkg_config-1719e0d6fceb3b27.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4285422Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand-7d5d4d982f542f4f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4287086Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuucore_procs-231e9f40e4c98326.so' from root:root to runner:runner
2025-08-20T21:01:03.4288743Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4290271Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4291796Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libsiphasher-ede9e523bf161ef5.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4293290Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex-c07105349bfd4938.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4294769Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libquote-8a6271eb04a27e5e.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4296231Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libquote-8a6271eb04a27e5e.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4297964Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex-c07105349bfd4938.d' from root:root to runner:runner
2025-08-20T21:01:03.4299409Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/chrono_tz_build-2021b175c5f27f3c.d' from root:root to runner:runner
2025-08-20T21:01:03.4301043Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4302577Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_automata-1c10d4755cd2b2fe.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4304091Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex_automata-1c10d4755cd2b2fe.d' from root:root to runner:runner
2025-08-20T21:01:03.4305598Z [00:02:30.564]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libsiphasher-ede9e523bf161ef5.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4307598Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_codegen-c433c10341b3fb23.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4309115Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/cc-56ddb9bafa51552f.d' from root:root to runner:runner
2025-08-20T21:01:03.4310567Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/pkg_config-1719e0d6fceb3b27.d' from root:root to runner:runner
2025-08-20T21:01:03.4311902Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:01:03.4313572Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:01:03.4315358Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4317246Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg' from root:root to runner:runner
2025-08-20T21:01:03.4319009Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:01:03.4320559Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe' from root:root to runner:runner
2025-08-20T21:01:03.4322148Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:01:03.4323789Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:01:03.4325420Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4327455Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:01:03.4329058Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502' from root:root to runner:runner
2025-08-20T21:01:03.4330823Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4333699Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4337100Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4340302Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4342512Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T21:01:03.4344157Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4346135Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4348065Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4349756Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4351399Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63' from root:root to runner:runner
2025-08-20T21:01:03.4352999Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4354744Z [00:02:30.565]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4356417Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4358456Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4360084Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb' from root:root to runner:runner
2025-08-20T21:01:03.4361623Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/lib-phf_shared' from root:root to runner:runner
2025-08-20T21:01:03.4363243Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4364883Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T21:01:03.4366519Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T21:01:03.4368294Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4' from root:root to runner:runner
2025-08-20T21:01:03.4369825Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/lib-rand.json' from root:root to runner:runner
2025-08-20T21:01:03.4371536Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4373089Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/lib-rand' from root:root to runner:runner
2025-08-20T21:01:03.4374627Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/dep-lib-rand' from root:root to runner:runner
2025-08-20T21:01:03.4376125Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f' from root:root to runner:runner
2025-08-20T21:01:03.4377892Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T21:01:03.4379531Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4381168Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/lib-siphasher.json' from root:root to runner:runner
2025-08-20T21:01:03.4382926Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/lib-siphasher' from root:root to runner:runner
2025-08-20T21:01:03.4384498Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5' from root:root to runner:runner
2025-08-20T21:01:03.4386243Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/dep-lib-cc' from root:root to runner:runner
2025-08-20T21:01:03.4388000Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/lib-cc' from root:root to runner:runner
2025-08-20T21:01:03.4389550Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4391296Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/lib-cc.json' from root:root to runner:runner
2025-08-20T21:01:03.4392803Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f' from root:root to runner:runner
2025-08-20T21:01:03.4394305Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/lib-regex' from root:root to runner:runner
2025-08-20T21:01:03.4395889Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4397834Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:01:03.4399414Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/lib-regex.json' from root:root to runner:runner
2025-08-20T21:01:03.4400931Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938' from root:root to runner:runner
2025-08-20T21:01:03.4402558Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4404745Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4408077Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4411273Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4414465Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248' from root:root to runner:runner
2025-08-20T21:01:03.4416399Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/lib-quote.json' from root:root to runner:runner
2025-08-20T21:01:03.4418324Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4419911Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/lib-quote' from root:root to runner:runner
2025-08-20T21:01:03.4421480Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:01:03.4422990Z [00:02:30.566]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e' from root:root to runner:runner
2025-08-20T21:01:03.4424577Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4426292Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4428381Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4430051Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4431625Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2' from root:root to runner:runner
2025-08-20T21:01:03.4433211Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4434937Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4436763Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4438454Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4440217Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-20T21:01:03.4441783Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/lib-phf_codegen.json' from root:root to runner:runner
2025-08-20T21:01:03.4443419Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/lib-phf_codegen' from root:root to runner:runner
2025-08-20T21:01:03.4445047Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4446975Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/dep-lib-phf_codegen' from root:root to runner:runner
2025-08-20T21:01:03.4448557Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23' from root:root to runner:runner
2025-08-20T21:01:03.4450151Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/lib-uuhelp_parser.json' from root:root to runner:runner
2025-08-20T21:01:03.4451822Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4453635Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/dep-lib-uuhelp_parser' from root:root to runner:runner
2025-08-20T21:01:03.4455296Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/lib-uuhelp_parser' from root:root to runner:runner
2025-08-20T21:01:03.4457099Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e' from root:root to runner:runner
2025-08-20T21:01:03.4458703Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/lib-phf_generator' from root:root to runner:runner
2025-08-20T21:01:03.4460373Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/lib-phf_generator.json' from root:root to runner:runner
2025-08-20T21:01:03.4462228Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4463998Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/dep-lib-phf_generator' from root:root to runner:runner
2025-08-20T21:01:03.4465734Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50' from root:root to runner:runner
2025-08-20T21:01:03.4467737Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4469413Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T21:01:03.4471039Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/lib-pkg_config' from root:root to runner:runner
2025-08-20T21:01:03.4472695Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T21:01:03.4474261Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27' from root:root to runner:runner
2025-08-20T21:01:03.4475847Z [00:02:30.567]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4477790Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:01:03.4479642Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:01:03.4481767Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:01:03.4484746Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17' from root:root to runner:runner
2025-08-20T21:01:03.4487900Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/lib-uucore_procs.json' from root:root to runner:runner
2025-08-20T21:01:03.4490974Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/dep-lib-uucore_procs' from root:root to runner:runner
2025-08-20T21:01:03.4493093Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4494760Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/lib-uucore_procs' from root:root to runner:runner
2025-08-20T21:01:03.4496521Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326' from root:root to runner:runner
2025-08-20T21:01:03.4498429Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4500203Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4501911Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4503639Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4505283Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0' from root:root to runner:runner
2025-08-20T21:01:03.4507085Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4508774Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:01:03.4510587Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:01:03.4512248Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:01:03.4513841Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1' from root:root to runner:runner
2025-08-20T21:01:03.4515459Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4517395Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4519075Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4520746Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4522559Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a' from root:root to runner:runner
2025-08-20T21:01:03.4524394Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.4526300Z [00:02:30.568]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.4528670Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T21:01:03.4530413Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:01:03.4532265Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4543842Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:01:03.4545905Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:01:03.4547993Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe' from root:root to runner:runner
2025-08-20T21:01:03.4549688Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/dep-lib-chrono_tz_build' from root:root to runner:runner
2025-08-20T21:01:03.4551438Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/lib-chrono_tz_build.json' from root:root to runner:runner
2025-08-20T21:01:03.4553186Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4554885Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/lib-chrono_tz_build' from root:root to runner:runner
2025-08-20T21:01:03.4556500Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c' from root:root to runner:runner
2025-08-20T21:01:03.4558668Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T21:01:03.4561639Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T21:01:03.4564605Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4567655Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T21:01:03.4569643Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T21:01:03.4571252Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:01:03.4572903Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4574550Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:01:03.4576355Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T21:01:03.4578750Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T21:01:03.4580333Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T21:01:03.4581936Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/lib-rand_core' from root:root to runner:runner
2025-08-20T21:01:03.4583549Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4585195Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/lib-rand_core.json' from root:root to runner:runner
2025-08-20T21:01:03.4586990Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818' from root:root to runner:runner
2025-08-20T21:01:03.4588613Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4590488Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/lib-parse_zoneinfo.json' from root:root to runner:runner
2025-08-20T21:01:03.4592228Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/dep-lib-parse_zoneinfo' from root:root to runner:runner
2025-08-20T21:01:03.4593925Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/lib-parse_zoneinfo' from root:root to runner:runner
2025-08-20T21:01:03.4595537Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd' from root:root to runner:runner
2025-08-20T21:01:03.4597179Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:01:03.4598432Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:01:03.4599765Z [00:02:30.569]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:01:03.4601227Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:01:03.4602714Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfindutils.d' from root:root to runner:runner
2025-08-20T21:01:03.4604385Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/testing-commandline.d' from root:root to runner:runner
2025-08-20T21:01:03.4605877Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/find' from root:root to runner:runner
2025-08-20T21:01:03.4607550Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:01:03.4609007Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/xargs' from root:root to runner:runner
2025-08-20T21:01:03.4610442Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/find.d' from root:root to runner:runner
2025-08-20T21:01:03.4611914Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfindutils.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4613504Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/out' from root:root to runner:runner
2025-08-20T21:01:03.4615289Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/output' from root:root to runner:runner
2025-08-20T21:01:03.4617172Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4618911Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4620611Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4622248Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97' from root:root to runner:runner
2025-08-20T21:01:03.4624010Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_8.o' from root:root to runner:runner
2025-08-20T21:01:03.4625862Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_11.o' from root:root to runner:runner
2025-08-20T21:01:03.4627918Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_15.o' from root:root to runner:runner
2025-08-20T21:01:03.4629897Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf8.o' from root:root to runner:runner
2025-08-20T21:01:03.4631726Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_kr.o' from root:root to runner:runner
2025-08-20T21:01:03.4633542Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-sjis.o' from root:root to runner:runner
2025-08-20T21:01:03.4636184Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-sjis_prop.o' from root:root to runner:runner
2025-08-20T21:01:03.4639821Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_unfold_key.o' from root:root to runner:runner
2025-08-20T21:01:03.4643236Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_tw.o' from root:root to runner:runner
2025-08-20T21:01:03.4646526Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_14.o' from root:root to runner:runner
2025-08-20T21:01:03.4648687Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regexec.o' from root:root to runner:runner
2025-08-20T21:01:03.4650526Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-big5.o' from root:root to runner:runner
2025-08-20T21:01:03.4652357Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_4.o' from root:root to runner:runner
2025-08-20T21:01:03.4654221Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf16_be.o' from root:root to runner:runner
2025-08-20T21:01:03.4655990Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/config.h' from root:root to runner:runner
2025-08-20T21:01:03.4658009Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_jp.o' from root:root to runner:runner
2025-08-20T21:01:03.4659859Z [00:02:30.570]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_9.o' from root:root to runner:runner
2025-08-20T21:01:03.4661832Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-st.o' from root:root to runner:runner
2025-08-20T21:01:03.4663658Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-onig_init.o' from root:root to runner:runner
2025-08-20T21:01:03.4665503Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-gb18030.o' from root:root to runner:runner
2025-08-20T21:01:03.4667560Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf16_le.o' from root:root to runner:runner
2025-08-20T21:01:03.4669403Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-cp1251.o' from root:root to runner:runner
2025-08-20T21:01:03.4671236Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf32_le.o' from root:root to runner:runner
2025-08-20T21:01:03.4673228Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_10.o' from root:root to runner:runner
2025-08-20T21:01:03.4675119Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold3_key.o' from root:root to runner:runner
2025-08-20T21:01:03.4677209Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regtrav.o' from root:root to runner:runner
2025-08-20T21:01:03.4679071Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regparse.o' from root:root to runner:runner
2025-08-20T21:01:03.4681060Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_13.o' from root:root to runner:runner
2025-08-20T21:01:03.4682894Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regcomp.o' from root:root to runner:runner
2025-08-20T21:01:03.4684740Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regversion.o' from root:root to runner:runner
2025-08-20T21:01:03.4686827Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold1_key.o' from root:root to runner:runner
2025-08-20T21:01:03.4688711Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regext.o' from root:root to runner:runner
2025-08-20T21:01:03.4690550Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regsyntax.o' from root:root to runner:runner
2025-08-20T21:01:03.4692532Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_5.o' from root:root to runner:runner
2025-08-20T21:01:03.4694371Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-ascii.o' from root:root to runner:runner
2025-08-20T21:01:03.4696227Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-koi8_r.o' from root:root to runner:runner
2025-08-20T21:01:03.4698259Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regenc.o' from root:root to runner:runner
2025-08-20T21:01:03.4700127Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_jp_prop.o' from root:root to runner:runner
2025-08-20T21:01:03.4701979Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_7.o' from root:root to runner:runner
2025-08-20T21:01:03.4703810Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-reggnu.o' from root:root to runner:runner
2025-08-20T21:01:03.4705788Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_6.o' from root:root to runner:runner
2025-08-20T21:01:03.4707860Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_3.o' from root:root to runner:runner
2025-08-20T21:01:03.4709708Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regerror.o' from root:root to runner:runner
2025-08-20T21:01:03.4711573Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/libonig.a' from root:root to runner:runner
2025-08-20T21:01:03.4714562Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_2.o' from root:root to runner:runner
2025-08-20T21:01:03.4718139Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf32_be.o' from root:root to runner:runner
2025-08-20T21:01:03.4721709Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_1.o' from root:root to runner:runner
2025-08-20T21:01:03.4724249Z [00:02:30.571]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_16.o' from root:root to runner:runner
2025-08-20T21:01:03.4726142Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold2_key.o' from root:root to runner:runner
2025-08-20T21:01:03.4728244Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode.o' from root:root to runner:runner
2025-08-20T21:01:03.4729996Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out' from root:root to runner:runner
2025-08-20T21:01:03.4731637Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/output' from root:root to runner:runner
2025-08-20T21:01:03.4733314Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4735044Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4737154Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4738794Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1' from root:root to runner:runner
2025-08-20T21:01:03.4740396Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/out' from root:root to runner:runner
2025-08-20T21:01:03.4742022Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/output' from root:root to runner:runner
2025-08-20T21:01:03.4743671Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4745362Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4747271Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4749075Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825' from root:root to runner:runner
2025-08-20T21:01:03.4750674Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/out' from root:root to runner:runner
2025-08-20T21:01:03.4752288Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/output' from root:root to runner:runner
2025-08-20T21:01:03.4753927Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4755628Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4757897Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4759530Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd' from root:root to runner:runner
2025-08-20T21:01:03.4761136Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/out' from root:root to runner:runner
2025-08-20T21:01:03.4762940Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' from root:root to runner:runner
2025-08-20T21:01:03.4764600Z [00:02:30.572]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4766310Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4768326Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4769941Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-20T21:01:03.4771624Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/out/directory.rs' from root:root to runner:runner
2025-08-20T21:01:03.4773376Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/out/timezones.rs' from root:root to runner:runner
2025-08-20T21:01:03.4775214Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/out' from root:root to runner:runner
2025-08-20T21:01:03.4777094Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/output' from root:root to runner:runner
2025-08-20T21:01:03.4778798Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4780548Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4782291Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4783929Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a' from root:root to runner:runner
2025-08-20T21:01:03.4785614Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe1.ll' from root:root to runner:runner
2025-08-20T21:01:03.4787563Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe0.ll' from root:root to runner:runner
2025-08-20T21:01:03.4790554Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe2.ll' from root:root to runner:runner
2025-08-20T21:01:03.4793692Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out' from root:root to runner:runner
2025-08-20T21:01:03.4796946Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/output' from root:root to runner:runner
2025-08-20T21:01:03.4799488Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/root-output' from root:root to runner:runner
2025-08-20T21:01:03.4801268Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.4802993Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/stderr' from root:root to runner:runner
2025-08-20T21:01:03.4804828Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3' from root:root to runner:runner
2025-08-20T21:01:03.4806380Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:01:03.4808212Z [00:02:30.573]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xargs-204b3862897b9156' retained as runner:runner
2025-08-20T21:01:03.4809814Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf_shared-d4d833460db1093e.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4811529Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-ae1480fa144a2774.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4813281Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4815010Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsiphasher-b004d2ac0f0db550.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4816883Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4818769Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-71b875cc6c35e032.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4820444Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-624aa1bbf9739787.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4822117Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-d780c99b124ec8ce.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4823789Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-71b875cc6c35e032.d' from root:root to runner:runner
2025-08-20T21:01:03.4825469Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4827379Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-8b5f29eec185a9e1.d' from root:root to runner:runner
2025-08-20T21:01:03.4829055Z [00:02:30.573]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4830844Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phf_shared-d4d833460db1093e.d' from root:root to runner:runner
2025-08-20T21:01:03.4832561Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4834268Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig_sys-ec91f0532b91ae3f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4835943Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4837859Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwild-34fe03dac736c7bc.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4839507Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-707b453e4d59bb06.d' from root:root to runner:runner
2025-08-20T21:01:03.4841134Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/findutils-281c463e8b6b5d88.d' from root:root to runner:runner
2025-08-20T21:01:03.4842774Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-d780c99b124ec8ce.d' from root:root to runner:runner
2025-08-20T21:01:03.4844571Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-31e742693a0d1f36.d' from root:root to runner:runner
2025-08-20T21:01:03.4846221Z [00:02:30.574]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rlib' retained as runner:runner
2025-08-20T21:01:03.4848271Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-2c45142e7866f4e8.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4849978Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-71b875cc6c35e032.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4851622Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phf-09b2aaa09b79250c.d' from root:root to runner:runner
2025-08-20T21:01:03.4853214Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/argmax-44fad6b274485306.d' from root:root to runner:runner
2025-08-20T21:01:03.4854840Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf-09b2aaa09b79250c.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4856799Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-1daa81aa4258dd33.d' from root:root to runner:runner
2025-08-20T21:01:03.4858500Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4860168Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-2ffaaa293fd5ab5f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4861825Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4864206Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4867514Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-1daa81aa4258dd33.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4870642Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/testing_commandline-59e3476e3d9c2ae5.d' from root:root to runner:runner
2025-08-20T21:01:03.4873515Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4875423Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-c9ae9a33633554ca.d' from root:root to runner:runner
2025-08-20T21:01:03.4877372Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4879076Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4880778Z [00:02:30.574]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4882490Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4884151Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4885814Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4887864Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T21:01:03.4889585Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4891259Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-a7d2a913aa104b88.d' from root:root to runner:runner
2025-08-20T21:01:03.4892907Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4894562Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4896251Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-d780c99b124ec8ce.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4898147Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-20T21:01:03.4899835Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-ae1480fa144a2774.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4901663Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4903305Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/onig_sys-ec91f0532b91ae3f.d' from root:root to runner:runner
2025-08-20T21:01:03.4904935Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-624aa1bbf9739787.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4906740Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T21:01:03.4908534Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_display-1fbdeb03faa3bb09.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4910190Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-8b5ed8e6b2c7689a.d' from root:root to runner:runner
2025-08-20T21:01:03.4911829Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono_tz-6289439f0249a64f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4913617Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-2c45142e7866f4e8.d' from root:root to runner:runner
2025-08-20T21:01:03.4915255Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4917262Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-8acbfe2cddd609bc.d' from root:root to runner:runner
2025-08-20T21:01:03.4919001Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-3a1c95b5a6b8c42b.d' from root:root to runner:runner
2025-08-20T21:01:03.4920686Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4922387Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4924094Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4925957Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/find-62222ae80cf31ee3.d' from root:root to runner:runner
2025-08-20T21:01:03.4927825Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4929497Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-2f6cdc47d33fbbe8.d' from root:root to runner:runner
2025-08-20T21:01:03.4931173Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4932894Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-31e742693a0d1f36.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4934563Z [00:02:30.575]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/siphasher-b004d2ac0f0db550.d' from root:root to runner:runner
2025-08-20T21:01:03.4936215Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-ae1480fa144a2774.d' from root:root to runner:runner
2025-08-20T21:01:03.4938516Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4941341Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono_tz-6289439f0249a64f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4944368Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf-09b2aaa09b79250c.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4947586Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-369612ef94c861dc.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4949920Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4951577Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-2ffaaa293fd5ab5f.d' from root:root to runner:runner
2025-08-20T21:01:03.4953181Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-8b33ae3f1fac6849.d' from root:root to runner:runner
2025-08-20T21:01:03.4954820Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig_sys-ec91f0532b91ae3f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4957042Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-369612ef94c861dc.d' from root:root to runner:runner
2025-08-20T21:01:03.4958709Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-2f6cdc47d33fbbe8.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4960427Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-c9ae9a33633554ca.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4962099Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-20T21:01:03.4963751Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6d423f055a04dbd1.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4965408Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwild-34fe03dac736c7bc.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4967259Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4969108Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/testing_commandline-59e3476e3d9c2ae5' from root:root to runner:runner
2025-08-20T21:01:03.4970819Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4972503Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4974127Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xargs-204b3862897b9156.d' from root:root to runner:runner
2025-08-20T21:01:03.4975783Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4977652Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-42458cc931c98520.d' from root:root to runner:runner
2025-08-20T21:01:03.4979277Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T21:01:03.4980904Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6d423f055a04dbd1.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4982738Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4984382Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-de41701027e63685.d' from root:root to runner:runner
2025-08-20T21:01:03.4985973Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' from root:root to runner:runner
2025-08-20T21:01:03.4987982Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.4989660Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4991317Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/number_prefix-dd573bd5f107f5d0.d' from root:root to runner:runner
2025-08-20T21:01:03.4992931Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-35bb864df5b54fab.d' from root:root to runner:runner
2025-08-20T21:01:03.4994665Z [00:02:30.576]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/onig-8115aae2150725e3.d' from root:root to runner:runner
2025-08-20T21:01:03.4996325Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rlib' from root:root to runner:runner
2025-08-20T21:01:03.4998547Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdunce-c1f462980b6b64cd.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5000221Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5001917Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5003557Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-e0e5d43963bd292c.d' from root:root to runner:runner
2025-08-20T21:01:03.5005205Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5007094Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-42458cc931c98520.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5008928Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-6d423f055a04dbd1.d' from root:root to runner:runner
2025-08-20T21:01:03.5010573Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-42458cc931c98520.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5012244Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-2c45142e7866f4e8.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5013938Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_display-1fbdeb03faa3bb09.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5015610Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-1de39e24560bf252.d' from root:root to runner:runner
2025-08-20T21:01:03.5017543Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5019732Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5023062Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf_shared-d4d833460db1093e.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5026107Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5029327Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-8b5f29eec185a9e1.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5031128Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faccess-70ed1e83dde21f3d.d' from root:root to runner:runner
2025-08-20T21:01:03.5032839Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-2ffaaa293fd5ab5f.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5034499Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/os_display-1fbdeb03faa3bb09.d' from root:root to runner:runner
2025-08-20T21:01:03.5036108Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dunce-c1f462980b6b64cd.d' from root:root to runner:runner
2025-08-20T21:01:03.5037989Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/glob-624aa1bbf9739787.d' from root:root to runner:runner
2025-08-20T21:01:03.5039804Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5041448Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5043072Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-48725c6777e23564.d' from root:root to runner:runner
2025-08-20T21:01:03.5044724Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsiphasher-b004d2ac0f0db550.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5046452Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5048307Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-369612ef94c861dc.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5049955Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5051752Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdunce-c1f462980b6b64cd.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5053388Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono_tz-6289439f0249a64f.d' from root:root to runner:runner
2025-08-20T21:01:03.5055044Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-1daa81aa4258dd33.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5056890Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-e69212c1bb306f85.d' from root:root to runner:runner
2025-08-20T21:01:03.5058622Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uucore-c8bc220cfee6abc5.d' from root:root to runner:runner
2025-08-20T21:01:03.5060220Z [00:02:30.577]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wild-34fe03dac736c7bc.d' from root:root to runner:runner
2025-08-20T21:01:03.5061866Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:01:03.5063569Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5065398Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-8b5f29eec185a9e1.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5067523Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-31e742693a0d1f36.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5069239Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5070922Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5072612Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-c9ae9a33633554ca.rlib' from root:root to runner:runner
2025-08-20T21:01:03.5074208Z [00:02:30.578]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/find-62222ae80cf31ee3' retained as runner:runner
2025-08-20T21:01:03.5075805Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-2f6cdc47d33fbbe8.rmeta' from root:root to runner:runner
2025-08-20T21:01:03.5077789Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:01:03.5079227Z [00:02:30.578]➜  ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/testing-commandline' retained as runner:runner
2025-08-20T21:01:03.5080653Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/xargs.d' from root:root to runner:runner
2025-08-20T21:01:03.5082277Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:01:03.5084079Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5085847Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:01:03.5087803Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:01:03.5089503Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-20T21:01:03.5091335Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/lib-dunce.json' from root:root to runner:runner
2025-08-20T21:01:03.5093095Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5094853Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/dep-lib-dunce' from root:root to runner:runner
2025-08-20T21:01:03.5097161Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/lib-dunce' from root:root to runner:runner
2025-08-20T21:01:03.5100206Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd' from root:root to runner:runner
2025-08-20T21:01:03.5103366Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5106975Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/lib-walkdir' from root:root to runner:runner
2025-08-20T21:01:03.5108903Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:01:03.5110700Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:01:03.5112423Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a' from root:root to runner:runner
2025-08-20T21:01:03.5114193Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/lib-terminal_size' from root:root to runner:runner
2025-08-20T21:01:03.5116030Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5118156Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T21:01:03.5120023Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T21:01:03.5121947Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce' from root:root to runner:runner
2025-08-20T21:01:03.5123676Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:01:03.5125437Z [00:02:30.578]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:01:03.5127407Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5129177Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/lib-memchr' from root:root to runner:runner
2025-08-20T21:01:03.5130861Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc' from root:root to runner:runner
2025-08-20T21:01:03.5132738Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:01:03.5134591Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5136403Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:01:03.5138544Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:01:03.5140326Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36' from root:root to runner:runner
2025-08-20T21:01:03.5142081Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T21:01:03.5143890Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5145739Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/lib-siphasher.json' from root:root to runner:runner
2025-08-20T21:01:03.5148174Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/lib-siphasher' from root:root to runner:runner
2025-08-20T21:01:03.5149906Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550' from root:root to runner:runner
2025-08-20T21:01:03.5151641Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/lib-phf_shared' from root:root to runner:runner
2025-08-20T21:01:03.5153445Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5155265Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T21:01:03.5157339Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T21:01:03.5159236Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e' from root:root to runner:runner
2025-08-20T21:01:03.5160956Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:01:03.5162701Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5164439Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/lib-clap.json' from root:root to runner:runner
2025-08-20T21:01:03.5166170Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/lib-clap' from root:root to runner:runner
2025-08-20T21:01:03.5168054Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685' from root:root to runner:runner
2025-08-20T21:01:03.5169881Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c96bfd544a456c97/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5171843Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c96bfd544a456c97/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5174279Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c96bfd544a456c97' from root:root to runner:runner
2025-08-20T21:01:03.5177441Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/lib-regex' from root:root to runner:runner
2025-08-20T21:01:03.5180622Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5183816Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:01:03.5185907Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/lib-regex.json' from root:root to runner:runner
2025-08-20T21:01:03.5187815Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849' from root:root to runner:runner
2025-08-20T21:01:03.5189712Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5191483Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/dep-lib-glob' from root:root to runner:runner
2025-08-20T21:01:03.5193187Z [00:02:30.579]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/lib-glob' from root:root to runner:runner
2025-08-20T21:01:03.5194890Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/lib-glob.json' from root:root to runner:runner
2025-08-20T21:01:03.5196745Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787' from root:root to runner:runner
2025-08-20T21:01:03.5198517Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/lib-argmax' from root:root to runner:runner
2025-08-20T21:01:03.5200287Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/lib-argmax.json' from root:root to runner:runner
2025-08-20T21:01:03.5202104Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5204024Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/dep-lib-argmax' from root:root to runner:runner
2025-08-20T21:01:03.5205719Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306' from root:root to runner:runner
2025-08-20T21:01:03.5207635Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/dep-lib-phf' from root:root to runner:runner
2025-08-20T21:01:03.5209363Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/lib-phf.json' from root:root to runner:runner
2025-08-20T21:01:03.5211070Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/lib-phf' from root:root to runner:runner
2025-08-20T21:01:03.5212780Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5214461Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c' from root:root to runner:runner
2025-08-20T21:01:03.5216277Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/lib-chrono' from root:root to runner:runner
2025-08-20T21:01:03.5218278Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5220051Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/lib-chrono.json' from root:root to runner:runner
2025-08-20T21:01:03.5221820Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/dep-lib-chrono' from root:root to runner:runner
2025-08-20T21:01:03.5223514Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c' from root:root to runner:runner
2025-08-20T21:01:03.5225256Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5227284Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:01:03.5229289Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:01:03.5231126Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:01:03.5232889Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T21:01:03.5234640Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5236428Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/lib-uucore.json' from root:root to runner:runner
2025-08-20T21:01:03.5239055Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/dep-lib-uucore' from root:root to runner:runner
2025-08-20T21:01:03.5240817Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/lib-uucore' from root:root to runner:runner
2025-08-20T21:01:03.5242678Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5' from root:root to runner:runner
2025-08-20T21:01:03.5244418Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/dep-bin-find' from root:root to runner:runner
2025-08-20T21:01:03.5246214Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/bin-find' from root:root to runner:runner
2025-08-20T21:01:03.5248213Z [00:02:30.580]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5250016Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/bin-find.json' from root:root to runner:runner
2025-08-20T21:01:03.5251729Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3' from root:root to runner:runner
2025-08-20T21:01:03.5253476Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:01:03.5255723Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:01:03.5258881Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5262110Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:01:03.5265239Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06' from root:root to runner:runner
2025-08-20T21:01:03.5268449Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/bin-testing-commandline' from root:root to runner:runner
2025-08-20T21:01:03.5270337Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5272209Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/bin-testing-commandline.json' from root:root to runner:runner
2025-08-20T21:01:03.5274312Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/dep-bin-testing-commandline' from root:root to runner:runner
2025-08-20T21:01:03.5276098Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5' from root:root to runner:runner
2025-08-20T21:01:03.5278083Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:01:03.5279850Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5281573Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/lib-nix' from root:root to runner:runner
2025-08-20T21:01:03.5283267Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/lib-nix.json' from root:root to runner:runner
2025-08-20T21:01:03.5284927Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc' from root:root to runner:runner
2025-08-20T21:01:03.5286966Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5288711Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' from root:root to runner:runner
2025-08-20T21:01:03.5290425Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:01:03.5292162Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' from root:root to runner:runner
2025-08-20T21:01:03.5293846Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c' from root:root to runner:runner
2025-08-20T21:01:03.5295601Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5297678Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:01:03.5299690Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:01:03.5301553Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:01:03.5303320Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33' from root:root to runner:runner
2025-08-20T21:01:03.5305017Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/lib-onig' from root:root to runner:runner
2025-08-20T21:01:03.5307054Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5308888Z [00:02:30.581]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/lib-onig.json' from root:root to runner:runner
2025-08-20T21:01:03.5310607Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/dep-lib-onig' from root:root to runner:runner
2025-08-20T21:01:03.5312434Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3' from root:root to runner:runner
2025-08-20T21:01:03.5314246Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-c34551c1752a32e1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5316193Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-c34551c1752a32e1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5318405Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-c34551c1752a32e1' from root:root to runner:runner
2025-08-20T21:01:03.5320107Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:01:03.5321847Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5323570Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/lib-nix' from root:root to runner:runner
2025-08-20T21:01:03.5325427Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/lib-nix.json' from root:root to runner:runner
2025-08-20T21:01:03.5327375Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab' from root:root to runner:runner
2025-08-20T21:01:03.5329116Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5330928Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:01:03.5332718Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/lib-bitflags' from root:root to runner:runner
2025-08-20T21:01:03.5334491Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:01:03.5336204Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88' from root:root to runner:runner
2025-08-20T21:01:03.5338816Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/lib-wild.json' from root:root to runner:runner
2025-08-20T21:01:03.5342255Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/dep-lib-wild' from root:root to runner:runner
2025-08-20T21:01:03.5345460Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5348590Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/lib-wild' from root:root to runner:runner
2025-08-20T21:01:03.5350301Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc' from root:root to runner:runner
2025-08-20T21:01:03.5352099Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-75470c173749f825/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5354015Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-75470c173749f825/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5355933Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-75470c173749f825' from root:root to runner:runner
2025-08-20T21:01:03.5357905Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:01:03.5359690Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5361445Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/lib-strsim' from root:root to runner:runner
2025-08-20T21:01:03.5363211Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:01:03.5364909Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f' from root:root to runner:runner
2025-08-20T21:01:03.5366883Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:01:03.5368775Z [00:02:30.582]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:01:03.5370773Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:01:03.5372607Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5374373Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774' from root:root to runner:runner
2025-08-20T21:01:03.5376155Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:01:03.5378172Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5380007Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:01:03.5382012Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:01:03.5383791Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8' from root:root to runner:runner
2025-08-20T21:01:03.5385612Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-1e600a0fe2abcdfd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5387762Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-1e600a0fe2abcdfd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5389531Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-1e600a0fe2abcdfd' from root:root to runner:runner
2025-08-20T21:01:03.5391264Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:01:03.5393104Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:01:03.5395084Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5397340Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:01:03.5399136Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520' from root:root to runner:runner
2025-08-20T21:01:03.5400933Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:01:03.5402804Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5404662Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:01:03.5406524Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:01:03.5408629Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca' from root:root to runner:runner
2025-08-20T21:01:03.5410380Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/lib-faccess' from root:root to runner:runner
2025-08-20T21:01:03.5412147Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/dep-lib-faccess' from root:root to runner:runner
2025-08-20T21:01:03.5414382Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5417900Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/lib-faccess.json' from root:root to runner:runner
2025-08-20T21:01:03.5421025Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d' from root:root to runner:runner
2025-08-20T21:01:03.5424232Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5426498Z [00:02:30.583]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5428484Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-20T21:01:03.5430317Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-0fc6ac8e6db3ed2a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5432298Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-0fc6ac8e6db3ed2a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5434109Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-0fc6ac8e6db3ed2a' from root:root to runner:runner
2025-08-20T21:01:03.5435847Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5438012Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:01:03.5439809Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/lib-once_cell' from root:root to runner:runner
2025-08-20T21:01:03.5441579Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:01:03.5443308Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564' from root:root to runner:runner
2025-08-20T21:01:03.5445033Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5447040Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:01:03.5448788Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:01:03.5450541Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:01:03.5452378Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T21:01:03.5454227Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d7d3c3fef2bfc4b3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:01:03.5456209Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d7d3c3fef2bfc4b3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:01:03.5458228Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d7d3c3fef2bfc4b3' from root:root to runner:runner
2025-08-20T21:01:03.5459982Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5461792Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/lib-findutils.json' from root:root to runner:runner
2025-08-20T21:01:03.5463724Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/dep-lib-findutils' from root:root to runner:runner
2025-08-20T21:01:03.5465523Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/lib-findutils' from root:root to runner:runner
2025-08-20T21:01:03.5467439Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88' from root:root to runner:runner
2025-08-20T21:01:03.5469187Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/lib-same_file.json' from root:root to runner:runner
2025-08-20T21:01:03.5471005Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5472782Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/lib-same_file' from root:root to runner:runner
2025-08-20T21:01:03.5474562Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/dep-lib-same_file' from root:root to runner:runner
2025-08-20T21:01:03.5476294Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8' from root:root to runner:runner
2025-08-20T21:01:03.5478333Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/lib-onig_sys' from root:root to runner:runner
2025-08-20T21:01:03.5480096Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/dep-lib-onig_sys' from root:root to runner:runner
2025-08-20T21:01:03.5481871Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5483658Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/lib-onig_sys.json' from root:root to runner:runner
2025-08-20T21:01:03.5485354Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f' from root:root to runner:runner
2025-08-20T21:01:03.5487529Z [00:02:30.584]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix' from root:root to runner:runner
2025-08-20T21:01:03.5489591Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5492616Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/dep-lib-number_prefix' from root:root to runner:runner
2025-08-20T21:01:03.5496009Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix.json' from root:root to runner:runner
2025-08-20T21:01:03.5499427Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0' from root:root to runner:runner
2025-08-20T21:01:03.5502066Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:01:03.5503925Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5505744Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:01:03.5507788Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:01:03.5509753Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252' from root:root to runner:runner
2025-08-20T21:01:03.5511496Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/lib-num_traits' from root:root to runner:runner
2025-08-20T21:01:03.5513296Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/lib-num_traits.json' from root:root to runner:runner
2025-08-20T21:01:03.5515120Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5517173Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T21:01:03.5518928Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1' from root:root to runner:runner
2025-08-20T21:01:03.5520794Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5522586Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:01:03.5524323Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/lib-rustix' from root:root to runner:runner
2025-08-20T21:01:03.5526079Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:01:03.5528007Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1' from root:root to runner:runner
2025-08-20T21:01:03.5529744Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5531549Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/dep-lib-os_display' from root:root to runner:runner
2025-08-20T21:01:03.5533359Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/lib-os_display.json' from root:root to runner:runner
2025-08-20T21:01:03.5535299Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/lib-os_display' from root:root to runner:runner
2025-08-20T21:01:03.5537325Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09' from root:root to runner:runner
2025-08-20T21:01:03.5539146Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:01:03.5541339Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5543606Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:01:03.5545583Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T21:01:03.5547798Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:01:03.5549594Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:01:03.5551383Z [00:02:30.585]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5553152Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/lib-anstyle' from root:root to runner:runner
2025-08-20T21:01:03.5554944Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:01:03.5556850Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85' from root:root to runner:runner
2025-08-20T21:01:03.5558616Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:01:03.5560501Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5562500Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:01:03.5564368Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:01:03.5566162Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-20T21:01:03.5568209Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5571039Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:01:03.5574320Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T21:01:03.5577962Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:01:03.5580639Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T21:01:03.5582459Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:01:03.5584330Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5586183Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:01:03.5588261Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T21:01:03.5590057Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b' from root:root to runner:runner
2025-08-20T21:01:03.5592006Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/dep-lib-chrono_tz' from root:root to runner:runner
2025-08-20T21:01:03.5593790Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/lib-chrono_tz' from root:root to runner:runner
2025-08-20T21:01:03.5595569Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5597569Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/lib-chrono_tz.json' from root:root to runner:runner
2025-08-20T21:01:03.5599306Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f' from root:root to runner:runner
2025-08-20T21:01:03.5601012Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/bin-xargs' from root:root to runner:runner
2025-08-20T21:01:03.5602769Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/dep-bin-xargs' from root:root to runner:runner
2025-08-20T21:01:03.5604742Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5606546Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/bin-xargs.json' from root:root to runner:runner
2025-08-20T21:01:03.5608466Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156' from root:root to runner:runner
2025-08-20T21:01:03.5610208Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:01:03.5611978Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/lib-anstream' from root:root to runner:runner
2025-08-20T21:01:03.5613750Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:01:03.5615575Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:01:03.5617655Z [00:02:30.586]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032' from root:root to runner:runner
2025-08-20T21:01:03.5619218Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:01:03.5620633Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:01:03.5622024Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:01:03.5623395Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:01:03.5624666Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:01:03.5625845Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:01:03.5627410Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/DEVELOPMENT.md' from root:root to runner:runner
2025-08-20T21:01:03.5628639Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/dist-workspace.toml' from root:root to runner:runner
2025-08-20T21:01:03.5629941Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO' from root:root to runner:runner
2025-08-20T21:01:03.5631003Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc' from root:root to runner:runner
2025-08-20T21:01:03.5631976Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:01:03.5632906Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/find' from runner:docker to runner:runner
2025-08-20T21:01:03.5633846Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/xargs' from runner:docker to runner:runner
2025-08-20T21:01:03.5634794Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:01:03.5635805Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/testing-commandline' from runner:docker to runner:runner
2025-08-20T21:01:03.5637048Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:01:03.5638006Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:01:03.5638882Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/find' from runner:docker to runner:runner
2025-08-20T21:01:03.5639741Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:01:03.5640797Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.version' from runner:docker to runner:runner
2025-08-20T21:01:03.5641699Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/xargs' from runner:docker to runner:runner
2025-08-20T21:01:03.5642561Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:01:03.5643496Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.version' from runner:docker to runner:runner
2025-08-20T21:01:03.5644617Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/testing-commandline' from runner:docker to runner:runner
2025-08-20T21:01:03.5645895Z [00:02:30.587]➜  changed ownership of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:01:03.5648195Z [00:02:30.597]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5650383Z [00:02:30.605]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5652500Z [00:02:30.612]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5654635Z [00:02:30.620]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5656522Z [00:02:30.627]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/installation.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5658042Z [00:02:30.635]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/extensions.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5659294Z [00:02:30.643]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/build.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5660543Z [00:02:30.650]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/contributing.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5661820Z [00:02:30.658]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/platforms.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5663263Z [00:02:30.665]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/SUMMARY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5664486Z [00:02:30.673]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5665735Z [00:02:30.681]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/test_coverage.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5667218Z [00:02:30.689]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/src/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5668431Z [00:02:30.697]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/docs/book.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5669711Z [00:02:30.705]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/find_exec_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5670958Z [00:02:30.713]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/exec_unit_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5672205Z [00:02:30.720]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/find_cmd_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5673475Z [00:02:30.728]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/common/test_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5674884Z [00:02:30.736]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5722262Z [00:02:30.743]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/tests/xargs_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5794546Z [00:02:30.751]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/size/512bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5868153Z [00:02:30.758]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links/subdir/test' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.5940364Z [00:02:30.765]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/links/abbbc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6012892Z [00:02:30.773]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple/subdir/ABBBC' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6083139Z [00:02:30.780]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/simple/abbbc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6154336Z [00:02:30.787]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/f1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6224527Z [00:02:30.794]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2/f2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6295956Z [00:02:30.801]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/1/2/3/f3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6365049Z [00:02:30.808]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/test_data/depth/f0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6436142Z [00:02:30.815]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/testing/commandline/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6507323Z [00:02:30.822]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6580349Z [00:02:30.829]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/samefile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6650883Z [00:02:30.836]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/exec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6724095Z [00:02:30.844]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/size.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6794898Z [00:02:30.851]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/lname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6867409Z [00:02:30.858]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/printer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.6937341Z [00:02:30.865]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7009312Z [00:02:30.872]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7082506Z [00:02:30.879]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7158597Z [00:02:30.887]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/printf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7233616Z [00:02:30.895]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/user.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7308804Z [00:02:30.902]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/ls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7383173Z [00:02:30.910]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7456470Z [00:02:30.917]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/type_matcher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7527924Z [00:02:30.924]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/stat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7599813Z [00:02:30.931]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/empty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7672051Z [00:02:30.938]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7742987Z [00:02:30.946]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7813484Z [00:02:30.953]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/perm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7883041Z [00:02:30.960]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/delete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.7963544Z [00:02:30.967]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/group.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8024349Z [00:02:30.974]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8095757Z [00:02:30.981]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8167337Z [00:02:30.988]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/quit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8237804Z [00:02:30.995]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8304744Z [00:02:31.002]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/logical_matchers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8372341Z [00:02:31.008]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/matchers/prune.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8441974Z [00:02:31.015]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/find/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8512259Z [00:02:31.023]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/xargs/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8582441Z [00:02:31.030]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/xargs/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8651369Z [00:02:31.036]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8720367Z [00:02:31.043]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8790238Z [00:02:31.050]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8859762Z [00:02:31.057]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8928205Z [00:02:31.064]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.8996036Z [00:02:31.071]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/compat.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9064656Z [00:02:31.078]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9134521Z [00:02:31.085]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9203368Z [00:02:31.092]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.github/workflows/comment.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9272394Z [00:02:31.099]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9341888Z [00:02:31.105]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9411054Z [00:02:31.112]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9481407Z [00:02:31.119]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9551191Z [00:02:31.126]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9620443Z [00:02:31.133]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9689666Z [00:02:31.140]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9758744Z [00:02:31.147]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9829640Z [00:02:31.154]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9898394Z [00:02:31.161]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:03.9968255Z [00:02:31.168]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0037498Z [00:02:31.175]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0106389Z [00:02:31.182]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0177759Z [00:02:31.189]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0247960Z [00:02:31.196]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0318239Z [00:02:31.203]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0386038Z [00:02:31.210]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0455212Z [00:02:31.217]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0524577Z [00:02:31.224]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0594657Z [00:02:31.231]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0665572Z [00:02:31.238]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0737797Z [00:02:31.245]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0807857Z [00:02:31.252]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0879420Z [00:02:31.259]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.0949389Z [00:02:31.266]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1018068Z [00:02:31.273]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1090320Z [00:02:31.280]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1162022Z [00:02:31.287]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1234687Z [00:02:31.295]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-89b73433d2413ab5162c902d89f0eccfa5abedaf.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1306971Z [00:02:31.302]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1380532Z [00:02:31.309]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1455462Z [00:02:31.317]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/objects/pack/pack-b164a1a47c383e5ba9eeb0b8995e96578c204841.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1528503Z [00:02:31.324]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1599572Z [00:02:31.331]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1674576Z [00:02:31.339]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/diff-bfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1749938Z [00:02:31.346]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/compare_bfs_result.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1822280Z [00:02:31.353]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/build-bfs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1896773Z [00:02:31.361]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/build-gnu.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.1968415Z [00:02:31.368]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/diff-gnu.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2043174Z [00:02:31.376]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/util/compare_gnu_result.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2111680Z [00:02:31.382]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2183478Z [00:02:31.390]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2256153Z [00:02:31.397]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2337417Z [00:02:31.405]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2405971Z [00:02:31.412]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2480101Z [00:02:31.419]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2549225Z [00:02:31.426]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build_script_build-799f886877bf7f63' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2618246Z [00:02:31.433]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/onig_sys-799f886877bf7f63/build_script_build-799f886877bf7f63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2687995Z [00:02:31.440]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2755975Z [00:02:31.447]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build_script_build-d5cd383e0bb467eb' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2824627Z [00:02:31.454]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/rustix-d5cd383e0bb467eb/build_script_build-d5cd383e0bb467eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2894252Z [00:02:31.461]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.2963656Z [00:02:31.468]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build_script_build-eece4c6ffa803248.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3034005Z [00:02:31.475]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/num-traits-eece4c6ffa803248/build_script_build-eece4c6ffa803248' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3104406Z [00:02:31.482]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3174255Z [00:02:31.489]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build_script_build-97660d6a83f457d2' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3243644Z [00:02:31.496]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-97660d6a83f457d2/build_script_build-97660d6a83f457d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3314706Z [00:02:31.503]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3385269Z [00:02:31.510]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3454816Z [00:02:31.517]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3524076Z [00:02:31.524]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3592858Z [00:02:31.531]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build_script_build-4602dd2d48f800a0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3661559Z [00:02:31.537]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/chrono-tz-4602dd2d48f800a0/build_script_build-4602dd2d48f800a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3730935Z [00:02:31.544]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3798982Z [00:02:31.551]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build_script_build-a073b2ccfba9b34a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3868020Z [00:02:31.558]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/nix-a073b2ccfba9b34a/build_script_build-a073b2ccfba9b34a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.3936301Z [00:02:31.565]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4005840Z [00:02:31.572]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4075043Z [00:02:31.579]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4142902Z [00:02:31.586]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4214396Z [00:02:31.593]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/uuhelp_parser-c66de7f1984a057e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4287872Z [00:02:31.600]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_automata-1c10d4755cd2b2fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4358211Z [00:02:31.607]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand-7d5d4d982f542f4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4426758Z [00:02:31.614]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex-c07105349bfd4938.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4497714Z [00:02:31.621]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4569267Z [00:02:31.628]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libparse_zoneinfo-00b5deb77ad1a4bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4637935Z [00:02:31.635]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/parse_zoneinfo-00b5deb77ad1a4bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4707562Z [00:02:31.642]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcc-56ddb9bafa51552f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4780646Z [00:02:31.649]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_generator-f99fa643b7065e50.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4855465Z [00:02:31.657]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4928110Z [00:02:31.664]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libpkg_config-1719e0d6fceb3b27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.4997240Z [00:02:31.671]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_generator-f99fa643b7065e50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5068140Z [00:02:31.678]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/unicode_ident-068997f8816fbf17.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5140422Z [00:02:31.685]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5211425Z [00:02:31.692]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand_core-c32e84af94687818.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5282887Z [00:02:31.700]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libchrono_tz_build-2021b175c5f27f3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5353823Z [00:02:31.707]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_codegen-c433c10341b3fb23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5423733Z [00:02:31.714]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/uucore_procs-231e9f40e4c98326.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5493210Z [00:02:31.721]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuuhelp_parser-c66de7f1984a057e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5563878Z [00:02:31.728]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_shared-7046171957642fa4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5634586Z [00:02:31.735]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/rand_core-c32e84af94687818.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5704754Z [00:02:31.742]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5774326Z [00:02:31.749]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex_syntax-44e518233d09f9c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5844611Z [00:02:31.756]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_generator-f99fa643b7065e50.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5914634Z [00:02:31.763]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/siphasher-ede9e523bf161ef5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.5984069Z [00:02:31.770]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libparse_zoneinfo-00b5deb77ad1a4bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6053970Z [00:02:31.777]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6125039Z [00:02:31.784]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuuhelp_parser-c66de7f1984a057e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6194774Z [00:02:31.791]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6264177Z [00:02:31.798]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcc-56ddb9bafa51552f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6336179Z [00:02:31.805]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6407009Z [00:02:31.812]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/proc_macro2-a7fac883b83a0502.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6477355Z [00:02:31.819]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6545887Z [00:02:31.826]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libchrono_tz_build-2021b175c5f27f3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6614933Z [00:02:31.833]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libunicode_ident-068997f8816fbf17.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6685288Z [00:02:31.840]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/autocfg-c7b83ab91c5f9afe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6753880Z [00:02:31.847]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libunicode_ident-068997f8816fbf17.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6823303Z [00:02:31.854]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand_core-c32e84af94687818.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6892997Z [00:02:31.861]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/rand-7d5d4d982f542f4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.6961256Z [00:02:31.867]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/quote-8a6271eb04a27e5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7030963Z [00:02:31.874]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7100135Z [00:02:31.881]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7169775Z [00:02:31.888]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libproc_macro2-a7fac883b83a0502.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7240137Z [00:02:31.895]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/phf_codegen-c433c10341b3fb23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7313362Z [00:02:31.903]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libpkg_config-1719e0d6fceb3b27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7383277Z [00:02:31.910]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/librand-7d5d4d982f542f4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7454208Z [00:02:31.917]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libuucore_procs-231e9f40e4c98326.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7524817Z [00:02:31.924]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7598481Z [00:02:31.931]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_syntax-44e518233d09f9c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7670782Z [00:02:31.938]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libsiphasher-ede9e523bf161ef5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7741751Z [00:02:31.945]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex-c07105349bfd4938.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7813583Z [00:02:31.953]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libquote-8a6271eb04a27e5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7890242Z [00:02:31.960]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libquote-8a6271eb04a27e5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.7960537Z [00:02:31.967]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex-c07105349bfd4938.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8030071Z [00:02:31.974]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/chrono_tz_build-2021b175c5f27f3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8101043Z [00:02:31.981]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_shared-7046171957642fa4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8170515Z [00:02:31.988]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libregex_automata-1c10d4755cd2b2fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8238959Z [00:02:31.995]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/regex_automata-1c10d4755cd2b2fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8307279Z [00:02:32.002]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libsiphasher-ede9e523bf161ef5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8375459Z [00:02:32.009]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/libphf_codegen-c433c10341b3fb23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8447308Z [00:02:32.016]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/cc-56ddb9bafa51552f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8517635Z [00:02:32.023]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/deps/pkg_config-1719e0d6fceb3b27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8589281Z [00:02:32.030]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8659154Z [00:02:32.037]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8731351Z [00:02:32.044]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8801605Z [00:02:32.051]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8872555Z [00:02:32.058]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.8944083Z [00:02:32.066]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9014542Z [00:02:32.073]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9085682Z [00:02:32.080]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-a7fac883b83a0502/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9157515Z [00:02:32.087]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9225944Z [00:02:32.094]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9295284Z [00:02:32.101]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9366347Z [00:02:32.108]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9435912Z [00:02:32.115]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9504586Z [00:02:32.122]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9572526Z [00:02:32.128]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9640641Z [00:02:32.135]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/onig_sys-799f886877bf7f63/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9710170Z [00:02:32.142]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9780616Z [00:02:32.149]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9848704Z [00:02:32.156]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9917739Z [00:02:32.163]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rustix-d5cd383e0bb467eb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:04.9986087Z [00:02:32.170]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0054209Z [00:02:32.177]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0122825Z [00:02:32.184]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0191567Z [00:02:32.190]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_shared-7046171957642fa4/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0260828Z [00:02:32.197]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0330179Z [00:02:32.204]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0398264Z [00:02:32.211]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0466810Z [00:02:32.218]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand-7d5d4d982f542f4f/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0536295Z [00:02:32.225]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0606441Z [00:02:32.232]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0675957Z [00:02:32.239]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0745371Z [00:02:32.246]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/siphasher-ede9e523bf161ef5/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0814907Z [00:02:32.253]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0883909Z [00:02:32.260]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.0952950Z [00:02:32.267]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1021752Z [00:02:32.273]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cc-56ddb9bafa51552f/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1090542Z [00:02:32.280]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1158907Z [00:02:32.287]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1227171Z [00:02:32.294]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1295598Z [00:02:32.301]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-c07105349bfd4938/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1364722Z [00:02:32.308]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1433688Z [00:02:32.315]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1501735Z [00:02:32.321]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1570238Z [00:02:32.328]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/num-traits-eece4c6ffa803248/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1638192Z [00:02:32.335]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1711257Z [00:02:32.342]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1780784Z [00:02:32.349]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1850114Z [00:02:32.356]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/quote-8a6271eb04a27e5e/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1918228Z [00:02:32.363]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.1987584Z [00:02:32.370]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2055389Z [00:02:32.377]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2123788Z [00:02:32.384]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-97660d6a83f457d2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2193945Z [00:02:32.391]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2273061Z [00:02:32.398]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2348034Z [00:02:32.406]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2420202Z [00:02:32.413]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2492654Z [00:02:32.420]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/lib-phf_codegen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2563821Z [00:02:32.428]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2633671Z [00:02:32.435]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2702290Z [00:02:32.441]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_codegen-c433c10341b3fb23/dep-lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2771144Z [00:02:32.448]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/lib-uuhelp_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2841227Z [00:02:32.455]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2910499Z [00:02:32.462]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/dep-lib-uuhelp_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.2979806Z [00:02:32.469]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uuhelp_parser-c66de7f1984a057e/lib-uuhelp_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3050134Z [00:02:32.476]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3118833Z [00:02:32.483]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/lib-phf_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3188811Z [00:02:32.490]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3258249Z [00:02:32.497]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/phf_generator-f99fa643b7065e50/dep-lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3336477Z [00:02:32.505]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3410626Z [00:02:32.512]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3483442Z [00:02:32.520]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3552564Z [00:02:32.527]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/pkg-config-1719e0d6fceb3b27/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3621612Z [00:02:32.533]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3690541Z [00:02:32.540]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3758994Z [00:02:32.547]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3826518Z [00:02:32.554]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/unicode-ident-068997f8816fbf17/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3895187Z [00:02:32.561]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/lib-uucore_procs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.3963327Z [00:02:32.568]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/dep-lib-uucore_procs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4031944Z [00:02:32.574]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4100225Z [00:02:32.581]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/uucore_procs-231e9f40e4c98326/lib-uucore_procs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4168859Z [00:02:32.588]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4236146Z [00:02:32.595]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4303743Z [00:02:32.602]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4373817Z [00:02:32.609]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-4602dd2d48f800a0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4443882Z [00:02:32.616]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4512820Z [00:02:32.623]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4581865Z [00:02:32.629]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4650444Z [00:02:32.636]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-syntax-44e518233d09f9c1/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4719623Z [00:02:32.643]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4787122Z [00:02:32.650]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4856515Z [00:02:32.657]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4925978Z [00:02:32.664]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/nix-a073b2ccfba9b34a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.4997782Z [00:02:32.671]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5067949Z [00:02:32.678]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5136230Z [00:02:32.685]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5205864Z [00:02:32.692]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5276820Z [00:02:32.699]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5348595Z [00:02:32.706]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/regex-automata-1c10d4755cd2b2fe/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5420673Z [00:02:32.713]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/dep-lib-chrono_tz_build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5489656Z [00:02:32.720]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/lib-chrono_tz_build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5561433Z [00:02:32.727]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5630918Z [00:02:32.734]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/chrono-tz-build-2021b175c5f27f3c/lib-chrono_tz_build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5699680Z [00:02:32.741]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5773100Z [00:02:32.748]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5849630Z [00:02:32.756]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5917538Z [00:02:32.763]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.5987301Z [00:02:32.770]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6055771Z [00:02:32.777]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6125533Z [00:02:32.784]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6193809Z [00:02:32.791]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6262939Z [00:02:32.798]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6331947Z [00:02:32.804]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6400618Z [00:02:32.811]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6469823Z [00:02:32.818]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/rand_core-c32e84af94687818/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6538956Z [00:02:32.825]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6606283Z [00:02:32.832]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/lib-parse_zoneinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6675429Z [00:02:32.839]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/dep-lib-parse_zoneinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6744246Z [00:02:32.846]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-00b5deb77ad1a4bd/lib-parse_zoneinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6813960Z [00:02:32.853]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfindutils.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6882293Z [00:02:32.859]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/testing-commandline.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.6950493Z [00:02:32.866]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/find' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7019992Z [00:02:32.873]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7089180Z [00:02:32.880]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/xargs' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7160649Z [00:02:32.887]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/find.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7234121Z [00:02:32.895]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfindutils.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7311068Z [00:02:32.902]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7384186Z [00:02:32.910]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7454886Z [00:02:32.917]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7526306Z [00:02:32.924]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c96bfd544a456c97/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7597435Z [00:02:32.931]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7667913Z [00:02:32.938]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_11.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7737846Z [00:02:32.945]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_15.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7808083Z [00:02:32.952]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7878075Z [00:02:32.959]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_kr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.7948511Z [00:02:32.966]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-sjis.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8017646Z [00:02:32.973]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-sjis_prop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8086838Z [00:02:32.980]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_unfold_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8156903Z [00:02:32.987]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_tw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8227185Z [00:02:32.994]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_14.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8297616Z [00:02:33.001]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regexec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8367377Z [00:02:33.008]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-big5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8436854Z [00:02:33.015]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8507875Z [00:02:33.022]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf16_be.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8578996Z [00:02:33.029]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8649568Z [00:02:33.036]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_jp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8720627Z [00:02:33.043]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_9.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8789117Z [00:02:33.050]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-st.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8861715Z [00:02:33.057]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-onig_init.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.8935309Z [00:02:33.065]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-gb18030.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9005851Z [00:02:33.072]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf16_le.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9076090Z [00:02:33.079]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-cp1251.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9146363Z [00:02:33.086]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf32_le.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9216805Z [00:02:33.093]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_10.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9286955Z [00:02:33.100]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold3_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9374056Z [00:02:33.109]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regtrav.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9454470Z [00:02:33.117]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regparse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9534282Z [00:02:33.125]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_13.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9612690Z [00:02:33.132]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regcomp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9684775Z [00:02:33.140]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regversion.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9755773Z [00:02:33.147]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold1_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9826304Z [00:02:33.154]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regext.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9895891Z [00:02:33.161]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regsyntax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:05.9966492Z [00:02:33.168]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0035388Z [00:02:33.175]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-ascii.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0104801Z [00:02:33.182]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-koi8_r.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0174499Z [00:02:33.189]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0242993Z [00:02:33.196]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-euc_jp_prop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0311248Z [00:02:33.202]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0379770Z [00:02:33.209]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-reggnu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0447655Z [00:02:33.216]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0516549Z [00:02:33.223]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0585694Z [00:02:33.230]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-regerror.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0657081Z [00:02:33.237]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/libonig.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0725619Z [00:02:33.244]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0794501Z [00:02:33.251]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-utf32_be.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0864596Z [00:02:33.258]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.0934634Z [00:02:33.265]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-iso8859_16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1004183Z [00:02:33.272]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode_fold2_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1074002Z [00:02:33.279]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/out/a445302c6d3dcb51-unicode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1143870Z [00:02:33.286]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1212265Z [00:02:33.292]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1282061Z [00:02:33.299]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1350900Z [00:02:33.306]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/onig_sys-c34551c1752a32e1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1420103Z [00:02:33.313]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1488680Z [00:02:33.320]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1559146Z [00:02:33.327]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1627317Z [00:02:33.334]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-75470c173749f825/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1696468Z [00:02:33.341]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1765276Z [00:02:33.348]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1835972Z [00:02:33.355]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1906332Z [00:02:33.362]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-1e600a0fe2abcdfd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.1977454Z [00:02:33.369]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2050619Z [00:02:33.376]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2121735Z [00:02:33.383]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2192231Z [00:02:33.390]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2262340Z [00:02:33.397]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/out/directory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2335476Z [00:02:33.405]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/out/timezones.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2405010Z [00:02:33.412]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2476536Z [00:02:33.419]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2546481Z [00:02:33.426]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2614986Z [00:02:33.433]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/chrono-tz-0fc6ac8e6db3ed2a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2685984Z [00:02:33.440]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2762164Z [00:02:33.447]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2832842Z [00:02:33.455]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/out/probe2.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2905640Z [00:02:33.462]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.2973768Z [00:02:33.469]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3043361Z [00:02:33.476]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3112795Z [00:02:33.483]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d7d3c3fef2bfc4b3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3183145Z [00:02:33.490]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xargs-204b3862897b9156' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3251655Z [00:02:33.496]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf_shared-d4d833460db1093e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3322028Z [00:02:33.503]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-ae1480fa144a2774.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3392311Z [00:02:33.510]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3462357Z [00:02:33.517]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsiphasher-b004d2ac0f0db550.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3531766Z [00:02:33.524]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3603012Z [00:02:33.532]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-71b875cc6c35e032.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3672347Z [00:02:33.538]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-624aa1bbf9739787.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3742103Z [00:02:33.545]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-d780c99b124ec8ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3812187Z [00:02:33.552]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-71b875cc6c35e032.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3881967Z [00:02:33.559]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.3950568Z [00:02:33.566]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-8b5f29eec185a9e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4019783Z [00:02:33.573]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4090064Z [00:02:33.580]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phf_shared-d4d833460db1093e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4159160Z [00:02:33.587]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4228284Z [00:02:33.594]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig_sys-ec91f0532b91ae3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4297621Z [00:02:33.601]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4365909Z [00:02:33.608]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwild-34fe03dac736c7bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4434371Z [00:02:33.615]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-707b453e4d59bb06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4504508Z [00:02:33.622]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/findutils-281c463e8b6b5d88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4574472Z [00:02:33.629]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-d780c99b124ec8ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4644081Z [00:02:33.636]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-31e742693a0d1f36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4713879Z [00:02:33.643]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4783560Z [00:02:33.650]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-2c45142e7866f4e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4852936Z [00:02:33.657]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-71b875cc6c35e032.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4922923Z [00:02:33.664]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phf-09b2aaa09b79250c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.4992522Z [00:02:33.670]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/argmax-44fad6b274485306.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5061513Z [00:02:33.677]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf-09b2aaa09b79250c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5133430Z [00:02:33.685]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-1daa81aa4258dd33.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5210189Z [00:02:33.692]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5282769Z [00:02:33.699]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-2ffaaa293fd5ab5f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5352874Z [00:02:33.707]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5421526Z [00:02:33.713]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-de41701027e63685.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5490777Z [00:02:33.720]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-1daa81aa4258dd33.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5558935Z [00:02:33.727]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/testing_commandline-59e3476e3d9c2ae5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5632384Z [00:02:33.734]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5710087Z [00:02:33.742]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-c9ae9a33633554ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5781292Z [00:02:33.749]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5851126Z [00:02:33.756]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-707b453e4d59bb06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5922616Z [00:02:33.763]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.5996049Z [00:02:33.771]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6065762Z [00:02:33.778]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6135714Z [00:02:33.785]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6221007Z [00:02:33.793]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6304621Z [00:02:33.802]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfindutils-281c463e8b6b5d88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6381125Z [00:02:33.809]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-a7d2a913aa104b88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6454118Z [00:02:33.817]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6528219Z [00:02:33.824]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6600891Z [00:02:33.831]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-d780c99b124ec8ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6676527Z [00:02:33.839]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6753677Z [00:02:33.847]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-ae1480fa144a2774.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6826313Z [00:02:33.854]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6898680Z [00:02:33.861]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/onig_sys-ec91f0532b91ae3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.6968731Z [00:02:33.868]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-624aa1bbf9739787.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7038843Z [00:02:33.875]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7110001Z [00:02:33.882]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_display-1fbdeb03faa3bb09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7179424Z [00:02:33.889]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-8b5ed8e6b2c7689a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7248675Z [00:02:33.896]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono_tz-6289439f0249a64f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7320579Z [00:02:33.903]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-2c45142e7866f4e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7391951Z [00:02:33.910]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-35bb864df5b54fab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7461591Z [00:02:33.917]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-8acbfe2cddd609bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7531478Z [00:02:33.924]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-3a1c95b5a6b8c42b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7602696Z [00:02:33.931]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7675714Z [00:02:33.939]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-3a1c95b5a6b8c42b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7748503Z [00:02:33.946]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7817733Z [00:02:33.953]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/find-62222ae80cf31ee3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7886437Z [00:02:33.960]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.7958815Z [00:02:33.967]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-2f6cdc47d33fbbe8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8031646Z [00:02:33.974]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-1de39e24560bf252.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8102172Z [00:02:33.981]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-31e742693a0d1f36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8171649Z [00:02:33.988]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/siphasher-b004d2ac0f0db550.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8241333Z [00:02:33.995]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-ae1480fa144a2774.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8311860Z [00:02:34.002]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig-8115aae2150725e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8381871Z [00:02:34.009]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono_tz-6289439f0249a64f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8453171Z [00:02:34.017]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf-09b2aaa09b79250c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8523040Z [00:02:34.024]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-369612ef94c861dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8592539Z [00:02:34.030]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8662299Z [00:02:34.037]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-2ffaaa293fd5ab5f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8738129Z [00:02:34.045]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-8b33ae3f1fac6849.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8813653Z [00:02:34.053]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonig_sys-ec91f0532b91ae3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8885990Z [00:02:34.060]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-369612ef94c861dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.8960719Z [00:02:34.067]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-2f6cdc47d33fbbe8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9037809Z [00:02:34.075]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-c9ae9a33633554ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9111824Z [00:02:34.082]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9184542Z [00:02:34.090]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6d423f055a04dbd1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9254864Z [00:02:34.097]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwild-34fe03dac736c7bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9327315Z [00:02:34.104]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-48725c6777e23564.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9395651Z [00:02:34.111]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/testing_commandline-59e3476e3d9c2ae5' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9470882Z [00:02:34.118]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9542577Z [00:02:34.125]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-e69212c1bb306f85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9611503Z [00:02:34.132]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xargs-204b3862897b9156.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9680845Z [00:02:34.139]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-70ed1e83dde21f3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9748909Z [00:02:34.146]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-42458cc931c98520.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9820713Z [00:02:34.153]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9891688Z [00:02:34.160]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-6d423f055a04dbd1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:06.9963235Z [00:02:34.168]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0032741Z [00:02:34.175]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-de41701027e63685.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0101455Z [00:02:34.181]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0177160Z [00:02:34.189]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0249494Z [00:02:34.196]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-e0e5d43963bd292c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0321650Z [00:02:34.203]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/number_prefix-dd573bd5f107f5d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0391556Z [00:02:34.210]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-35bb864df5b54fab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0461023Z [00:02:34.217]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/onig-8115aae2150725e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0531188Z [00:02:34.224]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a7d2a913aa104b88.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0601779Z [00:02:34.231]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdunce-c1f462980b6b64cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0674025Z [00:02:34.239]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0747014Z [00:02:34.246]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0817185Z [00:02:34.253]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-e0e5d43963bd292c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0887479Z [00:02:34.260]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuucore-c8bc220cfee6abc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.0956856Z [00:02:34.267]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-42458cc931c98520.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1024850Z [00:02:34.274]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-6d423f055a04dbd1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1093968Z [00:02:34.281]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-42458cc931c98520.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1162138Z [00:02:34.287]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-2c45142e7866f4e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1230230Z [00:02:34.294]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_display-1fbdeb03faa3bb09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1298479Z [00:02:34.301]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-1de39e24560bf252.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1366046Z [00:02:34.308]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1435991Z [00:02:34.315]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1505139Z [00:02:34.322]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphf_shared-d4d833460db1093e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1574419Z [00:02:34.329]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1641400Z [00:02:34.335]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-8b5f29eec185a9e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1708822Z [00:02:34.342]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faccess-70ed1e83dde21f3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1778231Z [00:02:34.349]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-2ffaaa293fd5ab5f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1846398Z [00:02:34.356]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/os_display-1fbdeb03faa3bb09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1915990Z [00:02:34.363]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dunce-c1f462980b6b64cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.1984069Z [00:02:34.370]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/glob-624aa1bbf9739787.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2055355Z [00:02:34.377]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2127142Z [00:02:34.384]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2195750Z [00:02:34.391]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-48725c6777e23564.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2263948Z [00:02:34.398]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsiphasher-b004d2ac0f0db550.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2333151Z [00:02:34.405]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-8b5ed8e6b2c7689a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2401467Z [00:02:34.411]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-369612ef94c861dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2471158Z [00:02:34.418]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-44fad6b274485306.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2540685Z [00:02:34.425]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdunce-c1f462980b6b64cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2614754Z [00:02:34.433]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono_tz-6289439f0249a64f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2687085Z [00:02:34.440]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-1daa81aa4258dd33.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2755666Z [00:02:34.447]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-e69212c1bb306f85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2825804Z [00:02:34.454]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uucore-c8bc220cfee6abc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2893656Z [00:02:34.461]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wild-34fe03dac736c7bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.2963705Z [00:02:34.468]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3031445Z [00:02:34.474]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3109112Z [00:02:34.482]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-8b5f29eec185a9e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3185232Z [00:02:34.490]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-31e742693a0d1f36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3256885Z [00:02:34.497]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-8b33ae3f1fac6849.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3327737Z [00:02:34.504]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-8acbfe2cddd609bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3396832Z [00:02:34.511]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-c9ae9a33633554ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3466868Z [00:02:34.518]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/find-62222ae80cf31ee3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3537873Z [00:02:34.525]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-2f6cdc47d33fbbe8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3608540Z [00:02:34.532]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/testing-commandline' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3676066Z [00:02:34.539]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/xargs.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3745955Z [00:02:34.546]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3814820Z [00:02:34.553]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3883657Z [00:02:34.560]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.3952478Z [00:02:34.566]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4021162Z [00:02:34.573]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/lib-dunce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4090749Z [00:02:34.580]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4159091Z [00:02:34.587]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/dep-lib-dunce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4227583Z [00:02:34.594]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dunce-c1f462980b6b64cd/lib-dunce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4294857Z [00:02:34.601]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4362397Z [00:02:34.607]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4429764Z [00:02:34.614]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4499017Z [00:02:34.621]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-8b5ed8e6b2c7689a/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4567706Z [00:02:34.628]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4634940Z [00:02:34.635]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4702324Z [00:02:34.641]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4770320Z [00:02:34.648]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-d780c99b124ec8ce/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4839277Z [00:02:34.655]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4907266Z [00:02:34.662]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.4974615Z [00:02:34.669]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5044682Z [00:02:34.676]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-8acbfe2cddd609bc/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5113984Z [00:02:34.683]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5182085Z [00:02:34.689]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5249722Z [00:02:34.696]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5318013Z [00:02:34.703]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-31e742693a0d1f36/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5387390Z [00:02:34.710]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5455577Z [00:02:34.717]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5523757Z [00:02:34.724]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5591846Z [00:02:34.730]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/siphasher-b004d2ac0f0db550/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5661762Z [00:02:34.737]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5730813Z [00:02:34.744]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5798589Z [00:02:34.751]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5868445Z [00:02:34.758]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf_shared-d4d833460db1093e/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.5937757Z [00:02:34.765]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6005743Z [00:02:34.772]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6074540Z [00:02:34.779]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6145449Z [00:02:34.786]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-de41701027e63685/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6217682Z [00:02:34.793]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c96bfd544a456c97/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6287353Z [00:02:34.800]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c96bfd544a456c97/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6354975Z [00:02:34.807]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6423064Z [00:02:34.814]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6490971Z [00:02:34.820]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6558552Z [00:02:34.827]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-8b33ae3f1fac6849/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6628569Z [00:02:34.834]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6698443Z [00:02:34.841]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6767826Z [00:02:34.848]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6839746Z [00:02:34.855]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-624aa1bbf9739787/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6911317Z [00:02:34.862]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.6980360Z [00:02:34.869]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/lib-argmax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7047808Z [00:02:34.876]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7116158Z [00:02:34.883]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-44fad6b274485306/dep-lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7184903Z [00:02:34.890]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/dep-lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7261662Z [00:02:34.897]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/lib-phf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7334680Z [00:02:34.905]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7405723Z [00:02:34.912]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phf-09b2aaa09b79250c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7482443Z [00:02:34.919]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7554055Z [00:02:34.927]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7625379Z [00:02:34.934]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7695847Z [00:02:34.941]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-e0e5d43963bd292c/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7765068Z [00:02:34.948]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7833950Z [00:02:34.955]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7903254Z [00:02:34.962]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.7972756Z [00:02:34.968]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8041576Z [00:02:34.975]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8111217Z [00:02:34.982]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/lib-uucore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8180638Z [00:02:34.989]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/dep-lib-uucore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8250389Z [00:02:34.996]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uucore-c8bc220cfee6abc5/lib-uucore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8318970Z [00:02:35.003]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/dep-bin-find' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8387274Z [00:02:35.010]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/bin-find' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8454961Z [00:02:35.017]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8523015Z [00:02:35.024]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-62222ae80cf31ee3/bin-find.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8592183Z [00:02:35.030]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8662285Z [00:02:35.037]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8731537Z [00:02:35.044]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8801202Z [00:02:35.051]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-707b453e4d59bb06/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8871275Z [00:02:35.058]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/bin-testing-commandline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.8940570Z [00:02:35.065]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9011545Z [00:02:35.072]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/bin-testing-commandline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9082398Z [00:02:35.079]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-59e3476e3d9c2ae5/dep-bin-testing-commandline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9155499Z [00:02:35.087]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9228607Z [00:02:35.094]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9300615Z [00:02:35.101]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9370113Z [00:02:35.108]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-369612ef94c861dc/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9440991Z [00:02:35.115]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9513027Z [00:02:35.123]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9583611Z [00:02:35.130]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9652945Z [00:02:35.137]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9721895Z [00:02:35.143]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9791382Z [00:02:35.150]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9861249Z [00:02:35.157]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9930617Z [00:02:35.164]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-1daa81aa4258dd33/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:07.9998964Z [00:02:35.171]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/lib-onig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0067610Z [00:02:35.178]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0135251Z [00:02:35.185]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/lib-onig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0204053Z [00:02:35.192]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig-8115aae2150725e3/dep-lib-onig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0273468Z [00:02:35.199]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-c34551c1752a32e1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0340636Z [00:02:35.205]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-c34551c1752a32e1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0409743Z [00:02:35.212]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0477917Z [00:02:35.219]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0546119Z [00:02:35.226]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0614270Z [00:02:35.233]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-35bb864df5b54fab/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0684561Z [00:02:35.240]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0752675Z [00:02:35.247]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0820207Z [00:02:35.253]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0887441Z [00:02:35.260]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a7d2a913aa104b88/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.0954589Z [00:02:35.267]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/lib-wild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1021909Z [00:02:35.273]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/dep-lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1089073Z [00:02:35.280]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1155144Z [00:02:35.287]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wild-34fe03dac736c7bc/lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1223791Z [00:02:35.294]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-75470c173749f825/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1290700Z [00:02:35.300]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-75470c173749f825/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1358714Z [00:02:35.307]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1425190Z [00:02:35.314]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1491214Z [00:02:35.320]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1559294Z [00:02:35.327]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-2ffaaa293fd5ab5f/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1625837Z [00:02:35.334]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1692870Z [00:02:35.341]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1762235Z [00:02:35.347]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1831038Z [00:02:35.354]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-ae1480fa144a2774/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1898663Z [00:02:35.361]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.1966215Z [00:02:35.368]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2033947Z [00:02:35.375]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2101703Z [00:02:35.381]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-2f6cdc47d33fbbe8/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2169655Z [00:02:35.388]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-1e600a0fe2abcdfd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2237038Z [00:02:35.395]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-1e600a0fe2abcdfd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2304203Z [00:02:35.402]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2373082Z [00:02:35.409]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2441405Z [00:02:35.415]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2511769Z [00:02:35.422]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-42458cc931c98520/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2582448Z [00:02:35.429]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2654049Z [00:02:35.437]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2723524Z [00:02:35.444]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2791591Z [00:02:35.450]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-c9ae9a33633554ca/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2861826Z [00:02:35.457]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2931222Z [00:02:35.464]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/dep-lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.2999328Z [00:02:35.471]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3067497Z [00:02:35.478]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-70ed1e83dde21f3d/lib-faccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3137793Z [00:02:35.485]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3206100Z [00:02:35.492]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3275764Z [00:02:35.499]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-0fc6ac8e6db3ed2a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3344034Z [00:02:35.506]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-0fc6ac8e6db3ed2a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3412657Z [00:02:35.512]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3480851Z [00:02:35.519]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3549445Z [00:02:35.526]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3617710Z [00:02:35.533]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-48725c6777e23564/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3688344Z [00:02:35.540]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3758360Z [00:02:35.547]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3827233Z [00:02:35.554]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3895437Z [00:02:35.561]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.3963931Z [00:02:35.568]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d7d3c3fef2bfc4b3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4033423Z [00:02:35.575]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d7d3c3fef2bfc4b3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4101296Z [00:02:35.581]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4170450Z [00:02:35.588]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/lib-findutils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4239386Z [00:02:35.595]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/dep-lib-findutils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4310030Z [00:02:35.602]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-281c463e8b6b5d88/lib-findutils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4380093Z [00:02:35.609]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4449559Z [00:02:35.616]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4519468Z [00:02:35.623]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4589996Z [00:02:35.630]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-2c45142e7866f4e8/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4659105Z [00:02:35.637]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/lib-onig_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4727419Z [00:02:35.644]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/dep-lib-onig_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4796340Z [00:02:35.651]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4865906Z [00:02:35.658]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/onig_sys-ec91f0532b91ae3f/lib-onig_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.4935779Z [00:02:35.665]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5005721Z [00:02:35.672]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5077333Z [00:02:35.679]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/dep-lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5147680Z [00:02:35.686]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5218711Z [00:02:35.693]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5288714Z [00:02:35.700]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5358802Z [00:02:35.707]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5428612Z [00:02:35.714]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-1de39e24560bf252/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5499155Z [00:02:35.721]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5569897Z [00:02:35.728]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5638786Z [00:02:35.735]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5707781Z [00:02:35.742]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-8b5f29eec185a9e1/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5776264Z [00:02:35.749]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5844687Z [00:02:35.756]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5912647Z [00:02:35.762]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.5980493Z [00:02:35.769]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-6d423f055a04dbd1/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6050285Z [00:02:35.776]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6120651Z [00:02:35.783]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/dep-lib-os_display' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6192808Z [00:02:35.790]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/lib-os_display.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6263823Z [00:02:35.798]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_display-1fbdeb03faa3bb09/lib-os_display' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6335329Z [00:02:35.805]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6404971Z [00:02:35.812]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6474976Z [00:02:35.819]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6543453Z [00:02:35.826]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6612209Z [00:02:35.832]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6680846Z [00:02:35.839]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6749997Z [00:02:35.846]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6821122Z [00:02:35.853]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-e69212c1bb306f85/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6889294Z [00:02:35.860]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.6957148Z [00:02:35.867]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7024928Z [00:02:35.874]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7093984Z [00:02:35.881]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7162750Z [00:02:35.887]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7230973Z [00:02:35.894]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7299241Z [00:02:35.901]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7368872Z [00:02:35.908]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7436162Z [00:02:35.915]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7503525Z [00:02:35.922]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7571062Z [00:02:35.928]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7639013Z [00:02:35.935]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-3a1c95b5a6b8c42b/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7706453Z [00:02:35.942]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/dep-lib-chrono_tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7773182Z [00:02:35.949]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/lib-chrono_tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7840235Z [00:02:35.955]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7907433Z [00:02:35.962]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-tz-6289439f0249a64f/lib-chrono_tz.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.7977372Z [00:02:35.969]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/bin-xargs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8046143Z [00:02:35.976]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/dep-bin-xargs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8112630Z [00:02:35.982]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8180329Z [00:02:35.989]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/findutils-204b3862897b9156/bin-xargs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8249940Z [00:02:35.996]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8322096Z [00:02:36.003]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8393827Z [00:02:36.011]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8465357Z [00:02:36.018]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-71b875cc6c35e032/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8538735Z [00:02:36.025]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8612020Z [00:02:36.032]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8685649Z [00:02:36.040]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/DEVELOPMENT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8759329Z [00:02:36.047]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gokTk0vzcc/TEMPREPO/dist-workspace.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8830336Z [00:02:36.054]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/find' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8903409Z [00:02:36.062]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/xargs' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:08.8973317Z [00:02:36.069]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9042175Z [00:02:36.076]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/testing-commandline' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9112419Z [00:02:36.082]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9181739Z [00:02:36.090]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/find' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9249939Z [00:02:36.096]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9318123Z [00:02:36.103]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9389149Z [00:02:36.110]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/xargs' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9458877Z [00:02:36.117]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9527103Z [00:02:36.124]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:01:08.9594588Z [00:02:36.131]➜  mode of '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/testing-commandline' retained as 0755 (rwxr-xr-x)
2025-08-20T21:01:09.0135814Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:01:09.0137043Z [00:02:36.185]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:01:30.6273598Z 
2025-08-20T21:01:30.6274289Z [+] Sanitizing /tmp/pkgforge/MgjbxbNwM_SBUILD/BUILD.log ==> /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.log
2025-08-20T21:01:33.0187364Z '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.log' -> '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/xargs.log'
2025-08-20T21:01:33.0194663Z '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/findutils.static.log' -> '/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/find.log'
2025-08-20T21:01:33.0235120Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=xargs.log
2025-08-20T21:01:33.0236002Z 
2025-08-20T21:01:33.0237940Z [+] Parsing/Uploading findutils/xargs --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffindutils%2Fxargs [x86_64-Linux]
2025-08-20T21:01:33.0247691Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=find.log
2025-08-20T21:01:33.0248715Z 
2025-08-20T21:01:33.0249530Z [+] Parsing/Uploading findutils/find --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffindutils%2Ffind [x86_64-Linux]
2025-08-20T21:01:33.0282658Z {
2025-08-20T21:01:33.0282972Z   "_disabled": "false",
2025-08-20T21:01:33.0283338Z   "host": "x86_64-Linux",
2025-08-20T21:01:33.0284142Z   "rank": "",
2025-08-20T21:01:33.0284468Z   "pkg": "findutils.static",
2025-08-20T21:01:33.0284877Z   "pkg_family": "findutils",
2025-08-20T21:01:33.0285299Z   "pkg_id": "github.com.uutils.findutils",
2025-08-20T21:01:33.0285746Z   "pkg_name": "xargs",
2025-08-20T21:01:33.0286092Z   "pkg_type": "static",
2025-08-20T21:01:33.0288474Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/xargs",
2025-08-20T21:01:33.0289193Z   "app_id": "",
2025-08-20T21:01:33.0289517Z   "appstream": "",
2025-08-20T21:01:33.0289836Z   "category": [
2025-08-20T21:01:33.0290151Z     "ConsoleOnly",
2025-08-20T21:01:33.0290458Z     "Utility"
2025-08-20T21:01:33.0290751Z   ],
2025-08-20T21:01:33.0291237Z   "description": "A toolset for searching and processing files [Rust (uutils)]",
2025-08-20T21:01:33.0291849Z   "desktop": "",
2025-08-20T21:01:33.0292166Z   "homepage": [
2025-08-20T21:01:33.0292522Z     "https://github.com/uutils/findutils"
2025-08-20T21:01:33.0292939Z   ],
2025-08-20T21:01:33.0294154Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=xargs.png",
2025-08-20T21:01:33.0296207Z   "license": [],
2025-08-20T21:01:33.0296531Z   "maintainer": [
2025-08-20T21:01:33.0297803Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:01:33.0298266Z   ],
2025-08-20T21:01:33.0298589Z   "provides": [
2025-08-20T21:01:33.0298890Z     "find",
2025-08-20T21:01:33.0299182Z     "xargs"
2025-08-20T21:01:33.0299457Z   ],
2025-08-20T21:01:33.0299722Z   "note": [
2025-08-20T21:01:33.0300286Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/uutils/findutils"
2025-08-20T21:01:33.0300924Z   ],
2025-08-20T21:01:33.0301196Z   "repology": [
2025-08-20T21:01:33.0301503Z     "rust-findutils",
2025-08-20T21:01:33.0301829Z     "rust:findutils",
2025-08-20T21:01:33.0302053Z     "uutils-findutils"
2025-08-20T21:01:33.0302258Z   ],
2025-08-20T21:01:33.0302421Z   "screenshots": [],
2025-08-20T21:01:33.0302620Z   "src_url": [
2025-08-20T21:01:33.0302833Z     "https://github.com/uutils/findutils"
2025-08-20T21:01:33.0303085Z   ],
2025-08-20T21:01:33.0303247Z   "tag": [
2025-08-20T21:01:33.0303416Z     "findutils"
2025-08-20T21:01:33.0303589Z   ],
2025-08-20T21:01:33.0303767Z   "version": "HEAD-bdf3aaf-250820T080137",
2025-08-20T21:01:33.0304015Z   "version_upstream": "",
2025-08-20T21:01:33.0304352Z   "bsum": "2becfdaa01b179df7867de360c2597cf4e5b26ef622ed27baf3daccaa212ed73",
2025-08-20T21:01:33.0304721Z   "build_date": "2025-08-20T21:01:24Z",
2025-08-20T21:01:33.0305363Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107737641",
2025-08-20T21:01:33.0305966Z   "build_id": "17107737641",
2025-08-20T21:01:33.0307134Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=xargs.log",
2025-08-20T21:01:33.0308555Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/findutils/static.uutils.source.yaml",
2025-08-20T21:01:33.0310268Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=xargs",
2025-08-20T21:01:33.0311650Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux",
2025-08-20T21:01:33.0312622Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/findutils/uutils/xargs",
2025-08-20T21:01:33.0313874Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&manifest",
2025-08-20T21:01:33.0315078Z   "shasum": "5ddac55aae8978b1aee1e4b87c05771fb340f5bf391128c85f123ac12da59310",
2025-08-20T21:01:33.0315694Z   "size": "776 KB",
2025-08-20T21:01:33.0316018Z   "size_raw": "791176",
2025-08-20T21:01:33.0316346Z   "snapshots": [
2025-08-20T21:01:33.0316868Z     "HEAD-50b7ec6-241025T070350-x86_64-linux",
2025-08-20T21:01:33.0317320Z     "HEAD-78b264d-250120T022513-x86_64-linux",
2025-08-20T21:01:33.0317804Z     "HEAD-78e5201-250120T173323-x86_64-linux",
2025-08-20T21:01:33.0318277Z     "HEAD-e039791-250213T181644-x86_64-linux",
2025-08-20T21:01:33.0318734Z     "HEAD-1ea1625-250301T001214-x86_64-linux",
2025-08-20T21:01:33.0319184Z     "HEAD-8745929-250302T165508-x86_64-linux",
2025-08-20T21:01:33.0319586Z     "HEAD-b263b20-250307T070556-x86_64-linux",
2025-08-20T21:01:33.0320005Z     "HEAD-e32e754-250311T094013-x86_64-linux",
2025-08-20T21:01:33.0320423Z     "HEAD-a7b596d-250314T102151-x86_64-linux",
2025-08-20T21:01:33.0320853Z     "HEAD-5d264c9-250320T070601-x86_64-linux",
2025-08-20T21:01:33.0321266Z     "HEAD-d6dc189-250329T135557-x86_64-linux",
2025-08-20T21:01:33.0321676Z     "HEAD-5235d78-250402T210448-x86_64-linux",
2025-08-20T21:01:33.0322089Z     "HEAD-b94b5f0-250406T184633-x86_64-linux",
2025-08-20T21:01:33.0322495Z     "HEAD-64a4345-250526T071712-x86_64-linux",
2025-08-20T21:01:33.0322909Z     "HEAD-d55e2f9-250528T072151-x86_64-linux",
2025-08-20T21:01:33.0323336Z     "HEAD-8426482-250610T080021-x86_64-linux",
2025-08-20T21:01:33.0324000Z     "HEAD-ce0067f-250617T082058-x86_64-linux",
2025-08-20T21:01:33.0324471Z     "HEAD-ed790b4-250710T075506-x86_64-linux",
2025-08-20T21:01:33.0324926Z     "HEAD-001318d-250730T075057-x86_64-linux",
2025-08-20T21:01:33.0325366Z     "HEAD-7664159-250807T075342-x86_64-linux",
2025-08-20T21:01:33.0325806Z     "HEAD-02f9e81-250813T075828-x86_64-linux"
2025-08-20T21:01:33.0326211Z   ]
2025-08-20T21:01:33.0326471Z }
2025-08-20T21:01:33.0326837Z 
2025-08-20T21:01:33.0326842Z 
2025-08-20T21:01:33.0326959Z {
2025-08-20T21:01:33.0327232Z   "_disabled": "false",
2025-08-20T21:01:33.0327572Z   "host": "x86_64-Linux",
2025-08-20T21:01:33.0327898Z   "rank": "",
2025-08-20T21:01:33.0328199Z   "pkg": "findutils.static",
2025-08-20T21:01:33.0328568Z   "pkg_family": "findutils",
2025-08-20T21:01:33.0328969Z   "pkg_id": "github.com.uutils.findutils",
2025-08-20T21:01:33.0329407Z   "pkg_name": "find",
2025-08-20T21:01:33.0329754Z   "pkg_type": "static",
2025-08-20T21:01:33.0330430Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find",
2025-08-20T21:01:33.0331220Z   "app_id": "",
2025-08-20T21:01:33.0331595Z   "appstream": "",
2025-08-20T21:01:33.0331986Z   "category": [
2025-08-20T21:01:33.0332373Z     "ConsoleOnly",
2025-08-20T21:01:33.0332670Z     "Utility"
2025-08-20T21:01:33.0332942Z   ],
2025-08-20T21:01:33.0333420Z   "description": "A toolset for searching and processing files [Rust (uutils)]",
2025-08-20T21:01:33.0334031Z   "desktop": "",
2025-08-20T21:01:33.0334336Z   "homepage": [
2025-08-20T21:01:33.0334674Z     "https://github.com/uutils/findutils"
2025-08-20T21:01:33.0335078Z   ],
2025-08-20T21:01:33.0335913Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=find.png",
2025-08-20T21:01:33.0337049Z   "license": [],
2025-08-20T21:01:33.0337363Z   "maintainer": [
2025-08-20T21:01:33.0337729Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:01:33.0338462Z   ],
2025-08-20T21:01:33.0338735Z   "provides": [
2025-08-20T21:01:33.0339065Z     "find",
2025-08-20T21:01:33.0339329Z     "xargs"
2025-08-20T21:01:33.0339600Z   ],
2025-08-20T21:01:33.0339885Z   "note": [
2025-08-20T21:01:33.0340440Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/uutils/findutils"
2025-08-20T21:01:33.0341127Z   ],
2025-08-20T21:01:33.0341412Z   "repology": [
2025-08-20T21:01:33.0341736Z     "rust-findutils",
2025-08-20T21:01:33.0342077Z     "rust:findutils",
2025-08-20T21:01:33.0342422Z     "uutils-findutils"
2025-08-20T21:01:33.0342736Z   ],
2025-08-20T21:01:33.0343039Z   "screenshots": [],
2025-08-20T21:01:33.0343364Z   "src_url": [
2025-08-20T21:01:33.0343699Z     "https://github.com/uutils/findutils"
2025-08-20T21:01:33.0344116Z   ],
2025-08-20T21:01:33.0344391Z   "tag": [
2025-08-20T21:01:33.0344665Z     "findutils"
2025-08-20T21:01:33.0344964Z   ],
2025-08-20T21:01:33.0345269Z   "version": "HEAD-bdf3aaf-250820T080137",
2025-08-20T21:01:33.0345725Z   "version_upstream": "0.7.0",
2025-08-20T21:01:33.0346286Z   "bsum": "c96e19a5741c0ee983437af03b76f4bd9b2acbaefcc1d35a13741e40fdb0ccc4",
2025-08-20T21:01:33.0354487Z   "build_date": "2025-08-20T21:01:10Z",
2025-08-20T21:01:33.0355228Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107737641",
2025-08-20T21:01:33.0355854Z   "build_id": "17107737641",
2025-08-20T21:01:33.0357126Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=find.log",
2025-08-20T21:01:33.0358544Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/findutils/static.uutils.source.yaml",
2025-08-20T21:01:33.0360026Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&download=find",
2025-08-20T21:01:33.0361413Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/findutils/uutils/find:HEAD-bdf3aaf-250820T080137-x86_64-linux",
2025-08-20T21:01:33.0362551Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/findutils/uutils/find",
2025-08-20T21:01:33.0363688Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&manifest",
2025-08-20T21:01:33.0364925Z   "shasum": "00ee43cdcfde840ee8e527b66d8b273684a612c94b624c9401a7944db7f995c9",
2025-08-20T21:01:33.0365575Z   "size": "2.5 MB",
2025-08-20T21:01:33.0367960Z   "size_raw": "2593760",
2025-08-20T21:01:33.0368306Z   "snapshots": [
2025-08-20T21:01:33.0368711Z     "HEAD-50b7ec6-241025T070350-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0369195Z     "HEAD-78e5201-250120T173323-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0370294Z     "HEAD-e039791-250213T181644-x86_64-linux",
2025-08-20T21:01:33.0370812Z     "HEAD-1ea1625-250301T001214-x86_64-linux[NA-2025-03-01]",
2025-08-20T21:01:33.0371337Z     "HEAD-8745929-250302T165508-x86_64-linux[NA-2025-03-02]",
2025-08-20T21:01:33.0371672Z     "HEAD-b263b20-250307T070556-x86_64-linux[NA-2025-03-07]",
2025-08-20T21:01:33.0371993Z     "HEAD-e32e754-250311T094013-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0372276Z     "HEAD-a7b596d-250314T102151-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0372549Z     "HEAD-5d264c9-250320T070601-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0372964Z     "HEAD-d6dc189-250329T135557-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0373381Z     "HEAD-5235d78-250402T210448-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0373794Z     "HEAD-b94b5f0-250406T184633-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0374100Z     "HEAD-64a4345-250526T071712-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0374385Z     "HEAD-d55e2f9-250528T072151-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0374657Z     "HEAD-8426482-250610T080021-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0374934Z     "HEAD-ce0067f-250617T082058-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0375211Z     "HEAD-ed790b4-250710T075506-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0375473Z     "HEAD-001318d-250730T075057-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0375969Z     "HEAD-7664159-250807T075342-x86_64-linux[0.7.0]",
2025-08-20T21:01:33.0376244Z     "HEAD-02f9e81-250813T075828-x86_64-linux[0.7.0]"
2025-08-20T21:01:33.0376499Z   ]
2025-08-20T21:01:33.0376862Z }
2025-08-20T21:01:33.0376991Z 
2025-08-20T21:01:33.0376995Z 
2025-08-20T21:01:33.1410849Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/findutils/uutils/find:HEAD-bdf3aaf-250820T080137-x86_64-linux": ghcr.io/pkgforge/bincache/findutils/uutils/find:HEAD-bdf3aaf-250820T080137-x86_64-linux: not found
2025-08-20T21:01:33.1454360Z Uploading empty artifact
2025-08-20T21:01:33.1459492Z time=2025-08-20T21:01:33Z level=debug msg=Request #0
2025-08-20T21:01:33.1460765Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/find/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.1462002Z > Request method: "HEAD"
2025-08-20T21:01:33.1462445Z > Request headers:
2025-08-20T21:01:33.1464119Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:01:33.1465722Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.1540802Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux": ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux: not found
2025-08-20T21:01:33.1582192Z Uploading empty artifact
2025-08-20T21:01:33.1585001Z time=2025-08-20T21:01:33Z level=debug msg=Request #0
2025-08-20T21:01:33.1585977Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/xargs/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.1587051Z > Request method: "HEAD"
2025-08-20T21:01:33.1587271Z > Request headers:
2025-08-20T21:01:33.1587492Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.1588915Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:01:33.1855153Z time=2025-08-20T21:01:33Z level=debug msg=Response #0
2025-08-20T21:01:33.1855645Z < Response Status: "401 Unauthorized"
2025-08-20T21:01:33.1856144Z < Response headers:
2025-08-20T21:01:33.1856456Z    "Content-Type": "application/json"
2025-08-20T21:01:33.1860020Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/findutils/uutils/find:pull\""
2025-08-20T21:01:33.1861135Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.1861632Z    "Content-Length": "73"
2025-08-20T21:01:33.1862161Z    "X-Github-Request-Id": "4C43:5321:3F392B:44975D:68A637AD"
2025-08-20T21:01:33.1862825Z time=2025-08-20T21:01:33Z level=debug msg=Request #1
2025-08-20T21:01:33.1863772Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffindutils%2Fuutils%2Ffind%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:01:33.1864377Z > Request method: "GET"
2025-08-20T21:01:33.1864580Z > Request headers:
2025-08-20T21:01:33.1864776Z    "Authorization": "*****"
2025-08-20T21:01:33.1864989Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.1887561Z time=2025-08-20T21:01:33Z level=debug msg=Response #0
2025-08-20T21:01:33.1888137Z < Response Status: "401 Unauthorized"
2025-08-20T21:01:33.1888522Z < Response headers:
2025-08-20T21:01:33.1888781Z    "Content-Type": "application/json"
2025-08-20T21:01:33.1889572Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/findutils/uutils/xargs:pull\""
2025-08-20T21:01:33.1890461Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.1890749Z    "Content-Length": "73"
2025-08-20T21:01:33.1891393Z    "X-Github-Request-Id": "4C48:35B9F9:42EBBA:4849BF:68A637AD"
2025-08-20T21:01:33.1891789Z time=2025-08-20T21:01:33Z level=debug msg=Request #1
2025-08-20T21:01:33.1892436Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffindutils%2Fuutils%2Fxargs%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:01:33.1893043Z > Request method: "GET"
2025-08-20T21:01:33.1893265Z > Request headers:
2025-08-20T21:01:33.1893477Z    "Authorization": "*****"
2025-08-20T21:01:33.1893731Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2331816Z time=2025-08-20T21:01:33Z level=debug msg=Response #1
2025-08-20T21:01:33.2332470Z < Response Status: "200 OK"
2025-08-20T21:01:33.2332838Z < Response headers:
2025-08-20T21:01:33.2333189Z    "Content-Type": "application/json"
2025-08-20T21:01:33.2333629Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2334243Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2334885Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2335239Z    "Content-Length": "69"
2025-08-20T21:01:33.2335584Z    "X-Github-Request-Id": "4C43:5321:3F392E:449761:68A637AD"
2025-08-20T21:01:33.2336018Z time=2025-08-20T21:01:33Z level=debug msg=Request #2
2025-08-20T21:01:33.2337186Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/find/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.2338088Z > Request method: "HEAD"
2025-08-20T21:01:33.2338358Z > Request headers:
2025-08-20T21:01:33.2338611Z    "Authorization": "*****"
2025-08-20T21:01:33.2338892Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2340174Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:01:33.2478192Z time=2025-08-20T21:01:33Z level=debug msg=Response #1
2025-08-20T21:01:33.2478874Z < Response Status: "200 OK"
2025-08-20T21:01:33.2479497Z < Response headers:
2025-08-20T21:01:33.2479897Z    "X-Github-Request-Id": "4C48:35B9F9:42EBBC:4849C1:68A637AD"
2025-08-20T21:01:33.2480392Z    "Content-Type": "application/json"
2025-08-20T21:01:33.2480841Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2481453Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2482014Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2482378Z    "Content-Length": "69"
2025-08-20T21:01:33.2482746Z time=2025-08-20T21:01:33Z level=debug msg=Request #2
2025-08-20T21:01:33.2483824Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/xargs/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.2484839Z > Request method: "HEAD"
2025-08-20T21:01:33.2485177Z > Request headers:
2025-08-20T21:01:33.2486438Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:01:33.2487987Z    "Authorization": "*****"
2025-08-20T21:01:33.2488273Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2500422Z time=2025-08-20T21:01:33Z level=debug msg=Response #2
2025-08-20T21:01:33.2500907Z < Response Status: "404 Not Found"
2025-08-20T21:01:33.2501326Z < Response headers:
2025-08-20T21:01:33.2501708Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2502163Z    "Content-Length": "70"
2025-08-20T21:01:33.2502489Z    "X-Github-Request-Id": "4C43:5321:3F393F:449770:68A637AD"
2025-08-20T21:01:33.2502846Z    "Content-Type": "application/json"
2025-08-20T21:01:33.2503180Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2503704Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2504380Z time=2025-08-20T21:01:33Z level=debug msg=Request #3
2025-08-20T21:01:33.2505191Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/find/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:01:33.2505965Z > Request method: "HEAD"
2025-08-20T21:01:33.2506211Z > Request headers:
2025-08-20T21:01:33.2506441Z    "Authorization": "*****"
2025-08-20T21:01:33.2506931Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2665317Z time=2025-08-20T21:01:33Z level=debug msg=Response #2
2025-08-20T21:01:33.2666200Z < Response Status: "404 Not Found"
2025-08-20T21:01:33.2667057Z < Response headers:
2025-08-20T21:01:33.2667650Z    "Content-Type": "application/json"
2025-08-20T21:01:33.2668180Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2668918Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2669590Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2670041Z    "Content-Length": "70"
2025-08-20T21:01:33.2670531Z    "X-Github-Request-Id": "4C48:35B9F9:42EBD2:4849D9:68A637AD"
2025-08-20T21:01:33.2671132Z time=2025-08-20T21:01:33Z level=debug msg=Request #3
2025-08-20T21:01:33.2672408Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/xargs/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:01:33.2673576Z > Request method: "HEAD"
2025-08-20T21:01:33.2673940Z > Request headers:
2025-08-20T21:01:33.2674282Z    "Authorization": "*****"
2025-08-20T21:01:33.2674680Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2696891Z time=2025-08-20T21:01:33Z level=debug msg=Response #3
2025-08-20T21:01:33.2697537Z < Response Status: "200 OK"
2025-08-20T21:01:33.2698035Z < Response headers:
2025-08-20T21:01:33.2698364Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2699012Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:01:33.2699700Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2700493Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2700897Z    "X-Github-Request-Id": "4C43:5321:3F3942:449772:68A637AD"
2025-08-20T21:01:33.2701283Z    "Content-Length": "0"
2025-08-20T21:01:33.2701553Z    "Content-Type": ""
2025-08-20T21:01:33.2702074Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:01:33.2702691Z time=2025-08-20T21:01:33Z level=debug msg=Request #4
2025-08-20T21:01:33.2703449Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/find/manifests/HEAD-bdf3aaf-250820T080137-x86_64-linux"
2025-08-20T21:01:33.2704150Z > Request method: "PUT"
2025-08-20T21:01:33.2704417Z > Request headers:
2025-08-20T21:01:33.2704780Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:01:33.2705192Z    "Authorization": "*****"
2025-08-20T21:01:33.2705495Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.2789733Z time=2025-08-20T21:01:33Z level=debug msg=Response #3
2025-08-20T21:01:33.2790395Z < Response Status: "200 OK"
2025-08-20T21:01:33.2790877Z < Response headers:
2025-08-20T21:01:33.2791357Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:01:33.2792033Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.2792526Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.2792928Z    "X-Github-Request-Id": "4C48:35B9F9:42EBDA:4849DE:68A637AD"
2025-08-20T21:01:33.2793339Z    "Content-Length": "0"
2025-08-20T21:01:33.2793614Z    "Content-Type": ""
2025-08-20T21:01:33.2794133Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:01:33.2794761Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.2795182Z time=2025-08-20T21:01:33Z level=debug msg=Request #4
2025-08-20T21:01:33.2796122Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/findutils/uutils/xargs/manifests/HEAD-bdf3aaf-250820T080137-x86_64-linux"
2025-08-20T21:01:33.2797374Z > Request method: "PUT"
2025-08-20T21:01:33.2797665Z > Request headers:
2025-08-20T21:01:33.2798047Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:01:33.2798502Z    "Authorization": "*****"
2025-08-20T21:01:33.2798814Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:01:33.5600441Z time=2025-08-20T21:01:33Z level=debug msg=Response #4
2025-08-20T21:01:33.5602308Z < Response Status: "201 Created"
2025-08-20T21:01:33.5602836Z < Response headers:
2025-08-20T21:01:33.5603824Z    "Docker-Content-Digest": "sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.5605145Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.5607171Z    "Location": "/v2/pkgforge/bincache/findutils/uutils/find/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.5609222Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.5610088Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.5610692Z    "Content-Length": "0"
2025-08-20T21:01:33.5611227Z    "X-Github-Request-Id": "4C43:5321:3F3944:44977C:68A637AD"
2025-08-20T21:01:33.5611904Z    "Content-Type": "application/json"
2025-08-20T21:01:33.5612475Z time=2025-08-20T21:01:33Z level=debug msg=Response #4
2025-08-20T21:01:33.5612983Z < Response Status: "201 Created"
2025-08-20T21:01:33.5613322Z < Response headers:
2025-08-20T21:01:33.5613617Z    "Content-Length": "0"
2025-08-20T21:01:33.5614016Z    "X-Github-Request-Id": "4C48:35B9F9:42EBE0:4849E4:68A637AD"
2025-08-20T21:01:33.5614518Z    "Content-Type": "application/json"
2025-08-20T21:01:33.5615340Z    "Docker-Content-Digest": "sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.5616148Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:01:33.5617396Z    "Location": "/v2/pkgforge/bincache/findutils/uutils/xargs/manifests/sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a"
2025-08-20T21:01:33.5618243Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:01:33.5618664Z    "Date": "Wed, 20 Aug 2025 21:01:33 GMT"
2025-08-20T21:01:33.5619344Z Pushed [registry] ghcr.io/pkgforge/bincache/findutils/uutils/find:HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:33.5620251Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:01:33.5620992Z Digest: sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a
2025-08-20T21:01:33.5622011Z Pushed [registry] ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:33.5622894Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:01:33.5623598Z Digest: sha256:21451e9712a3b88a99ba0dbd8b566dcc7624dd61cc15e0cee2ff0b21ae7fb13a
2025-08-20T21:01:35.7208482Z Uploading 6c4de923f512 CHECKSUM.sig
2025-08-20T21:01:35.7399029Z Exists    00ee43cdcfde find
2025-08-20T21:01:35.7469840Z Exists    5ddac55aae89 xargs
2025-08-20T21:01:35.7566142Z Uploading 3a089d4c0fbb CHECKSUM
2025-08-20T21:01:35.7577305Z Uploading 8b522bad4e28 find.sig
2025-08-20T21:01:35.7668853Z Exists    b2888851106d LICENSE
2025-08-20T21:01:35.7671084Z Exists    b2888851106d LICENSE
2025-08-20T21:01:35.7805680Z Uploading 71f5f0ddaff5 xargs.sig
2025-08-20T21:01:35.7841253Z Uploading 3a089d4c0fbb CHECKSUM
2025-08-20T21:01:35.8107495Z Exists    b921bff40475 SBUILD
2025-08-20T21:01:35.8184282Z Uploading 8842d705700e LICENSE.sig
2025-08-20T21:01:35.8209095Z Uploading 6c4de923f512 CHECKSUM.sig
2025-08-20T21:01:35.8364470Z Exists    b921bff40475 SBUILD
2025-08-20T21:01:35.8501288Z Uploading 8842d705700e LICENSE.sig
2025-08-20T21:01:35.8633135Z Uploading 6bdf9ff76f9f SBUILD.sig
2025-08-20T21:01:35.9015235Z Uploading 6bdf9ff76f9f SBUILD.sig
2025-08-20T21:01:36.3202993Z Uploaded  6c4de923f512 CHECKSUM.sig
2025-08-20T21:01:36.3431935Z Uploaded  8842d705700e LICENSE.sig
2025-08-20T21:01:36.3586197Z Exists    11cf0313013e xargs.png
2025-08-20T21:01:36.4054912Z Uploading aa6b151aa4ba xargs.json.sig
2025-08-20T21:01:36.4150378Z Uploading 9b23d2a92d6d xargs.json
2025-08-20T21:01:36.4471759Z Uploaded  3a089d4c0fbb CHECKSUM
2025-08-20T21:01:36.4812909Z Exists    11cf0313013e xargs.png
2025-08-20T21:01:36.5140089Z Uploading 960fe744592d find.json
2025-08-20T21:01:36.5549534Z Uploaded  6bdf9ff76f9f SBUILD.sig
2025-08-20T21:01:36.6322915Z Uploading c593c311776c xargs.log
2025-08-20T21:01:36.7511969Z Uploaded  6c4de923f512 CHECKSUM.sig
2025-08-20T21:01:36.7547099Z Uploaded  3a089d4c0fbb CHECKSUM
2025-08-20T21:01:36.7677715Z Uploaded  8842d705700e LICENSE.sig
2025-08-20T21:01:36.7775381Z Uploading 4b19e44ac5db xargs.log.sig
2025-08-20T21:01:36.7978410Z Uploading 471e7bd39773 find.json.sig
2025-08-20T21:01:36.8113869Z Uploaded  8b522bad4e28 find.sig
2025-08-20T21:01:36.8376123Z Uploading 1ff796ab60b8 find.log.sig
2025-08-20T21:01:36.8918546Z Uploading c593c311776c find.log
2025-08-20T21:01:36.9782866Z Uploaded  71f5f0ddaff5 xargs.sig
2025-08-20T21:01:36.9961788Z Exists    318afc94c809 xargs.version
2025-08-20T21:01:37.0368951Z Uploading dd7768b00ed0 xargs.version.sig
2025-08-20T21:01:37.0464957Z Uploaded  6bdf9ff76f9f SBUILD.sig
2025-08-20T21:01:37.0896100Z Exists    318afc94c809 find.version
2025-08-20T21:01:37.1405980Z Uploading dd7768b00ed0 find.version.sig
2025-08-20T21:01:37.3948386Z Uploaded  aa6b151aa4ba xargs.json.sig
2025-08-20T21:01:37.4504228Z Uploaded  c593c311776c find.log
2025-08-20T21:01:37.4618252Z Uploaded  960fe744592d find.json
2025-08-20T21:01:37.5063176Z Uploaded  9b23d2a92d6d xargs.json
2025-08-20T21:01:37.6035628Z Uploaded  dd7768b00ed0 find.version.sig
2025-08-20T21:01:37.6539575Z Uploaded  c593c311776c xargs.log
2025-08-20T21:01:37.6746202Z Uploaded  4b19e44ac5db xargs.log.sig
2025-08-20T21:01:37.7487088Z Uploaded  471e7bd39773 find.json.sig
2025-08-20T21:01:38.0059958Z Uploaded  dd7768b00ed0 xargs.version.sig
2025-08-20T21:01:38.0060646Z Uploading d4c2bce87df5 xargs
2025-08-20T21:01:38.0268332Z Uploaded  1ff796ab60b8 find.log.sig
2025-08-20T21:01:38.0269124Z Uploading 5c00085cc707 find
2025-08-20T21:01:38.5357474Z Skipped   11cf0313013e find.png
2025-08-20T21:01:38.5357992Z Uploaded  5c00085cc707 find
2025-08-20T21:01:38.5358923Z Pushed [registry] ghcr.io/pkgforge/bincache/findutils/uutils/find:HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:38.5359678Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:01:38.5360222Z Digest: sha256:5c00085cc70792433390f630eec5646aafc0fde506b1610d4bb7470561c416c3
2025-08-20T21:01:38.8809244Z Skipped   11cf0313013e find.png
2025-08-20T21:01:38.8809962Z Uploaded  d4c2bce87df5 xargs
2025-08-20T21:01:38.8811299Z Pushed [registry] ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:38.8812062Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:01:38.8812648Z Digest: sha256:d4c2bce87df538710561ee39a3b67c68be41e32733fda6ae6608c81b385cb627
2025-08-20T21:01:43.7645958Z 
2025-08-20T21:01:43.7646795Z [+] Registry --> https://ghcr.io/pkgforge/bincache/findutils/uutils/find
2025-08-20T21:01:43.7647589Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/find?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&manifest 
2025-08-20T21:01:43.7648071Z 
2025-08-20T21:01:44.0144080Z 
2025-08-20T21:01:44.0144792Z [+] Registry --> https://ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:44.0146191Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/findutils/uutils/xargs?tag=HEAD-bdf3aaf-250820T080137-x86_64-linux&manifest 
2025-08-20T21:01:44.0147425Z 
2025-08-20T21:01:46.0859133Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:01:46.7989151Z ./BUILD_ARTIFACTS.tar : 27.95%   (   175 MiB =>   48.8 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:01:46.8390070Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:01:46.8430041Z 
2025-08-20T21:01:46.8430989Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml :: 00(Hr):03(Min):14(Sec)
2025-08-20T21:01:46.8431961Z 
2025-08-20T21:01:46.8446186Z 
2025-08-20T21:01:46.8446538Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:01:46 PM) UTC
2025-08-20T21:01:46.8449265Z 
2025-08-20T21:01:47.1052349Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:01:47.1111522Z ##[group]Run ##Presets
2025-08-20T21:01:47.1111859Z [36;1m##Presets[0m
2025-08-20T21:01:47.1112066Z [36;1mset +x ; set +e[0m
2025-08-20T21:01:47.1112277Z [36;1m#-------------#[0m
2025-08-20T21:01:47.1112475Z [36;1m##Debug?[0m
2025-08-20T21:01:47.1112717Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:01:47.1113009Z [36;1m  set -x[0m
2025-08-20T21:01:47.1113188Z [36;1mfi[0m
2025-08-20T21:01:47.1113361Z [36;1m#-------------#[0m
2025-08-20T21:01:47.1113555Z [36;1m##Set ENV[0m
2025-08-20T21:01:47.1113783Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:01:47.1114283Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-bdf3aaf-250820T080137-x86_64-linux"[0m
2025-08-20T21:01:47.1114822Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-bdf3aaf-250820T080137-x86_64-linux"[0m
2025-08-20T21:01:47.1115388Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641"[0m
2025-08-20T21:01:47.1115905Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:01:47.1116299Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:01:47.1117008Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:01:47.1117343Z [36;1m fi[0m
2025-08-20T21:01:47.1117521Z [36;1m##Push[0m
2025-08-20T21:01:47.1117742Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:01:47.1118018Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:01:47.1118394Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:01:47.1118860Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:01:47.1119296Z [36;1m     ls -sh "/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:01:47.1119640Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:01:47.1119852Z [36;1m       {[0m
2025-08-20T21:01:47.1120039Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:01:47.1120376Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:01:47.1120817Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:01:47.1121246Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:01:47.1121777Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-bdf3aaf-250820T080137-x86_64-linux")[0m
2025-08-20T21:01:47.1122477Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107737641")[0m
2025-08-20T21:01:47.1123051Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107737641")[0m
2025-08-20T21:01:47.1123718Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/findutils/uutils/xargs:HEAD-bdf3aaf-250820T080137-x86_64-linux")[0m
2025-08-20T21:01:47.1124410Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:01:24Z")[0m
2025-08-20T21:01:47.1124904Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-bdf3aaf-250820T080137")[0m
2025-08-20T21:01:47.1125424Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:01:24Z")[0m
2025-08-20T21:01:47.1126090Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/findutils/uutils/xargs")[0m
2025-08-20T21:01:47.1127139Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:01:47.1127672Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-bdf3aaf-250820T080137")[0m
2025-08-20T21:01:47.1128405Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-bdf3aaf-250820T080137")[0m
2025-08-20T21:01:47.1129133Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find")[0m
2025-08-20T21:01:47.1129821Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-findutils")[0m
2025-08-20T21:01:47.1130374Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/uutils/findutils")[0m
2025-08-20T21:01:47.1130902Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:01:47.1131416Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-bdf3aaf-250820T080137")[0m
2025-08-20T21:01:47.1131895Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:01:47.1132390Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:01:47.1132818Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:01:47.1133070Z [36;1m         #Check[0m
2025-08-20T21:01:47.1133646Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:01:24Z" ]]; then[0m
2025-08-20T21:01:47.1134357Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:01:47.1134700Z [36;1m            break[0m
2025-08-20T21:01:47.1134905Z [36;1m          else[0m
2025-08-20T21:01:47.1135305Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:01:47.1135727Z [36;1m          fi[0m
2025-08-20T21:01:47.1135949Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:01:47.1136199Z [36;1m        done[0m
2025-08-20T21:01:47.1136382Z [36;1m       }[0m
2025-08-20T21:01:47.1136753Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:01:47.1137013Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:01:47.1137594Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:01:24Z" ]]; then[0m
2025-08-20T21:01:47.1138350Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:01:47.1138751Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:01:47.1139010Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:01:47.1139609Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:01:24Z" ]]; then[0m
2025-08-20T21:01:47.1140329Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:01:47.1140829Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:01:47.1141219Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:01:47.1141450Z [36;1m           fi[0m
2025-08-20T21:01:47.1141638Z [36;1m       fi[0m
2025-08-20T21:01:47.1141817Z [36;1m   fi[0m
2025-08-20T21:01:47.1141987Z [36;1m fi[0m
2025-08-20T21:01:47.1142171Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:01:47.1438865Z shell: /usr/bin/bash -e {0}
2025-08-20T21:01:47.1439135Z env:
2025-08-20T21:01:47.1439343Z   CROSS_COMPILING: NO
2025-08-20T21:01:47.1439747Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:47.1439994Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:47.1440230Z   ON_QEMU: NO
2025-08-20T21:01:47.1440421Z   DEBUG: 0
2025-08-20T21:01:47.1440619Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:47.1440865Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:47.1441183Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:47.1441667Z   KEEP_LOGS: YES
2025-08-20T21:01:47.1441882Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:47.1442120Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:47.1442363Z   SBUILD_REBUILD: false
2025-08-20T21:01:47.1442960Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:47.1443615Z   BUILD_SYS: docker://rust
2025-08-20T21:01:47.1443861Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:47.1444095Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:47.1444309Z   SYSTMP: /tmp
2025-08-20T21:01:47.1444509Z   GHA_MODE: MATRIX
2025-08-20T21:01:47.1444994Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:47.1445565Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:47.1445933Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:47.1446370Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:47.1447039Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:47.1447464Z   PKG_TYPE: static
2025-08-20T21:01:47.1447678Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:47.1447936Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:47.1448314Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:47.1448667Z   BUILD_ID: 17107737641
2025-08-20T21:01:47.1448862Z   PKG_NAME: xargs
2025-08-20T21:01:47.1449054Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:47.1449284Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:47.1449542Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:47.1449822Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:47.1450174Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:47.1450592Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:47.1451019Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:47.1451284Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:47.1451758Z   GHCR_TOKEN: ***
2025-08-20T21:01:47.1452052Z   GITHUB_TOKEN: ***
2025-08-20T21:01:47.1452283Z   GITLAB_TOKEN: ***
2025-08-20T21:01:47.1453403Z   MINISIGN_KEY: ***
2025-08-20T21:01:47.1453591Z ##[endgroup]
2025-08-20T21:01:47.1550296Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:01:47.1561009Z 49M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:01:47.1574722Z total 5.5M
2025-08-20T21:01:47.1575059Z 4.0K CHECKSUM
2025-08-20T21:01:47.1575386Z 4.0K CHECKSUM.sig
2025-08-20T21:01:47.1575697Z 4.0K LICENSE
2025-08-20T21:01:47.1576014Z 4.0K LICENSE.sig
2025-08-20T21:01:47.1576210Z 8.0K SBUILD
2025-08-20T21:01:47.1576387Z 4.0K SBUILD.sig
2025-08-20T21:01:47.1576780Z 4.0K SBUILD_TEMP
2025-08-20T21:01:47.1576978Z 2.5M find
2025-08-20T21:01:47.1577150Z 4.0K find.json
2025-08-20T21:01:47.1577328Z 4.0K find.json.sig
2025-08-20T21:01:47.1577514Z 576K find.log
2025-08-20T21:01:47.1577692Z 4.0K find.log.sig
2025-08-20T21:01:47.1577883Z  40K find.png
2025-08-20T21:01:47.1578059Z 4.0K find.sig
2025-08-20T21:01:47.1578228Z 4.0K find.version
2025-08-20T21:01:47.1578411Z 4.0K find.version.sig
2025-08-20T21:01:47.1578621Z 576K findutils.static.log
2025-08-20T21:01:47.1578846Z 4.0K findutils.static.version
2025-08-20T21:01:47.1579089Z 4.0K findutils.static.version.sig
2025-08-20T21:01:47.1579330Z 4.0K findutils.version
2025-08-20T21:01:47.1579530Z 4.0K findutils.version.sig
2025-08-20T21:01:47.1579748Z 412K testing-commandline
2025-08-20T21:01:47.1579964Z 4.0K testing-commandline.sig
2025-08-20T21:01:47.1580174Z 776K xargs
2025-08-20T21:01:47.1580555Z 4.0K xargs.json
2025-08-20T21:01:47.1580733Z 4.0K xargs.json.sig
2025-08-20T21:01:47.1580914Z 576K xargs.log
2025-08-20T21:01:47.1581088Z 4.0K xargs.log.sig
2025-08-20T21:01:47.1581267Z  40K xargs.png
2025-08-20T21:01:47.1581436Z 4.0K xargs.sig
2025-08-20T21:01:47.1581608Z 4.0K xargs.version
2025-08-20T21:01:47.1581788Z 4.0K xargs.version.sig
2025-08-20T21:01:47.3382948Z Uploading f59f2068ea00 BUILD_ARTIFACTS.zstd
2025-08-20T21:01:48.6173651Z Uploaded  f59f2068ea00 BUILD_ARTIFACTS.zstd
2025-08-20T21:01:48.6174299Z Uploading 5db6e960ee46 SRCBUILD-findutils
2025-08-20T21:01:48.9265539Z Uploaded  5db6e960ee46 SRCBUILD-findutils
2025-08-20T21:01:48.9267127Z Pushed [registry] ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641:HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:48.9268156Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:01:48.9268829Z Digest: sha256:5db6e960ee460107ee92136b6ddc3292ac26a0d6125df3bc7682b2f8d43e2df6
2025-08-20T21:01:54.0823927Z 
2025-08-20T21:01:54.0824975Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:54.0825598Z 
2025-08-20T21:01:54.2184740Z ##[group]Run ##Presets
2025-08-20T21:01:54.2185164Z [36;1m##Presets[0m
2025-08-20T21:01:54.2185511Z [36;1mset +x ; set +e[0m
2025-08-20T21:01:54.2185874Z [36;1m#-------------#[0m
2025-08-20T21:01:54.2186226Z [36;1m##Debug?[0m
2025-08-20T21:01:54.2186841Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:01:54.2187365Z [36;1m  set -x[0m
2025-08-20T21:01:54.2187675Z [36;1mfi[0m
2025-08-20T21:01:54.2187967Z [36;1m#-------------#[0m
2025-08-20T21:01:54.2188422Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:01:54.2188967Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:01:54.2254489Z shell: /usr/bin/bash -e {0}
2025-08-20T21:01:54.2254740Z env:
2025-08-20T21:01:54.2254923Z   CROSS_COMPILING: NO
2025-08-20T21:01:54.2255157Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:54.2255383Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:54.2255587Z   ON_QEMU: NO
2025-08-20T21:01:54.2255800Z   DEBUG: 0
2025-08-20T21:01:54.2255976Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:54.2256194Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:54.2256473Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:54.2257028Z   KEEP_LOGS: YES
2025-08-20T21:01:54.2257225Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:54.2257443Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:54.2257671Z   SBUILD_REBUILD: false
2025-08-20T21:01:54.2258203Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:54.2258770Z   BUILD_SYS: docker://rust
2025-08-20T21:01:54.2258986Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:54.2259177Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:54.2259366Z   SYSTMP: /tmp
2025-08-20T21:01:54.2259544Z   GHA_MODE: MATRIX
2025-08-20T21:01:54.2259973Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:54.2260471Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:54.2260789Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:54.2261165Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:54.2261629Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:54.2261996Z   PKG_TYPE: static
2025-08-20T21:01:54.2262187Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:54.2262422Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:54.2262797Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:54.2263151Z   BUILD_ID: 17107737641
2025-08-20T21:01:54.2263346Z   PKG_NAME: xargs
2025-08-20T21:01:54.2263539Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:54.2263777Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:54.2264223Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:54.2264505Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:54.2264855Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:54.2265272Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:54.2265693Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:54.2265960Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:54.2266229Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:54.2266905Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:54.2267350Z ##[endgroup]
2025-08-20T21:01:54.2439830Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:01:54.2440135Z with:
2025-08-20T21:01:54.2440334Z   name: Bincache_findutils_x86_64-Linux
2025-08-20T21:01:54.2440646Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:01:54.2440958Z   compression-level: 0
2025-08-20T21:01:54.2441167Z   retention-days: 30
2025-08-20T21:01:54.2441365Z   overwrite: true
2025-08-20T21:01:54.2441560Z   if-no-files-found: warn
2025-08-20T21:01:54.2441780Z   include-hidden-files: false
2025-08-20T21:01:54.2441993Z env:
2025-08-20T21:01:54.2442162Z   CROSS_COMPILING: NO
2025-08-20T21:01:54.2442363Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:54.2442579Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:54.2442785Z   ON_QEMU: NO
2025-08-20T21:01:54.2442951Z   DEBUG: 0
2025-08-20T21:01:54.2443128Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:54.2443353Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:54.2443639Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:54.2443979Z   KEEP_LOGS: YES
2025-08-20T21:01:54.2444172Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:54.2444386Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:54.2444604Z   SBUILD_REBUILD: false
2025-08-20T21:01:54.2445141Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:54.2445736Z   BUILD_SYS: docker://rust
2025-08-20T21:01:54.2445958Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:54.2446154Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:54.2446343Z   SYSTMP: /tmp
2025-08-20T21:01:54.2446524Z   GHA_MODE: MATRIX
2025-08-20T21:01:54.2447265Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:54.2447767Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:54.2448092Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:54.2448479Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:54.2448958Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:54.2449336Z   PKG_TYPE: static
2025-08-20T21:01:54.2449529Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:54.2449766Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:54.2450147Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:54.2450502Z   BUILD_ID: 17107737641
2025-08-20T21:01:54.2450695Z   PKG_NAME: xargs
2025-08-20T21:01:54.2450892Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:54.2451141Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:54.2451396Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:54.2451682Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:54.2452039Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:54.2452471Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:54.2452903Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:54.2453179Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:54.2453445Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:54.2453935Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:54.2454566Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:54.2454790Z ##[endgroup]
2025-08-20T21:01:54.4791226Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:01:54.4794577Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:01:54.4795367Z With the provided path, there will be 2 files uploaded
2025-08-20T21:01:54.5814195Z Artifact name is valid!
2025-08-20T21:01:54.5815967Z Root directory input is valid!
2025-08-20T21:01:54.6900727Z Beginning upload of artifact content to blob storage
2025-08-20T21:01:55.0304731Z Uploaded bytes 8388608
2025-08-20T21:01:55.1024424Z Uploaded bytes 16777216
2025-08-20T21:01:55.1339618Z Uploaded bytes 25165824
2025-08-20T21:01:55.1956864Z Uploaded bytes 33554432
2025-08-20T21:01:55.2057699Z Uploaded bytes 41943040
2025-08-20T21:01:55.2482067Z Uploaded bytes 50331648
2025-08-20T21:01:55.2913736Z Uploaded bytes 52161487
2025-08-20T21:01:55.3099911Z Finished uploading artifact content to blob storage!
2025-08-20T21:01:55.3103306Z SHA256 digest of uploaded artifact zip is d54ca991717f5c8320c355eca0128a9e534725eec61e36888b677f1e8eee2d74
2025-08-20T21:01:55.3104356Z Finalizing artifact upload
2025-08-20T21:01:55.3823541Z Artifact Bincache_findutils_x86_64-Linux.zip successfully finalized. Artifact ID 3813185522
2025-08-20T21:01:55.3824735Z Artifact Bincache_findutils_x86_64-Linux has been successfully uploaded! Final size is 52161487 bytes. Artifact ID is 3813185522
2025-08-20T21:01:55.3832158Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107737641/artifacts/3813185522
2025-08-20T21:01:55.4047820Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:01:55.4048152Z with:
2025-08-20T21:01:55.4048474Z   subject-name: findutils-17107737641-HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.4049335Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:01:55.4050082Z   show-summary: true
2025-08-20T21:01:55.4050302Z   push-to-registry: false
2025-08-20T21:01:55.4050688Z   github-token: ***
2025-08-20T21:01:55.4050889Z env:
2025-08-20T21:01:55.4051067Z   CROSS_COMPILING: NO
2025-08-20T21:01:55.4051289Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:55.4051513Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:55.4051729Z   ON_QEMU: NO
2025-08-20T21:01:55.4051906Z   DEBUG: 0
2025-08-20T21:01:55.4052089Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:55.4052318Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:55.4052639Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:55.4052950Z   KEEP_LOGS: YES
2025-08-20T21:01:55.4053143Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:55.4053362Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:55.4053588Z   SBUILD_REBUILD: false
2025-08-20T21:01:55.4054133Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:55.4054719Z   BUILD_SYS: docker://rust
2025-08-20T21:01:55.4054949Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:55.4055150Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:55.4055348Z   SYSTMP: /tmp
2025-08-20T21:01:55.4055537Z   GHA_MODE: MATRIX
2025-08-20T21:01:55.4055969Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:55.4056474Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:55.4057045Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:55.4057439Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:55.4057923Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:55.4058300Z   PKG_TYPE: static
2025-08-20T21:01:55.4058498Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:55.4058931Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.4059324Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:55.4059696Z   BUILD_ID: 17107737641
2025-08-20T21:01:55.4059896Z   PKG_NAME: xargs
2025-08-20T21:01:55.4060096Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:55.4060353Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.4060611Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:55.4060904Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:55.4061264Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.4061702Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:55.4062136Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:55.4062411Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:55.4062685Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.4063189Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:55.4063629Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:55.4063859Z ##[endgroup]
2025-08-20T21:01:55.4138172Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:01:55.4138624Z env:
2025-08-20T21:01:55.4138817Z   CROSS_COMPILING: NO
2025-08-20T21:01:55.4139036Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:55.4139265Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:55.4139487Z   ON_QEMU: NO
2025-08-20T21:01:55.4139669Z   DEBUG: 0
2025-08-20T21:01:55.4139860Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:55.4140290Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:55.4140604Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:55.4140919Z   KEEP_LOGS: YES
2025-08-20T21:01:55.4141125Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:55.4141353Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:55.4141593Z   SBUILD_REBUILD: false
2025-08-20T21:01:55.4142130Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:55.4142712Z   BUILD_SYS: docker://rust
2025-08-20T21:01:55.4142940Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:55.4143141Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:55.4143344Z   SYSTMP: /tmp
2025-08-20T21:01:55.4143531Z   GHA_MODE: MATRIX
2025-08-20T21:01:55.4143963Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:55.4144683Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:55.4145121Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:55.4145516Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:55.4145999Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:55.4146383Z   PKG_TYPE: static
2025-08-20T21:01:55.4146707Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:55.4146955Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.4147345Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:55.4147709Z   BUILD_ID: 17107737641
2025-08-20T21:01:55.4147914Z   PKG_NAME: xargs
2025-08-20T21:01:55.4148118Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:55.4148369Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.4148628Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:55.4148927Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:55.4149284Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.4149725Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:55.4150164Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:55.4150444Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:55.4150721Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.4151400Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:55.4151837Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:55.4152076Z ##[endgroup]
2025-08-20T21:01:55.7995723Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:01:55.7996071Z with:
2025-08-20T21:01:55.7997131Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:01:55.7997998Z   subject-name: findutils-17107737641-HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.7998472Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:01:55.8001101Z   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/17107737641/attempts/1"}}}
2025-08-20T21:01:55.8003656Z   push-to-registry: false
2025-08-20T21:01:55.8003885Z   show-summary: true
2025-08-20T21:01:55.8004502Z   github-token: ***
2025-08-20T21:01:55.8004728Z env:
2025-08-20T21:01:55.8004915Z   CROSS_COMPILING: NO
2025-08-20T21:01:55.8005137Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:55.8005372Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:55.8005602Z   ON_QEMU: NO
2025-08-20T21:01:55.8005795Z   DEBUG: 0
2025-08-20T21:01:55.8005983Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:55.8006219Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:55.8006518Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:55.8007076Z   KEEP_LOGS: YES
2025-08-20T21:01:55.8007284Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:55.8007512Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:55.8007750Z   SBUILD_REBUILD: false
2025-08-20T21:01:55.8008286Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:55.8008854Z   BUILD_SYS: docker://rust
2025-08-20T21:01:55.8009083Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:55.8009300Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:55.8009506Z   SYSTMP: /tmp
2025-08-20T21:01:55.8009695Z   GHA_MODE: MATRIX
2025-08-20T21:01:55.8010148Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:55.8010701Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:55.8011041Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:55.8011447Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:55.8011945Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:55.8012341Z   PKG_TYPE: static
2025-08-20T21:01:55.8012556Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:55.8012832Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.8013230Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:55.8013598Z   BUILD_ID: 17107737641
2025-08-20T21:01:55.8013812Z   PKG_NAME: xargs
2025-08-20T21:01:55.8014021Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:55.8014282Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:55.8014547Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:55.8014851Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:55.8015416Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.8015866Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:55.8016316Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:55.8016719Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:55.8017015Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:55.8017533Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:55.8017987Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:55.8018233Z ##[endgroup]
2025-08-20T21:01:56.9519691Z Attestation created for 25 subjects
2025-08-20T21:01:56.9524202Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:01:56.9526280Z -----BEGIN CERTIFICATE-----
2025-08-20T21:01:56.9527159Z MIIG7zCCBnSgAwIBAgIUPGbqekVJZbfkWwGe/SXAEblPEegwCgYIKoZIzj0EAwMw
2025-08-20T21:01:56.9528099Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:01:56.9529066Z cm1lZGlhdGUwHhcNMjUwODIwMjEwMTU2WhcNMjUwODIwMjExMTU2WjAAMFkwEwYH
2025-08-20T21:01:56.9530027Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEi47ntDoY0MAjYd6PJGsHScebmoHXX3WbJBdG
2025-08-20T21:01:56.9530950Z F++La+EdOWx5hp49Oa15IwsURjqxBIwPrpYMWj5uJrbY7RbmQKOCBZMwggWPMA4G
2025-08-20T21:01:56.9531889Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqBMb
2025-08-20T21:01:56.9532827Z oHHsQgioAoTKT6yzCasZ9nAwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:01:56.9533723Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:01:56.9534934Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:01:56.9535912Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:01:56.9537003Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:01:56.9537883Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:01:56.9538821Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:01:56.9539780Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:01:56.9540733Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:01:56.9541677Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:01:56.9542168Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:01:56.9542638Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:01:56.9543121Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:01:56.9543617Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:01:56.9544107Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:01:56.9544604Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:01:56.9545083Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:01:56.9545581Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:01:56.9546044Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:01:56.9546503Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:01:56.9547127Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:01:56.9547596Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:01:56.9548071Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:01:56.9548540Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:01:56.9549008Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzM3NjQxL2F0
2025-08-20T21:01:56.9549479Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:01:56.9549954Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJSddF
2025-08-20T21:01:56.9550419Z AAAEAwBGMEQCIBddVFpQAZsZEKwia7li0J3N3bjKGkRINArq/ctIrtL5AiBj2Cj6
2025-08-20T21:01:56.9551077Z LF4gmtCZ4GrnMrIEXaLE/wXA4O1lmhX2u3SwdDAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T21:01:56.9551530Z rKFPhrqtSMSN/l/MIpiEepbStbE+oPm4Gga+fEOTuDPPpENlisBgkSQsab57XnIQ
2025-08-20T21:01:56.9551971Z AjEAt+14RfcPCeQMm1GOgT8Bd5/zIBiWOCh7yv5m/id6z9hfL0shmVPO/s2XfyP2
2025-08-20T21:01:56.9552297Z OY37
2025-08-20T21:01:56.9552477Z -----END CERTIFICATE-----
2025-08-20T21:01:56.9552632Z 
2025-08-20T21:01:56.9553044Z ##[endgroup]
2025-08-20T21:01:56.9553457Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:01:56.9554123Z https://search.sigstore.dev?logIndex=414347272
2025-08-20T21:01:56.9554486Z [36mAttestation uploaded to repository[39m
2025-08-20T21:01:56.9554826Z https://github.com/pkgforge/bincache/attestations/9873436
2025-08-20T21:01:57.0369797Z ##[group]Run ##Presets
2025-08-20T21:01:57.0370072Z [36;1m##Presets[0m
2025-08-20T21:01:57.0370280Z [36;1mset +x ; set +e[0m
2025-08-20T21:01:57.0370497Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0370734Z [36;1m##Debug?[0m
2025-08-20T21:01:57.0370994Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:01:57.0371300Z [36;1m  set -x[0m
2025-08-20T21:01:57.0371500Z [36;1mfi[0m
2025-08-20T21:01:57.0371687Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0372007Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:01:57.0372537Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/findutils/uutils"[0m
2025-08-20T21:01:57.0372965Z [36;1m exit 1[0m
2025-08-20T21:01:57.0373160Z [36;1mfi[0m
2025-08-20T21:01:57.0424933Z shell: /usr/bin/bash -e {0}
2025-08-20T21:01:57.0425190Z env:
2025-08-20T21:01:57.0425388Z   CROSS_COMPILING: NO
2025-08-20T21:01:57.0425650Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:57.0425891Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:57.0426124Z   ON_QEMU: NO
2025-08-20T21:01:57.0426305Z   DEBUG: 0
2025-08-20T21:01:57.0426497Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:57.0426866Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:57.0427172Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:57.0427485Z   KEEP_LOGS: YES
2025-08-20T21:01:57.0427690Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:57.0427918Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:57.0428149Z   SBUILD_REBUILD: false
2025-08-20T21:01:57.0428694Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:57.0429286Z   BUILD_SYS: docker://rust
2025-08-20T21:01:57.0429520Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:57.0429728Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:57.0429928Z   SYSTMP: /tmp
2025-08-20T21:01:57.0430126Z   GHA_MODE: MATRIX
2025-08-20T21:01:57.0430569Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:57.0431091Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:57.0431426Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:57.0431833Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:57.0432326Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:57.0432721Z   PKG_TYPE: static
2025-08-20T21:01:57.0432929Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:57.0433170Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0433565Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:57.0433929Z   BUILD_ID: 17107737641
2025-08-20T21:01:57.0434143Z   PKG_NAME: xargs
2025-08-20T21:01:57.0434349Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:57.0434604Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0434864Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:57.0435152Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:57.0435512Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0436157Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:57.0436700Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:57.0436978Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:57.0437248Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0437745Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:57.0438181Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:57.0438426Z ##[endgroup]
2025-08-20T21:01:57.0541388Z ##[group]Run ##Presets
2025-08-20T21:01:57.0541795Z [36;1m##Presets[0m
2025-08-20T21:01:57.0542157Z [36;1mset +x ; set +e[0m
2025-08-20T21:01:57.0542516Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0542873Z [36;1m##Debug?[0m
2025-08-20T21:01:57.0543301Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:01:57.0543790Z [36;1m  set -x[0m
2025-08-20T21:01:57.0544165Z [36;1mfi[0m
2025-08-20T21:01:57.0544494Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0544924Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:01:57.0545711Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/findutils/uutils"[0m
2025-08-20T21:01:57.0546511Z [36;1m exit 1[0m
2025-08-20T21:01:57.0547119Z [36;1mfi[0m
2025-08-20T21:01:57.0602351Z shell: /usr/bin/bash -e {0}
2025-08-20T21:01:57.0602599Z env:
2025-08-20T21:01:57.0602804Z   CROSS_COMPILING: NO
2025-08-20T21:01:57.0603061Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:57.0603313Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:57.0603538Z   ON_QEMU: NO
2025-08-20T21:01:57.0603725Z   DEBUG: 0
2025-08-20T21:01:57.0603913Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:57.0604147Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:57.0604452Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:57.0604768Z   KEEP_LOGS: YES
2025-08-20T21:01:57.0604982Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:57.0605221Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:57.0605451Z   SBUILD_REBUILD: false
2025-08-20T21:01:57.0605990Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:57.0606835Z   BUILD_SYS: docker://rust
2025-08-20T21:01:57.0607083Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:57.0607291Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:57.0607496Z   SYSTMP: /tmp
2025-08-20T21:01:57.0607698Z   GHA_MODE: MATRIX
2025-08-20T21:01:57.0608142Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:57.0608665Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:57.0608995Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:57.0609390Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:57.0609882Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:57.0610271Z   PKG_TYPE: static
2025-08-20T21:01:57.0610472Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:57.0610713Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0611101Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:57.0611464Z   BUILD_ID: 17107737641
2025-08-20T21:01:57.0611676Z   PKG_NAME: xargs
2025-08-20T21:01:57.0611879Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:57.0612141Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0612412Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:57.0612707Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:57.0613073Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0613508Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:57.0613948Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:57.0614454Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:57.0614744Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0615246Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:57.0615687Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:57.0615925Z ##[endgroup]
2025-08-20T21:01:57.0728405Z ##[group]Run ##Presets
2025-08-20T21:01:57.0728684Z [36;1m##Presets[0m
2025-08-20T21:01:57.0728910Z [36;1mset +x ; set +e[0m
2025-08-20T21:01:57.0729129Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0729346Z [36;1m##Debug?[0m
2025-08-20T21:01:57.0729614Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:01:57.0729911Z [36;1m  set -x[0m
2025-08-20T21:01:57.0730107Z [36;1mfi[0m
2025-08-20T21:01:57.0730295Z [36;1m#-------------#[0m
2025-08-20T21:01:57.0730638Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:01:57.0731053Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:01:57.0731356Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:01:57.0731624Z [36;1mfi[0m
2025-08-20T21:01:57.0776553Z shell: /usr/bin/bash -e {0}
2025-08-20T21:01:57.0777026Z env:
2025-08-20T21:01:57.0777217Z   CROSS_COMPILING: NO
2025-08-20T21:01:57.0777509Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:01:57.0777739Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:01:57.0777957Z   ON_QEMU: NO
2025-08-20T21:01:57.0778140Z   DEBUG: 0
2025-08-20T21:01:57.0778328Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:01:57.0778587Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:01:57.0778888Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/findutils/uutils
2025-08-20T21:01:57.0779205Z   KEEP_LOGS: YES
2025-08-20T21:01:57.0779403Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:01:57.0779628Z   PKG_FAMILY_LOCAL: findutils
2025-08-20T21:01:57.0779857Z   SBUILD_REBUILD: false
2025-08-20T21:01:57.0780400Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/findutils/static.uutils.source.yaml
2025-08-20T21:01:57.0781019Z   BUILD_SYS: docker://rust
2025-08-20T21:01:57.0781254Z   BUILD_ON_HOST: FALSE
2025-08-20T21:01:57.0781459Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:01:57.0781662Z   SYSTMP: /tmp
2025-08-20T21:01:57.0781848Z   GHA_MODE: MATRIX
2025-08-20T21:01:57.0782288Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:01:57.0782791Z   INPUT_SBUILD: /tmp/pkgforge/MODAJdfLe_build.yaml
2025-08-20T21:01:57.0783119Z   BUILD_DIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml
2025-08-20T21:01:57.0783508Z   SBUILD_OUTDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:01:57.0783991Z   SBUILD_TMPDIR: /tmp/pkgforge/M3DvSRe_MODAJdfLe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:01:57.0784374Z   PKG_TYPE: static
2025-08-20T21:01:57.0784572Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:01:57.0784815Z   SBUILD_PKGVER: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0785201Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107737641
2025-08-20T21:01:57.0785561Z   BUILD_ID: 17107737641
2025-08-20T21:01:57.0785768Z   PKG_NAME: xargs
2025-08-20T21:01:57.0785977Z   PKG_DATE: 2025-08-20T21:01:24Z
2025-08-20T21:01:57.0786240Z   PKG_VERSION: HEAD-bdf3aaf-250820T080137
2025-08-20T21:01:57.0786513Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:01:57.0786937Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/findutils/uutils/xargs
2025-08-20T21:01:57.0787302Z   GHCRPKG_TAG: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0787745Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/findutils/uutils/find
2025-08-20T21:01:57.0788197Z   PKG_SRCURL: https://github.com/uutils/findutils
2025-08-20T21:01:57.0788481Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:01:57.0788766Z   GHCRPKG_TAG_SRCBUILD: HEAD-bdf3aaf-250820T080137-x86_64-linux
2025-08-20T21:01:57.0789270Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/findutils/uutils/findutils-srcbuild-17107737641
2025-08-20T21:01:57.0789919Z   UTC_TIME: 2025_08_20T09_01_54_PM
2025-08-20T21:01:57.0790155Z ##[endgroup]
2025-08-20T21:01:57.0868955Z EXITED
2025-08-20T21:01:57.0918602Z Cleaning up orphan processes
