﻿2025-08-20T22:09:18.7474729Z Current runner version: '2.328.0'
2025-08-20T22:09:18.7505802Z ##[group]Runner Image Provisioner
2025-08-20T22:09:18.7507184Z Hosted Compute Agent
2025-08-20T22:09:18.7507819Z Version: 20250818.377
2025-08-20T22:09:18.7508439Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:09:18.7509195Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:09:18.7509790Z ##[endgroup]
2025-08-20T22:09:18.7510322Z ##[group]VM Image
2025-08-20T22:09:18.7510982Z - OS: Linux (arm64)
2025-08-20T22:09:18.7511562Z - Source: Partner
2025-08-20T22:09:18.7512205Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:09:18.7513205Z - Version: 20250728.24.1
2025-08-20T22:09:18.7514256Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:09:18.7515368Z ##[endgroup]
2025-08-20T22:09:18.7516699Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:09:18.7519821Z Attestations: write
2025-08-20T22:09:18.7520454Z Contents: write
2025-08-20T22:09:18.7521270Z Metadata: read
2025-08-20T22:09:18.7521869Z Packages: write
2025-08-20T22:09:18.7522701Z ##[endgroup]
2025-08-20T22:09:18.7526087Z Secret source: Actions
2025-08-20T22:09:18.7527245Z Prepare workflow directory
2025-08-20T22:09:18.7917113Z Prepare all required actions
2025-08-20T22:09:18.7961326Z Getting action download info
2025-08-20T22:09:19.1390837Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:09:20.1476767Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:09:20.9798146Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:09:21.1308046Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:09:21.7348492Z Getting action download info
2025-08-20T22:09:21.8918914Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:09:22.4221128Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:09:23.0796977Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/realm-tavern/official)
2025-08-20T22:09:23.1437540Z ##[group]Run ##Presets
2025-08-20T22:09:23.1438051Z [36;1m##Presets[0m
2025-08-20T22:09:23.1438461Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:23.1438750Z [36;1m#-------------#[0m
2025-08-20T22:09:23.1439128Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:09:23.1439681Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:09:23.1440096Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1440520Z [36;1m  fi[0m
2025-08-20T22:09:23.1440865Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:09:23.1441342Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:09:23.1441857Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1442190Z [36;1m  fi[0m
2025-08-20T22:09:23.1442873Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:09:23.1443451Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:09:23.1443844Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1444279Z [36;1m  fi[0m
2025-08-20T22:09:23.1444554Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:09:23.1444932Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:09:23.1445322Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:09:23.1445644Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:09:23.1446054Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1446708Z [36;1m     else[0m
2025-08-20T22:09:23.1447030Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1447438Z [36;1m     fi[0m
2025-08-20T22:09:23.1447673Z [36;1m  fi[0m
2025-08-20T22:09:23.1447925Z [36;1mfi[0m
2025-08-20T22:09:23.1479050Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:23.1480303Z env:
2025-08-20T22:09:23.1480954Z   GH_TOKEN: ***
2025-08-20T22:09:23.1481207Z ##[endgroup]
2025-08-20T22:09:23.1700349Z ##[group]Run ##Presets
2025-08-20T22:09:23.1700756Z [36;1m##Presets[0m
2025-08-20T22:09:23.1701184Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:23.1701538Z [36;1m#-------------#[0m
2025-08-20T22:09:23.1701853Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:09:23.1702548Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:09:23.1703135Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:09:23.1703591Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:09:23.1704047Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:09:23.1704489Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:09:23.1704867Z [36;1m  exit 1[0m
2025-08-20T22:09:23.1705153Z [36;1mfi[0m
2025-08-20T22:09:23.1728087Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:23.1728437Z env:
2025-08-20T22:09:23.1728932Z   RO_GHTOKEN: ***
2025-08-20T22:09:23.1729243Z   RO_GLTOKEN: ***
2025-08-20T22:09:23.1730426Z   MINISIGN_KEY: ***
2025-08-20T22:09:23.1730734Z ##[endgroup]
2025-08-20T22:09:23.1859286Z ##[group]Run ##Presets
2025-08-20T22:09:23.1859859Z [36;1m##Presets[0m
2025-08-20T22:09:23.1860168Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:23.1860481Z [36;1m#-------------#[0m
2025-08-20T22:09:23.1860773Z [36;1m##Host Triplet[0m
2025-08-20T22:09:23.1861168Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:09:23.1861554Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:09:23.1861889Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:09:23.1862504Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:09:23.1862906Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:09:23.1863262Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:09:23.1863700Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:09:23.1864055Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:09:23.1864404Z [36;1m   fi[0m
2025-08-20T22:09:23.1864825Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:09:23.1865248Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:09:23.1865622Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:09:23.1865979Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:09:23.1866367Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:09:23.1866679Z [36;1m fi[0m
2025-08-20T22:09:23.1866974Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1867455Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1867868Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1868296Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1868659Z [36;1m##Debug[0m
2025-08-20T22:09:23.1868920Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:09:23.1869254Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:09:23.1869542Z [36;1m else[0m
2025-08-20T22:09:23.1869761Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:09:23.1870090Z [36;1m fi[0m
2025-08-20T22:09:23.1870398Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1870710Z [36;1m##Docker Platform[0m
2025-08-20T22:09:23.1871350Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:09:23.1871714Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:09:23.1872126Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:09:23.1872740Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:09:23.1873123Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:09:23.1873560Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:09:23.1873926Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:09:23.1874282Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:09:23.1874703Z [36;1m fi[0m
2025-08-20T22:09:23.1875056Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1875559Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1875942Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:09:23.1876460Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/realm-tavern/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:09:23.1877115Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:09:23.1877462Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1877803Z [36;1m##Logs[0m
2025-08-20T22:09:23.1878214Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:09:23.1878528Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:09:23.1878898Z [36;1m else[0m
2025-08-20T22:09:23.1879168Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:09:23.1879467Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:09:23.1879825Z [36;1m fi[0m
2025-08-20T22:09:23.1880339Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1880822Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1881267Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:09:23.1881726Z [36;1m PKG_FAMILY_LOCAL="$(echo "realm-tavern" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:09:23.1882169Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:09:23.1882816Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1883220Z [36;1m##Rebuild[0m
2025-08-20T22:09:23.1883547Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:09:23.1883903Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:09:23.1884214Z [36;1m else[0m
2025-08-20T22:09:23.1884538Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:09:23.1884877Z [36;1m fi[0m
2025-08-20T22:09:23.1885193Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1885620Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:09:23.1886068Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:09:23.1886697Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:09:23.1887579Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:09:23.1888389Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:09:23.1888860Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:09:23.1889339Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:09:23.1889797Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:09:23.1890266Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1890641Z [36;1m    exit 1[0m
2025-08-20T22:09:23.1890937Z [36;1m   else[0m
2025-08-20T22:09:23.1891211Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:09:23.1891586Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1892010Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:09:23.1892823Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:09:23.1893217Z [36;1m      #check if supported[0m
2025-08-20T22:09:23.1893718Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:09:23.1894283Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:09:23.1894794Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:09:23.1895180Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1895491Z [36;1m         exit 1[0m
2025-08-20T22:09:23.1895769Z [36;1m       fi[0m
2025-08-20T22:09:23.1896011Z [36;1m      #get build system[0m
2025-08-20T22:09:23.1896412Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:09:23.1896930Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:09:23.1897277Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1897661Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:09:23.1898104Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1898469Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1898886Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:09:23.1899325Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1899703Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:23.1900081Z [36;1m       fi[0m
2025-08-20T22:09:23.1900521Z [36;1m     fi[0m
2025-08-20T22:09:23.1900806Z [36;1m   fi[0m
2025-08-20T22:09:23.1901135Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:09:23.1923262Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:23.1923581Z ##[endgroup]
2025-08-20T22:09:23.5167628Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:09:23.5168458Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:09:23.5168724Z 
2025-08-20T22:09:23.5516949Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:09:24.0115480Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:09:24.0116493Z 100  5197  100  5197    0     0  10465      0 --:--:-- --:--:-- --:--:-- 10456
2025-08-20T22:09:24.0128223Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:09:24.0324663Z ##[group]Run ##Presets
2025-08-20T22:09:24.0325095Z [36;1m##Presets[0m
2025-08-20T22:09:24.0325325Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:24.0325721Z [36;1m#-------------#[0m
2025-08-20T22:09:24.0325995Z [36;1m##Debug?[0m
2025-08-20T22:09:24.0326382Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:24.0326767Z [36;1m  set -x[0m
2025-08-20T22:09:24.0327002Z [36;1mfi[0m
2025-08-20T22:09:24.0327313Z [36;1m#-------------#[0m
2025-08-20T22:09:24.0327577Z [36;1m##CoreUtils[0m
2025-08-20T22:09:24.0327835Z [36;1msudo apt update -y[0m
2025-08-20T22:09:24.0328304Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:09:24.0329329Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:09:24.0330385Z [36;1m##tmp[0m
2025-08-20T22:09:24.0330709Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:09:24.0331127Z [36;1m#GH ENV[0m
2025-08-20T22:09:24.0331443Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:24.0331796Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:24.0332817Z [36;1m#-------------#[0m
2025-08-20T22:09:24.0333081Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:09:24.0333370Z [36;1msudo apt update -y[0m
2025-08-20T22:09:24.0333749Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:09:24.0334045Z [36;1m##Setup Minisign[0m
2025-08-20T22:09:24.0334404Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:09:24.0334931Z [36;1mecho "***[0m
2025-08-20T22:09:24.0336280Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:09:24.0336688Z [36;1m##User-Agent[0m
2025-08-20T22:09:24.0337464Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:09:24.0338313Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:24.0365033Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:24.0365629Z env:
2025-08-20T22:09:24.0365967Z   CROSS_COMPILING: NO
2025-08-20T22:09:24.0366360Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:09:24.0366667Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:09:24.0367052Z   ON_QEMU: NO
2025-08-20T22:09:24.0367351Z   DEBUG: 0
2025-08-20T22:09:24.0367586Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:09:24.0367992Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:09:24.0368371Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:09:24.0368743Z   KEEP_LOGS: YES
2025-08-20T22:09:24.0369065Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:24.0369348Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:09:24.0369711Z   SBUILD_REBUILD: false
2025-08-20T22:09:24.0370342Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:09:24.0370983Z   BUILD_SYS: docker://rust
2025-08-20T22:09:24.0371317Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:24.0371580Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:24.0371857Z ##[endgroup]
2025-08-20T22:09:24.2508174Z 
2025-08-20T22:09:24.2509909Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:09:24.2510459Z 
2025-08-20T22:09:24.9761502Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:09:25.0726198Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:09:25.0885076Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:09:25.2032030Z Get:4 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:09:25.2174120Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:09:25.2490311Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:09:25.2635975Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:09:25.2756890Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:09:25.2855730Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:09:25.7388132Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:09:25.9511545Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:09:26.1526780Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:09:26.7351539Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:09:26.9857389Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:09:27.1184843Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:09:27.5067890Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:09:27.7585534Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:09:28.0150553Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:09:28.6416004Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:09:29.3149270Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:09:29.4255364Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:09:29.5405013Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:09:29.6515865Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:09:29.7622084Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:09:29.8797935Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:09:29.9906188Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:09:30.1014297Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:09:30.2170064Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:09:30.3300803Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:09:30.5538593Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:09:30.6642740Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:09:30.7749888Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:09:31.5902972Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:09:31.8113818Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:09:31.9226123Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:09:32.2767324Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:09:32.4977536Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:09:32.6109606Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:09:33.2000364Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:09:33.4309563Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:09:33.6511016Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:09:33.8704253Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:09:33.9914898Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:09:42.2492390Z Fetched 11.9 MB in 9s (1289 kB/s)
2025-08-20T22:09:42.9642483Z Reading package lists...
2025-08-20T22:09:43.1695375Z Building dependency tree...
2025-08-20T22:09:43.1702742Z Reading state information...
2025-08-20T22:09:43.1911680Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:09:43.2002457Z 
2025-08-20T22:09:43.2004187Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:09:43.2004541Z 
2025-08-20T22:09:43.2117313Z Reading package lists...
2025-08-20T22:09:43.4241446Z Building dependency tree...
2025-08-20T22:09:43.4247895Z Reading state information...
2025-08-20T22:09:43.6594477Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:09:43.6595264Z bc set to manually installed.
2025-08-20T22:09:43.6595582Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:09:43.6596507Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:09:43.6596864Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:09:43.7168598Z The following NEW packages will be installed:
2025-08-20T22:09:43.7174399Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:09:43.7175708Z   moreutils
2025-08-20T22:09:43.7181373Z The following packages will be upgraded:
2025-08-20T22:09:43.7188694Z   jq libjq1
2025-08-20T22:09:43.7363086Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:09:43.8983434Z Need to get 936 kB of archives.
2025-08-20T22:09:43.8983917Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:09:43.8984756Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:09:44.0378183Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:09:44.1329045Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:09:44.2298187Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:09:44.2798255Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:09:44.3380122Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:09:44.3858799Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:09:44.4389325Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:09:44.7897619Z Fetched 936 kB in 1s (1234 kB/s)
2025-08-20T22:09:44.8613889Z Selecting previously unselected package fdupes.
2025-08-20T22:09:45.0014468Z (Reading database ... 
2025-08-20T22:09:45.0015091Z (Reading database ... 5%
2025-08-20T22:09:45.0015414Z (Reading database ... 10%
2025-08-20T22:09:45.0015692Z (Reading database ... 15%
2025-08-20T22:09:45.0015988Z (Reading database ... 20%
2025-08-20T22:09:45.0016226Z (Reading database ... 25%
2025-08-20T22:09:45.0016531Z (Reading database ... 30%
2025-08-20T22:09:45.0016789Z (Reading database ... 35%
2025-08-20T22:09:45.0017018Z (Reading database ... 40%
2025-08-20T22:09:45.0017315Z (Reading database ... 45%
2025-08-20T22:09:45.0017534Z (Reading database ... 50%
2025-08-20T22:09:45.3051885Z (Reading database ... 55%
2025-08-20T22:09:45.8847297Z (Reading database ... 60%
2025-08-20T22:09:46.4140116Z (Reading database ... 65%
2025-08-20T22:09:46.8857163Z (Reading database ... 70%
2025-08-20T22:09:47.3413829Z (Reading database ... 75%
2025-08-20T22:09:47.9528056Z (Reading database ... 80%
2025-08-20T22:09:48.5426565Z (Reading database ... 85%
2025-08-20T22:09:49.1445055Z (Reading database ... 90%
2025-08-20T22:09:49.7049013Z (Reading database ... 95%
2025-08-20T22:09:49.7049376Z (Reading database ... 100%
2025-08-20T22:09:49.7050054Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:09:49.7087265Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:09:49.7217701Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:09:49.8228284Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:09:49.8437004Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:09:49.9649526Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:09:50.0057152Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:09:50.0758950Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:09:50.0923534Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:09:50.1007426Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:09:50.2126085Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:09:50.2307812Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:09:50.2389772Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:09:50.3869503Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:09:50.4042861Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:09:50.4614983Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:09:50.5250372Z Selecting previously unselected package moreutils.
2025-08-20T22:09:50.5410319Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:09:50.5483762Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:09:50.6727928Z Selecting previously unselected package dos2unix.
2025-08-20T22:09:50.6874145Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:09:50.6987850Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:09:50.9993347Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:09:51.0218233Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:09:51.0466494Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:09:51.0747887Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:09:51.0964066Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:09:51.1169634Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:09:51.1708852Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:09:51.2002611Z Setting up moreutils (0.69-1) ...
2025-08-20T22:09:51.2229848Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:07.2413922Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:10:08.4430519Z Reading package lists...
2025-08-20T22:10:08.6530386Z Building dependency tree...
2025-08-20T22:10:08.6537026Z Reading state information...
2025-08-20T22:10:08.9031025Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:10:08.9031522Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:10:08.9031874Z apt-utils set to manually installed.
2025-08-20T22:10:08.9032495Z ca-certificates is already the newest version (20240203).
2025-08-20T22:10:08.9032895Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:10:08.9033263Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:10:08.9033659Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:10:08.9034010Z moreutils is already the newest version (0.69-1).
2025-08-20T22:10:08.9034409Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:10:08.9034803Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:10:08.9035176Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:10:08.9036030Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:10:08.9036390Z tmux set to manually installed.
2025-08-20T22:10:08.9036723Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:10:08.9037081Z The following additional packages will be installed:
2025-08-20T22:10:08.9037542Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:10:08.9038070Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:10:08.9038567Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:10:08.9038914Z   uuid-runtime
2025-08-20T22:10:08.9046537Z Suggested packages:
2025-08-20T22:10:08.9046980Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:10:08.9047485Z   util-linux-extra util-linux-locales
2025-08-20T22:10:08.9047802Z Recommended packages:
2025-08-20T22:10:08.9048037Z   unattended-upgrades
2025-08-20T22:10:08.9566156Z The following NEW packages will be installed:
2025-08-20T22:10:08.9566566Z   rename
2025-08-20T22:10:08.9569916Z The following packages will be upgraded:
2025-08-20T22:10:08.9570566Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:10:08.9571815Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:10:08.9579192Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:10:08.9579738Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:10:08.9758091Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:10:09.2192995Z Need to get 4390 kB of archives.
2025-08-20T22:10:09.2193730Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:10:09.2194354Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:10:09.6731768Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:10:10.2039061Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:10:10.3210194Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:10:10.4351617Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:10:10.5461044Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:10:10.6576537Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:10:10.7750005Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:10:10.8931806Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:10:11.0069775Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:10:11.2358443Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:10:11.4633482Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:10:12.0538164Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:10:12.3020964Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:10:12.6496510Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:10:12.7706061Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:10:13.0137661Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:10:13.1315661Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:10:13.2580320Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:10:13.3704306Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:10:13.4961054Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:10:13.6132255Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:10:13.8488278Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:10:14.2277978Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:10:14.3540549Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:10:14.4973832Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:10:14.6305443Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:10:14.8847024Z Fetched 4390 kB in 6s (778 kB/s)
2025-08-20T22:10:14.9243959Z (Reading database ... 
2025-08-20T22:10:14.9244309Z (Reading database ... 5%
2025-08-20T22:10:14.9244572Z (Reading database ... 10%
2025-08-20T22:10:14.9244856Z (Reading database ... 15%
2025-08-20T22:10:14.9245133Z (Reading database ... 20%
2025-08-20T22:10:14.9245413Z (Reading database ... 25%
2025-08-20T22:10:14.9245708Z (Reading database ... 30%
2025-08-20T22:10:14.9245950Z (Reading database ... 35%
2025-08-20T22:10:14.9246183Z (Reading database ... 40%
2025-08-20T22:10:14.9246505Z (Reading database ... 45%
2025-08-20T22:10:14.9246785Z (Reading database ... 50%
2025-08-20T22:10:14.9265992Z (Reading database ... 55%
2025-08-20T22:10:14.9350547Z (Reading database ... 60%
2025-08-20T22:10:14.9388689Z (Reading database ... 65%
2025-08-20T22:10:14.9402638Z (Reading database ... 70%
2025-08-20T22:10:14.9420943Z (Reading database ... 75%
2025-08-20T22:10:14.9451893Z (Reading database ... 80%
2025-08-20T22:10:14.9613652Z (Reading database ... 85%
2025-08-20T22:10:14.9631374Z (Reading database ... 90%
2025-08-20T22:10:14.9726225Z (Reading database ... 95%
2025-08-20T22:10:14.9726485Z (Reading database ... 100%
2025-08-20T22:10:14.9726868Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:14.9758316Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:14.9996850Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:15.1361200Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:15.2359358Z (Reading database ... 
2025-08-20T22:10:15.2360434Z (Reading database ... 5%
2025-08-20T22:10:15.2360981Z (Reading database ... 10%
2025-08-20T22:10:15.2361245Z (Reading database ... 15%
2025-08-20T22:10:15.2361544Z (Reading database ... 20%
2025-08-20T22:10:15.2361801Z (Reading database ... 25%
2025-08-20T22:10:15.2362116Z (Reading database ... 30%
2025-08-20T22:10:15.2362742Z (Reading database ... 35%
2025-08-20T22:10:15.2363030Z (Reading database ... 40%
2025-08-20T22:10:15.2363262Z (Reading database ... 45%
2025-08-20T22:10:15.2363577Z (Reading database ... 50%
2025-08-20T22:10:15.2381665Z (Reading database ... 55%
2025-08-20T22:10:15.2467055Z (Reading database ... 60%
2025-08-20T22:10:15.2505387Z (Reading database ... 65%
2025-08-20T22:10:15.2519321Z (Reading database ... 70%
2025-08-20T22:10:15.2539017Z (Reading database ... 75%
2025-08-20T22:10:15.2571263Z (Reading database ... 80%
2025-08-20T22:10:15.2738470Z (Reading database ... 85%
2025-08-20T22:10:15.2756796Z (Reading database ... 90%
2025-08-20T22:10:15.2850278Z (Reading database ... 95%
2025-08-20T22:10:15.2850789Z (Reading database ... 100%
2025-08-20T22:10:15.2851161Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:15.2882069Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:15.3195082Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:15.5609549Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:16.1907941Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:10:16.2622264Z (Reading database ... 
2025-08-20T22:10:16.2623164Z (Reading database ... 5%
2025-08-20T22:10:16.2623563Z (Reading database ... 10%
2025-08-20T22:10:16.2624468Z (Reading database ... 15%
2025-08-20T22:10:16.2625167Z (Reading database ... 20%
2025-08-20T22:10:16.2625479Z (Reading database ... 25%
2025-08-20T22:10:16.2625903Z (Reading database ... 30%
2025-08-20T22:10:16.2626177Z (Reading database ... 35%
2025-08-20T22:10:16.2626463Z (Reading database ... 40%
2025-08-20T22:10:16.2626796Z (Reading database ... 45%
2025-08-20T22:10:16.2627033Z (Reading database ... 50%
2025-08-20T22:10:16.2645615Z (Reading database ... 55%
2025-08-20T22:10:16.2734153Z (Reading database ... 60%
2025-08-20T22:10:16.2776421Z (Reading database ... 65%
2025-08-20T22:10:16.2791194Z (Reading database ... 70%
2025-08-20T22:10:16.2810473Z (Reading database ... 75%
2025-08-20T22:10:16.2844703Z (Reading database ... 80%
2025-08-20T22:10:16.3010935Z (Reading database ... 85%
2025-08-20T22:10:16.3029103Z (Reading database ... 90%
2025-08-20T22:10:16.3124363Z (Reading database ... 95%
2025-08-20T22:10:16.3124690Z (Reading database ... 100%
2025-08-20T22:10:16.3125163Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:16.3155201Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:16.3422110Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:16.4530106Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:16.5008044Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:16.8961930Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:16.9970312Z (Reading database ... 
2025-08-20T22:10:16.9970898Z (Reading database ... 5%
2025-08-20T22:10:16.9971213Z (Reading database ... 10%
2025-08-20T22:10:16.9971596Z (Reading database ... 15%
2025-08-20T22:10:16.9971858Z (Reading database ... 20%
2025-08-20T22:10:16.9972104Z (Reading database ... 25%
2025-08-20T22:10:16.9972695Z (Reading database ... 30%
2025-08-20T22:10:16.9972936Z (Reading database ... 35%
2025-08-20T22:10:16.9973219Z (Reading database ... 40%
2025-08-20T22:10:16.9973961Z (Reading database ... 45%
2025-08-20T22:10:16.9974213Z (Reading database ... 50%
2025-08-20T22:10:16.9993416Z (Reading database ... 55%
2025-08-20T22:10:17.0078630Z (Reading database ... 60%
2025-08-20T22:10:17.0117172Z (Reading database ... 65%
2025-08-20T22:10:17.0131394Z (Reading database ... 70%
2025-08-20T22:10:17.0149988Z (Reading database ... 75%
2025-08-20T22:10:17.0181935Z (Reading database ... 80%
2025-08-20T22:10:17.0343356Z (Reading database ... 85%
2025-08-20T22:10:17.0360661Z (Reading database ... 90%
2025-08-20T22:10:17.0451295Z (Reading database ... 95%
2025-08-20T22:10:17.0451882Z (Reading database ... 100%
2025-08-20T22:10:17.0452233Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:17.0480486Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:17.0844366Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:17.1831526Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:17.3141120Z (Reading database ... 
2025-08-20T22:10:17.3141719Z (Reading database ... 5%
2025-08-20T22:10:17.3142046Z (Reading database ... 10%
2025-08-20T22:10:17.3142513Z (Reading database ... 15%
2025-08-20T22:10:17.3143212Z (Reading database ... 20%
2025-08-20T22:10:17.3143493Z (Reading database ... 25%
2025-08-20T22:10:17.3143739Z (Reading database ... 30%
2025-08-20T22:10:17.3144088Z (Reading database ... 35%
2025-08-20T22:10:17.3144337Z (Reading database ... 40%
2025-08-20T22:10:17.3144609Z (Reading database ... 45%
2025-08-20T22:10:17.3144881Z (Reading database ... 50%
2025-08-20T22:10:17.3165560Z (Reading database ... 55%
2025-08-20T22:10:17.3256538Z (Reading database ... 60%
2025-08-20T22:10:17.3296420Z (Reading database ... 65%
2025-08-20T22:10:17.3311031Z (Reading database ... 70%
2025-08-20T22:10:17.3330595Z (Reading database ... 75%
2025-08-20T22:10:17.3363602Z (Reading database ... 80%
2025-08-20T22:10:17.3531702Z (Reading database ... 85%
2025-08-20T22:10:17.3550024Z (Reading database ... 90%
2025-08-20T22:10:17.3644896Z (Reading database ... 95%
2025-08-20T22:10:17.3645443Z (Reading database ... 100%
2025-08-20T22:10:17.3645835Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:17.3674606Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:17.4067913Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:17.5270161Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:17.5622226Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:17.6662498Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:17.7626684Z (Reading database ... 
2025-08-20T22:10:17.7627029Z (Reading database ... 5%
2025-08-20T22:10:17.7627453Z (Reading database ... 10%
2025-08-20T22:10:17.7627691Z (Reading database ... 15%
2025-08-20T22:10:17.7628851Z (Reading database ... 20%
2025-08-20T22:10:17.7629276Z (Reading database ... 25%
2025-08-20T22:10:17.7629542Z (Reading database ... 30%
2025-08-20T22:10:17.7629789Z (Reading database ... 35%
2025-08-20T22:10:17.7630076Z (Reading database ... 40%
2025-08-20T22:10:17.7630352Z (Reading database ... 45%
2025-08-20T22:10:17.7630614Z (Reading database ... 50%
2025-08-20T22:10:17.7648966Z (Reading database ... 55%
2025-08-20T22:10:17.7735127Z (Reading database ... 60%
2025-08-20T22:10:17.7773000Z (Reading database ... 65%
2025-08-20T22:10:17.7786736Z (Reading database ... 70%
2025-08-20T22:10:17.7805797Z (Reading database ... 75%
2025-08-20T22:10:17.7837863Z (Reading database ... 80%
2025-08-20T22:10:17.7999037Z (Reading database ... 85%
2025-08-20T22:10:17.8016771Z (Reading database ... 90%
2025-08-20T22:10:17.8108113Z (Reading database ... 95%
2025-08-20T22:10:17.8108585Z (Reading database ... 100%
2025-08-20T22:10:17.8108954Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:17.8137367Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:18.0291619Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:18.1224813Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:18.3504637Z (Reading database ... 
2025-08-20T22:10:18.3505019Z (Reading database ... 5%
2025-08-20T22:10:18.3505475Z (Reading database ... 10%
2025-08-20T22:10:18.3505726Z (Reading database ... 15%
2025-08-20T22:10:18.3505998Z (Reading database ... 20%
2025-08-20T22:10:18.3506298Z (Reading database ... 25%
2025-08-20T22:10:18.3506540Z (Reading database ... 30%
2025-08-20T22:10:18.3506825Z (Reading database ... 35%
2025-08-20T22:10:18.3507052Z (Reading database ... 40%
2025-08-20T22:10:18.3507292Z (Reading database ... 45%
2025-08-20T22:10:18.3507580Z (Reading database ... 50%
2025-08-20T22:10:18.3526529Z (Reading database ... 55%
2025-08-20T22:10:18.3613954Z (Reading database ... 60%
2025-08-20T22:10:18.3651278Z (Reading database ... 65%
2025-08-20T22:10:18.3664803Z (Reading database ... 70%
2025-08-20T22:10:18.3684034Z (Reading database ... 75%
2025-08-20T22:10:18.3715266Z (Reading database ... 80%
2025-08-20T22:10:18.3881346Z (Reading database ... 85%
2025-08-20T22:10:18.3899724Z (Reading database ... 90%
2025-08-20T22:10:18.3995303Z (Reading database ... 95%
2025-08-20T22:10:18.3995691Z (Reading database ... 100%
2025-08-20T22:10:18.3996213Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:18.4027220Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:18.4278638Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:18.5420063Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:18.5967064Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:18.7370950Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:18.7631451Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:18.8631301Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:18.8889539Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.0062511Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:19.0318698Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.1529506Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:19.1848968Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.2950246Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:19.3180375Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.4141550Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:10:19.4362802Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.5985038Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:19.6352115Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.7381910Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:10:19.7645105Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:19.8740965Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:19.9637799Z (Reading database ... 
2025-08-20T22:10:19.9638174Z (Reading database ... 5%
2025-08-20T22:10:19.9638426Z (Reading database ... 10%
2025-08-20T22:10:19.9638717Z (Reading database ... 15%
2025-08-20T22:10:19.9639004Z (Reading database ... 20%
2025-08-20T22:10:19.9639262Z (Reading database ... 25%
2025-08-20T22:10:19.9639519Z (Reading database ... 30%
2025-08-20T22:10:19.9639752Z (Reading database ... 35%
2025-08-20T22:10:19.9639975Z (Reading database ... 40%
2025-08-20T22:10:19.9640253Z (Reading database ... 45%
2025-08-20T22:10:19.9640506Z (Reading database ... 50%
2025-08-20T22:10:19.9660175Z (Reading database ... 55%
2025-08-20T22:10:19.9745515Z (Reading database ... 60%
2025-08-20T22:10:19.9783598Z (Reading database ... 65%
2025-08-20T22:10:19.9797488Z (Reading database ... 70%
2025-08-20T22:10:19.9816958Z (Reading database ... 75%
2025-08-20T22:10:19.9850434Z (Reading database ... 80%
2025-08-20T22:10:20.0008829Z (Reading database ... 85%
2025-08-20T22:10:20.0031807Z (Reading database ... 90%
2025-08-20T22:10:20.0118247Z (Reading database ... 95%
2025-08-20T22:10:20.0118550Z (Reading database ... 100%
2025-08-20T22:10:20.0118932Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:10:20.0150777Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:20.0681972Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:20.2247747Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:20.2504153Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:20.4035370Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:20.4405304Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:20.5457061Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:10:20.5759738Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:10:20.6897790Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:10:20.7782081Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:20.8874108Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:10:21.0225994Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:10:21.1576644Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:10:21.2379923Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:10:21.3232940Z Selecting previously unselected package rename.
2025-08-20T22:10:21.3401061Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:10:21.3489330Z Unpacking rename (2.02-1) ...
2025-08-20T22:10:21.4427002Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:10:21.4655929Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:10:21.5729725Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:21.6054439Z Setting up rename (2.02-1) ...
2025-08-20T22:10:21.6433522Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:10:21.6589108Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:21.6893853Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:21.7142053Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:21.7462502Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:21.7694379Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:22.3860638Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:10:22.4109610Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:22.4437543Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:22.4687155Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:22.4982910Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:22.8621151Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:22.8873187Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:10:22.9151863Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:23.0272813Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:10:23.1662147Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:23.2734820Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:23.2992723Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:23.3313384Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:10:23.3667524Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:10:23.4997326Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:10:23.7852382Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:10:23.8249149Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:30.2254304Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:10:31.5050319Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:10:31.5110040Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:10:31.6244506Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:10:31.6708125Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:10:31.7170250Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:10:31.7632738Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:10:32.6259856Z Reading package lists...
2025-08-20T22:10:32.8067148Z Building dependency tree...
2025-08-20T22:10:32.8074216Z Reading state information...
2025-08-20T22:10:32.8293053Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:10:32.8412579Z 
2025-08-20T22:10:32.8413449Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:10:32.8413817Z 
2025-08-20T22:10:33.0114630Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:10:33.0222265Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:10:33.0239780Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:10:33.0687012Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:10:33.1152540Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:10:33.1619776Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:10:34.0983581Z Reading package lists...
2025-08-20T22:10:34.3174697Z Building dependency tree...
2025-08-20T22:10:34.3182844Z Reading state information...
2025-08-20T22:10:34.3429456Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:10:34.3522529Z 
2025-08-20T22:10:34.3523210Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:10:34.3523582Z 
2025-08-20T22:10:34.3635500Z Reading package lists...
2025-08-20T22:10:34.5798553Z Building dependency tree...
2025-08-20T22:10:34.5807157Z Reading state information...
2025-08-20T22:10:34.8170140Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:10:34.8573075Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:10:34.8849167Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:10:34.9520845Z ##[group]Run ##Presets
2025-08-20T22:10:34.9521392Z [36;1m##Presets[0m
2025-08-20T22:10:34.9521652Z [36;1mset +x ; set +e[0m
2025-08-20T22:10:34.9521880Z [36;1m#-------------#[0m
2025-08-20T22:10:34.9522159Z [36;1m##Debug?[0m
2025-08-20T22:10:34.9522659Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:10:34.9523017Z [36;1m  set -x[0m
2025-08-20T22:10:34.9523265Z [36;1mfi[0m
2025-08-20T22:10:34.9523465Z [36;1m#-------------#[0m
2025-08-20T22:10:34.9523956Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:10:34.9524570Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:10:34.9524961Z [36;1msudo service procps restart[0m
2025-08-20T22:10:34.9525330Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:10:34.9552869Z shell: /usr/bin/bash -e {0}
2025-08-20T22:10:34.9553167Z env:
2025-08-20T22:10:34.9553541Z   CROSS_COMPILING: NO
2025-08-20T22:10:34.9553817Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:10:34.9554079Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:10:34.9554366Z   ON_QEMU: NO
2025-08-20T22:10:34.9554572Z   DEBUG: 0
2025-08-20T22:10:34.9554801Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:10:34.9555119Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:10:34.9555431Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:10:34.9555767Z   KEEP_LOGS: YES
2025-08-20T22:10:34.9556034Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:10:34.9556304Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:10:34.9556616Z   SBUILD_REBUILD: false
2025-08-20T22:10:34.9557203Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:10:34.9557804Z   BUILD_SYS: docker://rust
2025-08-20T22:10:34.9558104Z   BUILD_ON_HOST: FALSE
2025-08-20T22:10:34.9558355Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:10:34.9558572Z   SYSTMP: /tmp
2025-08-20T22:10:34.9558832Z   GHA_MODE: MATRIX
2025-08-20T22:10:34.9559273Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:10:34.9559784Z ##[endgroup]
2025-08-20T22:10:34.9656827Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:10:34.9713205Z 0
2025-08-20T22:10:35.0026994Z vm.max_map_count = 262144
2025-08-20T22:10:35.0027478Z fs.inotify.max_user_watches = 655360
2025-08-20T22:10:35.0027801Z fs.inotify.max_user_instances = 1280
2025-08-20T22:10:35.0033820Z vm.mmap_rnd_bits = 28
2025-08-20T22:10:35.0114075Z ##[group]Run ##Presets
2025-08-20T22:10:35.0114563Z [36;1m##Presets[0m
2025-08-20T22:10:35.0114766Z [36;1mset +x ; set +e[0m
2025-08-20T22:10:35.0115100Z [36;1m#-------------#[0m
2025-08-20T22:10:35.0115379Z [36;1m##Debug?[0m
2025-08-20T22:10:35.0115698Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:10:35.0116022Z [36;1m  set -x[0m
2025-08-20T22:10:35.0116224Z [36;1mfi[0m
2025-08-20T22:10:35.0116479Z [36;1m#-------------#[0m
2025-08-20T22:10:35.0116698Z [36;1m##Main[0m
2025-08-20T22:10:35.0116919Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:10:35.0117611Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:10:35.0118341Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:10:35.0118758Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:10:35.0119123Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:10:35.0119435Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:10:35.0119768Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:10:35.0120102Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:10:35.0120780Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:10:35.0121110Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:10:35.0121423Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:10:35.0121795Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:10:35.0122183Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:10:35.0122776Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:10:35.0123118Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:10:35.0123420Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:10:35.0123750Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:10:35.0124074Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:10:35.0124407Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:10:35.0124747Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:10:35.0125079Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:10:35.0125401Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:10:35.0125768Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:10:35.0126113Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:10:35.0126478Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:10:35.0126810Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:10:35.0127105Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:10:35.0127500Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:10:35.0127970Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:10:35.0128472Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:10:35.0128995Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:10:35.0129366Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:10:35.0129755Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:10:35.0130400Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:10:35.0131218Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:10:35.0131795Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:10:35.0132090Z [36;1m else[0m
2025-08-20T22:10:35.0132858Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:10:35.0133336Z [36;1m fi[0m
2025-08-20T22:10:35.0133630Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:10:35.0134059Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:10:35.0134506Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0134907Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0135349Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0135790Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0136194Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0136670Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0137090Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:10:35.0137520Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:10:35.0137908Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:10:35.0163576Z shell: /usr/bin/bash -e {0}
2025-08-20T22:10:35.0164149Z env:
2025-08-20T22:10:35.0164386Z   CROSS_COMPILING: NO
2025-08-20T22:10:35.0164697Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:10:35.0164955Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:10:35.0165379Z   ON_QEMU: NO
2025-08-20T22:10:35.0165621Z   DEBUG: 0
2025-08-20T22:10:35.0165833Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:10:35.0166107Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:10:35.0166442Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:10:35.0166781Z   KEEP_LOGS: YES
2025-08-20T22:10:35.0167022Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:10:35.0167290Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:10:35.0167533Z   SBUILD_REBUILD: false
2025-08-20T22:10:35.0168145Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:10:35.0168744Z   BUILD_SYS: docker://rust
2025-08-20T22:10:35.0169005Z   BUILD_ON_HOST: FALSE
2025-08-20T22:10:35.0169260Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:10:35.0169492Z   SYSTMP: /tmp
2025-08-20T22:10:35.0169735Z   GHA_MODE: MATRIX
2025-08-20T22:10:35.0170179Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:10:35.0171163Z   GHCR_TOKEN: ***
2025-08-20T22:10:35.0171624Z   GITHUB_TOKEN: ***
2025-08-20T22:10:35.0172121Z   GITLAB_TOKEN: ***
2025-08-20T22:10:35.0173824Z   MINISIGN_KEY: ***
2025-08-20T22:10:35.0174088Z ##[endgroup]
2025-08-20T22:10:35.0860389Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:10:35.1686059Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:10:35.1686622Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:10:35.1686841Z 
2025-08-20T22:10:35.2215127Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:10:35.2215766Z 100  5197  100  5197    0     0  98010      0 --:--:-- --:--:-- --:--:-- 99942
2025-08-20T22:10:35.2225891Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:10:35.2302128Z 
2025-08-20T22:10:35.2302906Z [+] Building [/tmp/tmp.Sp2sh4hvTe/SBUILD_INPUT] Locally
2025-08-20T22:10:35.2303177Z 
2025-08-20T22:10:35.2313580Z '/tmp/tmp.Sp2sh4hvTe/SBUILD_INPUT' -> '/tmp/pkgforge/xXjmniBlI_build.yaml'
2025-08-20T22:10:35.3881212Z 
2025-08-20T22:10:35.3881769Z [+] Passwordless sudo is Configured
2025-08-20T22:10:35.5389511Z 
2025-08-20T22:10:35.5403604Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:10:35.5403880Z 
2025-08-20T22:10:35.5769162Z 
2025-08-20T22:10:35.5770488Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:10:35.5770985Z 
2025-08-20T22:10:35.5771010Z 
2025-08-20T22:10:35.5771249Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:10:35.5771564Z 
2025-08-20T22:10:35.5809783Z [+] Installing: 7z -> 7z
2025-08-20T22:10:36.1127726Z [+] Installing: actionlint -> actionlint
2025-08-20T22:10:36.6748395Z [+] Installing: anew -> anew
2025-08-20T22:10:37.2047591Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:10:37.3811079Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:10:37.5712907Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:10:37.6969021Z [+] Installing: archey -> archey
2025-08-20T22:10:38.2595823Z [+] Installing: aria2 -> aria2c
2025-08-20T22:10:38.4865777Z [+] Installing: askalono -> askalono
2025-08-20T22:10:38.9738619Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:10:39.4848032Z [+] Installing: b3sum -> b3sum
2025-08-20T22:10:39.7115758Z [+] Installing: bita -> bita
2025-08-20T22:10:40.2844822Z [+] Installing: btop -> btop
2025-08-20T22:10:40.8445351Z [+] Installing: chafa -> chafa
2025-08-20T22:10:41.3645098Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:10:42.0244744Z [+] Installing: croc -> croc
2025-08-20T22:10:42.5997782Z [+] Installing: csvtk -> csvtk
2025-08-20T22:10:43.2233354Z [+] Installing: cutlines -> cutlines
2025-08-20T22:10:45.4837221Z curl: (22) The requested URL returned error: 404
2025-08-20T22:10:45.4871525Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:10:45.4872116Z [+] Installing: dbin -> dbin
2025-08-20T22:10:45.7175161Z [+] Installing: dasel -> dasel
2025-08-20T22:10:46.2324798Z [+] Installing: delta -> delta
2025-08-20T22:10:46.7751571Z [+] Installing: ds -> ds
2025-08-20T22:10:47.2314882Z curl: (22) The requested URL returned error: 404
2025-08-20T22:10:47.2315343Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:10:47.2315604Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:10:47.4298256Z [+] Installing: duf -> duf
2025-08-20T22:10:47.9790721Z [+] Installing: duplicut -> duplicut
2025-08-20T22:10:48.2261747Z [+] Installing: dust -> dust
2025-08-20T22:10:48.4178800Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:10:48.9837839Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:10:49.5008658Z [+] Installing: dysk -> dysk
2025-08-20T22:10:50.0328547Z [+] Installing: eget -> eget
2025-08-20T22:10:50.5370789Z [+] Installing: epoch -> epoch
2025-08-20T22:10:51.0114578Z [+] Installing: faketty -> faketty
2025-08-20T22:10:51.5096689Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:10:51.6982042Z [+] Installing: freeze -> freeze
2025-08-20T22:10:52.2866471Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:10:52.8017806Z [+] Installing: gdu -> gdu
2025-08-20T22:10:53.4100950Z [+] Installing: gh -> gh
2025-08-20T22:10:54.1301113Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:10:54.3727791Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:10:55.0599835Z [+] Installing: glab -> glab
2025-08-20T22:10:55.4524893Z [+] Installing: glow -> glow
2025-08-20T22:10:56.0404971Z [+] Installing: httpx -> httpx
2025-08-20T22:10:56.3587674Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:10:56.9882918Z [+] Installing: husarnet -> husarnet
2025-08-20T22:10:57.4325699Z curl: (22) The requested URL returned error: 404
2025-08-20T22:10:57.4361321Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:10:57.4362124Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:10:58.0349457Z curl: (22) The requested URL returned error: 404
2025-08-20T22:10:58.0384172Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:10:58.0384804Z [+] Installing: imgcat -> imgcat
2025-08-20T22:10:58.5199233Z [+] Installing: jc -> jc
2025-08-20T22:10:59.2467310Z [+] Installing: jq -> jq
2025-08-20T22:10:59.7242695Z [+] Installing: logdy -> logdy
2025-08-20T22:11:00.4017998Z [+] Installing: micro -> micro
2025-08-20T22:11:02.0448017Z [+] Installing: miniserve -> miniserve
2025-08-20T22:11:02.7307336Z [+] Installing: minisign -> minisign
2025-08-20T22:11:03.2465733Z [+] Installing: ncdu -> ncdu
2025-08-20T22:11:03.4248260Z [+] Installing: notify -> notify
2025-08-20T22:11:03.6719605Z [+] Installing: ouch -> ouch
2025-08-20T22:11:04.1923596Z [+] Installing: oras -> oras
2025-08-20T22:11:04.6987995Z [+] Installing: pipetty -> pipetty
2025-08-20T22:11:05.1785290Z [+] Installing: pixterm -> pixterm
2025-08-20T22:11:05.7718877Z [+] Installing: qsv -> qsv
2025-08-20T22:11:06.3081648Z [+] Installing: rclone -> rclone
2025-08-20T22:11:06.9691881Z [+] Installing: ripgrep -> rg
2025-08-20T22:11:07.5151606Z [+] Installing: rga -> rga
2025-08-20T22:11:08.0804620Z [+] Installing: rsync -> rsync
2025-08-20T22:11:08.6396594Z [+] Installing: script -> script
2025-08-20T22:11:09.1667164Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:11:09.5434476Z [+] Installing: soar -> soar
2025-08-20T22:11:10.0655322Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:11:10.6357108Z [+] Installing: sstrip -> sstrip
2025-08-20T22:11:11.0608265Z [+] Installing: strace -> strace
2025-08-20T22:11:11.5535755Z [+] Installing: sttr -> sttr
2025-08-20T22:11:12.1145011Z [+] Installing: tailscale -> tailscale
2025-08-20T22:11:12.6641679Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:11:13.2164997Z [+] Installing: taplo -> taplo
2025-08-20T22:11:13.7894716Z [+] Installing: tldr -> tldr
2025-08-20T22:11:14.3722185Z [+] Installing: tldr -> tealdeer
2025-08-20T22:11:14.8993855Z [+] Installing: tmux -> tmux
2025-08-20T22:11:15.3671281Z [+] Installing: tok -> tok
2025-08-20T22:11:15.8563795Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:11:16.4831872Z [+] Installing: trurl -> trurl
2025-08-20T22:11:16.9996826Z [+] Installing: tss -> tss
2025-08-20T22:11:17.4486910Z [+] Installing: ulexec -> ulexec
2025-08-20T22:11:18.0104508Z [+] Installing: unfurl -> unfurl
2025-08-20T22:11:18.5116327Z [+] Installing: upx -> upx
2025-08-20T22:11:18.9812722Z [+] Installing: validtoml -> validtoml
2025-08-20T22:11:19.5254026Z [+] Installing: wget -> wget
2025-08-20T22:11:20.1099097Z [+] Installing: wget2 -> wget2
2025-08-20T22:11:20.3369746Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:11:20.8396238Z [+] Installing: xq -> xq
2025-08-20T22:11:21.3676292Z [+] Installing: xz -> xz
2025-08-20T22:11:21.8358947Z [+] Installing: unxz -> unxz
2025-08-20T22:11:22.3472962Z [+] Installing: yq -> yq
2025-08-20T22:11:22.8787655Z [+] Installing: yj -> yj
2025-08-20T22:11:23.3599436Z [+] Installing: zapper -> zapper
2025-08-20T22:11:23.7958170Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:11:24.3050148Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:11:24.7459826Z curl: (22) The requested URL returned error: 404
2025-08-20T22:11:24.7496586Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:11:24.7497351Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:11:25.2149590Z curl: (22) The requested URL returned error: 404
2025-08-20T22:11:25.2184963Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:11:25.2185624Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:11:25.6895990Z curl: (22) The requested URL returned error: 404
2025-08-20T22:11:25.6929782Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:11:25.6930760Z [+] Installing: zstd -> zstd
2025-08-20T22:11:26.2277011Z [+] Creating symlinks...
2025-08-20T22:11:26.2351583Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:11:26.2432538Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:11:26.2512093Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:11:26.2593086Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:11:26.2674058Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:11:26.2756100Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:11:26.2836836Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:11:26.2918302Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:11:26.3002952Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:11:26.3086854Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:11:26.3171793Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:11:26.3254770Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:11:26.3337511Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:11:26.3416714Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:11:26.3496199Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:11:26.3579218Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:11:26.3662902Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:11:26.3695995Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:11:26.3768683Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:11:26.3850715Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:11:26.3931876Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:11:26.3966197Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:11:26.4040220Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:11:26.4123560Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:11:26.4209018Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:11:26.4290384Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:11:26.4373346Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:11:26.4454707Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:11:26.4535514Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:11:26.4617856Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:11:26.4701327Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:11:26.4781596Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:11:26.4864021Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:11:26.4945336Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:11:26.5025486Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:11:26.5110168Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:11:26.5189502Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:11:26.5272400Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:11:26.5356293Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:11:26.5437829Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:11:26.5515336Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:11:26.5595831Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:11:26.5676062Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:11:26.5759421Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:11:26.5794433Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:11:26.5819182Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:11:26.5891896Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:11:26.5971181Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:11:26.6053688Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:11:26.6136355Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:11:26.6215789Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:11:26.6294666Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:11:26.6374853Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:11:26.6454077Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:11:26.6532400Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:11:26.6611686Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:11:26.6694518Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:11:26.6773419Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:11:26.6851690Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:11:26.6928826Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:11:26.7007609Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:11:26.7085500Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:11:26.7166180Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:11:26.7246109Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:11:26.7325674Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:11:26.7404485Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:11:26.7481287Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:11:26.7557435Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:11:26.7636931Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:11:26.7715720Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:11:26.7791733Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:11:26.7869592Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:11:26.7948919Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:11:26.8028969Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:11:26.8109322Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:11:26.8190992Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:11:26.8273378Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:11:26.8351738Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:11:26.8431786Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:11:26.8512012Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:11:26.8591311Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:11:26.8671331Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:11:26.8749618Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:11:26.8831738Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:11:26.8910535Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:11:26.8991492Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:11:26.9070455Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:11:26.9148812Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:11:26.9226748Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:11:26.9304199Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:11:26.9382913Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:11:26.9460819Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:11:26.9540468Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:11:26.9618280Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:11:26.9702798Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:11:26.9739333Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:11:26.9765624Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:11:26.9790171Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:11:26.9865572Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:11:26.9887864Z 
2025-08-20T22:11:26.9888257Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:11:26.9888612Z 
2025-08-20T22:11:26.9997236Z 
2025-08-20T22:11:27.0076811Z 
2025-08-20T22:11:27.0077334Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:11:27.0077552Z 
2025-08-20T22:11:27.0077626Z [+] Installation completed!
2025-08-20T22:11:27.0155266Z 
2025-08-20T22:11:27.0155685Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:11:27.3347472Z github.com
2025-08-20T22:11:27.3349211Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:11:27.3349520Z   - Active account: true
2025-08-20T22:11:27.3349735Z   - Git operations protocol: https
2025-08-20T22:11:27.3349985Z   - Token: ghp_************************************
2025-08-20T22:11:27.3350612Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:11:27.3351250Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:11:27.3351577Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:11:27.5468345Z Limit: 5000, Remaining: 4918, Reset: 2025-08-20 22:27:57 +0000 UTC (16m29s)
2025-08-20T22:11:27.5477335Z 
2025-08-20T22:11:27.5477472Z [+] GHCR_TOKEN is Exported
2025-08-20T22:11:27.5507182Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:11:27.8765083Z Login Succeeded
2025-08-20T22:11:27.8773804Z 
2025-08-20T22:11:27.8773911Z [+] GITLAB is Exported
2025-08-20T22:11:28.0341211Z [git remote -v]
2025-08-20T22:11:28.3719738Z gitlab.com
2025-08-20T22:11:28.3720325Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:11:28.3722843Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:11:28.3723470Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:11:28.3723898Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:11:28.3724252Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:11:28.3724569Z   ✓ Token found: **************************
2025-08-20T22:11:28.3724768Z 
2025-08-20T22:11:28.3725082Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:11:28.3725543Z [git remote -v]
2025-08-20T22:11:28.3733092Z 2025/08/20 22:11:28 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:11:28.3733978Z git: exit status 128]
2025-08-20T22:11:28.7078082Z 
2025-08-20T22:11:28.7078225Z 
2025-08-20T22:11:28.7078968Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:11:28 PM)
2025-08-20T22:11:28.7079367Z 
2025-08-20T22:11:28.7079370Z 
2025-08-20T22:11:28.7079453Z [+] USER = runner
2025-08-20T22:11:28.7079627Z [+] HOME = /home/runner
2025-08-20T22:11:28.7081767Z [+] 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:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:11:28.7084181Z 
2025-08-20T22:11:28.8553723Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:11:28.8591302Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:11:28.8608409Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:11:28.9053737Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:11:28.9516125Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:11:28.9979248Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:11:29.9196000Z Reading package lists...
2025-08-20T22:11:29.9497095Z Reading package lists...
2025-08-20T22:11:30.1589793Z Building dependency tree...
2025-08-20T22:11:30.1597052Z Reading state information...
2025-08-20T22:11:30.4173819Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:11:30.4174447Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:11:30.4174913Z ca-certificates is already the newest version (20240203).
2025-08-20T22:11:30.4175283Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:11:30.4175683Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:11:30.4176035Z moreutils is already the newest version (0.69-1).
2025-08-20T22:11:30.4176428Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:11:30.4176899Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:11:30.4177653Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:11:30.5924311Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:11:30.6063653Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:11:30.7334739Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:11:30.8434024Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:11:30.9529494Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:11:31.0624942Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:11:31.9582909Z Reading package lists...
2025-08-20T22:11:31.9889843Z Reading package lists...
2025-08-20T22:11:32.2112875Z Building dependency tree...
2025-08-20T22:11:32.2121024Z Reading state information...
2025-08-20T22:11:32.4697992Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:11:32.4698674Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:11:32.4699087Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:11:32.4699435Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:11:32.4699884Z ca-certificates is already the newest version (20240203).
2025-08-20T22:11:32.4700257Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:11:32.4701018Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:11:32.4701370Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:11:32.4701675Z gawk set to manually installed.
2025-08-20T22:11:32.4701979Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:11:32.4702546Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:11:32.4702962Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:11:32.4703357Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:11:32.4703737Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:11:32.4704154Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:11:32.4704548Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:11:32.4704917Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:11:32.4705292Z The following additional packages will be installed:
2025-08-20T22:11:32.4705735Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:11:32.4706192Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:11:32.4706698Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:11:32.4707169Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:11:32.4707651Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:11:32.4708248Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:11:32.4717007Z Suggested packages:
2025-08-20T22:11:32.4719069Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:11:32.4719521Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:11:32.4719966Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:11:32.4720401Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:11:32.4720793Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:11:32.4721154Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:11:32.4721505Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:11:32.4942693Z The following NEW packages will be installed:
2025-08-20T22:11:32.4943047Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:11:32.4944649Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:11:32.4945152Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:11:32.4945933Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:11:32.4946385Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:11:32.4950485Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:11:32.4951924Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:11:32.7064354Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:11:32.7064704Z Need to get 27.2 MB of archives.
2025-08-20T22:11:32.7065008Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:11:32.7065554Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:11:33.0984603Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:11:33.1956916Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:11:33.2449384Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:11:33.2919831Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:11:33.3387308Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:11:33.3896492Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:11:33.4397263Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:11:33.4908988Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:11:33.5382847Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:11:33.6980942Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:11:33.7457759Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:11:33.7953098Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:11:33.8424031Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:11:33.8892985Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:11:33.9362789Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:11:33.9835809Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:11:34.0504399Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:11:34.1847915Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:11:34.2329229Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:11:34.2797702Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:11:34.3269132Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:11:34.3770267Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:11:34.4241766Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:11:34.4719692Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:11:34.5189897Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:11:34.5708462Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:11:34.6180271Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:11:34.6650533Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:11:34.7125063Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:11:34.7593742Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:11:34.8066912Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:11:34.8539805Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:11:34.9117633Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:11:34.9609887Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:11:35.0111139Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:11:35.2470859Z Preconfiguring packages ...
2025-08-20T22:11:35.3507310Z Fetched 27.2 MB in 3s (10.9 MB/s)
2025-08-20T22:11:35.4180306Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:11:35.4211742Z (Reading database ... 
2025-08-20T22:11:35.4212407Z (Reading database ... 5%
2025-08-20T22:11:35.4212685Z (Reading database ... 10%
2025-08-20T22:11:35.4212883Z (Reading database ... 15%
2025-08-20T22:11:35.4213078Z (Reading database ... 20%
2025-08-20T22:11:35.4213269Z (Reading database ... 25%
2025-08-20T22:11:35.4213500Z (Reading database ... 30%
2025-08-20T22:11:35.4213694Z (Reading database ... 35%
2025-08-20T22:11:35.4213882Z (Reading database ... 40%
2025-08-20T22:11:35.4214072Z (Reading database ... 45%
2025-08-20T22:11:35.4214264Z (Reading database ... 50%
2025-08-20T22:11:35.4235706Z (Reading database ... 55%
2025-08-20T22:11:35.4323334Z (Reading database ... 60%
2025-08-20T22:11:35.4363494Z (Reading database ... 65%
2025-08-20T22:11:35.4378040Z (Reading database ... 70%
2025-08-20T22:11:35.4398025Z (Reading database ... 75%
2025-08-20T22:11:35.4431644Z (Reading database ... 80%
2025-08-20T22:11:35.4596392Z (Reading database ... 85%
2025-08-20T22:11:35.4620761Z (Reading database ... 90%
2025-08-20T22:11:35.4710442Z (Reading database ... 95%
2025-08-20T22:11:35.4710664Z (Reading database ... 100%
2025-08-20T22:11:35.4710958Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:11:35.4741617Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:11:35.5002040Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:11:35.6800725Z Selecting previously unselected package poppler-data.
2025-08-20T22:11:35.6955422Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:11:35.7044834Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:11:35.8528908Z Selecting previously unselected package b3sum.
2025-08-20T22:11:35.8674550Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:11:35.8760736Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:11:35.9563175Z Selecting previously unselected package build-essential.
2025-08-20T22:11:35.9733085Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:11:35.9816688Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:11:36.0602770Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:11:36.0770558Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:11:36.0936268Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:11:36.2223953Z Selecting previously unselected package ccache.
2025-08-20T22:11:36.2385966Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:11:36.2456466Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:11:36.3314551Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:11:36.3470257Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:11:36.3552961Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:11:36.4271035Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:11:36.4446530Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:11:36.4564004Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:11:36.5410404Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:11:36.5580174Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:11:36.5733307Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:11:36.6956385Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:11:36.7109487Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:11:36.7688595Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:11:36.8812183Z Selecting previously unselected package libgs-common.
2025-08-20T22:11:36.8968805Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:11:36.9073038Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:36.9680048Z Selecting previously unselected package libgs10-common.
2025-08-20T22:11:36.9850899Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:11:36.9931529Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:37.1014103Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:11:37.1191625Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:11:37.1550045Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:11:37.9771493Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:11:37.9942883Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:11:38.0026992Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:11:38.0775366Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:11:38.0946121Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:11:38.1047265Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:11:38.2001410Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:11:38.2150837Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:11:38.2224279Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:11:38.2921878Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:11:38.3071492Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:11:38.3161544Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:38.4812872Z Selecting previously unselected package ghostscript.
2025-08-20T22:11:38.4981994Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:11:38.5061818Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:38.5919188Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:11:38.6082693Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:11:38.6153878Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:38.7800607Z Selecting previously unselected package imagemagick.
2025-08-20T22:11:38.7948331Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:11:38.8039015Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:38.8652909Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:11:38.8797850Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:11:38.8917440Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:11:38.9562441Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:11:38.9898485Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:11:39.0023721Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:11:39.1088860Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:11:39.1254482Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:11:39.1350990Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:11:39.2193775Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:11:39.2364963Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:11:39.2457526Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:11:39.3158216Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:11:39.3314628Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:11:39.3412465Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:11:39.4295789Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:11:39.4443189Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:11:39.4515851Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:11:39.5941991Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:11:39.6110756Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:11:39.6202200Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:11:39.6803689Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:11:39.6969411Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:11:39.7042703Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:39.7851535Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:11:39.7990400Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:11:39.8071636Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:11:39.8780089Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:11:39.8919183Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:11:39.9004501Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:11:39.9666032Z Selecting previously unselected package libtool-bin.
2025-08-20T22:11:39.9818385Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:11:39.9924942Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:11:40.0665634Z Selecting previously unselected package lzip.
2025-08-20T22:11:40.0834864Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:11:40.1005643Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:11:40.1804698Z Selecting previously unselected package netpbm.
2025-08-20T22:11:40.1962196Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:11:40.2048511Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:11:40.4614969Z Selecting previously unselected package musl:arm64.
2025-08-20T22:11:40.4764341Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:11:40.4851942Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:11:40.5834859Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:11:40.6001351Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:11:40.6077663Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:11:40.7011877Z Selecting previously unselected package musl-tools.
2025-08-20T22:11:40.7171095Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:11:40.7266811Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:11:40.8140153Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:11:40.9625611Z 
2025-08-20T22:11:40.9626286Z Creating config file /etc/papersize with new version
2025-08-20T22:11:41.0653023Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:11:41.0989037Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:11:41.1446756Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:11:41.1720422Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:11:41.2019094Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:41.2503145Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:11:41.2813788Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:11:41.3090541Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:11:41.4109024Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:11:41.4460638Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:11:41.4742725Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:11:41.4959080Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:11:41.5050168Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:11:41.5155398Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:11:41.5354105Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:11:41.5731487Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:11:41.6049130Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:11:41.6495101Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:11:41.6873754Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:41.7096474Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:11:41.7207044Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:11:41.7339345Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:11:41.7417710Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:11:41.7533784Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:11:41.7702839Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:11:41.7822238Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:11:41.7925626Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:11:41.8123110Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:11:41.8231842Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:11:41.8328594Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:11:41.8441790Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:11:41.8532719Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:11:41.8632066Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:11:41.8732855Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:11:41.8817842Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:11:41.8906117Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:11:41.9136974Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:11:41.9227088Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:11:41.9420922Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:11:41.9511750Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:11:41.9691693Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:11:41.9871796Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:11:42.0178073Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:11:42.0780760Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:11:42.1091028Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:11:42.1644793Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:11:42.2033846Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:11:42.2330544Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:11:42.7161704Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:11:42.7371886Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:11:42.7568953Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:11:42.7806196Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:11:42.8137824Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:11:42.8398661Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:11:42.8644797Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:42.8922713Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:11:42.9224317Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:11:43.1461507Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:11:43.1695720Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:43.1935092Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:43.2248535Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:11:43.2695221Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:11:43.3690498Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:11:43.7493236Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:11:44.8243229Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:11:44.8661858Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:47.4831927Z Reading package lists...
2025-08-20T22:11:47.6890606Z Building dependency tree...
2025-08-20T22:11:47.6899265Z Reading state information...
2025-08-20T22:11:47.9289938Z autoconf is already the newest version (2.71-3).
2025-08-20T22:11:47.9290313Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:11:47.9290654Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:11:47.9291024Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:11:47.9291366Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:11:47.9291711Z ca-certificates is already the newest version (20240203).
2025-08-20T22:11:47.9292021Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:11:47.9292494Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:11:47.9292816Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:11:47.9293120Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:11:47.9293430Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:11:47.9294122Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:11:47.9294418Z patch set to manually installed.
2025-08-20T22:11:47.9294681Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:11:47.9295003Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:11:47.9295312Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:11:47.9295609Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:11:47.9295869Z Suggested packages:
2025-08-20T22:11:47.9296036Z   scons-doc
2025-08-20T22:11:47.9445303Z The following NEW packages will be installed:
2025-08-20T22:11:47.9452561Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:11:48.1037058Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:11:48.1037416Z Need to get 17.8 MB of archives.
2025-08-20T22:11:48.1037703Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:11:48.1038228Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:11:48.3936723Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:11:48.4403156Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:11:48.8077653Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:11:48.8571594Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:11:49.1068689Z Fetched 17.8 MB in 1s (19.7 MB/s)
2025-08-20T22:11:49.1385402Z Selecting previously unselected package autopoint.
2025-08-20T22:11:49.1417987Z (Reading database ... 
2025-08-20T22:11:49.1418218Z (Reading database ... 5%
2025-08-20T22:11:49.1418411Z (Reading database ... 10%
2025-08-20T22:11:49.1418607Z (Reading database ... 15%
2025-08-20T22:11:49.1418800Z (Reading database ... 20%
2025-08-20T22:11:49.1418988Z (Reading database ... 25%
2025-08-20T22:11:49.1419209Z (Reading database ... 30%
2025-08-20T22:11:49.1419397Z (Reading database ... 35%
2025-08-20T22:11:49.1419605Z (Reading database ... 40%
2025-08-20T22:11:49.1419796Z (Reading database ... 45%
2025-08-20T22:11:49.1419986Z (Reading database ... 50%
2025-08-20T22:11:49.1440698Z (Reading database ... 55%
2025-08-20T22:11:49.1529632Z (Reading database ... 60%
2025-08-20T22:11:49.1569156Z (Reading database ... 65%
2025-08-20T22:11:49.1583363Z (Reading database ... 70%
2025-08-20T22:11:49.1603761Z (Reading database ... 75%
2025-08-20T22:11:49.1728086Z (Reading database ... 80%
2025-08-20T22:11:49.1796747Z (Reading database ... 85%
2025-08-20T22:11:49.1822600Z (Reading database ... 90%
2025-08-20T22:11:49.1906726Z (Reading database ... 95%
2025-08-20T22:11:49.1908468Z (Reading database ... 100%
2025-08-20T22:11:49.1909197Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:11:49.1935197Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:11:49.2021904Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:11:49.3240299Z Selecting previously unselected package clang.
2025-08-20T22:11:49.3392117Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:11:49.3493949Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:11:49.4259348Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:11:49.4402672Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:11:49.4481716Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:11:50.5168938Z Selecting previously unselected package scons.
2025-08-20T22:11:50.5338650Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:11:50.5408477Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:11:50.6353026Z Selecting previously unselected package byacc.
2025-08-20T22:11:50.6525777Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:11:50.6643722Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:11:50.7751702Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:11:50.8059314Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:11:50.8473532Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:11:50.9099491Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:11:51.2816182Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:11:51.3050977Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:52.5524493Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:11:53.7163651Z Reading package lists...
2025-08-20T22:11:53.9159396Z Building dependency tree...
2025-08-20T22:11:53.9168075Z Reading state information...
2025-08-20T22:11:54.1567753Z The following additional packages will be installed:
2025-08-20T22:11:54.1568133Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:11:54.1568487Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:11:54.1568922Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:11:54.1569396Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:11:54.1569835Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:11:54.1570256Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:11:54.1571095Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:11:54.1571516Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:11:54.1576245Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:11:54.1583552Z Suggested packages:
2025-08-20T22:11:54.1583831Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:11:54.1584208Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:11:54.1584619Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:11:54.1585201Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:11:54.1585582Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:11:54.1585988Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:11:54.1586443Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:11:54.1586928Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:11:54.1587281Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:11:54.1587487Z Recommended packages:
2025-08-20T22:11:54.1587762Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:11:54.1588185Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:11:54.1588578Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:11:54.1588933Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:11:54.1589249Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:11:54.1769066Z The following NEW packages will be installed:
2025-08-20T22:11:54.1769457Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:11:54.1769830Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:11:54.1770217Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:11:54.1771248Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:11:54.1771697Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:11:54.1772111Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:11:54.1772714Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:11:54.1773141Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:11:54.1777265Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:11:54.4006185Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:11:54.4006862Z Need to get 2409 kB of archives.
2025-08-20T22:11:54.4007176Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:11:54.4007692Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:11:54.4475852Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:11:54.5036135Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:11:54.5980188Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:11:54.6475792Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:11:54.7002091Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:11:54.7607772Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:11:54.8106402Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:11:54.8619625Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:11:54.9130604Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:11:54.9670905Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:11:55.0195879Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:11:55.0702263Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:11:55.1227333Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:11:55.1779192Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:11:55.2451825Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:11:55.2965561Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:11:55.5195997Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:11:55.5683901Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:11:55.6161061Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:11:55.6631208Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:11:55.7581790Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:11:55.8141658Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:11:55.8615003Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:11:55.9083151Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:11:55.9553394Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:11:56.0023614Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:11:56.0552551Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:11:56.1049124Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:11:56.1524972Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:11:56.4708836Z Fetched 2409 kB in 2s (1191 kB/s)
2025-08-20T22:11:56.5029174Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:11:56.5061290Z (Reading database ... 
2025-08-20T22:11:56.5061868Z (Reading database ... 5%
2025-08-20T22:11:56.5062106Z (Reading database ... 10%
2025-08-20T22:11:56.5062498Z (Reading database ... 15%
2025-08-20T22:11:56.5062708Z (Reading database ... 20%
2025-08-20T22:11:56.5062921Z (Reading database ... 25%
2025-08-20T22:11:56.5063120Z (Reading database ... 30%
2025-08-20T22:11:56.5063314Z (Reading database ... 35%
2025-08-20T22:11:56.5063503Z (Reading database ... 40%
2025-08-20T22:11:56.5063695Z (Reading database ... 45%
2025-08-20T22:11:56.5063886Z (Reading database ... 50%
2025-08-20T22:11:56.5084525Z (Reading database ... 55%
2025-08-20T22:11:56.5175008Z (Reading database ... 60%
2025-08-20T22:11:56.5216695Z (Reading database ... 65%
2025-08-20T22:11:56.5231934Z (Reading database ... 70%
2025-08-20T22:11:56.5252525Z (Reading database ... 75%
2025-08-20T22:11:56.5381376Z (Reading database ... 80%
2025-08-20T22:11:56.5451628Z (Reading database ... 85%
2025-08-20T22:11:56.5477678Z (Reading database ... 90%
2025-08-20T22:11:56.5565474Z (Reading database ... 95%
2025-08-20T22:11:56.5566078Z (Reading database ... 100%
2025-08-20T22:11:56.5566371Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:11:56.5593888Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:11:56.5704387Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:11:56.6541694Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:11:56.6715631Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:11:56.6801791Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:11:56.7611253Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:11:56.7771943Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:11:56.7861765Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:11:56.8532142Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:11:56.8674166Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:11:56.8765233Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:11:56.9446380Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:11:56.9585554Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:11:56.9651621Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:11:57.0313392Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:11:57.0458408Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:11:57.0537632Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:11:57.1209388Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:11:57.1388448Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:11:57.1460267Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:11:57.2014482Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:11:57.2182064Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:11:57.2379325Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:11:57.3016777Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:11:57.3177654Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:11:57.3244547Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:11:57.3893420Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:11:57.4038700Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:11:57.4122418Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:11:57.4848918Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:11:57.4988765Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:11:57.5092506Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:11:57.5756861Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:11:57.5933030Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:11:57.6039554Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:11:57.6700272Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:11:57.6872079Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:11:57.6958534Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:11:57.7586334Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:11:57.7757418Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:11:57.7859327Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:11:57.8520424Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:11:57.8669867Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:11:57.8741854Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:11:57.9523206Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:11:57.9676855Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:11:57.9761403Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:11:58.0622944Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:11:58.0793791Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:11:58.0879454Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:11:58.1735431Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:11:58.1902101Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:11:58.1999361Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:11:58.2649833Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:11:58.2819281Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:11:58.2903909Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:11:58.3588258Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:11:58.3733870Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:11:58.3823809Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:11:58.4684126Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:11:58.4836713Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:11:58.4908428Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:11:58.5607026Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:11:58.5761355Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:11:58.5867175Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:11:58.6572125Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:11:58.6745915Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:11:58.6827971Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:11:58.7412503Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:11:58.7582443Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:11:58.7732519Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:11:58.8342365Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:11:58.8502582Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:11:58.8587049Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:11:58.9176428Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:11:58.9320543Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:11:58.9442566Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:11:59.0132777Z Selecting previously unselected package libwww-perl.
2025-08-20T22:11:59.0275127Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:11:59.0351001Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:11:59.1132389Z Selecting previously unselected package patchutils.
2025-08-20T22:11:59.1304303Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:11:59.1440522Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:11:59.2285639Z Selecting previously unselected package wdiff.
2025-08-20T22:11:59.2463725Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:11:59.2540360Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:11:59.3557802Z Selecting previously unselected package devscripts.
2025-08-20T22:11:59.3722686Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:11:59.3957575Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:11:59.5357648Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:11:59.5643783Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:11:59.5961635Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:11:59.6236313Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:11:59.6488974Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:11:59.6751640Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:11:59.6978845Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:11:59.7195022Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:11:59.7422525Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:11:59.7675547Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:11:59.7908119Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:11:59.8152908Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:11:59.8452698Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:11:59.8715760Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:11:59.8931377Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:11:59.9200655Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:11:59.9411565Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:11:59.9662265Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:11:59.9880601Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:12:00.0266597Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:12:00.0557767Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:12:00.0916503Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:12:00.1303729Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:12:00.1754014Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:12:00.2425685Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:12:00.2702813Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:12:00.2980824Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:12:00.3706021Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:12:00.4013318Z Setting up devscripts (2.23.7) ...
2025-08-20T22:12:00.5561399Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:12:00.5839651Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:02.4518879Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:12:03.6635355Z Reading package lists...
2025-08-20T22:12:03.8597446Z Building dependency tree...
2025-08-20T22:12:03.8604712Z Reading state information...
2025-08-20T22:12:04.0873241Z The following additional packages will be installed:
2025-08-20T22:12:04.0880462Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:12:04.0887342Z Suggested packages:
2025-08-20T22:12:04.0887565Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:12:04.1040277Z The following NEW packages will be installed:
2025-08-20T22:12:04.1046649Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:12:04.3421913Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:04.3422959Z Need to get 12.7 MB of archives.
2025-08-20T22:12:04.3423317Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:12:04.3423866Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:12:04.7481404Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:12:05.0021243Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:12:05.5857729Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:12:06.7534839Z Fetched 12.7 MB in 2s (5338 kB/s)
2025-08-20T22:12:06.7882432Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:12:06.7915506Z (Reading database ... 
2025-08-20T22:12:06.7915765Z (Reading database ... 5%
2025-08-20T22:12:06.7915963Z (Reading database ... 10%
2025-08-20T22:12:06.7916160Z (Reading database ... 15%
2025-08-20T22:12:06.7916353Z (Reading database ... 20%
2025-08-20T22:12:06.7916544Z (Reading database ... 25%
2025-08-20T22:12:06.7917110Z (Reading database ... 30%
2025-08-20T22:12:06.7917302Z (Reading database ... 35%
2025-08-20T22:12:06.7917492Z (Reading database ... 40%
2025-08-20T22:12:06.7917682Z (Reading database ... 45%
2025-08-20T22:12:06.7917872Z (Reading database ... 50%
2025-08-20T22:12:06.7938959Z (Reading database ... 55%
2025-08-20T22:12:06.8024380Z (Reading database ... 60%
2025-08-20T22:12:06.8065093Z (Reading database ... 65%
2025-08-20T22:12:06.8078953Z (Reading database ... 70%
2025-08-20T22:12:06.8108348Z (Reading database ... 75%
2025-08-20T22:12:06.8227806Z (Reading database ... 80%
2025-08-20T22:12:06.8297252Z (Reading database ... 85%
2025-08-20T22:12:06.8323349Z (Reading database ... 90%
2025-08-20T22:12:06.8409437Z (Reading database ... 95%
2025-08-20T22:12:06.8409689Z (Reading database ... 100%
2025-08-20T22:12:06.8409981Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:12:06.8436518Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:12:06.8583008Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:12:06.9420838Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:12:06.9557540Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:12:06.9637671Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:12:07.0619071Z Selecting previously unselected package cmake-data.
2025-08-20T22:12:07.0791659Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:12:07.0930800Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:12:08.0286469Z Selecting previously unselected package cmake.
2025-08-20T22:12:08.0458730Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:12:08.0528991Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:12:08.2765364Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:12:08.2992259Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:12:08.3245827Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:12:08.3547382Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:12:08.3827345Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:09.7775699Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:12:10.9521140Z Reading package lists...
2025-08-20T22:12:11.1437899Z Building dependency tree...
2025-08-20T22:12:11.1444554Z Reading state information...
2025-08-20T22:12:11.4052019Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:12:11.4052800Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:12:11.4053120Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:12:11.4053802Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:12:11.4054114Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:12:11.4054425Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:12:11.4054794Z ca-certificates is already the newest version (20240203).
2025-08-20T22:12:11.4055144Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:12:11.4055439Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:12:11.4055739Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:12:11.4056028Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:12:11.4056307Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:12:11.4056639Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:12:11.4056991Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:12:11.4057293Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:12:11.4057605Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:12:11.4057915Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:12:11.4058220Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:12:11.4058493Z musl is already the newest version (1.2.4-2).
2025-08-20T22:12:11.4059012Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:12:11.4059294Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:12:11.4059624Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:12:11.4059961Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:12:11.4060259Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:12:11.4060555Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:12:11.4060880Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:11.4248579Z Reading package lists...
2025-08-20T22:12:11.6160358Z Building dependency tree...
2025-08-20T22:12:11.6168033Z Reading state information...
2025-08-20T22:12:11.8898057Z autoconf is already the newest version (2.71-3).
2025-08-20T22:12:11.8898438Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:12:11.8898782Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:12:11.8899146Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:12:11.8899473Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:12:11.8899811Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:12:11.8900138Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:12:11.8900450Z ca-certificates is already the newest version (20240203).
2025-08-20T22:12:11.8900760Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:12:11.8901048Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:12:11.8901333Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:12:11.8901645Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:12:11.8901953Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:12:11.8902264Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:12:11.8902708Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:12:11.8903023Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:12:11.8903343Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:12:11.8903721Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:12:11.8904065Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:12:11.8904349Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:12:11.8904646Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:12:11.8904978Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:11.9088704Z Reading package lists...
2025-08-20T22:12:12.1034647Z Building dependency tree...
2025-08-20T22:12:12.1043032Z Reading state information...
2025-08-20T22:12:12.3892069Z devscripts is already the newest version (2.23.7).
2025-08-20T22:12:12.3892814Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:12.4088306Z Reading package lists...
2025-08-20T22:12:12.6098385Z Building dependency tree...
2025-08-20T22:12:12.6106331Z Reading state information...
2025-08-20T22:12:12.8926474Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:12:12.8926862Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:12.9114142Z Reading package lists...
2025-08-20T22:12:13.1139917Z Building dependency tree...
2025-08-20T22:12:13.1148846Z Reading state information...
2025-08-20T22:12:13.3799776Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:12:13.3800223Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:12:13.4202859Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:13.4633307Z Reading package lists...
2025-08-20T22:12:13.6623038Z Building dependency tree...
2025-08-20T22:12:13.6631240Z Reading state information...
2025-08-20T22:12:13.9119383Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:12:13.9120206Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:12:13.9120583Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:12:13.9120952Z The following additional packages will be installed:
2025-08-20T22:12:13.9121280Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:12:13.9121674Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:12:13.9122119Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:12:13.9122671Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:12:13.9123059Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:12:13.9123501Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:12:13.9123908Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:12:13.9124314Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:12:13.9124690Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:12:13.9125081Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:12:13.9125496Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:12:13.9125843Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:12:13.9126211Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:12:13.9126649Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:12:13.9128202Z   linux-libc-dev-armhf-cross
2025-08-20T22:12:13.9138098Z Suggested packages:
2025-08-20T22:12:13.9138431Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:12:13.9138810Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:12:13.9468677Z The following NEW packages will be installed:
2025-08-20T22:12:13.9469037Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:12:13.9469464Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:12:13.9470842Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:12:13.9471275Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:12:13.9471651Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:12:13.9472039Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:12:13.9472584Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:12:13.9472980Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:12:13.9473787Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:12:13.9474185Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:12:13.9474592Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:12:13.9475027Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:12:13.9475394Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:12:13.9475765Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:12:13.9477899Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:12:14.0597411Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:14.0597762Z Need to get 112 MB of archives.
2025-08-20T22:12:14.0598047Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:12:14.0598735Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:12:14.2053804Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:12:14.6158677Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:12:14.6626555Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:12:14.8146958Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:12:14.8611138Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:12:14.9079889Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:12:14.9733263Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:12:15.0200629Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:12:15.0667771Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:12:15.1189969Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:12:15.1658381Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:12:15.2131324Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:12:15.2600814Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:12:15.3220557Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:12:15.3725281Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:12:15.5121611Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:12:15.5632757Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:12:15.8362056Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:12:15.8966503Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:12:15.9579237Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:12:16.0302202Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:12:16.1963898Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:12:16.2789575Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:12:16.3259709Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:12:16.3727325Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:12:16.4327754Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:12:16.4793368Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:12:16.5266815Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:12:16.5732104Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:12:16.6504328Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:12:16.7035760Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:12:16.7616484Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:12:16.9042791Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:12:17.1560753Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:12:17.2164642Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:12:17.2773099Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:12:17.3496851Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:12:17.5160866Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:12:17.5626852Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:12:17.6092007Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:12:17.6558700Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:12:17.9483713Z Fetched 112 MB in 4s (30.4 MB/s)
2025-08-20T22:12:17.9782925Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:12:17.9816862Z (Reading database ... 
2025-08-20T22:12:17.9817095Z (Reading database ... 5%
2025-08-20T22:12:17.9817484Z (Reading database ... 10%
2025-08-20T22:12:17.9817683Z (Reading database ... 15%
2025-08-20T22:12:17.9817873Z (Reading database ... 20%
2025-08-20T22:12:17.9818063Z (Reading database ... 25%
2025-08-20T22:12:17.9818249Z (Reading database ... 30%
2025-08-20T22:12:17.9818871Z (Reading database ... 35%
2025-08-20T22:12:17.9819078Z (Reading database ... 40%
2025-08-20T22:12:17.9819268Z (Reading database ... 45%
2025-08-20T22:12:17.9819453Z (Reading database ... 50%
2025-08-20T22:12:17.9840621Z (Reading database ... 55%
2025-08-20T22:12:17.9931659Z (Reading database ... 60%
2025-08-20T22:12:17.9973756Z (Reading database ... 65%
2025-08-20T22:12:17.9988410Z (Reading database ... 70%
2025-08-20T22:12:18.0019362Z (Reading database ... 75%
2025-08-20T22:12:18.0147827Z (Reading database ... 80%
2025-08-20T22:12:18.0224588Z (Reading database ... 85%
2025-08-20T22:12:18.0252415Z (Reading database ... 90%
2025-08-20T22:12:18.0359535Z (Reading database ... 95%
2025-08-20T22:12:18.0359745Z (Reading database ... 100%
2025-08-20T22:12:18.0360035Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:12:18.0399202Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:18.0480318Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:18.1248069Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:12:18.1424562Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:18.1559162Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:18.4771085Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:12:18.4922110Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:18.5062604Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:18.5839270Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:12:18.6009554Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:18.6116037Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:18.8635596Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:12:18.8795101Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:12:18.8878615Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:18.9532440Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:12:18.9691478Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:12:18.9848053Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:19.0511880Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:12:19.0670400Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:12:19.0824220Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:12:19.2131733Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:12:19.2303626Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.2406617Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.3115045Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:12:19.3290045Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.3370820Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.4042232Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:12:19.4197957Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:12:19.4287702Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:19.5272172Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:12:19.5430057Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.5518562Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.6213996Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:12:19.6391369Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.6478594Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.7143870Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:12:19.7320126Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.7462888Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.8171652Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:12:19.8335080Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.8426434Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:19.9581807Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:12:19.9743577Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:19.9824653Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:20.0601321Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:12:20.0767191Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:20.0850747Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:20.1685090Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:12:20.1858994Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:20.1938398Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:20.3130139Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:12:20.3308466Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:20.3713879Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:20.7890270Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:12:20.8060562Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:12:20.8178264Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:12:21.0981425Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:12:21.1172470Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:12:21.1237342Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:21.2709655Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:12:21.2884700Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:21.2989354Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:21.5545135Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:12:21.5725858Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:21.5820947Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:21.8490516Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:12:21.8642915Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:12:21.8715655Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:12:22.0114897Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:12:22.0277474Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.0399028Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:22.1135459Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:12:22.1308617Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.1413081Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:22.2774027Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:12:22.2955965Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:12:22.3058131Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:22.4081293Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:12:22.4240152Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.4369296Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:22.5494829Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:12:22.5654561Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.5743114Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:22.6478518Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:12:22.6657317Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.6732740Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:22.7900180Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:12:22.8076984Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:22.8338203Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:23.0227016Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:12:23.0388281Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:23.0473254Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:23.1427283Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:12:23.1618438Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:23.1710288Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:23.2600621Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:12:23.2775602Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:23.2878006Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:23.4284094Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:12:23.4442189Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:23.4544885Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:23.8701280Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:12:23.8863550Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:12:23.9529602Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:12:24.1844634Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:12:24.2056390Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:12:24.2213470Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:24.3732870Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:12:24.3904404Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:12:24.3986789Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:24.6572927Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:12:24.6752262Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:12:24.6877191Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:24.9300221Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:12:24.9455812Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:12:24.9602548Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:25.0270923Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:12:25.0423604Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:12:25.0537439Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:25.1109549Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:12:25.1285271Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:12:25.1430496Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:25.1943076Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:12:25.2117069Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:12:25.2260545Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:25.3363829Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:12:25.4206006Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:25.4428437Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.4650370Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.4924613Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.5187825Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:12:25.5396775Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.5706506Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:12:25.5922763Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:25.6263763Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.6489350Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.6688886Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:25.6964027Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:12:25.7219355Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.7507827Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.7820723Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.8126321Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.8505036Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.8823873Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.9109547Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:25.9427977Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:12:25.9869836Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.0250719Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.0523911Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:26.0789758Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.1040655Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.1289726Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.1507977Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:26.1745783Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.2047710Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.2253473Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.2684413Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.2906145Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.3178269Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.3480878Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:26.3847584Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.4081281Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.4322908Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.4543331Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:12:26.4776544Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:26.5070582Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:12:26.5386573Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:12:26.5631206Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:12:26.5742675Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:12:26.6059237Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:28.0739862Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:12:29.2690556Z Reading package lists...
2025-08-20T22:12:29.5561087Z Building dependency tree...
2025-08-20T22:12:29.5573529Z Reading state information...
2025-08-20T22:12:29.8625083Z The following additional packages will be installed:
2025-08-20T22:12:29.8625676Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:12:29.8629861Z   libpcap0.8-dev
2025-08-20T22:12:29.8906096Z The following NEW packages will be installed:
2025-08-20T22:12:29.8906983Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:12:29.8911905Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:12:29.9092057Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:30.1342502Z Need to get 1640 kB of archives.
2025-08-20T22:12:30.1342923Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:12:30.1343492Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:12:30.3739660Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:12:30.4375012Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:12:30.5009175Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:12:30.5850323Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:12:30.7180870Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:12:30.7788371Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:12:30.8255404Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:12:31.0798928Z Fetched 1640 kB in 1s (1812 kB/s)
2025-08-20T22:12:31.1353736Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:12:31.1387986Z (Reading database ... 
2025-08-20T22:12:31.1388237Z (Reading database ... 5%
2025-08-20T22:12:31.1388434Z (Reading database ... 10%
2025-08-20T22:12:31.1388629Z (Reading database ... 15%
2025-08-20T22:12:31.1388821Z (Reading database ... 20%
2025-08-20T22:12:31.1389009Z (Reading database ... 25%
2025-08-20T22:12:31.1389198Z (Reading database ... 30%
2025-08-20T22:12:31.1389748Z (Reading database ... 35%
2025-08-20T22:12:31.1389952Z (Reading database ... 40%
2025-08-20T22:12:31.1390140Z (Reading database ... 45%
2025-08-20T22:12:31.1390328Z (Reading database ... 50%
2025-08-20T22:12:31.1411060Z (Reading database ... 55%
2025-08-20T22:12:31.1500131Z (Reading database ... 60%
2025-08-20T22:12:31.1536145Z (Reading database ... 65%
2025-08-20T22:12:31.1552514Z (Reading database ... 70%
2025-08-20T22:12:31.1578264Z (Reading database ... 75%
2025-08-20T22:12:31.1699191Z (Reading database ... 80%
2025-08-20T22:12:31.1768491Z (Reading database ... 85%
2025-08-20T22:12:31.1794059Z (Reading database ... 90%
2025-08-20T22:12:31.1896164Z (Reading database ... 95%
2025-08-20T22:12:31.1896388Z (Reading database ... 100%
2025-08-20T22:12:31.1896676Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:12:31.1925603Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:12:31.2038420Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:12:31.3229802Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:12:31.3398162Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:12:31.3830347Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:12:31.4542536Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:12:31.4725049Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:12:31.4842208Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:12:31.5587036Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:12:31.5758225Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:12:31.5833954Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:12:31.6603658Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:12:31.6779798Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:12:31.6850750Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:12:31.7986724Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:12:31.8139736Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:12:31.8263907Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:12:31.9048607Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:12:31.9205908Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:12:31.9275420Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:12:32.0627595Z Selecting previously unselected package pcaputils.
2025-08-20T22:12:32.0816059Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:12:32.0955926Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:12:32.2023410Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:12:32.2425753Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:12:32.3943084Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:12:32.4189762Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:12:32.4546042Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:12:32.6891442Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:12:32.7169667Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:12:32.7457955Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:12:32.7818094Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:34.4428203Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:12:34.5015075Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:12:34.5360447Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:12:35.7591370Z Reading package lists...
2025-08-20T22:12:35.9497285Z Building dependency tree...
2025-08-20T22:12:35.9505575Z Reading state information...
2025-08-20T22:12:35.9895549Z Reading package lists...
2025-08-20T22:12:36.1814534Z Building dependency tree...
2025-08-20T22:12:36.1822691Z Reading state information...
2025-08-20T22:12:36.4253814Z The following additional packages will be installed:
2025-08-20T22:12:36.4258768Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:12:36.4265399Z Suggested packages:
2025-08-20T22:12:36.4265694Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:12:36.4266059Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:12:36.4439961Z The following NEW packages will be installed:
2025-08-20T22:12:36.4440308Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:12:36.4444477Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:12:36.6080914Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:12:36.6081264Z Need to get 801 kB of archives.
2025-08-20T22:12:36.6081582Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:12:36.6082067Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:12:36.7243008Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:12:36.8205477Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:12:36.9811234Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:12:37.0316932Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:12:37.0791739Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:12:37.1397510Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:12:37.1863761Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:12:37.2350143Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:12:37.4984113Z Fetched 801 kB in 1s (1023 kB/s)
2025-08-20T22:12:37.5506456Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:12:37.5541380Z (Reading database ... 
2025-08-20T22:12:37.5541592Z (Reading database ... 5%
2025-08-20T22:12:37.5541786Z (Reading database ... 10%
2025-08-20T22:12:37.5541980Z (Reading database ... 15%
2025-08-20T22:12:37.5542172Z (Reading database ... 20%
2025-08-20T22:12:37.5542484Z (Reading database ... 25%
2025-08-20T22:12:37.5543366Z (Reading database ... 30%
2025-08-20T22:12:37.5543567Z (Reading database ... 35%
2025-08-20T22:12:37.5543757Z (Reading database ... 40%
2025-08-20T22:12:37.5543948Z (Reading database ... 45%
2025-08-20T22:12:37.5544135Z (Reading database ... 50%
2025-08-20T22:12:37.5564877Z (Reading database ... 55%
2025-08-20T22:12:37.5656538Z (Reading database ... 60%
2025-08-20T22:12:37.5692165Z (Reading database ... 65%
2025-08-20T22:12:37.5708906Z (Reading database ... 70%
2025-08-20T22:12:37.5734837Z (Reading database ... 75%
2025-08-20T22:12:37.5859799Z (Reading database ... 80%
2025-08-20T22:12:37.5928334Z (Reading database ... 85%
2025-08-20T22:12:37.5952722Z (Reading database ... 90%
2025-08-20T22:12:37.6057925Z (Reading database ... 95%
2025-08-20T22:12:37.6058141Z (Reading database ... 100%
2025-08-20T22:12:37.6058427Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:12:37.6092186Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:12:37.6260698Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:12:37.7093651Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:12:37.7264300Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:12:37.7334369Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:12:37.8101387Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:12:37.8249582Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:12:37.8339029Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:12:37.9207227Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:12:37.9358029Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:12:37.9435839Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:12:38.0088492Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:12:38.0266882Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:12:38.0373924Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:12:38.1063347Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:12:38.1238438Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:12:38.1330136Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:12:38.2085068Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:12:38.2258182Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:12:38.2342740Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:12:38.3058909Z Selecting previously unselected package lzma.
2025-08-20T22:12:38.3220635Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:12:38.3301980Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:12:38.4053254Z Selecting previously unselected package lzma-dev.
2025-08-20T22:12:38.4210252Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:12:38.4286843Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:12:38.5410048Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:12:38.6178956Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:12:38.6401019Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:12:38.6677734Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:12:38.7020169Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:12:38.7212943Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:12:38.7358920Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:12:38.7651025Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:12:38.7908102Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:12:38.8159043Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:12:38.8385850Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:12:38.8790148Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:40.2799550Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:12:41.5821627Z Reading package lists...
2025-08-20T22:12:41.7946899Z Building dependency tree...
2025-08-20T22:12:41.7955207Z Reading state information...
2025-08-20T22:12:42.1061302Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:12:42.1061757Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:12:42.1062082Z inetutils-telnet set to manually installed.
2025-08-20T22:12:42.1062559Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:12:42.1062907Z The following additional packages will be installed:
2025-08-20T22:12:42.1063167Z   tcpd update-inetd
2025-08-20T22:12:42.1226744Z The following packages will be REMOVED:
2025-08-20T22:12:42.1233379Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:12:42.1234244Z The following NEW packages will be installed:
2025-08-20T22:12:42.1234605Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:12:42.1235006Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:12:42.1241822Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:12:42.2357492Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:12:42.2358245Z Need to get 691 kB of archives.
2025-08-20T22:12:42.2358533Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:12:42.2359041Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:12:42.3898556Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:12:42.4471180Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:12:42.5042260Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:12:42.5716927Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:12:42.6590051Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:12:42.7304395Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:12:42.7969514Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:12:42.8574345Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:12:42.9149445Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:12:42.9803233Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:12:43.0521323Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:12:43.1173025Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:12:43.3592001Z Preconfiguring packages ...
2025-08-20T22:12:43.4851784Z Fetched 691 kB in 1s (694 kB/s)
2025-08-20T22:12:43.5114951Z (Reading database ... 
2025-08-20T22:12:43.5115230Z (Reading database ... 5%
2025-08-20T22:12:43.5115435Z (Reading database ... 10%
2025-08-20T22:12:43.5115630Z (Reading database ... 15%
2025-08-20T22:12:43.5116472Z (Reading database ... 20%
2025-08-20T22:12:43.5116736Z (Reading database ... 25%
2025-08-20T22:12:43.5116934Z (Reading database ... 30%
2025-08-20T22:12:43.5117124Z (Reading database ... 35%
2025-08-20T22:12:43.5117314Z (Reading database ... 40%
2025-08-20T22:12:43.5117507Z (Reading database ... 45%
2025-08-20T22:12:43.5117697Z (Reading database ... 50%
2025-08-20T22:12:43.5138576Z (Reading database ... 55%
2025-08-20T22:12:43.5230157Z (Reading database ... 60%
2025-08-20T22:12:43.5270874Z (Reading database ... 65%
2025-08-20T22:12:43.5288983Z (Reading database ... 70%
2025-08-20T22:12:43.5316480Z (Reading database ... 75%
2025-08-20T22:12:43.5443586Z (Reading database ... 80%
2025-08-20T22:12:43.5517541Z (Reading database ... 85%
2025-08-20T22:12:43.5547035Z (Reading database ... 90%
2025-08-20T22:12:43.5654455Z (Reading database ... 95%
2025-08-20T22:12:43.5654673Z (Reading database ... 100%
2025-08-20T22:12:43.5654965Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:12:43.5689116Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:12:43.6711325Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:12:43.7764793Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:12:44.2052947Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:12:44.2089867Z (Reading database ... 
2025-08-20T22:12:44.2090075Z (Reading database ... 5%
2025-08-20T22:12:44.2090287Z (Reading database ... 10%
2025-08-20T22:12:44.2090477Z (Reading database ... 15%
2025-08-20T22:12:44.2090668Z (Reading database ... 20%
2025-08-20T22:12:44.2090858Z (Reading database ... 25%
2025-08-20T22:12:44.2091050Z (Reading database ... 30%
2025-08-20T22:12:44.2091259Z (Reading database ... 35%
2025-08-20T22:12:44.2092202Z (Reading database ... 40%
2025-08-20T22:12:44.2092815Z (Reading database ... 45%
2025-08-20T22:12:44.2093026Z (Reading database ... 50%
2025-08-20T22:12:44.2113574Z (Reading database ... 55%
2025-08-20T22:12:44.2204909Z (Reading database ... 60%
2025-08-20T22:12:44.2246011Z (Reading database ... 65%
2025-08-20T22:12:44.2264455Z (Reading database ... 70%
2025-08-20T22:12:44.2291902Z (Reading database ... 75%
2025-08-20T22:12:44.2423295Z (Reading database ... 80%
2025-08-20T22:12:44.2497461Z (Reading database ... 85%
2025-08-20T22:12:44.2526876Z (Reading database ... 90%
2025-08-20T22:12:44.2636790Z (Reading database ... 95%
2025-08-20T22:12:44.2637005Z (Reading database ... 100%
2025-08-20T22:12:44.2637296Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:12:44.2675901Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:44.2818701Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:44.3640451Z Selecting previously unselected package tcpd.
2025-08-20T22:12:44.3804216Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:12:44.3893912Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:12:44.4703788Z Selecting previously unselected package update-inetd.
2025-08-20T22:12:44.4884937Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:12:44.4998448Z Unpacking update-inetd (4.53) ...
2025-08-20T22:12:44.6076624Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:12:44.6236994Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:44.6479468Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:44.7507257Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:12:44.7672720Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:44.7752376Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:12:44.8604875Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:12:44.8789485Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:44.8883007Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:44.9757402Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:12:44.9935495Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.0033705Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.0922057Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:12:45.1084063Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.1193290Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.1901133Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:12:45.2069227Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.2163955Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.2908860Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:12:45.3078884Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.3195152Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.4372702Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:12:45.4556677Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.4632728Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.5722198Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:12:45.5897779Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:12:45.6040785Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:12:45.7077388Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:12:45.7231168Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:12:45.7308283Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:12:45.8315947Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:12:45.8758216Z Setting up update-inetd (4.53) ...
2025-08-20T22:12:45.9804534Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.0023174Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:12:46.0223400Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.3743449Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:12:46.3743863Z 
2025-08-20T22:12:46.3743969Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:12:46.3744149Z 
2025-08-20T22:12:46.3744534Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:12:46.3744893Z 
2025-08-20T22:12:46.3745393Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:12:46.3745873Z 
2025-08-20T22:12:46.6208027Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.6620111Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.7001277Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:12:46.7208440Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.7575957Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:12:46.7878967Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:12:46.8199160Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:47.1671817Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:12:47.1672242Z 
2025-08-20T22:12:47.1673018Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:12:47.1673498Z 
2025-08-20T22:12:47.3996261Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:47.5213911Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:47.6515463Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:12:47.7332160Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:50.7299175Z Reading package lists...
2025-08-20T22:12:50.9364633Z Building dependency tree...
2025-08-20T22:12:50.9373674Z Reading state information...
2025-08-20T22:12:51.2609807Z The following packages will be REMOVED:
2025-08-20T22:12:51.2617613Z   inetutils-ping
2025-08-20T22:12:51.2618932Z The following NEW packages will be installed:
2025-08-20T22:12:51.2643217Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:12:51.2648417Z The following packages will be upgraded:
2025-08-20T22:12:51.2655929Z   iputils-tracepath
2025-08-20T22:12:51.3768868Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:12:51.3769218Z Need to get 84.5 kB of archives.
2025-08-20T22:12:51.3769503Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:12:51.3770095Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:12:51.5155314Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:12:51.5682383Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:12:51.6220642Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:12:51.9293688Z Fetched 84.5 kB in 0s (239 kB/s)
2025-08-20T22:12:51.9534849Z (Reading database ... 
2025-08-20T22:12:51.9535109Z (Reading database ... 5%
2025-08-20T22:12:51.9535303Z (Reading database ... 10%
2025-08-20T22:12:51.9535494Z (Reading database ... 15%
2025-08-20T22:12:51.9535692Z (Reading database ... 20%
2025-08-20T22:12:51.9535882Z (Reading database ... 25%
2025-08-20T22:12:51.9536458Z (Reading database ... 30%
2025-08-20T22:12:51.9536666Z (Reading database ... 35%
2025-08-20T22:12:51.9536858Z (Reading database ... 40%
2025-08-20T22:12:51.9537047Z (Reading database ... 45%
2025-08-20T22:12:51.9537236Z (Reading database ... 50%
2025-08-20T22:12:51.9558710Z (Reading database ... 55%
2025-08-20T22:12:51.9650695Z (Reading database ... 60%
2025-08-20T22:12:51.9691401Z (Reading database ... 65%
2025-08-20T22:12:51.9709226Z (Reading database ... 70%
2025-08-20T22:12:51.9736550Z (Reading database ... 75%
2025-08-20T22:12:51.9904472Z (Reading database ... 80%
2025-08-20T22:12:51.9941086Z (Reading database ... 85%
2025-08-20T22:12:51.9974531Z (Reading database ... 90%
2025-08-20T22:12:52.0083192Z (Reading database ... 95%
2025-08-20T22:12:52.0083408Z (Reading database ... 100%
2025-08-20T22:12:52.0083695Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:12:52.0121611Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:12:52.1532749Z Selecting previously unselected package iputils-ping.
2025-08-20T22:12:52.1568404Z (Reading database ... 
2025-08-20T22:12:52.1568626Z (Reading database ... 5%
2025-08-20T22:12:52.1568823Z (Reading database ... 10%
2025-08-20T22:12:52.1569017Z (Reading database ... 15%
2025-08-20T22:12:52.1569206Z (Reading database ... 20%
2025-08-20T22:12:52.1569775Z (Reading database ... 25%
2025-08-20T22:12:52.1569969Z (Reading database ... 30%
2025-08-20T22:12:52.1570161Z (Reading database ... 35%
2025-08-20T22:12:52.1571063Z (Reading database ... 40%
2025-08-20T22:12:52.1571265Z (Reading database ... 45%
2025-08-20T22:12:52.1571456Z (Reading database ... 50%
2025-08-20T22:12:52.1591183Z (Reading database ... 55%
2025-08-20T22:12:52.1682794Z (Reading database ... 60%
2025-08-20T22:12:52.1724987Z (Reading database ... 65%
2025-08-20T22:12:52.1742991Z (Reading database ... 70%
2025-08-20T22:12:52.1770317Z (Reading database ... 75%
2025-08-20T22:12:52.1944437Z (Reading database ... 80%
2025-08-20T22:12:52.1982073Z (Reading database ... 85%
2025-08-20T22:12:52.2016253Z (Reading database ... 90%
2025-08-20T22:12:52.2125716Z (Reading database ... 95%
2025-08-20T22:12:52.2125932Z (Reading database ... 100%
2025-08-20T22:12:52.2126217Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:12:52.2165790Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:12:52.2266656Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.3277640Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:12:52.3552104Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:12:52.4768158Z Selecting previously unselected package iputils-arping.
2025-08-20T22:12:52.4957110Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:12:52.5043943Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.5687260Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:12:52.5867155Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:12:52.5937757Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.6797485Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.7506919Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.7896410Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.8307519Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:12:52.8562150Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:55.7167272Z Reading package lists...
2025-08-20T22:12:55.9345837Z Building dependency tree...
2025-08-20T22:12:55.9353879Z Reading state information...
2025-08-20T22:12:56.1842808Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:12:56.2149030Z The following packages will be upgraded:
2025-08-20T22:12:56.2149350Z   python3-pip python3-pip-whl
2025-08-20T22:12:56.2338869Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:12:56.4756266Z Need to get 3020 kB of archives.
2025-08-20T22:12:56.4756646Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:12:56.4757224Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:12:57.3493929Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:12:57.9621872Z Fetched 3020 kB in 1s (2085 kB/s)
2025-08-20T22:12:58.0393530Z (Reading database ... 
2025-08-20T22:12:58.0393789Z (Reading database ... 5%
2025-08-20T22:12:58.0393993Z (Reading database ... 10%
2025-08-20T22:12:58.0394187Z (Reading database ... 15%
2025-08-20T22:12:58.0394380Z (Reading database ... 20%
2025-08-20T22:12:58.0394570Z (Reading database ... 25%
2025-08-20T22:12:58.0394758Z (Reading database ... 30%
2025-08-20T22:12:58.0394947Z (Reading database ... 35%
2025-08-20T22:12:58.0395962Z (Reading database ... 40%
2025-08-20T22:12:58.0396176Z (Reading database ... 45%
2025-08-20T22:12:58.0396371Z (Reading database ... 50%
2025-08-20T22:12:58.0416672Z (Reading database ... 55%
2025-08-20T22:12:58.0510432Z (Reading database ... 60%
2025-08-20T22:12:58.0550855Z (Reading database ... 65%
2025-08-20T22:12:58.0568931Z (Reading database ... 70%
2025-08-20T22:12:58.0596184Z (Reading database ... 75%
2025-08-20T22:12:58.0761591Z (Reading database ... 80%
2025-08-20T22:12:58.0802365Z (Reading database ... 85%
2025-08-20T22:12:58.0835567Z (Reading database ... 90%
2025-08-20T22:12:58.0942680Z (Reading database ... 95%
2025-08-20T22:12:58.0942892Z (Reading database ... 100%
2025-08-20T22:12:58.0943178Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:12:58.0979254Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:12:58.2974189Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:12:58.4883419Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:12:58.5137352Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:12:58.6276406Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:12:58.6488806Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:12:59.5831884Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:02.4949075Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:13:02.7895543Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:03.8339793Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:13:03.9829193Z Collecting pip
2025-08-20T22:13:04.0514053Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:13:04.0847040Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:13:04.1679643Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.9 MB/s eta 0:00:00
2025-08-20T22:13:04.4358131Z Installing collected packages: pip
2025-08-20T22:13:05.0876281Z Successfully installed pip-25.2
2025-08-20T22:13:05.2811211Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:13:05.3244326Z Reading package lists...
2025-08-20T22:13:05.5507797Z Building dependency tree...
2025-08-20T22:13:05.5515486Z Reading state information...
2025-08-20T22:13:05.7865907Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:13:05.7866256Z pciutils set to manually installed.
2025-08-20T22:13:05.7866537Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:13:05.7866872Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:13:05.7867158Z python3-distro set to manually installed.
2025-08-20T22:13:05.7867472Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:13:05.7867798Z python3-netifaces set to manually installed.
2025-08-20T22:13:05.7868532Z The following additional packages will be installed:
2025-08-20T22:13:05.7868831Z   libsysfs2
2025-08-20T22:13:05.7877365Z Suggested packages:
2025-08-20T22:13:05.7877571Z   fancontrol read-edid i2c-tools
2025-08-20T22:13:05.8179192Z The following NEW packages will be installed:
2025-08-20T22:13:05.8183325Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:13:05.8441032Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:13:06.0852752Z Need to get 133 kB of archives.
2025-08-20T22:13:06.0853130Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:13:06.0853645Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:13:06.3160882Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:13:06.4554701Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:13:06.7497085Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:13:07.0309672Z Fetched 133 kB in 1s (147 kB/s)
2025-08-20T22:13:07.0764534Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:13:07.0801268Z (Reading database ... 
2025-08-20T22:13:07.0801723Z (Reading database ... 5%
2025-08-20T22:13:07.0801944Z (Reading database ... 10%
2025-08-20T22:13:07.0802537Z (Reading database ... 15%
2025-08-20T22:13:07.0802745Z (Reading database ... 20%
2025-08-20T22:13:07.0802937Z (Reading database ... 25%
2025-08-20T22:13:07.0803132Z (Reading database ... 30%
2025-08-20T22:13:07.0803320Z (Reading database ... 35%
2025-08-20T22:13:07.0803515Z (Reading database ... 40%
2025-08-20T22:13:07.0803704Z (Reading database ... 45%
2025-08-20T22:13:07.0803894Z (Reading database ... 50%
2025-08-20T22:13:07.0826134Z (Reading database ... 55%
2025-08-20T22:13:07.0916904Z (Reading database ... 60%
2025-08-20T22:13:07.0957019Z (Reading database ... 65%
2025-08-20T22:13:07.0974717Z (Reading database ... 70%
2025-08-20T22:13:07.1001323Z (Reading database ... 75%
2025-08-20T22:13:07.1162617Z (Reading database ... 80%
2025-08-20T22:13:07.1203754Z (Reading database ... 85%
2025-08-20T22:13:07.1237064Z (Reading database ... 90%
2025-08-20T22:13:07.1346097Z (Reading database ... 95%
2025-08-20T22:13:07.1346349Z (Reading database ... 100%
2025-08-20T22:13:07.1346638Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:13:07.1385667Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:13:07.1677617Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:13:07.2744917Z Selecting previously unselected package sysfsutils.
2025-08-20T22:13:07.2907273Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:13:07.3055136Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:13:07.4140709Z Selecting previously unselected package lm-sensors.
2025-08-20T22:13:07.4330655Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:13:07.4563881Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:13:07.5432056Z Selecting previously unselected package virt-what.
2025-08-20T22:13:07.5605522Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:13:07.5702638Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:13:07.6576434Z Setting up virt-what (1.25-2) ...
2025-08-20T22:13:07.6840012Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:13:07.7077778Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:13:08.0382505Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:13:08.0382903Z 
2025-08-20T22:13:08.0383399Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:13:08.0383838Z 
2025-08-20T22:13:08.2805242Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:13:08.6604409Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:13:08.6604911Z 
2025-08-20T22:13:08.6710693Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:10.4450035Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:11.7159161Z Reading package lists...
2025-08-20T22:13:11.9266328Z Building dependency tree...
2025-08-20T22:13:11.9274202Z Reading state information...
2025-08-20T22:13:12.1680527Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:13:12.1680882Z The following additional packages will be installed:
2025-08-20T22:13:12.1684162Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:13:12.1684602Z   xorg-sgml-doctools
2025-08-20T22:13:12.1692817Z Suggested packages:
2025-08-20T22:13:12.1693024Z   libxcb-doc
2025-08-20T22:13:12.1864757Z The following NEW packages will be installed:
2025-08-20T22:13:12.1866849Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:13:12.1869915Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:13:12.1870273Z   xcb xorg-sgml-doctools
2025-08-20T22:13:12.4728906Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:13:12.4729625Z Need to get 816 kB of archives.
2025-08-20T22:13:12.4729924Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:13:12.4730452Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:13:12.5831320Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:13:12.7005180Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:13:13.3464177Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:13:13.4572126Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:13:13.5691958Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:13:13.6897003Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:13:13.8008191Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:13:13.9109780Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:13:14.0212449Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:13:14.1323157Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:13:14.3975974Z Fetched 816 kB in 2s (421 kB/s)
2025-08-20T22:13:14.4406121Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:13:14.4441584Z (Reading database ... 
2025-08-20T22:13:14.4441827Z (Reading database ... 5%
2025-08-20T22:13:14.4442021Z (Reading database ... 10%
2025-08-20T22:13:14.4442218Z (Reading database ... 15%
2025-08-20T22:13:14.4442590Z (Reading database ... 20%
2025-08-20T22:13:14.4442812Z (Reading database ... 25%
2025-08-20T22:13:14.4443001Z (Reading database ... 30%
2025-08-20T22:13:14.4443191Z (Reading database ... 35%
2025-08-20T22:13:14.4443381Z (Reading database ... 40%
2025-08-20T22:13:14.4443570Z (Reading database ... 45%
2025-08-20T22:13:14.4443756Z (Reading database ... 50%
2025-08-20T22:13:14.4465630Z (Reading database ... 55%
2025-08-20T22:13:14.4559820Z (Reading database ... 60%
2025-08-20T22:13:14.4597520Z (Reading database ... 65%
2025-08-20T22:13:14.4616179Z (Reading database ... 70%
2025-08-20T22:13:14.4643230Z (Reading database ... 75%
2025-08-20T22:13:14.4776265Z (Reading database ... 80%
2025-08-20T22:13:14.4848706Z (Reading database ... 85%
2025-08-20T22:13:14.4881427Z (Reading database ... 90%
2025-08-20T22:13:14.4983939Z (Reading database ... 95%
2025-08-20T22:13:14.4984170Z (Reading database ... 100%
2025-08-20T22:13:14.4984463Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:13:14.5015568Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:13:14.5139877Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:13:14.5865402Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:13:14.6052716Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:13:14.6153542Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:13:14.6978912Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:13:14.7154949Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:13:14.7276126Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:13:14.8707856Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:13:14.8865601Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:13:14.8938539Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:13:14.9808338Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:13:14.9964068Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:13:15.0052265Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:13:15.0859939Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:13:15.1018169Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:13:15.1120044Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.1780148Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:13:15.1964389Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:13:15.2079519Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.3130007Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:13:15.3318659Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:13:15.3984956Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.4623162Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:13:15.4780820Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:13:15.4880717Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.5623573Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:13:15.5787166Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:13:15.5868804Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.6693285Z Selecting previously unselected package xcb.
2025-08-20T22:13:15.6872812Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:13:15.6978649Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:13:15.8135551Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:15.8364211Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:13:15.8571960Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:13:15.9246482Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:13:15.9624767Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:15.9988067Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:17.5781596Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:13:17.6084743Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:13:17.6355053Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:13:17.6693975Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:13:17.7050197Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:17.7383528Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:17.7707075Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:17.8008241Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:13:19.1546436Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:19.8073907Z Collecting build
2025-08-20T22:13:19.8746460Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:13:20.0022843Z Collecting cffi
2025-08-20T22:13:20.0166401Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:13:20.0997941Z Collecting scons
2025-08-20T22:13:20.1199314Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:13:20.1642832Z Collecting scuba
2025-08-20T22:13:20.1788801Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:13:20.2447521Z Collecting pytest
2025-08-20T22:13:20.2586155Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:13:20.3063832Z Collecting packaging>=19.1 (from build)
2025-08-20T22:13:20.3198132Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:13:20.3853245Z Collecting pyproject_hooks (from build)
2025-08-20T22:13:20.4009841Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:13:20.4448473Z Collecting pycparser (from cffi)
2025-08-20T22:13:20.4585222Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:13:20.5142106Z Collecting PyYAML (from scuba)
2025-08-20T22:13:20.5317105Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:13:20.5694359Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:13:20.5828208Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:13:20.6400876Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:13:20.6536471Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:13:20.6981875Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:13:20.7114867Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:20.7379157Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:13:20.7762394Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:13:20.8426209Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:13:20.8998274Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 71.8 MB/s  0:00:00
2025-08-20T22:13:20.9158195Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:13:20.9491615Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:13:20.9815465Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:13:21.0054053Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:13:21.0342156Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:13:21.0601758Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:21.0827008Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.9 MB/s  0:00:00
2025-08-20T22:13:21.0959828Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:13:21.1233355Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:13:21.1515408Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:13:21.1704777Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 28.5 MB/s  0:00:00
2025-08-20T22:13:21.2681745Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:13:22.9229211Z 
2025-08-20T22:13:22.9243555Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:13:23.2135723Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:23.8638660Z Collecting ansi2txt
2025-08-20T22:13:23.9309548Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:13:23.9826391Z Collecting pipx
2025-08-20T22:13:23.9979560Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:13:24.0514746Z Collecting scons
2025-08-20T22:13:24.0524977Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:13:24.0806849Z Collecting py2static
2025-08-20T22:13:24.1154303Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:13:24.1667804Z Collecting typer
2025-08-20T22:13:24.1806856Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:13:24.2421980Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:13:24.2622617Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:13:24.3095086Z Collecting packaging>=20 (from pipx)
2025-08-20T22:13:24.3104988Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:13:24.3437512Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:13:24.3576940Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:13:24.4039983Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:13:24.4191084Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:13:24.4948896Z Collecting pyinstaller (from py2static)
2025-08-20T22:13:24.5100049Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:13:24.5554737Z Collecting staticx (from py2static)
2025-08-20T22:13:24.6209281Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:13:24.6672959Z   Preparing metadata (setup.py): started
2025-08-20T22:13:25.1819838Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:13:25.2197110Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:13:25.2336003Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:25.3100776Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:13:25.3240502Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:13:25.4426151Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:13:25.4565424Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:13:25.5376429Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:13:25.5519092Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:13:25.6037717Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:13:25.6191851Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:13:25.6642831Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:13:25.6652627Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:25.7010408Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:13:25.7150829Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:13:25.8449521Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:13:25.8586877Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:13:25.9166918Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:13:25.9306252Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:13:25.9959940Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:13:26.0116164Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:13:26.0710327Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:13:26.0861867Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:13:26.1240446Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:13:26.1502956Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:13:26.1675767Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:13:26.1858936Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:13:26.2108129Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:13:26.2379803Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:13:26.2630735Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:13:26.2794497Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:13:26.2934758Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:13:26.3204127Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:13:26.3509922Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:26.3656274Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:13:26.4020059Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:13:26.4277280Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:13:26.4685392Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:13:26.4996811Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:13:26.5291941Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:13:26.5785726Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 10.4 MB/s  0:00:00
2025-08-20T22:13:26.5940629Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:13:26.6331004Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:26.6763819Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 22.8 MB/s  0:00:00
2025-08-20T22:13:26.6903980Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:13:26.7187638Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:13:26.7658111Z Building wheels for collected packages: staticx
2025-08-20T22:13:26.7665010Z   Building wheel for staticx (setup.py): started
2025-08-20T22:13:38.9946504Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:13:38.9956009Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790698 sha256=6b2d892062c8bb564c72a14de3db0b5e1cf2ba3200716f4f2b860e5f36a46c54
2025-08-20T22:13:38.9957293Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:13:38.9972835Z Successfully built staticx
2025-08-20T22:13:39.0917599Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:13:39.9071777Z   Attempting uninstall: scons
2025-08-20T22:13:39.9143086Z     Found existing installation: SCons 4.9.1
2025-08-20T22:13:39.9430690Z     Uninstalling SCons-4.9.1:
2025-08-20T22:13:39.9491832Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:13:40.4371024Z   Attempting uninstall: pygments
2025-08-20T22:13:40.4440377Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:13:40.4600809Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:13:40.4626509Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:13:41.0575975Z   Attempting uninstall: packaging
2025-08-20T22:13:41.0645113Z     Found existing installation: packaging 25.0
2025-08-20T22:13:41.0664411Z     Uninstalling packaging-25.0:
2025-08-20T22:13:41.0669970Z       Successfully uninstalled packaging-25.0
2025-08-20T22:13:42.0402619Z 
2025-08-20T22:13:42.0426740Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:13:42.3431934Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:42.7981729Z Collecting build
2025-08-20T22:13:42.7992701Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:13:42.8861351Z Collecting cffi
2025-08-20T22:13:42.8872009Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:13:42.9130204Z Collecting scons
2025-08-20T22:13:42.9139584Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:13:42.9531060Z Collecting scuba
2025-08-20T22:13:42.9541052Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:13:43.0042426Z Collecting pytest
2025-08-20T22:13:43.0052092Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:13:43.0329008Z Collecting packaging>=19.1 (from build)
2025-08-20T22:13:43.0338205Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:13:43.0594127Z Collecting pyproject_hooks (from build)
2025-08-20T22:13:43.0602952Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:13:43.0818375Z Collecting pycparser (from cffi)
2025-08-20T22:13:43.0829042Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:13:43.1187748Z Collecting PyYAML (from scuba)
2025-08-20T22:13:43.1201715Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:13:43.1420026Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:13:43.1430137Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:13:43.1790593Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:13:43.1800230Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:13:43.2109591Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:13:43.2119269Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:43.2167921Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:13:43.2177318Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:13:43.2189134Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:13:43.2223407Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:13:43.2234539Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:13:43.2245250Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:13:43.2254065Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:13:43.2262533Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:13:43.2271316Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:43.2286827Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:13:43.2296120Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:13:43.2304928Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:13:43.3347777Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:13:43.3350472Z   Attempting uninstall: scons
2025-08-20T22:13:43.3423342Z     Found existing installation: SCons 4.9.1
2025-08-20T22:13:43.3709177Z     Uninstalling SCons-4.9.1:
2025-08-20T22:13:43.3772910Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:13:43.8954303Z   Attempting uninstall: PyYAML
2025-08-20T22:13:43.9032019Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:13:43.9051486Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:13:43.9058065Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:13:43.9708563Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:13:43.9778366Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:13:43.9792875Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:13:43.9798281Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:13:43.9994042Z   Attempting uninstall: pygments
2025-08-20T22:13:44.0063348Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:13:44.0215685Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:13:44.0238643Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:13:44.5972756Z   Attempting uninstall: pycparser
2025-08-20T22:13:44.6042416Z     Found existing installation: pycparser 2.22
2025-08-20T22:13:44.6065829Z     Uninstalling pycparser-2.22:
2025-08-20T22:13:44.6071762Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:13:44.7332795Z   Attempting uninstall: pluggy
2025-08-20T22:13:44.7403691Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:13:44.7420113Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:13:44.7425704Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:13:44.7757947Z   Attempting uninstall: packaging
2025-08-20T22:13:44.7830769Z     Found existing installation: packaging 25.0
2025-08-20T22:13:44.7850581Z     Uninstalling packaging-25.0:
2025-08-20T22:13:44.7856484Z       Successfully uninstalled packaging-25.0
2025-08-20T22:13:44.8371907Z   Attempting uninstall: iniconfig
2025-08-20T22:13:44.8444895Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:13:44.8458597Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:13:44.8463551Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:13:44.8648513Z   Attempting uninstall: scuba
2025-08-20T22:13:44.8716467Z     Found existing installation: scuba 2.14.1
2025-08-20T22:13:44.8734021Z     Uninstalling scuba-2.14.1:
2025-08-20T22:13:44.8740942Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:13:44.9026277Z   Attempting uninstall: pytest
2025-08-20T22:13:44.9100255Z     Found existing installation: pytest 8.4.1
2025-08-20T22:13:44.9147351Z     Uninstalling pytest-8.4.1:
2025-08-20T22:13:44.9346264Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:13:45.1538261Z   Attempting uninstall: cffi
2025-08-20T22:13:45.1605849Z     Found existing installation: cffi 1.17.1
2025-08-20T22:13:45.1626168Z     Uninstalling cffi-1.17.1:
2025-08-20T22:13:45.1820813Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:13:45.2555819Z   Attempting uninstall: build
2025-08-20T22:13:45.2627061Z     Found existing installation: build 1.3.0
2025-08-20T22:13:45.2647643Z     Uninstalling build-1.3.0:
2025-08-20T22:13:45.2655425Z       Successfully uninstalled build-1.3.0
2025-08-20T22:13:45.2889309Z 
2025-08-20T22:13:45.2913537Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:13:45.5793506Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:45.7636575Z Collecting ansi2txt
2025-08-20T22:13:45.7648219Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:13:45.7947600Z Collecting pipx
2025-08-20T22:13:45.7958018Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:13:45.8254353Z Collecting scons
2025-08-20T22:13:45.8264813Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:13:45.8508132Z Collecting py2static
2025-08-20T22:13:45.8517938Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:13:45.8790640Z Collecting typer
2025-08-20T22:13:45.8800618Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:13:45.9152563Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:13:45.9162558Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:13:45.9433827Z Collecting packaging>=20 (from pipx)
2025-08-20T22:13:45.9443592Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:13:45.9724791Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:13:45.9734777Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:13:45.9992534Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:13:46.0002579Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:13:46.0426061Z Collecting pyinstaller (from py2static)
2025-08-20T22:13:46.0437137Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:13:46.0695690Z Collecting staticx (from py2static)
2025-08-20T22:13:46.0705150Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:13:46.0844208Z   Preparing metadata (setup.py): started
2025-08-20T22:13:46.2797068Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:13:46.3135164Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:13:46.3145764Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:46.3428344Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:13:46.3439032Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:13:46.3802463Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:13:46.3812655Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:13:46.4233131Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:13:46.4244671Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:13:46.4543399Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:13:46.4554753Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:13:46.4869362Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:13:46.4879757Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:13:46.5117573Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:13:46.5127499Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:13:46.6123714Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:13:46.6134973Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:13:46.6438556Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:13:46.6449253Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:13:46.6784934Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:13:46.6796016Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:13:46.7103161Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:13:46.7113728Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:13:46.7146480Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:13:46.7156237Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:13:46.7166143Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:13:46.7201133Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:13:46.7210482Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:13:46.7219526Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:13:46.7228785Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:13:46.7238440Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:13:46.7247914Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:13:46.7256861Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:13:46.7267421Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:46.7283514Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:13:46.7292907Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:13:46.7301943Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:13:46.7311965Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:13:46.7320257Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:13:46.7329654Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:13:46.7343413Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:13:46.7355500Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:46.7370949Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:13:46.7379997Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:13:46.7714856Z Building wheels for collected packages: staticx
2025-08-20T22:13:46.7720574Z   Building wheel for staticx (setup.py): started
2025-08-20T22:13:49.2183243Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:13:49.2195965Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790765 sha256=ccb2421fd9a8cfabfdd8f1646650ce66d35de07b4606b0b0b6bd42329e7cfd40
2025-08-20T22:13:49.2197131Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:13:49.2214312Z Successfully built staticx
2025-08-20T22:13:49.3213440Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:13:49.3216871Z   Attempting uninstall: pyelftools
2025-08-20T22:13:49.3285867Z     Found existing installation: pyelftools 0.32
2025-08-20T22:13:49.3323778Z     Uninstalling pyelftools-0.32:
2025-08-20T22:13:49.3335933Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:13:49.4437484Z   Attempting uninstall: altgraph
2025-08-20T22:13:49.4509924Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:13:49.4525977Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:13:49.4531127Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:13:49.4910638Z   Attempting uninstall: typing-extensions
2025-08-20T22:13:49.4981716Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:13:49.4994365Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:13:49.5181853Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:13:49.5495312Z   Attempting uninstall: staticx
2025-08-20T22:13:49.5567170Z     Found existing installation: staticx 0.14.1
2025-08-20T22:13:49.5589045Z     Uninstalling staticx-0.14.1:
2025-08-20T22:13:49.5597714Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:13:49.6076498Z   Attempting uninstall: shellingham
2025-08-20T22:13:49.6151051Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:13:49.6167750Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:13:49.6173466Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:13:49.6546328Z   Attempting uninstall: setuptools
2025-08-20T22:13:49.6619763Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:13:49.6824053Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:13:49.7046285Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:13:50.5093578Z   Attempting uninstall: scons
2025-08-20T22:13:50.5170682Z     Found existing installation: SCons 4.9.1
2025-08-20T22:13:50.5471204Z     Uninstalling SCons-4.9.1:
2025-08-20T22:13:50.5531495Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:13:51.0619011Z   Attempting uninstall: pygments
2025-08-20T22:13:51.0696575Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:13:51.0856398Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:13:51.0879787Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:13:51.6939373Z   Attempting uninstall: platformdirs
2025-08-20T22:13:51.7016324Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:13:51.7033844Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:13:51.7039116Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:13:51.7363740Z   Attempting uninstall: packaging
2025-08-20T22:13:51.7437413Z     Found existing installation: packaging 25.0
2025-08-20T22:13:51.7457828Z     Uninstalling packaging-25.0:
2025-08-20T22:13:51.7463718Z       Successfully uninstalled packaging-25.0
2025-08-20T22:13:51.7929719Z   Attempting uninstall: mdurl
2025-08-20T22:13:51.7998616Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:13:51.8013212Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:13:51.8017997Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:13:51.8193906Z   Attempting uninstall: click
2025-08-20T22:13:51.8266703Z     Found existing installation: click 8.2.1
2025-08-20T22:13:51.8285337Z     Uninstalling click-8.2.1:
2025-08-20T22:13:51.8290685Z       Successfully uninstalled click-8.2.1
2025-08-20T22:13:51.8926968Z   Attempting uninstall: argcomplete
2025-08-20T22:13:51.9000662Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:13:51.9024576Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:13:51.9033612Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:13:51.9407436Z   Attempting uninstall: ansi2txt
2025-08-20T22:13:51.9478974Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:13:51.9492494Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:13:51.9686444Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:13:51.9911328Z   Attempting uninstall: userpath
2025-08-20T22:13:51.9984433Z     Found existing installation: userpath 1.9.2
2025-08-20T22:13:52.0000466Z     Uninstalling userpath-1.9.2:
2025-08-20T22:13:52.0007753Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:13:52.0193125Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:13:52.0269034Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:13:52.0574660Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:13:52.0614093Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:13:52.2621885Z   Attempting uninstall: markdown-it-py
2025-08-20T22:13:52.2698466Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:13:52.2749661Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:13:52.2761269Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:13:52.3451287Z   Attempting uninstall: rich
2025-08-20T22:13:52.3527007Z     Found existing installation: rich 14.1.0
2025-08-20T22:13:52.3572403Z     Uninstalling rich-14.1.0:
2025-08-20T22:13:52.3580619Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:13:52.5294428Z   Attempting uninstall: pyinstaller
2025-08-20T22:13:52.5366681Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:13:52.5616217Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:13:52.5654530Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:13:52.8427343Z   Attempting uninstall: pipx
2025-08-20T22:13:52.8514079Z     Found existing installation: pipx 1.7.1
2025-08-20T22:13:52.8545051Z     Uninstalling pipx-1.7.1:
2025-08-20T22:13:52.8556935Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:13:52.9252221Z   Attempting uninstall: typer
2025-08-20T22:13:52.9325901Z     Found existing installation: typer 0.16.1
2025-08-20T22:13:52.9348146Z     Uninstalling typer-0.16.1:
2025-08-20T22:13:52.9357138Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:13:52.9774060Z   Attempting uninstall: py2static
2025-08-20T22:13:52.9840742Z     Found existing installation: py2static 0.0.1
2025-08-20T22:13:52.9857154Z     Uninstalling py2static-0.0.1:
2025-08-20T22:13:52.9865355Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:13:53.0216868Z 
2025-08-20T22:13:53.0240934Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:13:53.3350968Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:53.4389695Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:13:53.4393381Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-ophcnhj7
2025-08-20T22:13:53.4412892Z 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}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-ophcnhj7
2025-08-20T22:13:55.4267344Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:13:55.4301716Z   Installing build dependencies: started
2025-08-20T22:13:56.1019442Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:13:56.1028359Z   Getting requirements to build wheel: started
2025-08-20T22:13:56.3637625Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:13:56.3646944Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:13:56.5396610Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:13:56.7093160Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:13:56.7105461Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:13:56.7386745Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:13:56.7396902Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:13:56.7705834Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:13:56.7715399Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:13:56.8021829Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:13:56.8031894Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:13:56.8070748Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:13:56.8080094Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:13:56.8091877Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:13:56.8106885Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:13:56.8214372Z Building wheels for collected packages: pyinstaller
2025-08-20T22:13:56.8220913Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:13:59.6101524Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:13:59.6124639Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=7c7ef44f1fd89fe287e89436ac7ccddbb290718aa26e61d90ec4569980c8174f
2025-08-20T22:13:59.6125822Z   Stored in directory: /tmp/pip-ephem-wheel-cache-17rtfe0r/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:13:59.6163130Z Successfully built pyinstaller
2025-08-20T22:13:59.6967844Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:13:59.6971716Z   Attempting uninstall: altgraph
2025-08-20T22:13:59.7041027Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:13:59.7058985Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:13:59.7065421Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:13:59.7341061Z   Attempting uninstall: setuptools
2025-08-20T22:13:59.7409886Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:13:59.7611481Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:13:59.7835652Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:14:00.4029307Z   Attempting uninstall: packaging
2025-08-20T22:14:00.4103702Z     Found existing installation: packaging 25.0
2025-08-20T22:14:00.4131797Z     Uninstalling packaging-25.0:
2025-08-20T22:14:00.4137627Z       Successfully uninstalled packaging-25.0
2025-08-20T22:14:00.4666044Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:14:00.4739306Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:14:00.5038934Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:14:00.5077464Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:14:00.7006210Z   Attempting uninstall: pyinstaller
2025-08-20T22:14:00.7080065Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:14:00.7339658Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:14:00.7377276Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:14:01.0158160Z 
2025-08-20T22:14:01.0182075Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:14:01.2444988Z 6.15.0
2025-08-20T22:14:03.0455833Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:14:03.0465000Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:14:03.0465314Z 
2025-08-20T22:14:03.0465535Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:14:03.0466213Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:14:03.0466597Z installation.
2025-08-20T22:14:03.0466710Z 
2025-08-20T22:14:03.0466967Z If you installed the current Docker package using this script and are using it
2025-08-20T22:14:03.0467455Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:14:03.0467938Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:14:03.0468384Z files to match the parameters passed to the script.
2025-08-20T22:14:03.0468626Z 
2025-08-20T22:14:03.0468767Z You may press Ctrl+C now to abort this script.
2025-08-20T22:14:03.0618847Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:14:04.3907939Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:14:04.9259736Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:14:04.9455980Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:14:05.0921935Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:14:05.0937853Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:14:05.0945412Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:14:06.6278732Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:14:17.6062070Z + sh -c 'docker version'
2025-08-20T22:14:17.6200281Z Client: Docker Engine - Community
2025-08-20T22:14:17.6200620Z  Version:           28.3.3
2025-08-20T22:14:17.6201005Z  API version:       1.51
2025-08-20T22:14:17.6201279Z  Go version:        go1.24.5
2025-08-20T22:14:17.6201514Z  Git commit:        980b856
2025-08-20T22:14:17.6201838Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:14:17.6202107Z  OS/Arch:           linux/arm64
2025-08-20T22:14:17.6202617Z  Context:           default
2025-08-20T22:14:17.6202841Z 
2025-08-20T22:14:17.6202968Z Server: Docker Engine - Community
2025-08-20T22:14:17.6203240Z  Engine:
2025-08-20T22:14:17.6203461Z   Version:          28.3.3
2025-08-20T22:14:17.6203759Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:14:17.6204087Z   Go version:       go1.24.5
2025-08-20T22:14:17.6204403Z   Git commit:       bea959c
2025-08-20T22:14:17.6204672Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:14:17.6204938Z   OS/Arch:          linux/arm64
2025-08-20T22:14:17.6205251Z   Experimental:     false
2025-08-20T22:14:17.6205480Z  containerd:
2025-08-20T22:14:17.6205668Z   Version:          1.7.27
2025-08-20T22:14:17.6205986Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:14:17.6206282Z  runc:
2025-08-20T22:14:17.6206534Z   Version:          1.2.5
2025-08-20T22:14:17.6206791Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:14:17.6207040Z  docker-init:
2025-08-20T22:14:17.6207274Z   Version:          0.19.0
2025-08-20T22:14:17.6207500Z   GitCommit:        de40ad0
2025-08-20T22:14:17.6217039Z 
2025-08-20T22:14:17.6217439Z ================================================================================
2025-08-20T22:14:17.6217822Z 
2025-08-20T22:14:17.6218398Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:14:17.6218785Z Docker daemon in rootless mode for your user:
2025-08-20T22:14:17.6218984Z 
2025-08-20T22:14:17.6219167Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:14:17.6219352Z 
2025-08-20T22:14:17.6219591Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:14:17.6219864Z 
2025-08-20T22:14:17.6219869Z 
2025-08-20T22:14:17.6220066Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:14:17.6220593Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:14:17.6220838Z 
2025-08-20T22:14:17.6221109Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:14:17.6221588Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:14:17.6222055Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:14:17.6222609Z 
2025-08-20T22:14:17.6222762Z ================================================================================
2025-08-20T22:14:17.6222948Z 
2025-08-20T22:14:28.6310472Z ● docker.service - Docker Application Container Engine
2025-08-20T22:14:28.6311131Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:14:28.6311957Z      Active: active (running) since Wed 2025-08-20 22:14:18 UTC; 10s ago
2025-08-20T22:14:28.6312588Z TriggeredBy: ● docker.socket
2025-08-20T22:14:28.6312945Z        Docs: https://docs.docker.com
2025-08-20T22:14:28.6313260Z    Main PID: 20537 (dockerd)
2025-08-20T22:14:28.6313479Z       Tasks: 11
2025-08-20T22:14:28.6313745Z      Memory: 22.0M (peak: 24.6M)
2025-08-20T22:14:28.6314000Z         CPU: 257ms
2025-08-20T22:14:28.6314221Z      CGroup: /system.slice/docker.service
2025-08-20T22:14:28.6316958Z              └─20537 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:14:28.6317352Z 
2025-08-20T22:14:28.6317698Z Aug 20 22:14:17 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:17.995953295Z" level=info msg="Loading containers: start."
2025-08-20T22:14:28.6318967Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.521537472Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 453db9b4af1709d12f91d4ac9b5f893cb93477511adea9fbabaff62e3ed89ac5], retrying...."
2025-08-20T22:14:28.6320175Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.568137054Z" level=info msg="Loading containers: done."
2025-08-20T22:14:28.6321269Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594209347Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:14:28.6323041Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594328583Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:14:28.6323965Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594359224Z" level=info msg="Initializing buildkit"
2025-08-20T22:14:28.6324717Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.610481937Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:14:28.6325486Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615268133Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:14:28.6326215Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615331447Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:14:28.6326940Z Aug 20 22:14:18 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:14:28.6405657Z ● docker.service - Docker Application Container Engine
2025-08-20T22:14:28.6406605Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:14:28.6407168Z      Active: active (running) since Wed 2025-08-20 22:14:18 UTC; 10s ago
2025-08-20T22:14:28.6407652Z TriggeredBy: ● docker.socket
2025-08-20T22:14:28.6407982Z        Docs: https://docs.docker.com
2025-08-20T22:14:28.6408321Z    Main PID: 20537 (dockerd)
2025-08-20T22:14:28.6408557Z       Tasks: 11
2025-08-20T22:14:28.6408815Z      Memory: 22.0M (peak: 24.6M)
2025-08-20T22:14:28.6409061Z         CPU: 257ms
2025-08-20T22:14:28.6409282Z      CGroup: /system.slice/docker.service
2025-08-20T22:14:28.6409951Z              └─20537 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:14:28.6410270Z 
2025-08-20T22:14:28.6410567Z Aug 20 22:14:17 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:17.995953295Z" level=info msg="Loading containers: start."
2025-08-20T22:14:28.6411746Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.521537472Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 453db9b4af1709d12f91d4ac9b5f893cb93477511adea9fbabaff62e3ed89ac5], retrying...."
2025-08-20T22:14:28.6413107Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.568137054Z" level=info msg="Loading containers: done."
2025-08-20T22:14:28.6414415Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594209347Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:14:28.6415839Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594328583Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:14:28.6416718Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594359224Z" level=info msg="Initializing buildkit"
2025-08-20T22:14:28.6417410Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.610481937Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:14:28.6418197Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615268133Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:14:28.6418932Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615331447Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:14:28.6419643Z Aug 20 22:14:18 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:14:28.6581690Z ● docker.service - Docker Application Container Engine
2025-08-20T22:14:28.6582225Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:14:28.6582992Z      Active: active (running) since Wed 2025-08-20 22:14:18 UTC; 10s ago
2025-08-20T22:14:28.6583473Z TriggeredBy: ● docker.socket
2025-08-20T22:14:28.6583850Z        Docs: https://docs.docker.com
2025-08-20T22:14:28.6584168Z    Main PID: 20537 (dockerd)
2025-08-20T22:14:28.6584416Z       Tasks: 11
2025-08-20T22:14:28.6584673Z      Memory: 22.0M (peak: 24.6M)
2025-08-20T22:14:28.6584920Z         CPU: 257ms
2025-08-20T22:14:28.6585149Z      CGroup: /system.slice/docker.service
2025-08-20T22:14:28.6585781Z              └─20537 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:14:28.6586081Z 
2025-08-20T22:14:28.6586406Z Aug 20 22:14:17 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:17.995953295Z" level=info msg="Loading containers: start."
2025-08-20T22:14:28.6587575Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.521537472Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 453db9b4af1709d12f91d4ac9b5f893cb93477511adea9fbabaff62e3ed89ac5], retrying...."
2025-08-20T22:14:28.6588736Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.568137054Z" level=info msg="Loading containers: done."
2025-08-20T22:14:28.6590129Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594209347Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:14:28.6591516Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594328583Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:14:28.6592536Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.594359224Z" level=info msg="Initializing buildkit"
2025-08-20T22:14:28.6593233Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.610481937Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:14:28.6594012Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615268133Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:14:28.6594775Z Aug 20 22:14:18 runnervmdbl46 dockerd[20537]: time="2025-08-20T22:14:18.615331447Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:14:28.6595453Z Aug 20 22:14:18 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:14:28.6675971Z Docker version 28.3.3, build 980b856
2025-08-20T22:14:28.6832504Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:14:29.4086412Z latest: Pulling from library/hello-world
2025-08-20T22:14:29.5989706Z 198f93fd5094: Pulling fs layer
2025-08-20T22:14:29.9505790Z 198f93fd5094: Download complete
2025-08-20T22:14:30.0859598Z 198f93fd5094: Pull complete
2025-08-20T22:14:30.1224279Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:14:30.1316847Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:14:30.9928434Z 
2025-08-20T22:14:30.9929136Z Hello from Docker!
2025-08-20T22:14:30.9929597Z This message shows that your installation appears to be working correctly.
2025-08-20T22:14:30.9929923Z 
2025-08-20T22:14:30.9930068Z To generate this message, Docker took the following steps:
2025-08-20T22:14:30.9936227Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:14:30.9936790Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:14:30.9937222Z     (arm64v8)
2025-08-20T22:14:30.9937609Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:14:30.9938056Z     executable that produces the output you are currently reading.
2025-08-20T22:14:30.9938493Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:14:30.9938929Z     to your terminal.
2025-08-20T22:14:30.9939082Z 
2025-08-20T22:14:30.9939289Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:14:30.9939685Z  $ docker run -it ubuntu bash
2025-08-20T22:14:30.9939865Z 
2025-08-20T22:14:30.9940029Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:14:30.9940406Z  https://hub.docker.com/
2025-08-20T22:14:30.9940609Z 
2025-08-20T22:14:30.9940715Z For more examples and ideas, visit:
2025-08-20T22:14:30.9941006Z  https://docs.docker.com/get-started/
2025-08-20T22:14:30.9941231Z 
2025-08-20T22:14:31.1276518Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:14:31.1276991Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:14:31.1277432Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:14:31.1277981Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:14:31.1278397Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:14:31.1278903Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:14:31.1279336Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:14:31.1279776Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:14:31.1280584Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:14:31.1280988Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:14:31.1281380Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:14:31.1343150Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:14:31.1343683Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:14:31.1344102Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:14:31.1344507Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:14:31.1344906Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:14:31.1345314Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:14:31.1345674Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:14:31.1346056Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:14:31.1346541Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:14:31.1346981Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:14:31.1347370Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:14:31.1348193Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:14:31.1348588Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:14:31.1348936Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:14:31.1349321Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:14:31.1349745Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:14:31.1350158Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:14:31.1350562Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:14:31.1350970Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:14:31.1351387Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:14:31.1351811Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:14:31.1352235Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:14:31.1352910Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:14:31.1353363Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:14:31.1353976Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:14:31.1354379Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:14:31.1354788Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:14:31.1355185Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:14:31.1355594Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:14:31.1356016Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:14:31.1356437Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:14:31.1356841Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:14:31.1357231Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:14:31.1357682Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:14:31.1358151Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:14:31.1358619Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:14:31.1359369Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:14:31.1359836Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:14:31.1360253Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:14:31.1360674Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:14:31.1361080Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:14:31.1361491Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:14:31.1361888Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:14:31.1362257Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:14:31.1363144Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:14:31.1363518Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:14:31.1363915Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:14:31.1364317Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:14:31.1364694Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:14:31.1365326Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:14:31.1365764Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:14:31.1366186Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:14:31.1366595Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:14:31.1367014Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:14:31.1367442Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:14:31.1367843Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:14:31.1368241Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:14:31.1368671Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:14:31.1369162Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:14:31.1369661Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:14:31.1370124Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:14:31.1370539Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:14:31.1370924Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:14:31.1371315Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:14:31.1371708Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:14:31.1372111Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:14:31.1372712Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:14:31.1373214Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:14:31.1373721Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:14:31.1374208Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:14:31.1374643Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:14:31.1375040Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:14:31.1375432Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:14:31.1375834Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:14:31.1376410Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:14:31.1376809Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:14:31.1377234Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:14:31.1377657Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:14:31.1378042Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:14:31.1378406Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:14:31.1378810Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:14:31.1379212Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:14:31.1379585Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:14:31.1379952Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:14:31.1380343Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:14:31.1380731Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:14:31.1381083Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:14:31.1381461Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:14:31.1382006Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:14:31.1382521Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:14:31.1382889Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:14:31.1383253Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:14:31.1383625Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:14:31.1384010Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:14:31.1384407Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:14:31.1384811Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:14:31.1385189Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:14:31.1385570Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:14:31.1385968Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:14:31.1386367Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:14:31.1386735Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:14:31.1387089Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:14:31.1387437Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:14:31.1387789Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:14:31.1388152Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:14:31.1388507Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:14:31.1388881Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:14:31.1389275Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:14:31.1389702Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:14:31.1390141Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:14:31.1390549Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:14:31.1390940Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:14:31.1391327Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:14:31.1391711Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:14:31.1392114Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:14:31.1392888Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:14:31.1393288Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:14:31.1393678Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:14:31.1394087Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:14:31.1394522Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:14:31.1394948Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:14:31.1395337Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:14:31.1395729Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:14:31.1396141Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:14:31.1396548Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:14:31.1396953Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:14:31.1397347Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:14:31.1397743Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:14:31.1398292Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:14:31.1398675Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:14:31.1399034Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:14:31.1399397Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:14:31.1399790Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:14:31.1400182Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:14:31.1400582Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:14:31.1400974Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:14:31.1401343Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:14:31.1401718Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:14:31.1402095Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:14:31.1402806Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:14:31.1403225Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:14:31.1403667Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:14:31.1404063Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:14:31.1404433Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:14:31.1404821Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:14:31.1405243Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:14:31.1405662Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:14:31.1406016Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:14:31.1406366Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:14:31.1406783Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:14:31.1407208Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:14:31.1407614Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:14:31.1407996Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:14:31.1408374Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:14:31.1408751Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:14:31.1409406Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:14:31.1409889Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:14:31.1410301Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:14:31.1410675Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:14:31.1411025Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:14:31.1411466Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:14:31.1411966Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:14:31.1412610Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:14:31.1412986Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:14:31.1413451Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:14:31.1413989Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:14:31.1414488Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:14:31.1415103Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:14:31.1415461Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:14:31.1415839Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:14:31.1416246Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:14:31.1416658Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:14:31.1417058Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:14:31.1417428Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:14:31.1417808Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:14:31.1418205Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:14:31.1418604Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:14:31.1419008Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:14:31.1419402Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:14:31.1419793Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:14:31.1420218Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:14:31.1420650Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:14:31.1421094Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:14:31.1421516Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:14:31.1421909Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:14:31.1422424Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:14:31.1422813Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:14:31.1423197Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:14:31.1423587Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:14:31.1424002Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:14:31.1424468Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:14:31.1424914Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:14:31.1425320Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:14:31.1425707Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:14:31.1426310Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:14:31.1426703Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:14:31.1427071Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:14:31.1427464Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:14:31.1427849Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:14:31.1428292Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:14:31.1428761Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:14:31.1429217Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:14:31.1429729Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:14:31.1430241Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:14:31.1430741Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:14:31.1431177Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:14:31.1431719Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:14:31.1432084Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:14:31.1432595Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:14:31.1432974Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:14:31.1433338Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:14:31.1433717Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:14:31.1434096Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:14:31.1434483Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:14:31.1434861Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:14:31.1435236Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:14:31.1435629Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:14:31.1436023Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:14:31.1436434Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:14:31.1436866Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:14:31.1437288Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:14:31.1437698Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:14:31.1438104Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:14:31.1438511Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:14:31.1438930Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:14:31.1439320Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:14:31.1439686Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:14:31.1440195Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1440712Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:14:31.1441084Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:14:31.1441548Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:14:31.1441922Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:14:31.1442481Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:14:31.1443188Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:14:31.1443630Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:14:31.1444059Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:14:31.1444471Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:14:31.1444874Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:14:31.1445294Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:14:31.1445705Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:14:31.1446093Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:14:31.1446519Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:14:31.1447240Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:14:31.1447737Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:14:31.1448187Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:14:31.1448769Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:14:31.1449253Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:14:31.1449724Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:14:31.1450208Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:14:31.1450616Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:14:31.1451047Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:14:31.1451504Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:14:31.1451907Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:14:31.1452460Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:14:31.1452837Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:14:31.1453213Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:14:31.1453594Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:14:31.1453958Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:14:31.1454308Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:14:31.1454674Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:14:31.1455033Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:14:31.1455386Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:14:31.1456727Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:14:31.1457125Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:14:31.1457507Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:14:31.1457891Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:14:31.1458255Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:14:31.1458611Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:14:31.1458968Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:14:31.1459331Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:14:31.1459703Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:14:31.1460069Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:14:31.1460431Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:14:31.1461060Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:14:31.1461551Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:14:31.1461990Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:14:31.1462628Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:14:31.1463005Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:14:31.1463391Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:14:31.1463816Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:14:31.1464220Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:14:31.1464583Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:14:31.1464947Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:14:31.1465307Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:14:31.1465647Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:14:31.1465987Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:14:31.1466572Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:14:31.1466940Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:14:31.1467301Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:14:31.1467646Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:14:31.1467977Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:14:31.1468350Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:14:31.1468754Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:14:31.1469155Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:14:31.1469548Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:14:31.1469943Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:14:31.1470363Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:14:31.1470863Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:14:31.1471478Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:14:31.1472102Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:14:31.1472854Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:14:31.1473331Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:14:31.1473791Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:14:31.1474312Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:14:31.1474934Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:14:31.1475498Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:14:31.1475991Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:14:31.1476435Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:14:31.1476798Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:14:31.1477171Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:14:31.1477540Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:14:31.1478183Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:14:31.1478617Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:14:31.1479010Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:14:31.1479404Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:14:31.1479786Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:14:31.1480172Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:14:31.1480548Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:14:31.1480921Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:14:31.1481297Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:14:31.1481685Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:14:31.1482083Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:14:31.1482711Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:14:31.1483133Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:14:31.1483676Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:14:31.1484066Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:14:31.1484476Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:14:31.1484887Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:14:31.1485322Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:14:31.1485756Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:14:31.1486119Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:14:31.1486491Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:14:31.1486875Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:14:31.1487241Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:14:31.1487635Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:14:31.1488049Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:14:31.1488432Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:14:31.1488815Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:14:31.1489177Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:14:31.1489541Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:14:31.1490086Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1490805Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1491486Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1492163Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1492902Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:14:31.1493290Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:14:31.1493697Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:14:31.1494103Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:14:31.1494476Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:14:31.1495073Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:14:31.1495454Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:14:31.1495832Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:14:31.1496215Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:14:31.1496588Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:14:31.1496968Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:14:31.1497350Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:14:31.1497754Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:14:31.1498149Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:14:31.1498550Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:14:31.1498945Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:14:31.1499323Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:14:31.1499711Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:14:31.1500110Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:14:31.1500668Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:14:31.1501070Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:14:31.1501458Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:14:31.1501879Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:14:31.1502452Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:14:31.1502861Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:14:31.1503302Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:14:31.1503758Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:14:31.1504163Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:14:31.1504535Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:14:31.1504916Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:14:31.1505314Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:14:31.1505719Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:14:31.1506124Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:14:31.1506505Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:14:31.1506899Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:14:31.1507373Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:14:31.1507844Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:14:31.1508237Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:14:31.1508650Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:14:31.1509101Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:14:31.1509549Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:14:31.1510020Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:14:31.1510510Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:14:31.1510950Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:14:31.1511620Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:14:31.1512046Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:14:31.1512687Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:14:31.1513121Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:14:31.1513506Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:14:31.1513882Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:14:31.1514287Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:14:31.1514686Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:14:31.1515085Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:14:31.1515500Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:14:31.1515895Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:14:31.1516271Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:14:31.1516636Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:14:31.1517184Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:14:31.1517571Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:14:31.1517989Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:14:31.1518380Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:14:31.1518827Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:14:31.1519275Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:14:31.1519676Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:14:31.1520118Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:14:31.1520590Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:14:31.1520997Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:14:31.1521408Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:14:31.1521768Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:14:31.1522133Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:14:31.1522747Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:14:31.1523145Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:14:31.1523524Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:14:31.1523881Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:14:31.1524231Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:14:31.1524578Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:14:31.1525066Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:14:31.1525576Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:14:31.1525959Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:14:31.1526338Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:14:31.1526737Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:14:31.1527146Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:14:31.1527552Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:14:31.1528208Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:14:31.1528642Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:14:31.1529057Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:14:31.1529432Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:14:31.1529806Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:14:31.1530164Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:14:31.1530540Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:14:31.1530964Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:14:31.1531391Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:14:31.1531792Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:14:31.1532216Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:14:31.1532846Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:14:31.1533250Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:14:31.1533619Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:14:31.1534128Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:14:31.1534476Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:14:31.1534844Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:14:31.1535217Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:14:31.1535591Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:14:31.1535989Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:14:31.1536402Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:14:31.1536867Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:14:31.1537302Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:14:31.1537675Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:14:31.1538070Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:14:31.1538452Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:14:31.1538837Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:14:31.1539215Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:14:31.1539591Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:14:31.1540031Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:14:31.1540529Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:14:31.1540958Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:14:31.1541333Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:14:31.1541712Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:14:31.1542119Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:14:31.1542697Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:14:31.1543076Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:14:31.1543470Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:14:31.1543850Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:14:31.1544197Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:14:31.1544767Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:14:31.1545175Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:14:31.1545594Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:14:31.1545971Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:14:31.1546358Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:14:31.1546797Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:14:31.1547239Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:14:31.1547666Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:14:31.1548059Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:14:31.1548574Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1549081Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:14:31.1549477Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:14:31.1549883Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:14:31.1550457Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:14:31.1550976Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:14:31.1551558Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:14:31.1552168Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:14:31.1553073Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:14:31.1553728Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:14:31.1554357Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:14:31.1554983Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:14:31.1555574Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:14:31.1556055Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:14:31.1556500Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:14:31.1556934Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:14:31.1557360Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:14:31.1557836Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:14:31.1558272Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:14:31.1558661Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:14:31.1559029Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:14:31.1559410Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:14:31.1559787Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:14:31.1560192Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:14:31.1560607Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:14:31.1560970Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:14:31.1561358Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:14:31.1561822Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:14:31.1562736Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:14:31.1563290Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:14:31.1563780Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:14:31.1564254Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:14:31.1564671Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:14:31.1565084Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:14:31.1565498Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:14:31.1566063Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:14:31.1566491Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:14:31.1566881Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:14:31.1567265Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:14:31.1567637Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:14:31.1568187Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:14:31.1568621Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:14:31.1569062Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:14:31.1569465Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:14:31.1569878Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:14:31.1570305Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:14:31.1570753Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:14:31.1571203Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:14:31.1571641Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:14:31.1572038Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:14:31.1572596Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:14:31.1572998Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:14:31.1573365Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:14:31.1573734Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:14:31.1574162Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:14:31.1574559Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:14:31.1574990Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:14:31.1575463Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:14:31.1575920Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:14:31.1576311Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:14:31.1576674Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:14:31.1577048Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:14:31.1577440Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:14:31.1577825Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:14:31.1578217Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:14:31.1578644Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:14:31.1579318Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:14:31.1579751Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:14:31.1580137Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:14:31.1580537Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:14:31.1581085Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.1581662Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:14:31.1582112Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:14:31.1582702Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:14:31.1583127Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:14:31.1583527Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:14:31.1583919Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:14:31.1584305Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:14:31.1584703Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:14:31.1585276Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:14:31.1585655Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:14:31.1586042Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:14:31.1586443Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:14:31.1586811Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:14:31.1587216Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:14:31.1587683Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:14:31.1588106Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:14:31.1588479Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:14:31.1589368Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:14:31.1589765Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:14:31.1590138Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:14:31.1590505Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:14:31.1590934Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:14:31.1591375Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:14:31.1591775Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:14:31.1592177Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:14:31.1592734Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:14:31.1593117Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:14:31.1593493Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:14:31.1593877Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:14:31.1594276Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:14:31.1594720Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:14:31.1595170Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:14:31.1595590Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:14:31.1595991Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:14:31.1596625Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:14:31.1597104Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:14:31.1597498Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:14:31.1597860Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:14:31.1598208Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:14:31.1598571Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:14:31.1598944Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:14:31.1599296Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:14:31.1599663Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:14:31.1600058Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:14:31.1600445Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:14:31.1600804Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:14:31.1601153Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:14:31.1601532Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:14:31.1602147Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:14:31.1602693Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:14:31.1603057Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:14:31.1603419Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:14:31.1603801Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:14:31.1604186Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:14:31.1604545Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:14:31.1604918Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:14:31.1605311Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:14:31.1605692Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:14:31.1606077Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:14:31.1606459Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:14:31.1606844Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:14:31.1607245Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:14:31.1607668Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:14:31.1608071Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:14:31.1608432Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:14:31.1609396Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:14:31.1609747Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:14:31.1610173Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:14:31.1610680Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:14:31.1611182Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:14:31.1611661Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:14:31.1612168Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:14:31.1612744Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:14:31.1613131Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:14:31.1613805Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:14:31.1614244Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:14:31.1614634Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:14:31.1615026Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:14:31.1615413Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:14:31.1615791Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:14:31.1616187Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:14:31.1616630Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:14:31.1617066Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:14:31.1617440Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:14:31.1617842Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:14:31.1618267Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:14:31.1618646Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:14:31.1619173Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:14:31.1619564Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:14:31.1620016Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:14:31.1620521Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:14:31.1620930Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:14:31.1621345Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:14:31.1621773Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:14:31.1622209Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:14:31.1910448Z [+] Installing Go for linux-arm64...
2025-08-20T22:14:31.6837364Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:14:31.6837738Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:14:31.6837966Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:14:31.6847597Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:14:31.6847982Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:14:31.6848337Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:14:31.6941301Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:14:31.6941797Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:14:31.6942247Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:14:31.6942802Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:14:31.6943239Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:14:31.6943680Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:14:31.6944156Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:14:31.6944601Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:14:31.6945033Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:14:31.6945467Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:14:31.6945908Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:14:31.6946333Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:14:31.6947181Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:14:31.6947663Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:14:31.6948108Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:14:31.6948567Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:14:31.6949059Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:14:31.6949516Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:14:31.6949961Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:14:31.6950382Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:14:31.6950726Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:14:31.6951049Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:14:31.6951378Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:14:31.6951707Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:14:31.6952042Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:14:31.6981411Z go version go1.22.2 linux/arm64
2025-08-20T22:14:31.7296664Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:14:31.7297139Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:14:31.7297503Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:14:31.7297876Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:14:31.7298257Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:14:31.7298613Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:14:31.7298977Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:14:31.7299366Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:14:31.7299712Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:14:31.7300039Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:14:31.7300398Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:14:31.7300793Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:14:31.7301175Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:14:31.7301576Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:14:31.7301971Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:14:31.7302553Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:14:31.7302973Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:14:31.7303343Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:14:31.7303720Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:14:31.7304177Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:14:31.7304621Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:14:31.7305016Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:14:31.7305434Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:14:31.7305833Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:14:31.7306185Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:14:31.7306569Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:14:31.7306999Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:14:31.7307787Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:14:31.7308226Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:14:31.7308641Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:14:31.7309071Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:14:31.7309495Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:14:31.7309925Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:14:31.7310344Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:14:31.7310784Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:14:31.7311210Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:14:31.7311610Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:14:31.7312027Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:14:31.7312606Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:14:31.7313020Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:14:31.7313664Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:14:31.7314084Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:14:31.7314487Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:14:31.7314883Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:14:31.7315336Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:14:31.7315808Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:14:31.7316280Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:14:31.7316772Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:14:31.7317216Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:14:31.7317641Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:14:31.7318059Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:14:31.7318469Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:14:31.7318883Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:14:31.7319286Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:14:31.7319659Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:14:31.7320018Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:14:31.7320393Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:14:31.7320790Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:14:31.7321193Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:14:31.7321579Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:14:31.7321989Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:14:31.7322668Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:14:31.7323107Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:14:31.7323520Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:14:31.7323941Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:14:31.7324374Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:14:31.7325020Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:14:31.7325437Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:14:31.7325877Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:14:31.7326380Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:14:31.7326879Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:14:31.7327340Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:14:31.7327756Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:14:31.7328141Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:14:31.7328533Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:14:31.7328942Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:14:31.7329342Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:14:31.7329800Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:14:31.7330488Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:14:31.7331006Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:14:31.7331497Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:14:31.7331936Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:14:31.7332489Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:14:31.7332925Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:14:31.7333338Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:14:31.7333734Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:14:31.7334120Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:14:31.7334548Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:14:31.7334976Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:14:31.7335360Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:14:31.7335728Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:14:31.7336134Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:14:31.7336540Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:14:31.7336917Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:14:31.7337296Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:14:31.7337689Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:14:31.7338078Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:14:31.7338427Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:14:31.7338812Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:14:31.7339224Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:14:31.7339608Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:14:31.7339970Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:14:31.7340335Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:14:31.7340719Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:14:31.7341111Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:14:31.7341749Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:14:31.7342170Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:14:31.7342680Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:14:31.7343069Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:14:31.7343459Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:14:31.7343856Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:14:31.7344223Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:14:31.7344578Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:14:31.7344926Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:14:31.7345283Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:14:31.7345649Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:14:31.7345999Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:14:31.7346371Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:14:31.7346771Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:14:31.7347387Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:14:31.7347828Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:14:31.7348226Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:14:31.7348617Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:14:31.7349001Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:14:31.7349387Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:14:31.7349794Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:14:31.7350202Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:14:31.7350586Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:14:31.7350981Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:14:31.7351391Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:14:31.7351827Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:14:31.7352252Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:14:31.7353237Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:14:31.7353642Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:14:31.7354050Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:14:31.7354462Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:14:31.7354867Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:14:31.7355258Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:14:31.7355662Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:14:31.7356065Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:14:31.7356445Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:14:31.7356804Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:14:31.7357169Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:14:31.7357563Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:14:31.7357960Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:14:31.7358606Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:14:31.7359027Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:14:31.7359402Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:14:31.7359790Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:14:31.7360168Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:14:31.7360556Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:14:31.7360980Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:14:31.7361425Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:14:31.7361824Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:14:31.7362199Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:14:31.7362890Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:14:31.7363314Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:14:31.7363730Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:14:31.7364261Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:14:31.7364607Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:14:31.7365027Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:14:31.7365458Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:14:31.7365868Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:14:31.7366249Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:14:31.7366630Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:14:31.7367019Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:14:31.7367444Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:14:31.7367912Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:14:31.7368329Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:14:31.7368687Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:14:31.7369046Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:14:31.7369492Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:14:31.7369995Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:14:31.7370430Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:14:31.7370806Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:14:31.7371271Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:14:31.7371811Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:14:31.7372489Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:14:31.7372964Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:14:31.7373326Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:14:31.7373705Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:14:31.7374113Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:14:31.7374526Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:14:31.7374929Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:14:31.7375535Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:14:31.7376063Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:14:31.7376460Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:14:31.7376858Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:14:31.7377261Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:14:31.7377659Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:14:31.7378049Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:14:31.7378444Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:14:31.7378857Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:14:31.7379306Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:14:31.7379736Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:14:31.7380124Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:14:31.7380496Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:14:31.7381019Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:14:31.7381394Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:14:31.7381786Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:14:31.7382202Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:14:31.7382971Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:14:31.7383427Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:14:31.7383835Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:14:31.7384231Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:14:31.7384616Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:14:31.7384991Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:14:31.7385368Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:14:31.7385756Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:14:31.7386137Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:14:31.7386613Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:14:31.7387089Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:14:31.7387544Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:14:31.7388065Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:14:31.7388579Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:14:31.7389080Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:14:31.7389522Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:14:31.7389883Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:14:31.7390245Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:14:31.7390623Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:14:31.7391007Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:14:31.7391373Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:14:31.7391750Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:14:31.7392489Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:14:31.7392935Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:14:31.7393314Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:14:31.7393689Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:14:31.7394091Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:14:31.7394481Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:14:31.7394897Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:14:31.7395331Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:14:31.7395746Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:14:31.7396156Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:14:31.7396556Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:14:31.7396963Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:14:31.7397383Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:14:31.7397894Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:14:31.7398258Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:14:31.7398765Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7399282Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:14:31.7399652Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:14:31.7400026Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:14:31.7400390Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:14:31.7400791Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:14:31.7401227Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:14:31.7401650Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:14:31.7402082Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:14:31.7402692Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:14:31.7403100Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:14:31.7403520Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:14:31.7403930Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:14:31.7404320Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:14:31.7404754Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:14:31.7405243Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:14:31.7405740Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:14:31.7406188Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:14:31.7406597Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:14:31.7406998Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:14:31.7407472Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:14:31.7407954Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:14:31.7408362Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:14:31.7409007Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:14:31.7409478Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:14:31.7409883Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:14:31.7410243Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:14:31.7410598Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:14:31.7410968Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:14:31.7411349Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:14:31.7411712Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:14:31.7412062Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:14:31.7412576Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:14:31.7412942Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:14:31.7413301Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:14:31.7413670Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:14:31.7414022Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:14:31.7414390Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:14:31.7414950Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:14:31.7415309Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:14:31.7415664Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:14:31.7416022Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:14:31.7416385Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:14:31.7416758Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:14:31.7417120Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:14:31.7417482Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:14:31.7417856Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:14:31.7418276Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:14:31.7418714Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:14:31.7419124Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:14:31.7419486Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:14:31.7419868Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:14:31.7420292Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:14:31.7420693Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:14:31.7421053Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:14:31.7421420Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:14:31.7421773Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:14:31.7422123Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:14:31.7422682Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:14:31.7423042Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:14:31.7423412Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:14:31.7423769Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:14:31.7424116Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:14:31.7424448Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:14:31.7424829Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:14:31.7425483Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:14:31.7425899Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:14:31.7426293Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:14:31.7426686Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:14:31.7427105Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:14:31.7427606Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:14:31.7428246Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:14:31.7428868Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:14:31.7429406Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:14:31.7430308Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:14:31.7430777Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:14:31.7431299Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:14:31.7432141Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:14:31.7432822Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:14:31.7433313Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:14:31.7433750Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:14:31.7434119Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:14:31.7434487Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:14:31.7434864Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:14:31.7435245Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:14:31.7435635Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:14:31.7436026Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:14:31.7436412Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:14:31.7436797Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:14:31.7437203Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:14:31.7437580Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:14:31.7437952Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:14:31.7438326Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:14:31.7438728Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:14:31.7439122Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:14:31.7439535Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:14:31.7439954Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:14:31.7440320Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:14:31.7440710Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:14:31.7441114Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:14:31.7441519Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:14:31.7441959Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:14:31.7442517Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:14:31.7443114Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:14:31.7443513Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:14:31.7443896Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:14:31.7444273Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:14:31.7444664Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:14:31.7445052Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:14:31.7445436Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:14:31.7445814Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:14:31.7446174Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:14:31.7446541Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:14:31.7447094Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7447808Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7448637Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7449302Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7449826Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:14:31.7450207Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:14:31.7450611Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:14:31.7451008Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:14:31.7451386Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:14:31.7451760Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:14:31.7452120Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:14:31.7452683Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:14:31.7453061Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:14:31.7453434Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:14:31.7453811Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:14:31.7454197Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:14:31.7454601Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:14:31.7455005Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:14:31.7455405Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:14:31.7455792Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:14:31.7456167Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:14:31.7456554Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:14:31.7456960Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:14:31.7457354Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:14:31.7457749Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:14:31.7458137Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:14:31.7458558Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:14:31.7458987Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:14:31.7459574Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:14:31.7460033Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:14:31.7460486Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:14:31.7460893Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:14:31.7461259Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:14:31.7461638Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:14:31.7462035Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:14:31.7462635Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:14:31.7463046Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:14:31.7463427Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:14:31.7463823Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:14:31.7464290Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:14:31.7464758Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:14:31.7465301Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:14:31.7465707Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:14:31.7466158Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:14:31.7466606Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:14:31.7467080Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:14:31.7467566Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:14:31.7468016Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:14:31.7468455Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:14:31.7468856Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:14:31.7469251Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:14:31.7469670Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:14:31.7470051Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:14:31.7470425Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:14:31.7470830Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:14:31.7471230Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:14:31.7471633Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:14:31.7472058Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:14:31.7472627Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:14:31.7473006Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:14:31.7473377Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:14:31.7473730Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:14:31.7474118Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:14:31.7474542Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:14:31.7474933Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:14:31.7475381Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:14:31.7475829Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:14:31.7476419Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:14:31.7476884Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:14:31.7477308Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:14:31.7477718Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:14:31.7478122Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:14:31.7478479Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:14:31.7478835Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:14:31.7479228Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:14:31.7479622Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:14:31.7479998Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:14:31.7480360Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:14:31.7480714Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:14:31.7481060Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:14:31.7481711Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:14:31.7482221Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:14:31.7482802Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:14:31.7483191Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:14:31.7483587Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:14:31.7483994Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:14:31.7484412Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:14:31.7484818Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:14:31.7485233Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:14:31.7485646Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:14:31.7486025Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:14:31.7486393Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:14:31.7486788Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:14:31.7487160Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:14:31.7487581Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:14:31.7488008Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:14:31.7488406Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:14:31.7488828Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:14:31.7489271Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:14:31.7489669Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:14:31.7490041Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:14:31.7490386Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:14:31.7490732Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:14:31.7491098Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:14:31.7491479Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:14:31.7491855Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:14:31.7492252Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:14:31.7493098Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:14:31.7493590Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:14:31.7494026Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:14:31.7494404Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:14:31.7494791Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:14:31.7495176Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:14:31.7495560Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:14:31.7495941Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:14:31.7496317Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:14:31.7496762Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:14:31.7497254Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:14:31.7497675Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:14:31.7498050Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:14:31.7498614Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:14:31.7499022Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:14:31.7499411Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:14:31.7499785Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:14:31.7500179Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:14:31.7500556Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:14:31.7500908Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:14:31.7501266Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:14:31.7501663Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:14:31.7502085Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:14:31.7502662Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:14:31.7503056Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:14:31.7503499Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:14:31.7503939Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:14:31.7504358Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:14:31.7504748Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:14:31.7505266Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7505771Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:14:31.7506160Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:14:31.7506574Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:14:31.7507000Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:14:31.7507521Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:14:31.7508102Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:14:31.7508716Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:14:31.7509565Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:14:31.7510232Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:14:31.7510864Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:14:31.7511493Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:14:31.7512075Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:14:31.7512776Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:14:31.7513225Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:14:31.7513662Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:14:31.7514090Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:14:31.7514571Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:14:31.7515009Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:14:31.7515389Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:14:31.7515905Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:14:31.7516280Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:14:31.7516660Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:14:31.7517063Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:14:31.7517476Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:14:31.7517842Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:14:31.7518229Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:14:31.7518695Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:14:31.7519185Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:14:31.7519673Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:14:31.7520165Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:14:31.7520616Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:14:31.7521032Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:14:31.7521445Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:14:31.7521859Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:14:31.7522499Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:14:31.7522989Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:14:31.7523384Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:14:31.7523764Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:14:31.7524145Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:14:31.7524521Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:14:31.7524958Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:14:31.7525396Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:14:31.7525797Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:14:31.7526210Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:14:31.7526634Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:14:31.7527280Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:14:31.7527745Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:14:31.7528176Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:14:31.7528579Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:14:31.7528953Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:14:31.7529339Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:14:31.7529712Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:14:31.7530082Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:14:31.7530484Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:14:31.7530882Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:14:31.7531310Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:14:31.7531785Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:14:31.7532244Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:14:31.7532965Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:14:31.7533323Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:14:31.7533694Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:14:31.7534088Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:14:31.7534471Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:14:31.7534863Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:14:31.7535296Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:14:31.7535739Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:14:31.7536152Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:14:31.7536536Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:14:31.7536936Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:14:31.7537480Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:31.7538059Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:14:31.7538510Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:14:31.7538958Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:14:31.7539387Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:14:31.7539788Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:14:31.7540181Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:14:31.7540569Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:14:31.7540978Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:14:31.7541379Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:14:31.7541760Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:14:31.7542151Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:14:31.7542780Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:14:31.7543158Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:14:31.7543775Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:14:31.7544257Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:14:31.7544681Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:14:31.7545064Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:14:31.7545435Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:14:31.7545820Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:14:31.7546191Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:14:31.7546558Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:14:31.7546986Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:14:31.7547431Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:14:31.7547841Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:14:31.7548239Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:14:31.7548634Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:14:31.7549161Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:14:31.7549537Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:14:31.7549921Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:14:31.7550323Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:14:31.7550766Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:14:31.7551212Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:14:31.7551631Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:14:31.7552036Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:14:31.7552592Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:14:31.7553018Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:14:31.7553409Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:14:31.7553763Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:14:31.7554104Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:14:31.7554469Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:14:31.7554844Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:14:31.7555194Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:14:31.7555564Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:14:31.7555962Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:14:31.7556350Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:14:31.7556705Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:14:31.7557059Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:14:31.7557437Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:14:31.7557837Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:14:31.7558215Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:14:31.7558579Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:14:31.7558942Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:14:31.7559328Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:14:31.7559968Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:14:31.7560335Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:14:31.7560705Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:14:31.7561098Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:14:31.7561478Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:14:31.7561853Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:14:31.7562230Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:14:31.7562749Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:14:31.7563151Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:14:31.7563571Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:14:31.7563974Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:14:31.7564333Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:14:31.7564680Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:14:31.7565018Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:14:31.7565586Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:14:31.7566088Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:14:31.7566566Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:14:31.7567041Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:14:31.7567548Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:14:31.7567986Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:14:31.7568375Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:14:31.7568763Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:14:31.7569148Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:14:31.7569538Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:14:31.7569922Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:14:31.7570304Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:14:31.7570678Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:14:31.7571070Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:14:31.7571514Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:14:31.7571951Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:14:31.7572578Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:14:31.7573001Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:14:31.7573421Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:14:31.7573803Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:14:31.7574158Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:14:31.7574565Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:14:31.7575021Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:14:31.7575496Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:14:31.7575912Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:14:31.7576522Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:14:31.7577022Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:14:31.7577457Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:14:31.9528092Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:14:32.1732714Z Collecting meson
2025-08-20T22:14:32.2506167Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:14:32.3212386Z Collecting ninja
2025-08-20T22:14:32.3381076Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:14:32.3684291Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:14:32.4503702Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.4 MB/s  0:00:00
2025-08-20T22:14:32.4672052Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:14:32.5652427Z Installing collected packages: ninja, meson
2025-08-20T22:14:33.2465444Z 
2025-08-20T22:14:33.2488712Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:14:33.5145884Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:14:33.6049781Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:14:33.6947672Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:14:34.0833054Z 1.8.4
2025-08-20T22:14:34.1134707Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:14:34.1494184Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:14:34.1494599Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:14:34.1495299Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:14:34.1495787Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:14:34.1496167Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:14:34.1496566Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:14:34.1496943Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:14:34.1497314Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:14:34.1497683Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:14:34.1498013Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:14:34.1498366Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:14:34.1498746Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:14:34.1499127Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:14:34.1499532Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:14:34.1499926Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:14:34.1500327Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:14:34.1500735Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:14:34.1501098Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:14:34.1501474Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:14:34.1501937Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:14:34.1502697Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:14:34.1503099Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:14:34.1503520Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:14:34.1503917Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:14:34.1504269Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:14:34.1505018Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:14:34.1505476Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:14:34.1505890Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:14:34.1506300Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:14:34.1506712Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:14:34.1507128Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:14:34.1507551Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:14:34.1507978Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:14:34.1508397Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:14:34.1508835Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:14:34.1509265Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:14:34.1509666Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:14:34.1510077Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:14:34.1510682Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:14:34.1511088Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:14:34.1511509Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:14:34.1511925Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:14:34.1513196Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:14:34.1513609Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:14:34.1514074Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:14:34.1514545Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:14:34.1515013Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:14:34.1515505Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:14:34.1515946Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:14:34.1516362Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:14:34.1516778Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:14:34.1517189Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:14:34.1517601Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:14:34.1517996Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:14:34.1518370Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:14:34.1518726Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:14:34.1519098Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:14:34.1519495Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:14:34.1519900Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:14:34.1520277Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:14:34.1520688Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:14:34.1521124Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:14:34.1521549Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:14:34.1521964Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:14:34.1522784Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:14:34.1523242Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:14:34.1523646Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:14:34.1524048Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:14:34.1524482Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:14:34.1524982Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:14:34.1525477Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:14:34.1525933Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:14:34.1526350Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:14:34.1526740Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:14:34.1527138Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:14:34.1527540Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:14:34.1528110Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:14:34.1528569Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:14:34.1529068Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:14:34.1529574Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:14:34.1530065Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:14:34.1530500Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:14:34.1530904Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:14:34.1531295Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:14:34.1531699Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:14:34.1532097Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:14:34.1532682Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:14:34.1533112Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:14:34.1533533Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:14:34.1533913Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:14:34.1534278Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:14:34.1534682Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:14:34.1535090Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:14:34.1535463Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:14:34.1535829Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:14:34.1536217Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:14:34.1536609Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:14:34.1536955Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:14:34.1537336Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:14:34.1537744Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:14:34.1538128Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:14:34.1538489Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:14:34.1538855Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:14:34.1539469Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:14:34.1539875Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:14:34.1540271Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:14:34.1540673Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:14:34.1541054Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:14:34.1541434Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:14:34.1541826Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:14:34.1542226Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:14:34.1542737Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:14:34.1543095Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:14:34.1543447Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:14:34.1543803Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:14:34.1544163Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:14:34.1544699Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:14:34.1545076Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:14:34.1545473Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:14:34.1545900Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:14:34.1546330Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:14:34.1546728Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:14:34.1547118Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:14:34.1547514Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:14:34.1547899Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:14:34.1548300Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:14:34.1548710Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:14:34.1549093Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:14:34.1549487Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:14:34.1549893Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:14:34.1550335Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:14:34.1550761Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:14:34.1551150Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:14:34.1551548Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:14:34.1551960Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:14:34.1552517Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:14:34.1552941Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:14:34.1553338Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:14:34.1553736Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:14:34.1554164Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:14:34.1554543Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:14:34.1554900Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:14:34.1555262Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:14:34.1555892Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:14:34.1556317Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:14:34.1556715Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:14:34.1557109Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:14:34.1557477Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:14:34.1557856Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:14:34.1558230Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:14:34.1558609Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:14:34.1559032Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:14:34.1559473Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:14:34.1559874Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:14:34.1560242Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:14:34.1560630Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:14:34.1561195Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:14:34.1561614Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:14:34.1561965Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:14:34.1562465Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:14:34.1562895Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:14:34.1563325Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:14:34.1563735Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:14:34.1564123Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:14:34.1564502Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:14:34.1564886Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:14:34.1565312Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:14:34.1565778Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:14:34.1566188Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:14:34.1566554Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:14:34.1566913Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:14:34.1567353Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:14:34.1567857Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:14:34.1568299Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:14:34.1568671Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:14:34.1569131Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:14:34.1569671Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:14:34.1570172Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:14:34.1570607Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:14:34.1570966Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:14:34.1571386Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:14:34.1571792Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:14:34.1572541Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:14:34.1573028Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:14:34.1573405Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:14:34.1573784Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:14:34.1574178Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:14:34.1574576Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:14:34.1574972Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:14:34.1575367Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:14:34.1575761Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:14:34.1576150Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:14:34.1576568Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:14:34.1577010Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:14:34.1577433Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:14:34.1578012Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:14:34.1578384Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:14:34.1578757Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:14:34.1579128Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:14:34.1579517Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:14:34.1579934Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:14:34.1580401Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:14:34.1580850Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:14:34.1581255Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:14:34.1581641Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:14:34.1582026Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:14:34.1582592Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:14:34.1582968Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:14:34.1583354Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:14:34.1583735Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:14:34.1584178Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:14:34.1584649Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:14:34.1585111Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:14:34.1585627Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:14:34.1586137Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:14:34.1586658Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:14:34.1587093Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:14:34.1587456Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:14:34.1587818Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:14:34.1588316Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:14:34.1588693Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:14:34.1589271Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:14:34.1589672Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:14:34.1590053Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:14:34.1590434Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:14:34.1590817Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:14:34.1591189Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:14:34.1591582Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:14:34.1591970Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:14:34.1592532Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:14:34.1592971Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:14:34.1593394Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:14:34.1593805Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:14:34.1594205Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:14:34.1594774Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:14:34.1595188Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:14:34.1595578Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:14:34.1595934Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:14:34.1596442Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1596959Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:14:34.1597327Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:14:34.1597705Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:14:34.1598068Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:14:34.1598463Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:14:34.1598897Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:14:34.1599322Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:14:34.1599751Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:14:34.1600156Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:14:34.1600558Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:14:34.1600978Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:14:34.1601394Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:14:34.1601787Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:14:34.1602215Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:14:34.1602846Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:14:34.1603356Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:14:34.1603804Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:14:34.1604212Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:14:34.1604609Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:14:34.1605077Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:14:34.1605558Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:14:34.1606194Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:14:34.1606653Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:14:34.1607110Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:14:34.1607524Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:14:34.1607887Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:14:34.1608237Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:14:34.1608608Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:14:34.1608989Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:14:34.1609353Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:14:34.1609704Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:14:34.1610075Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:14:34.1610435Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:14:34.1610788Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:14:34.1611307Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:14:34.1611659Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:14:34.1612035Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:14:34.1612613Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:14:34.1612978Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:14:34.1613333Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:14:34.1613689Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:14:34.1614058Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:14:34.1614432Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:14:34.1614798Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:14:34.1615156Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:14:34.1615537Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:14:34.1615958Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:14:34.1616392Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:14:34.1616800Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:14:34.1617163Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:14:34.1617539Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:14:34.1617961Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:14:34.1618364Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:14:34.1618725Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:14:34.1619094Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:14:34.1619458Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:14:34.1619797Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:14:34.1620144Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:14:34.1620497Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:14:34.1620866Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:14:34.1621227Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:14:34.1621578Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:14:34.1622166Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:14:34.1622714Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:14:34.1623121Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:14:34.1623514Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:14:34.1623915Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:14:34.1624309Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:14:34.1624727Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:14:34.1625232Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:14:34.1625852Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:14:34.1626482Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:14:34.1627049Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:14:34.1627522Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:14:34.1628170Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:14:34.1628690Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:14:34.1629309Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:14:34.1629870Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:14:34.1630362Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:14:34.1630799Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:14:34.1631169Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:14:34.1631541Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:14:34.1631911Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:14:34.1632497Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:14:34.1632894Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:14:34.1633283Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:14:34.1633668Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:14:34.1634056Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:14:34.1634444Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:14:34.1634820Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:14:34.1635207Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:14:34.1635582Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:14:34.1635977Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:14:34.1636373Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:14:34.1636782Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:14:34.1637193Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:14:34.1637558Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:14:34.1637950Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:14:34.1638363Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:14:34.1638765Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:14:34.1639458Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:14:34.1639902Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:14:34.1640267Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:14:34.1640636Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:14:34.1641021Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:14:34.1641390Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:14:34.1641776Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:14:34.1642166Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:14:34.1642745Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:14:34.1643124Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:14:34.1643489Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:14:34.1643855Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:14:34.1644404Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1645299Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1645985Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1646647Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1647172Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:14:34.1647553Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:14:34.1647966Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:14:34.1648370Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:14:34.1648746Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:14:34.1649127Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:14:34.1649491Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:14:34.1649865Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:14:34.1650241Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:14:34.1650616Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:14:34.1650992Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:14:34.1651377Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:14:34.1651780Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:14:34.1652177Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:14:34.1652730Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:14:34.1653129Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:14:34.1653508Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:14:34.1653893Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:14:34.1654295Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:14:34.1654692Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:14:34.1655089Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:14:34.1655481Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:14:34.1656103Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:14:34.1656553Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:14:34.1656955Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:14:34.1657398Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:14:34.1657855Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:14:34.1658255Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:14:34.1658622Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:14:34.1659001Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:14:34.1659396Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:14:34.1659801Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:14:34.1660211Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:14:34.1660593Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:14:34.1660981Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:14:34.1661596Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:14:34.1662065Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:14:34.1662594Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:14:34.1663004Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:14:34.1663466Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:14:34.1663912Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:14:34.1664392Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:14:34.1664884Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:14:34.1665324Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:14:34.1665765Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:14:34.1666161Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:14:34.1666552Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:14:34.1666969Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:14:34.1667350Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:14:34.1667724Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:14:34.1668137Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:14:34.1668539Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:14:34.1668946Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:14:34.1669369Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:14:34.1669765Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:14:34.1670141Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:14:34.1670504Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:14:34.1670857Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:14:34.1671292Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:14:34.1671713Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:14:34.1672105Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:14:34.1672923Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:14:34.1673395Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:14:34.1673799Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:14:34.1674242Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:14:34.1674662Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:14:34.1675065Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:14:34.1675467Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:14:34.1675822Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:14:34.1676181Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:14:34.1676571Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:14:34.1676967Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:14:34.1677344Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:14:34.1677701Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:14:34.1678213Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:14:34.1678563Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:14:34.1679045Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:14:34.1679553Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:14:34.1679938Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:14:34.1680317Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:14:34.1680716Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:14:34.1681127Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:14:34.1681537Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:14:34.1681940Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:14:34.1682583Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:14:34.1683010Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:14:34.1683388Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:14:34.1683755Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:14:34.1684114Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:14:34.1684487Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:14:34.1684912Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:14:34.1685340Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:14:34.1685737Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:14:34.1686159Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:14:34.1686605Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:14:34.1687007Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:14:34.1687376Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:14:34.1687728Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:14:34.1688075Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:14:34.1688440Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:14:34.1688818Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:14:34.1689428Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:14:34.1689850Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:14:34.1690267Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:14:34.1690732Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:14:34.1691167Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:14:34.1691537Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:14:34.1691924Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:14:34.1692448Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:14:34.1692840Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:14:34.1693226Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:14:34.1693600Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:14:34.1694037Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:14:34.1694528Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:14:34.1695124Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:14:34.1695499Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:14:34.1695874Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:14:34.1696279Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:14:34.1696671Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:14:34.1697041Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:14:34.1697440Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:14:34.1697817Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:14:34.1698166Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:14:34.1698523Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:14:34.1698927Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:14:34.1699345Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:14:34.1699723Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:14:34.1700107Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:14:34.1700551Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:14:34.1701004Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:14:34.1701433Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:14:34.1701832Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:14:34.1702546Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1703089Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:14:34.1703482Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:14:34.1703896Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:14:34.1704323Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:14:34.1704843Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:14:34.1705423Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:14:34.1706279Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:14:34.1706950Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:14:34.1707594Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:14:34.1708226Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:14:34.1708851Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:14:34.1709434Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:14:34.1709917Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:14:34.1710362Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:14:34.1710798Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:14:34.1711225Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:14:34.1711699Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:14:34.1712257Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:14:34.1712805Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:14:34.1713177Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:14:34.1713553Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:14:34.1713935Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:14:34.1714337Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:14:34.1714744Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:14:34.1715115Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:14:34.1715502Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:14:34.1715963Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:14:34.1716458Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:14:34.1716945Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:14:34.1717430Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:14:34.1717881Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:14:34.1718297Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:14:34.1718709Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:14:34.1719129Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:14:34.1719559Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:14:34.1719985Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:14:34.1720378Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:14:34.1720763Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:14:34.1721137Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:14:34.1721518Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:14:34.1721955Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:14:34.1722608Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:14:34.1723024Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:14:34.1723660Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:14:34.1724110Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:14:34.1724558Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:14:34.1725008Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:14:34.1725440Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:14:34.1725838Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:14:34.1726211Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:14:34.1726599Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:14:34.1726966Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:14:34.1727337Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:14:34.1727739Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:14:34.1728139Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:14:34.1728566Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:14:34.1729176Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:14:34.1729632Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:14:34.1730023Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:14:34.1730374Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:14:34.1730745Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:14:34.1731137Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:14:34.1731529Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:14:34.1731916Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:14:34.1732523Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:14:34.1732978Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:14:34.1733398Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:14:34.1733786Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:14:34.1734185Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:14:34.1734737Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:34.1735316Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:14:34.1735778Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:14:34.1736221Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:14:34.1736646Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:14:34.1737041Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:14:34.1737439Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:14:34.1737828Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:14:34.1738229Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:14:34.1738630Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:14:34.1739011Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:14:34.1739408Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:14:34.1740030Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:14:34.1740433Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:14:34.1740846Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:14:34.1741315Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:14:34.1741739Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:14:34.1742110Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:14:34.1742631Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:14:34.1743021Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:14:34.1743394Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:14:34.1743765Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:14:34.1744196Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:14:34.1744642Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:14:34.1745048Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:14:34.1745626Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:14:34.1746021Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:14:34.1746401Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:14:34.1746773Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:14:34.1747166Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:14:34.1747564Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:14:34.1748012Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:14:34.1748465Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:14:34.1748890Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:14:34.1749291Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:14:34.1749702Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:14:34.1750124Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:14:34.1750518Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:14:34.1750881Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:14:34.1751223Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:14:34.1751587Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:14:34.1751962Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:14:34.1752485Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:14:34.1752870Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:14:34.1753267Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:14:34.1753658Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:14:34.1754014Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:14:34.1754360Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:14:34.1754736Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:14:34.1755135Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:14:34.1755514Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:14:34.1755876Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:14:34.1756468Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:14:34.1756880Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:14:34.1757264Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:14:34.1757613Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:14:34.1757991Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:14:34.1758384Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:14:34.1758760Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:14:34.1759134Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:14:34.1759510Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:14:34.1759895Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:14:34.1760302Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:14:34.1760725Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:14:34.1761124Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:14:34.1761479Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:14:34.1761976Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:14:34.1762460Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:14:34.1762883Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:14:34.1763388Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:14:34.1763861Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:14:34.1764340Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:14:34.1764849Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:14:34.1765286Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:14:34.1765663Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:14:34.1766059Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:14:34.1766445Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:14:34.1766828Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:14:34.1767211Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:14:34.1767590Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:14:34.1767963Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:14:34.1768354Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:14:34.1768799Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:14:34.1769232Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:14:34.1769604Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:14:34.1770006Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:14:34.1770427Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:14:34.1770805Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:14:34.1771156Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:14:34.1771591Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:14:34.1772041Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:14:34.1772862Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:14:34.1773291Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:14:34.1773704Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:14:34.1774131Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:14:34.1774567Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:14:34.3557451Z info: downloading installer
2025-08-20T22:14:34.8076588Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:14:34.8076952Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:14:34.8077313Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:14:34.8077726Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:14:34.8291980Z info: profile set to 'default'
2025-08-20T22:14:34.8292444Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:14:34.8292852Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:14:34.8838599Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:14:35.0851329Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:14:35.1153322Z info: downloading component 'clippy'
2025-08-20T22:14:35.4815417Z info: downloading component 'rustfmt'
2025-08-20T22:14:35.7731604Z info: downloading component 'cargo'
2025-08-20T22:14:36.1532650Z info: downloading component 'rust-std'
2025-08-20T22:14:36.7388829Z info: downloading component 'rustc'
2025-08-20T22:14:37.9863978Z info: removing previous version of component 'clippy'
2025-08-20T22:14:38.0006413Z info: removing previous version of component 'rustfmt'
2025-08-20T22:14:38.0071049Z info: removing previous version of component 'cargo'
2025-08-20T22:14:38.0389097Z info: removing previous version of component 'rust-std'
2025-08-20T22:14:38.0503154Z info: removing previous version of component 'rustc'
2025-08-20T22:14:38.0742727Z info: installing component 'clippy'
2025-08-20T22:14:38.3466259Z info: installing component 'rustfmt'
2025-08-20T22:14:38.5468695Z info: installing component 'cargo'
2025-08-20T22:14:39.0441608Z info: installing component 'rust-std'
2025-08-20T22:14:40.3791864Z info: installing component 'rustc'
2025-08-20T22:14:43.1637724Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:14:43.1638025Z 
2025-08-20T22:14:43.1710443Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:14:43.1710850Z 
2025-08-20T22:14:43.1710876Z 
2025-08-20T22:14:43.1710958Z Rust is installed now. Great!
2025-08-20T22:14:43.1711103Z 
2025-08-20T22:14:43.1711279Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:14:43.1711663Z environment variable. This has not been done automatically.
2025-08-20T22:14:43.1711884Z 
2025-08-20T22:14:43.1712018Z To configure your current shell, you need to source
2025-08-20T22:14:43.1712470Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:14:43.1712694Z 
2025-08-20T22:14:43.1712871Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:14:43.1713268Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:14:43.1713563Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:14:43.1713835Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:14:43.1881108Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:14:43.2225592Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:14:43.2225873Z 
2025-08-20T22:14:43.2296282Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:14:43.2296600Z 
2025-08-20T22:14:43.2701863Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:14:43.3078383Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:14:43.3366455Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:14:43.3366992Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:14:43.3367345Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:14:43.3367706Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:14:43.3368108Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:14:43.3368478Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:14:43.3368837Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:14:43.3369194Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:14:43.3369539Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:14:43.3369865Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:14:43.3370222Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:14:43.3370610Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:14:43.3370993Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:14:43.3371397Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:14:43.3372019Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:14:43.3372570Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:14:43.3372983Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:14:43.3373343Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:14:43.3373720Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:14:43.3374174Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:14:43.3374613Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:14:43.3375012Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:14:43.3375429Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:14:43.3375831Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:14:43.3376186Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:14:43.3376574Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:14:43.3377004Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:14:43.3377423Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:14:43.3377826Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:14:43.3378235Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:14:43.3378652Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:14:43.3379079Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:14:43.3379512Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:14:43.3379935Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:14:43.3380380Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:14:43.3380807Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:14:43.3381211Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:14:43.3381621Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:14:43.3382012Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:14:43.3383029Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:14:43.3383719Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:14:43.3384149Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:14:43.3384551Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:14:43.3384943Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:14:43.3385402Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:14:43.3385872Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:14:43.3386339Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:14:43.3386831Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:14:43.3387272Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:14:43.3387690Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:14:43.3388112Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:14:43.3388530Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:14:43.3388946Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:14:43.3389511Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:14:43.3389884Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:14:43.3390245Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:14:43.3390615Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:14:43.3391008Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:14:43.3391411Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:14:43.3391789Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:14:43.3392203Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:14:43.3392785Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:14:43.3393212Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:14:43.3393622Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:14:43.3394045Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:14:43.3394474Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:14:43.3394875Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:14:43.3395270Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:14:43.3395707Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:14:43.3396208Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:14:43.3396708Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:14:43.3397167Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:14:43.3397590Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:14:43.3397978Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:14:43.3398368Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:14:43.3398771Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:14:43.3399175Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:14:43.3399632Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:14:43.3400358Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:14:43.3400887Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:14:43.3401379Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:14:43.3401818Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:14:43.3402228Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:14:43.3402719Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:14:43.3403130Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:14:43.3403527Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:14:43.3403914Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:14:43.3404337Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:14:43.3404767Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:14:43.3405150Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:14:43.3405520Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:14:43.3406091Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:14:43.3406499Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:14:43.3406879Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:14:43.3407247Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:14:43.3407639Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:14:43.3408059Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:14:43.3408411Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:14:43.3408795Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:14:43.3409204Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:14:43.3409589Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:14:43.3409952Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:14:43.3410320Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:14:43.3410693Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:14:43.3411081Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:14:43.3411476Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:14:43.3411870Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:14:43.3412252Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:14:43.3413409Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:14:43.3413815Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:14:43.3414215Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:14:43.3414585Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:14:43.3414948Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:14:43.3415297Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:14:43.3415651Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:14:43.3416011Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:14:43.3416359Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:14:43.3416733Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:14:43.3417129Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:14:43.3417782Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:14:43.3418247Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:14:43.3418646Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:14:43.3419040Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:14:43.3419431Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:14:43.3419816Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:14:43.3420215Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:14:43.3420622Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:14:43.3421002Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:14:43.3421393Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:14:43.3421805Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:14:43.3422242Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:14:43.3422801Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:14:43.3423340Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:14:43.3423736Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:14:43.3424146Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:14:43.3424552Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:14:43.3424957Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:14:43.3425352Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:14:43.3425752Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:14:43.3426155Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:14:43.3426534Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:14:43.3426890Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:14:43.3427254Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:14:43.3427648Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:14:43.3428043Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:14:43.3428444Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:14:43.3428836Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:14:43.3429205Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:14:43.3429578Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:14:43.3429956Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:14:43.3430343Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:14:43.3430767Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:14:43.3431214Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:14:43.3431610Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:14:43.3431984Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:14:43.3432508Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:14:43.3432937Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:14:43.3433350Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:14:43.3433702Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:14:43.3434251Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:14:43.3434686Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:14:43.3435113Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:14:43.3435524Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:14:43.3435903Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:14:43.3436281Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:14:43.3436662Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:14:43.3437083Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:14:43.3437550Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:14:43.3437964Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:14:43.3438336Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:14:43.3438693Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:14:43.3439135Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:14:43.3439773Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:14:43.3440210Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:14:43.3440584Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:14:43.3441049Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:14:43.3441583Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:14:43.3442087Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:14:43.3443028Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:14:43.3443392Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:14:43.3443771Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:14:43.3444191Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:14:43.3444602Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:14:43.3445039Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:14:43.3445413Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:14:43.3445788Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:14:43.3446188Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:14:43.3446586Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:14:43.3446986Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:14:43.3447386Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:14:43.3447779Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:14:43.3448172Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:14:43.3448593Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:14:43.3449038Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:14:43.3449463Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:14:43.3449853Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:14:43.3450224Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:14:43.3450599Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:14:43.3451193Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:14:43.3451621Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:14:43.3452043Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:14:43.3452639Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:14:43.3453088Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:14:43.3453493Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:14:43.3453875Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:14:43.3454257Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:14:43.3454634Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:14:43.3454999Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:14:43.3455391Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:14:43.3455774Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:14:43.3456218Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:14:43.3456847Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:14:43.3457305Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:14:43.3457820Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:14:43.3458332Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:14:43.3458835Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:14:43.3459274Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:14:43.3459645Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:14:43.3460009Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:14:43.3460386Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:14:43.3460772Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:14:43.3461139Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:14:43.3461517Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:14:43.3461899Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:14:43.3462411Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:14:43.3462798Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:14:43.3463174Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:14:43.3463576Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:14:43.3463969Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:14:43.3464382Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:14:43.3464825Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:14:43.3465245Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:14:43.3465660Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:14:43.3466066Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:14:43.3466478Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:14:43.3466899Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:14:43.3467294Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:14:43.3467937Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:14:43.3468468Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3468988Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:14:43.3469363Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:14:43.3469737Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:14:43.3470098Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:14:43.3470495Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:14:43.3470930Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:14:43.3471358Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:14:43.3471788Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:14:43.3472197Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:14:43.3472739Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:14:43.3473344Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:14:43.3473759Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:14:43.3474153Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:14:43.3474581Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:14:43.3475070Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:14:43.3475566Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:14:43.3476012Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:14:43.3476424Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:14:43.3476824Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:14:43.3477297Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:14:43.3477788Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:14:43.3478198Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:14:43.3478632Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:14:43.3479086Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:14:43.3479492Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:14:43.3479853Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:14:43.3480208Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:14:43.3480581Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:14:43.3480966Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:14:43.3481331Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:14:43.3481712Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:14:43.3482085Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:14:43.3482582Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:14:43.3482947Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:14:43.3483315Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:14:43.3483669Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:14:43.3484044Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:14:43.3484643Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:14:43.3485026Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:14:43.3485389Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:14:43.3485755Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:14:43.3486120Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:14:43.3486493Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:14:43.3486859Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:14:43.3487218Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:14:43.3487592Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:14:43.3488015Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:14:43.3488447Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:14:43.3488852Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:14:43.3489214Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:14:43.3489594Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:14:43.3490173Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:14:43.3490575Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:14:43.3490934Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:14:43.3491301Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:14:43.3491662Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:14:43.3492006Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:14:43.3492505Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:14:43.3492880Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:14:43.3493250Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:14:43.3493609Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:14:43.3493960Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:14:43.3494294Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:14:43.3494671Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:14:43.3495073Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:14:43.3495469Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:14:43.3495859Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:14:43.3496253Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:14:43.3496672Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:14:43.3497177Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:14:43.3497796Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:14:43.3498425Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:14:43.3498966Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:14:43.3499438Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:14:43.3499896Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:14:43.3500422Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:14:43.3501262Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:14:43.3501848Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:14:43.3502451Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:14:43.3502912Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:14:43.3503280Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:14:43.3503653Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:14:43.3504024Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:14:43.3504406Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:14:43.3504793Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:14:43.3505181Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:14:43.3505573Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:14:43.3505957Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:14:43.3506344Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:14:43.3506908Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:14:43.3507282Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:14:43.3507656Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:14:43.3508047Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:14:43.3508437Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:14:43.3508848Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:14:43.3509261Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:14:43.3509633Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:14:43.3510023Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:14:43.3510432Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:14:43.3510844Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:14:43.3511281Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:14:43.3511706Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:14:43.3512072Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:14:43.3512561Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:14:43.3512944Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:14:43.3513312Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:14:43.3513702Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:14:43.3514094Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:14:43.3514481Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:14:43.3514867Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:14:43.3515223Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:14:43.3515594Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:14:43.3516140Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3516859Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3517762Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3518453Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3518977Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:14:43.3519367Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:14:43.3519771Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:14:43.3520181Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:14:43.3520555Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:14:43.3520932Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:14:43.3521296Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:14:43.3521671Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:14:43.3522053Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:14:43.3522537Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:14:43.3522916Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:14:43.3523457Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:14:43.3523862Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:14:43.3524261Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:14:43.3524655Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:14:43.3525040Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:14:43.3525418Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:14:43.3525801Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:14:43.3526211Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:14:43.3526603Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:14:43.3526998Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:14:43.3527394Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:14:43.3527819Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:14:43.3528250Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:14:43.3528653Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:14:43.3529186Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:14:43.3529644Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:14:43.3530050Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:14:43.3530428Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:14:43.3530810Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:14:43.3531211Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:14:43.3531624Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:14:43.3532027Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:14:43.3532570Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:14:43.3532975Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:14:43.3533447Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:14:43.3533916Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:14:43.3534534Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:14:43.3534975Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:14:43.3535422Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:14:43.3535876Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:14:43.3536349Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:14:43.3536836Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:14:43.3537279Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:14:43.3537716Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:14:43.3538115Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:14:43.3538507Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:14:43.3538929Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:14:43.3539315Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:14:43.3539688Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:14:43.3540236Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:14:43.3540642Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:14:43.3541043Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:14:43.3541464Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:14:43.3541857Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:14:43.3542233Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:14:43.3542734Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:14:43.3543096Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:14:43.3543486Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:14:43.3543906Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:14:43.3544300Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:14:43.3544745Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:14:43.3545228Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:14:43.3545629Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:14:43.3546066Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:14:43.3546487Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:14:43.3546895Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:14:43.3547302Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:14:43.3547657Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:14:43.3548024Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:14:43.3548422Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:14:43.3548818Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:14:43.3549199Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:14:43.3549554Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:14:43.3549903Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:14:43.3550250Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:14:43.3550974Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:14:43.3551519Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:14:43.3551901Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:14:43.3552384Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:14:43.3552791Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:14:43.3553202Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:14:43.3553612Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:14:43.3554014Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:14:43.3554426Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:14:43.3554837Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:14:43.3555214Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:14:43.3555605Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:14:43.3555963Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:14:43.3556338Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:14:43.3556919Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:14:43.3557347Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:14:43.3557750Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:14:43.3558171Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:14:43.3558615Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:14:43.3559012Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:14:43.3559389Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:14:43.3559736Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:14:43.3560084Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:14:43.3560452Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:14:43.3560832Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:14:43.3561204Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:14:43.3561603Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:14:43.3562020Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:14:43.3562596Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:14:43.3563040Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:14:43.3563419Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:14:43.3563807Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:14:43.3564192Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:14:43.3564579Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:14:43.3564964Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:14:43.3565336Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:14:43.3565781Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:14:43.3566274Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:14:43.3566696Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:14:43.3567072Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:14:43.3567673Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:14:43.3568109Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:14:43.3568503Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:14:43.3568879Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:14:43.3569275Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:14:43.3569650Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:14:43.3569996Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:14:43.3570353Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:14:43.3570754Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:14:43.3571177Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:14:43.3571558Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:14:43.3571941Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:14:43.3572522Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:14:43.3573165Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:14:43.3573596Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:14:43.3573987Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:14:43.3574500Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3575007Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:14:43.3575397Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:14:43.3575812Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:14:43.3576239Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:14:43.3576759Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:14:43.3577347Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:14:43.3577955Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:14:43.3578599Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:14:43.3579251Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:14:43.3579877Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:14:43.3580505Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:14:43.3581087Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:14:43.3581569Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:14:43.3582015Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:14:43.3582609Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:14:43.3583039Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:14:43.3583510Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:14:43.3583941Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:14:43.3584323Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:14:43.3584688Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:14:43.3585286Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:14:43.3585689Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:14:43.3586096Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:14:43.3586515Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:14:43.3586880Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:14:43.3587266Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:14:43.3587726Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:14:43.3588215Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:14:43.3588702Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:14:43.3589193Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:14:43.3589644Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:14:43.3590059Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:14:43.3590600Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:14:43.3591019Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:14:43.3591445Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:14:43.3591869Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:14:43.3592260Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:14:43.3592864Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:14:43.3593244Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:14:43.3593626Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:14:43.3594063Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:14:43.3594502Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:14:43.3594918Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:14:43.3595332Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:14:43.3595762Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:14:43.3596213Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:14:43.3596659Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:14:43.3597093Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:14:43.3597491Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:14:43.3597867Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:14:43.3598258Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:14:43.3598629Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:14:43.3599004Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:14:43.3599402Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:14:43.3599802Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:14:43.3600233Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:14:43.3600704Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:14:43.3601159Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:14:43.3601844Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:14:43.3602208Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:14:43.3602701Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:14:43.3603103Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:14:43.3603490Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:14:43.3603883Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:14:43.3604312Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:14:43.3604757Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:14:43.3605175Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:14:43.3605561Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:14:43.3605964Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:14:43.3606509Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:14:43.3607087Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:14:43.3607689Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:14:43.3608131Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:14:43.3608555Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:14:43.3608951Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:14:43.3609339Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:14:43.3609730Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:14:43.3610136Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:14:43.3610540Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:14:43.3610920Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:14:43.3611316Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:14:43.3611720Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:14:43.3612095Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:14:43.3612626Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:14:43.3613089Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:14:43.3613514Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:14:43.3613890Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:14:43.3614273Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:14:43.3614660Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:14:43.3615038Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:14:43.3615413Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:14:43.3615844Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:14:43.3616290Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:14:43.3616693Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:14:43.3617093Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:14:43.3617486Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:14:43.3617864Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:14:43.3618482Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:14:43.3618893Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:14:43.3619290Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:14:43.3619736Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:14:43.3620182Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:14:43.3620604Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:14:43.3621005Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:14:43.3621407Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:14:43.3621832Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:14:43.3622226Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:14:43.3622714Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:14:43.3623064Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:14:43.3623427Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:14:43.3623954Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:14:43.3624306Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:14:43.3624678Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:14:43.3625071Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:14:43.3625458Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:14:43.3625829Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:14:43.3626175Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:14:43.3626556Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:14:43.3626956Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:14:43.3627329Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:14:43.3627700Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:14:43.3628062Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:14:43.3628446Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:14:43.3628825Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:14:43.3629176Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:14:43.3629550Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:14:43.3629964Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:14:43.3646955Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:14:43.3647457Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:14:43.3647843Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:14:43.3648228Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:14:43.3648639Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:14:43.3649062Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:14:43.3649466Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:14:43.3649817Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:14:43.3650160Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:14:43.3650502Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:14:43.3651237Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:14:43.3651756Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:14:43.3652226Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:14:43.3652880Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:14:43.3653385Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:14:43.3653822Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:14:43.3654200Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:14:43.3654586Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:14:43.3654970Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:14:43.3655357Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:14:43.3655748Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:14:43.3656134Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:14:43.3656511Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:14:43.3657085Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:14:43.3657525Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:14:43.3657955Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:14:43.3658329Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:14:43.3658725Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:14:43.3659148Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:14:43.3659532Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:14:43.3659879Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:14:43.3660262Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:14:43.3660713Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:14:43.3661176Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:14:43.3661586Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:14:43.3662000Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:14:43.3662574Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:14:43.3663009Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:14:43.3663293Z 
2025-08-20T22:14:43.3663297Z 
2025-08-20T22:14:43.3663665Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:14:43 PM)
2025-08-20T22:14:43.3664020Z 
2025-08-20T22:14:43.3664029Z 
2025-08-20T22:14:43.3664032Z 
2025-08-20T22:14:43.3664094Z [+] Continue : YES
2025-08-20T22:14:43.3664200Z 
2025-08-20T22:14:43.3664426Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:14:43.4320624Z 
2025-08-20T22:14:43.4321049Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:14:43 PM) UTC
2025-08-20T22:14:43.4321305Z 
2025-08-20T22:14:43.4337411Z 
2025-08-20T22:14:43.4337643Z [+] Total RECIPES :: 1
2025-08-20T22:14:43.4337782Z 
2025-08-20T22:14:43.4413194Z 
2025-08-20T22:14:43.4413710Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml (1/1)
2025-08-20T22:14:43.4414226Z 
2025-08-20T22:14:43.5395235Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:14:43.5407115Z mode of '/tmp/pkgforge/xXjmniBlI_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:14:43.5455981Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/realm-tavern/official [Provided]
2025-08-20T22:14:43.5456411Z [+] Setting '.pkg_family' --> realm-tavern [Provided]
2025-08-20T22:14:43.5469326Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:14:43.5474660Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:14:43.5502151Z [00:00:00.003]➜  
2025-08-20T22:14:43.5502809Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:14:43.5503216Z [00:00:00.003]➜  
2025-08-20T22:14:43.5538451Z [00:00:00.006]➜  
2025-08-20T22:14:43.5538891Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:14:43.5539310Z [00:00:00.006]➜  
2025-08-20T22:14:43.5621443Z [00:00:00.015]➜  
2025-08-20T22:14:43.5622691Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/realm-tavern/static.official.stable.yaml) --> /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:14:43 PM) UTC]
2025-08-20T22:14:43.5623896Z [00:00:00.015]➜  
2025-08-20T22:14:43.5624083Z [00:00:00.015]➜  
2025-08-20T22:14:43.5624263Z [00:00:00.015]➜  
2025-08-20T22:14:43.5624537Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:14:43.5631234Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:14:43.5631850Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern.yaml
2025-08-20T22:14:43.5632508Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:14:43.5632789Z [00:00:00.016]➜  
2025-08-20T22:14:43.5633008Z [00:00:00.016]➜  pkg: "realm-tavern"
2025-08-20T22:14:43.5633346Z [00:00:00.016]➜  pkg_id: "github.com.spellshift.realm"
2025-08-20T22:14:43.5633647Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:14:43.5633888Z [00:00:00.016]➜  category:
2025-08-20T22:14:43.5634532Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:14:43.5634847Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:14:43.5635202Z [00:00:00.016]➜  description: "parallel | xargs in rust"
2025-08-20T22:14:43.5635494Z [00:00:00.016]➜  homepage:
2025-08-20T22:14:43.5635786Z [00:00:00.016]➜    - "https://github.com/spellshift/realm"
2025-08-20T22:14:43.5636097Z [00:00:00.016]➜  maintainer:
2025-08-20T22:14:43.5636405Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:14:43.5636708Z [00:00:00.016]➜  note:
2025-08-20T22:14:43.5636996Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:14:43.5637504Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/spellshift/realm"
2025-08-20T22:14:43.5637930Z [00:00:00.016]➜  repology:
2025-08-20T22:14:43.5638175Z [00:00:00.016]➜    - "realm-tavern"
2025-08-20T22:14:43.5638410Z [00:00:00.016]➜  src_url:
2025-08-20T22:14:43.5638709Z [00:00:00.016]➜    - "https://github.com/spellshift/realm"
2025-08-20T22:14:43.5638998Z [00:00:00.016]➜  tag:
2025-08-20T22:14:43.5639220Z [00:00:00.016]➜    - "cybersecurity"
2025-08-20T22:14:43.5639490Z [00:00:00.016]➜    - "redteam"
2025-08-20T22:14:43.5639721Z [00:00:00.016]➜  x_exec:
2025-08-20T22:14:43.5639960Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-20T22:14:43.5640212Z [00:00:00.016]➜    host:
2025-08-20T22:14:43.5640437Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T22:14:43.5640720Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T22:14:43.5640966Z [00:00:00.016]➜    shell: "bash"
2025-08-20T22:14:43.5641197Z [00:00:00.016]➜    pkgver: |
2025-08-20T22:14:43.5641475Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:14:43.5642658Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/spellshift/realm" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:14:43.5643616Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:14:43.5644251Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:14:43.5644632Z [00:00:00.016]➜    run: |
2025-08-20T22:14:43.5644841Z [00:00:00.016]➜      #Build
2025-08-20T22:14:43.5645429Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:14:43.5646147Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:14:43.5646704Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:14:43.5647172Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:14:43.5647596Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:14:43.5647931Z [00:00:00.016]➜        bash -l -c '
2025-08-20T22:14:43.5648174Z [00:00:00.016]➜        #Setup ENV
2025-08-20T22:14:43.5648826Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:14:43.5649272Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:14:43.5649686Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:14:43.5650307Z [00:00:00.016]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:14:43.5650852Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:14:43.5651181Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T22:14:43.5651442Z [00:00:00.016]➜           else
2025-08-20T22:14:43.5651701Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T22:14:43.5651960Z [00:00:00.016]➜           fi
2025-08-20T22:14:43.5652180Z [00:00:00.016]➜         else
2025-08-20T22:14:43.5652853Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:14:43.5653249Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:14:43.5653531Z [00:00:00.016]➜         fi
2025-08-20T22:14:43.5653756Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T22:14:43.5654080Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:14:43.5654474Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:14:43.5654885Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:14:43.5655278Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:14:43.5655568Z [00:00:00.016]➜         fi
2025-08-20T22:14:43.5655851Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:14:43.5656189Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:14:43.5656508Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:14:43.5656819Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:14:43.5657154Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:14:43.5657480Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:14:43.5657800Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:14:43.5658165Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:14:43.5658534Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:14:43.5658887Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:14:43.5659225Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:14:43.5659852Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:14:43.5660290Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:14:43.5660573Z [00:00:00.016]➜        #Build
2025-08-20T22:14:43.5661092Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/spellshift/realm" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:14:43.5661627Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:14:43.5661965Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:14:43.5663414Z [00:00:00.016]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:14:43.5664073Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:14:43.5664601Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:14:43.5665192Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:14:43.5665556Z [00:00:00.016]➜        #Copy
2025-08-20T22:14:43.5666503Z [00:00:00.016]➜         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-20T22:14:43.5668016Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:14:43.5668578Z [00:00:00.016]➜        #Strip 
2025-08-20T22:14:43.5669061Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:14:43.5669741Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:14:43.5670438Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:14:43.5671029Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:14:43.5671596Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:14:43.5672013Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:14:43.5672258Z [00:00:00.016]➜        '
2025-08-20T22:14:43.5672721Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:14:43.5673084Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:14:43.5673622Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:14:43.5674709Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:14:43.5675477Z [00:00:00.016]➜  
2025-08-20T22:14:43.5675662Z [00:00:00.016]➜  
2025-08-20T22:14:43.5675938Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:14:43.5676209Z [00:00:00.016]➜  
2025-08-20T22:14:43.5676390Z [00:00:00.016]➜  
2025-08-20T22:14:43.5676570Z [00:00:00.016]➜  
2025-08-20T22:14:43.5677064Z [00:00:00.017]➜  '/tmp/pkgforge/xXjmniBlI_build.yaml' -> '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:14:45.0317050Z [00:00:01.484]➜  '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.version' -> '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.version'
2025-08-20T22:14:45.0367381Z [00:00:01.489]➜  [+] Version: HEAD-dcde613-250607T223637 ('.x_exec.pkgver') [/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.version]
2025-08-20T22:14:45.0494019Z [00:00:01.502]➜  [+] Progs: realm-tavern
2025-08-20T22:14:45.4133494Z [00:00:01.866]➜  
2025-08-20T22:14:45.4133828Z [00:00:01.866]➜  [-] Missing packages. Found: 
2025-08-20T22:14:45.4134149Z [00:00:01.866]➜  [+] Expected: realm-tavern
2025-08-20T22:14:45.4134484Z [00:00:01.866]➜  [+] Continuing with build...
2025-08-20T22:14:45.4134734Z [00:00:01.866]➜  
2025-08-20T22:14:45.7316236Z [00:00:02.184]➜  
2025-08-20T22:14:45.7316572Z [00:00:02.184]➜  
2025-08-20T22:14:45.7390214Z [00:00:02.192]➜  + mkdir -pv /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:14:45.7406688Z [00:00:02.193]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=realm-tavern -e PKG_ID=github.com.spellshift.realm -e PKG_TYPE=static -e PKG_VER=HEAD-dcde613-250607T223637 -e PKGVER=HEAD-dcde613-250607T223637 -e SBUILD_PKG=realm-tavern.static -e SBUILD_PKGVER=HEAD-dcde613-250607T223637 --volume /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:14:45.7408898Z [00:00:02.193]➜    #Setup ENV
2025-08-20T22:14:45.7409319Z [00:00:02.193]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:14:45.7410188Z [00:00:02.193]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:14:45.7410597Z [00:00:02.193]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:14:45.7411208Z [00:00:02.193]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:14:45.7411753Z [00:00:02.193]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:14:45.7412070Z [00:00:02.193]➜         export RUST_TARGET
2025-08-20T22:14:45.7412560Z [00:00:02.193]➜       else
2025-08-20T22:14:45.7412872Z [00:00:02.193]➜         rustc -Vv ; exit 1
2025-08-20T22:14:45.7413120Z [00:00:02.193]➜       fi
2025-08-20T22:14:45.7413324Z [00:00:02.193]➜     else
2025-08-20T22:14:45.7413633Z [00:00:02.193]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:14:45.7414002Z [00:00:02.193]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:14:45.7414283Z [00:00:02.193]➜     fi
2025-08-20T22:14:45.7414494Z [00:00:02.193]➜     RUST_FLAGS=()
2025-08-20T22:14:45.7414805Z [00:00:02.193]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:14:45.7415196Z [00:00:02.193]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:14:45.7415603Z [00:00:02.193]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:14:45.7415995Z [00:00:02.193]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:14:45.7416281Z [00:00:02.193]➜     fi
2025-08-20T22:14:45.7416542Z [00:00:02.193]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:14:45.7416884Z [00:00:02.193]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:14:45.7417193Z [00:00:02.193]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:14:45.7417496Z [00:00:02.193]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:14:45.7417810Z [00:00:02.193]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:14:45.7418139Z [00:00:02.193]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:14:45.7418452Z [00:00:02.193]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:14:45.7418803Z [00:00:02.193]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:14:45.7419171Z [00:00:02.193]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:14:45.7419521Z [00:00:02.193]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:14:45.7419850Z [00:00:02.193]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:14:45.7420207Z [00:00:02.193]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:14:45.7420558Z [00:00:02.193]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:14:45.7420834Z [00:00:02.193]➜    #Build
2025-08-20T22:14:45.7421634Z [00:00:02.193]➜     git clone --filter "blob:none" --quiet "https://github.com/spellshift/realm" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:14:45.7422232Z [00:00:02.193]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:14:45.7422797Z [00:00:02.193]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:14:45.7423437Z [00:00:02.193]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:14:45.7424020Z [00:00:02.193]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:14:45.7424563Z [00:00:02.193]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:14:45.7425130Z [00:00:02.193]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:14:45.7425489Z [00:00:02.193]➜    #Copy
2025-08-20T22:14:45.7426576Z [00:00:02.193]➜     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-20T22:14:45.7427825Z [00:00:02.193]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:14:45.7428625Z [00:00:02.193]➜    #Strip 
2025-08-20T22:14:45.7429103Z [00:00:02.193]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:14:45.7429782Z [00:00:02.193]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:14:45.7430460Z [00:00:02.193]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:14:45.7431053Z [00:00:02.193]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:14:45.7431598Z [00:00:02.193]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:14:45.7432001Z [00:00:02.193]➜     popd &>/dev/null
2025-08-20T22:14:45.7432239Z [00:00:02.193]➜    '
2025-08-20T22:14:46.4492008Z [00:00:02.902]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:14:46.6433391Z [00:00:03.096]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:14:46.6433773Z [00:00:03.096]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:14:46.6434083Z [00:00:03.096]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:14:46.6434377Z [00:00:03.096]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:14:46.6434674Z [00:00:03.096]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:14:46.6434967Z [00:00:03.096]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:14:46.6435241Z [00:00:03.096]➜  2b92eb3035e7: Waiting
2025-08-20T22:14:46.6435496Z [00:00:03.096]➜  4239b2f25ebc: Waiting
2025-08-20T22:14:46.6435782Z [00:00:03.096]➜  323e89f8c367: Waiting
2025-08-20T22:14:46.8433294Z [00:00:03.296]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:14:46.8433708Z [00:00:03.296]➜  99fd740fb142: Download complete
2025-08-20T22:14:46.8918262Z [00:00:03.344]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:14:46.8918697Z [00:00:03.344]➜  996f2cb07f7c: Download complete
2025-08-20T22:14:47.1536308Z [00:00:03.606]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:14:47.1537144Z [00:00:03.606]➜  b2e6f696af52: Download complete
2025-08-20T22:14:47.2930906Z [00:00:03.746]➜  b2e6f696af52: Pull complete
2025-08-20T22:14:47.3686405Z [00:00:03.821]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:14:47.3688183Z [00:00:03.821]➜  323e89f8c367: Download complete
2025-08-20T22:14:47.6075138Z [00:00:04.060]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:14:47.6075541Z [00:00:04.060]➜  4239b2f25ebc: Download complete
2025-08-20T22:14:53.6818053Z [00:00:10.134]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:14:53.6818821Z [00:00:10.134]➜  2b92eb3035e7: Download complete
2025-08-20T22:15:02.1878479Z [00:00:18.640]➜  996f2cb07f7c: Pull complete
2025-08-20T22:15:11.3802262Z [00:00:27.833]➜  99fd740fb142: Pull complete
2025-08-20T22:16:37.2180423Z [00:01:53.671]➜  2b92eb3035e7: Pull complete
2025-08-20T22:16:45.4337922Z [00:02:01.886]➜  4239b2f25ebc: Pull complete
2025-08-20T22:16:45.5172487Z [00:02:01.970]➜  323e89f8c367: Pull complete
2025-08-20T22:16:45.5430032Z [00:02:01.995]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:16:45.5532651Z [00:02:02.006]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:16:45.9415587Z [00:02:02.394]➜  + mkdir -p /build-bins
2025-08-20T22:16:45.9430336Z [00:02:02.396]➜  ++ mktemp -d
2025-08-20T22:16:45.9443002Z [00:02:02.397]➜  + pushd /tmp/tmp.gy7EtGwile
2025-08-20T22:16:45.9443375Z [00:02:02.397]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:16:45.9443660Z [00:02:02.397]➜  + source /root/.cargo/env
2025-08-20T22:16:45.9445761Z [00:02:02.397]➜  ++ case ":${PATH}:" in
2025-08-20T22:16:45.9452818Z [00:02:02.398]➜  ++ uname -m
2025-08-20T22:16:45.9453122Z [00:02:02.398]➜  ++ tr -d '[:space:]'
2025-08-20T22:16:45.9466209Z [00:02:02.399]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:16:45.9467974Z [00:02:02.399]➜  ++ uname -m
2025-08-20T22:16:45.9480375Z [00:02:02.401]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:16:45.9481328Z [00:02:02.401]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:16:45.9481783Z [00:02:02.401]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:16:46.1080050Z [00:02:02.560]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:16:46.1097723Z [00:02:02.562]➜  + RUST_FLAGS=()
2025-08-20T22:16:46.1098202Z [00:02:02.562]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:16:46.1101516Z [00:02:02.562]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:16:46.1103390Z [00:02:02.563]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:16:46.1103780Z [00:02:02.563]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:16:46.1110537Z [00:02:02.564]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:16:46.1110951Z [00:02:02.564]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:16:46.1111317Z [00:02:02.564]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:16:46.1111625Z [00:02:02.564]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:16:46.1111922Z [00:02:02.564]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:16:46.1112234Z [00:02:02.564]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:16:46.1112742Z [00:02:02.564]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:16:46.1113054Z [00:02:02.564]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:16:46.1113409Z [00:02:02.564]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:16:46.1118027Z [00:02:02.564]➜  ++ which mold
2025-08-20T22:16:46.1141265Z [00:02:02.567]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:16:46.1141982Z [00:02:02.567]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:16:46.1142631Z [00:02:02.567]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:16:46.1143042Z [00:02:02.567]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:16:46.1144514Z [00:02:02.567]➜  + 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-20T22:16:46.1148130Z [00:02:02.567]➜  + 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-20T22:16:46.1149516Z [00:02:02.567]➜  + git clone --filter blob:none --quiet https://github.com/spellshift/realm ./TEMPREPO
2025-08-20T22:16:48.2842694Z [00:02:04.737]➜  
2025-08-20T22:16:48.2843139Z [00:02:04.737]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:16:48.2845039Z [00:02:04.737]➜  [+] 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-20T22:16:48.2846329Z [00:02:04.737]➜  
2025-08-20T22:16:48.2846539Z [00:02:04.737]➜  + cd ./TEMPREPO/
2025-08-20T22:16:48.2846865Z [00:02:04.737]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:16:48.2848293Z [00:02:04.737]➜  + 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-20T22:16:48.2849521Z [00:02:04.737]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:16:48.2849925Z [00:02:04.737]➜  sed: can't read ./Cargo.toml: No such file or directory
2025-08-20T22:16:48.2854196Z [00:02:04.738]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:16:48.2854679Z [00:02:04.738]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:16:48.2870707Z [00:02:04.740]➜  ++ nproc
2025-08-20T22:16:48.2884970Z [00:02:04.741]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:16:48.3926714Z [00:02:04.845]➜  error: failed to parse manifest at `/tmp/tmp.gy7EtGwile/TEMPREPO/Cargo.toml`
2025-08-20T22:16:48.3927217Z [00:02:04.845]➜  
2025-08-20T22:16:48.3927426Z [00:02:04.845]➜  Caused by:
2025-08-20T22:16:48.3932846Z [00:02:04.846]➜    manifest is missing either a `[package]` or a `[workspace]`
2025-08-20T22:16:48.3947692Z [00:02:04.847]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:16:48.3977834Z [00:02:04.850]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:16:48.3980649Z [00:02:04.851]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:16:48.3981053Z [00:02:04.851]➜  + cut -d: -f1
2025-08-20T22:16:48.3981327Z [00:02:04.851]➜  + xargs realpath --no-symlinks
2025-08-20T22:16:48.3982000Z [00:02:04.851]➜  find: ‘./target/aarch64-unknown-linux-musl/release’: No such file or directory
2025-08-20T22:16:48.3982771Z [00:02:04.851]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:16:48.3995270Z [00:02:04.852]➜  realpath: missing operand
2025-08-20T22:16:48.3995728Z [00:02:04.852]➜  Try 'realpath --help' for more information.
2025-08-20T22:16:48.5169389Z [00:02:04.969]➜  '/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js.LICENSE.txt' -> '/build-bins/LICENSE'
2025-08-20T22:16:48.5711528Z [00:02:05.024]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:16:48.5738214Z [00:02:05.026]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:16:48.5740550Z [00:02:05.027]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:16:48.6113545Z [00:02:05.064]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:16:48.6138336Z [00:02:05.066]➜  
2025-08-20T22:16:48.6152601Z [00:02:05.068]➜  /build-bins/LICENSE
2025-08-20T22:16:48.6191163Z [00:02:05.072]➜  + file /build-bins/LICENSE
2025-08-20T22:16:48.6344768Z [00:02:05.087]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:16:48.6350641Z [00:02:05.088]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:16:48.6369370Z [00:02:05.090]➜  /build-bins/LICENSE:         3120 Bytes
2025-08-20T22:16:48.6373964Z [00:02:05.090]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:16:48.6384502Z [00:02:05.091]➜  3.1K	2025-08-20 22:16:48.515499962 +0000	/build-bins/LICENSE
2025-08-20T22:16:48.6386136Z [00:02:05.091]➜  + popd
2025-08-20T22:16:48.7957420Z [00:02:05.248]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:16:48.8114271Z [00:02:05.264]➜  + '[' -s /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:16:48.8115272Z [00:02:05.264]➜  + cp -fv /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:16:48.8155604Z [00:02:05.268]➜  '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:16:48.8161393Z [00:02:05.269]➜  + find /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:16:48.8173401Z [00:02:05.270]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:16:48.8174366Z [00:02:05.270]➜  + cut -d: -f1
2025-08-20T22:16:48.8174970Z [00:02:05.270]➜  + xargs realpath --no-symlinks
2025-08-20T22:16:48.8175691Z [00:02:05.270]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:16:48.9089716Z [00:02:05.361]➜  realpath: missing operand
2025-08-20T22:16:48.9090182Z [00:02:05.361]➜  Try 'realpath --help' for more information.
2025-08-20T22:16:48.9098616Z [00:02:05.362]➜  
2025-08-20T22:16:49.2540856Z [00:02:05.707]➜  
2025-08-20T22:16:49.2624741Z [00:02:05.715]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:16:49.2626395Z [00:02:05.715]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:16:49.2627757Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:16:49.2628951Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.2630158Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/uv.lock' from root:root to runner:runner
2025-08-20T22:16:49.2631716Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/README.md' from root:root to runner:runner
2025-08-20T22:16:49.2633296Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/server_config.json' from root:root to runner:runner
2025-08-20T22:16:49.2634644Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/pyproject.toml' from root:root to runner:runner
2025-08-20T22:16:49.2635918Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/tavern.py' from root:root to runner:runner
2025-08-20T22:16:49.2637199Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/.python-version' from root:root to runner:runner
2025-08-20T22:16:49.2638470Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp' from root:root to runner:runner
2025-08-20T22:16:49.2640052Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.2641429Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/rust-toolchain' from root:root to runner:runner
2025-08-20T22:16:49.2642862Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/src/loader.rs' from root:root to runner:runner
2025-08-20T22:16:49.2644255Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.2645543Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/src' from root:root to runner:runner
2025-08-20T22:16:49.2646885Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/.cargo/config.toml' from root:root to runner:runner
2025-08-20T22:16:49.2648206Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/.cargo' from root:root to runner:runner
2025-08-20T22:16:49.2649461Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader' from root:root to runner:runner
2025-08-20T22:16:49.2650715Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.2652020Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/rust-toolchain' from root:root to runner:runner
2025-08-20T22:16:49.2653448Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/src/main.rs' from root:root to runner:runner
2025-08-20T22:16:49.2654740Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.2656212Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/src' from root:root to runner:runner
2025-08-20T22:16:49.2657526Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll' from root:root to runner:runner
2025-08-20T22:16:49.2658765Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard/README.md' from root:root to runner:runner
2025-08-20T22:16:49.2659993Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard/main.py' from root:root to runner:runner
2025-08-20T22:16:49.2661182Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard' from root:root to runner:runner
2025-08-20T22:16:49.2662514Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/cred-publishing/creds.py' from root:root to runner:runner
2025-08-20T22:16:49.2663826Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/cred-publishing' from root:root to runner:runner
2025-08-20T22:16:49.2665336Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/syntax_fail.tome' from root:root to runner:runner
2025-08-20T22:16:49.2666664Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/download_test.tome' from root:root to runner:runner
2025-08-20T22:16:49.2668004Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/eldritch_test.tome' from root:root to runner:runner
2025-08-20T22:16:49.2669325Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/hello_world.tome' from root:root to runner:runner
2025-08-20T22:16:49.2670581Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test' from root:root to runner:runner
2025-08-20T22:16:49.2671876Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/requirements.txt' from root:root to runner:runner
2025-08-20T22:16:49.2673376Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/create_tags.py' from root:root to runner:runner
2025-08-20T22:16:49.2674740Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/neccdc_mapping.py' from root:root to runner:runner
2025-08-20T22:16:49.2676049Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings' from root:root to runner:runner
2025-08-20T22:16:49.2677291Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/main.go' from root:root to runner:runner
2025-08-20T22:16:49.2678549Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/auth.go' from root:root to runner:runner
2025-08-20T22:16:49.2680039Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/tavern/client.go' from root:root to runner:runner
2025-08-20T22:16:49.2681364Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/tavern' from root:root to runner:runner
2025-08-20T22:16:49.2682739Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/pwnboard/client.go' from root:root to runner:runner
2025-08-20T22:16:49.2684086Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/pwnboard' from root:root to runner:runner
2025-08-20T22:16:49.2685303Z [00:02:05.715]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go' from root:root to runner:runner
2025-08-20T22:16:49.2686599Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/print/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2687980Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/print/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2689577Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/print' from root:root to runner:runner
2025-08-20T22:16:49.2690943Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2692466Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/hello_world.bat' from root:root to runner:runner
2025-08-20T22:16:49.2693960Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2695394Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/hello_world.sh' from root:root to runner:runner
2025-08-20T22:16:49.2696761Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script' from root:root to runner:runner
2025-08-20T22:16:49.2698045Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test' from root:root to runner:runner
2025-08-20T22:16:49.2699207Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin' from root:root to runner:runner
2025-08-20T22:16:49.2700368Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/main.tf' from root:root to runner:runner
2025-08-20T22:16:49.2701580Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.2702939Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/.terraform.lock.hcl' from root:root to runner:runner
2025-08-20T22:16:49.2704411Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform' from root:root to runner:runner
2025-08-20T22:16:49.2705662Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.vscode/settings.json' from root:root to runner:runner
2025-08-20T22:16:49.2706843Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.vscode' from root:root to runner:runner
2025-08-20T22:16:49.2708061Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T22:16:49.2709438Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/library-scripts/jekyll-debian.sh' from root:root to runner:runner
2025-08-20T22:16:49.2710790Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/library-scripts' from root:root to runner:runner
2025-08-20T22:16:49.2712055Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/Dockerfile' from root:root to runner:runner
2025-08-20T22:16:49.2713555Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T22:16:49.2714730Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/main.go' from root:root to runner:runner
2025-08-20T22:16:49.2715945Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/config.go' from root:root to runner:runner
2025-08-20T22:16:49.2717123Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/env.go' from root:root to runner:runner
2025-08-20T22:16:49.2718325Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/status_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2719564Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/git_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2720867Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/remove_file/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2722222Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/remove_file/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2723644Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/remove_file' from root:root to runner:runner
2025-08-20T22:16:49.2724944Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/arp_scan/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2726283Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/arp_scan/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2727780Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/arp_scan' from root:root to runner:runner
2025-08-20T22:16:49.2729152Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/reverse_shell/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2730525Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/reverse_shell/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2731837Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/reverse_shell' from root:root to runner:runner
2025-08-20T22:16:49.2733283Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_write/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2734642Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_write/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2735932Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_write' from root:root to runner:runner
2025-08-20T22:16:49.2737489Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_mkdir/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2738838Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_mkdir/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2740127Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_mkdir' from root:root to runner:runner
2025-08-20T22:16:49.2741478Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/kill_process/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2742924Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/kill_process/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2744264Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/kill_process' from root:root to runner:runner
2025-08-20T22:16:49.2745574Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_net_info/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2746927Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_net_info/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2748223Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_net_info' from root:root to runner:runner
2025-08-20T22:16:49.2749528Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2750858Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2752488Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/linux/test-file' from root:root to runner:runner
2025-08-20T22:16:49.2753904Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/linux' from root:root to runner:runner
2025-08-20T22:16:49.2755160Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example' from root:root to runner:runner
2025-08-20T22:16:49.2756389Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/embed.go' from root:root to runner:runner
2025-08-20T22:16:49.2757678Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_registry/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2759041Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_registry/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2760347Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_registry' from root:root to runner:runner
2025-08-20T22:16:49.2761887Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2763398Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2764724Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file' from root:root to runner:runner
2025-08-20T22:16:49.2765959Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/git.go' from root:root to runner:runner
2025-08-20T22:16:49.2767252Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/fetch_asset/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2768594Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/fetch_asset/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2769895Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/fetch_asset' from root:root to runner:runner
2025-08-20T22:16:49.2771134Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/parse.go' from root:root to runner:runner
2025-08-20T22:16:49.2772494Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/report_file/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2773914Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/report_file/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2775209Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/report_file' from root:root to runner:runner
2025-08-20T22:16:49.2776707Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/parse_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2778090Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/port_scan/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2779430Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/port_scan/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2780705Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/port_scan' from root:root to runner:runner
2025-08-20T22:16:49.2781993Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/shell_cmd/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2783465Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/shell_cmd/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2784951Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/shell_cmd' from root:root to runner:runner
2025-08-20T22:16:49.2786216Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/cat/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2787513Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/cat/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2788789Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/cat' from root:root to runner:runner
2025-08-20T22:16:49.2790072Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_tree/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2791438Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_tree/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2792828Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_tree' from root:root to runner:runner
2025-08-20T22:16:49.2794249Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file_and_execute/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2795688Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file_and_execute/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2797080Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file_and_execute' from root:root to runner:runner
2025-08-20T22:16:49.2798440Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/persist_service/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2799814Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/persist_service/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2801344Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/persist_service' from root:root to runner:runner
2025-08-20T22:16:49.2802834Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_tree/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2804233Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_tree/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2805519Z [00:02:05.716]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_tree' from root:root to runner:runner
2025-08-20T22:16:49.2807144Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/netstat/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2808476Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/netstat/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2810034Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/netstat' from root:root to runner:runner
2025-08-20T22:16:49.2811327Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_info/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2813143Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_info/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2814510Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_info' from root:root to runner:runner
2025-08-20T22:16:49.2815819Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/agentinfo/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2817175Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/agentinfo/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2818465Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/agentinfo' from root:root to runner:runner
2025-08-20T22:16:49.2819744Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_env/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2821058Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_env/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2822674Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_env' from root:root to runner:runner
2025-08-20T22:16:49.2824031Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_list/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2825616Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_list/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2827055Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_list' from root:root to runner:runner
2025-08-20T22:16:49.2828358Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_list/metadata.yml' from root:root to runner:runner
2025-08-20T22:16:49.2829703Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_list/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.2830981Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_list' from root:root to runner:runner
2025-08-20T22:16:49.2832176Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes' from root:root to runner:runner
2025-08-20T22:16:49.2834325Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/log.go' from root:root to runner:runner
2025-08-20T22:16:49.2835938Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_hostfile.go' from root:root to runner:runner
2025-08-20T22:16:49.2837356Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_hostfile_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2838718Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/upload.go' from root:root to runner:runner
2025-08-20T22:16:49.2840022Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download.go' from root:root to runner:runner
2025-08-20T22:16:49.2841399Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2842943Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/upload_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2844332Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/errors.go' from root:root to runner:runner
2025-08-20T22:16:49.2845594Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn' from root:root to runner:runner
2025-08-20T22:16:49.2846889Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/token_auth_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2848242Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/token_auth.go' from root:root to runner:runner
2025-08-20T22:16:49.2849551Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/oauth.go' from root:root to runner:runner
2025-08-20T22:16:49.2851045Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/oauth_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2852563Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/context_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2853970Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/context.go' from root:root to runner:runner
2025-08-20T22:16:49.2855236Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth' from root:root to runner:runner
2025-08-20T22:16:49.2856541Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/graphql_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2857900Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/gqlgen.yml' from root:root to runner:runner
2025-08-20T22:16:49.2859284Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/query.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2860988Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/mutation.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2862539Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/inputs.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2864047Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/scalars.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2865472Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/ent.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2866922Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/directives.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2868307Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema' from root:root to runner:runner
2025-08-20T22:16:49.2869647Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/quest_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2870998Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/api_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2872521Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/mutation.resolvers.go' from root:root to runner:runner
2025-08-20T22:16:49.2873990Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/ent.resolvers.go' from root:root to runner:runner
2025-08-20T22:16:49.2875362Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/user_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2876881Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/bundle.go' from root:root to runner:runner
2025-08-20T22:16:49.2878379Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/prelude.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2879872Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/ent.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2881356Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/scalars.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2883060Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/mutation.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2884618Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/root_.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2886368Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/directives.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2887910Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/inputs.generated.go' from root:root to runner:runner
2025-08-20T22:16:49.2889327Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated' from root:root to runner:runner
2025-08-20T22:16:49.2890682Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema.graphql' from root:root to runner:runner
2025-08-20T22:16:49.2892078Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/query.resolvers.go' from root:root to runner:runner
2025-08-20T22:16:49.2893653Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/rollback.go' from root:root to runner:runner
2025-08-20T22:16:49.2895024Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/resolver.go' from root:root to runner:runner
2025-08-20T22:16:49.2896377Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/tome_test.go' from root:root to runner:runner
2025-08-20T22:16:49.2897772Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/example.yml' from root:root to runner:runner
2025-08-20T22:16:49.2899352Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTome/PermissionDenied.yml' from root:root to runner:runner
2025-08-20T22:16:49.2901227Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTome/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.2903019Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTome' from root:root to runner:runner
2025-08-20T22:16:49.2904661Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTome/WithFiles.yml' from root:root to runner:runner
2025-08-20T22:16:49.2906282Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTome/NoFiles.yml' from root:root to runner:runner
2025-08-20T22:16:49.2907844Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTome' from root:root to runner:runner
2025-08-20T22:16:49.2909420Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/RemoveTag.yml' from root:root to runner:runner
2025-08-20T22:16:49.2911344Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/ChangeHostname.yml' from root:root to runner:runner
2025-08-20T22:16:49.2913090Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/AddTag.yml' from root:root to runner:runner
2025-08-20T22:16:49.2914691Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost' from root:root to runner:runner
2025-08-20T22:16:49.2916303Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateUser/PermissionDenied.yml' from root:root to runner:runner
2025-08-20T22:16:49.2917999Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateUser/ChangeUsername.yml' from root:root to runner:runner
2025-08-20T22:16:49.2919589Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateUser' from root:root to runner:runner
2025-08-20T22:16:49.2921206Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/deleteTome/PermissionDenied.yml' from root:root to runner:runner
2025-08-20T22:16:49.2922955Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/deleteTome/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.2924581Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/deleteTome' from root:root to runner:runner
2025-08-20T22:16:49.2926157Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/WithFiles.yml' from root:root to runner:runner
2025-08-20T22:16:49.2927970Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/NoFiles.yml' from root:root to runner:runner
2025-08-20T22:16:49.2929683Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/NoBeacons.yml' from root:root to runner:runner
2025-08-20T22:16:49.2931267Z [00:02:05.717]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest' from root:root to runner:runner
2025-08-20T22:16:49.2932954Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTag/ChangeName.yml' from root:root to runner:runner
2025-08-20T22:16:49.2934610Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTag' from root:root to runner:runner
2025-08-20T22:16:49.2936162Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/Group.yml' from root:root to runner:runner
2025-08-20T22:16:49.2938012Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/MultipleHosts.yml' from root:root to runner:runner
2025-08-20T22:16:49.2939649Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/Service.yml' from root:root to runner:runner
2025-08-20T22:16:49.2941246Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag' from root:root to runner:runner
2025-08-20T22:16:49.2942973Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateBeacon/ChangeNameError.yml' from root:root to runner:runner
2025-08-20T22:16:49.2944651Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateBeacon' from root:root to runner:runner
2025-08-20T22:16:49.2946310Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithoutSchema.yml' from root:root to runner:runner
2025-08-20T22:16:49.2948083Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURLWithoutUser.yml' from root:root to runner:runner
2025-08-20T22:16:49.2949823Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithHTTPS.yml' from root:root to runner:runner
2025-08-20T22:16:49.2951541Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithHTTP.yml' from root:root to runner:runner
2025-08-20T22:16:49.2953592Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURL.yml' from root:root to runner:runner
2025-08-20T22:16:49.2955364Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SSHURLWithUser.yml' from root:root to runner:runner
2025-08-20T22:16:49.2957114Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURLWIthSSH.yml' from root:root to runner:runner
2025-08-20T22:16:49.2958816Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/ValidURL.yml' from root:root to runner:runner
2025-08-20T22:16:49.2960446Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository' from root:root to runner:runner
2025-08-20T22:16:49.2962047Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createCredential/Host.yml' from root:root to runner:runner
2025-08-20T22:16:49.2964111Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createCredential/HostAndTask.yml' from root:root to runner:runner
2025-08-20T22:16:49.2965744Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createCredential' from root:root to runner:runner
2025-08-20T22:16:49.2967407Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/importRepository/ExistingTomes.yml' from root:root to runner:runner
2025-08-20T22:16:49.2969147Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/importRepository/NoExistingTomes.yml' from root:root to runner:runner
2025-08-20T22:16:49.2970807Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/importRepository' from root:root to runner:runner
2025-08-20T22:16:49.2972535Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/dropAllData/PermissionDenied.yml' from root:root to runner:runner
2025-08-20T22:16:49.2974273Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/dropAllData/DropsData.yml' from root:root to runner:runner
2025-08-20T22:16:49.2975846Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/dropAllData' from root:root to runner:runner
2025-08-20T22:16:49.2977316Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations' from root:root to runner:runner
2025-08-20T22:16:49.2978805Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tomes/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.2980621Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tomes/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.2982204Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tomes' from root:root to runner:runner
2025-08-20T22:16:49.2983930Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/beacons/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.2985517Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/beacons/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.2987045Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/beacons' from root:root to runner:runner
2025-08-20T22:16:49.2988556Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.2990389Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/ForwardPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.2991997Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.2993747Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/Multiple.yml' from root:root to runner:runner
2025-08-20T22:16:49.2995353Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/OrderByPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.2996996Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/BackwardPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.2998540Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests' from root:root to runner:runner
2025-08-20T22:16:49.3000047Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.3001618Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/FilterByKind.yml' from root:root to runner:runner
2025-08-20T22:16:49.3003379Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.3004881Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags' from root:root to runner:runner
2025-08-20T22:16:49.3006567Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/hosts/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.3008188Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/hosts/Multiple.yml' from root:root to runner:runner
2025-08-20T22:16:49.3009695Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/hosts' from root:root to runner:runner
2025-08-20T22:16:49.3011238Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/repositories/WithTomes.yml' from root:root to runner:runner
2025-08-20T22:16:49.3012916Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/repositories' from root:root to runner:runner
2025-08-20T22:16:49.3014515Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/files/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.3016299Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/files/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.3017812Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/files' from root:root to runner:runner
2025-08-20T22:16:49.3019364Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/MeUnauthenticated.yml' from root:root to runner:runner
2025-08-20T22:16:49.3020969Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.3022644Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/UploadedTomes.yml' from root:root to runner:runner
2025-08-20T22:16:49.3024251Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/Me.yml' from root:root to runner:runner
2025-08-20T22:16:49.3025799Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.3027433Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/MeWithUnactivatedUser.yml' from root:root to runner:runner
2025-08-20T22:16:49.3029004Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users' from root:root to runner:runner
2025-08-20T22:16:49.3030502Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/Singular.yml' from root:root to runner:runner
2025-08-20T22:16:49.3032362Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/ForwardPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.3034063Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/FilterByID.yml' from root:root to runner:runner
2025-08-20T22:16:49.3035633Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/Multiple.yml' from root:root to runner:runner
2025-08-20T22:16:49.3037224Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/OrderByPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.3038859Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/BackwardPaginate.yml' from root:root to runner:runner
2025-08-20T22:16:49.3040384Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks' from root:root to runner:runner
2025-08-20T22:16:49.3042055Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries' from root:root to runner:runner
2025-08-20T22:16:49.3043630Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata' from root:root to runner:runner
2025-08-20T22:16:49.3045032Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/models/gqlgen_models.go' from root:root to runner:runner
2025-08-20T22:16:49.3046402Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/models' from root:root to runner:runner
2025-08-20T22:16:49.3047686Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql' from root:root to runner:runner
2025-08-20T22:16:49.3049002Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/namegen/namegen_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3050353Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/namegen/namegen.go' from root:root to runner:runner
2025-08-20T22:16:49.3051650Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/namegen' from root:root to runner:runner
2025-08-20T22:16:49.3053150Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/enum_host_platform_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3054552Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/c2.pb.go' from root:root to runner:runner
2025-08-20T22:16:49.3055885Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/c2_grpc.pb.go' from root:root to runner:runner
2025-08-20T22:16:49.3057532Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/enum_host_platform.go' from root:root to runner:runner
2025-08-20T22:16:49.3058932Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb' from root:root to runner:runner
2025-08-20T22:16:49.3060231Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/generate.go' from root:root to runner:runner
2025-08-20T22:16:49.3061582Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_credential.go' from root:root to runner:runner
2025-08-20T22:16:49.3063138Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_file_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3064516Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_file.go' from root:root to runner:runner
2025-08-20T22:16:49.3066143Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_claim_tasks.go' from root:root to runner:runner
2025-08-20T22:16:49.3067474Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2test/ent.go' from root:root to runner:runner
2025-08-20T22:16:49.3068801Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2test/grpc.go' from root:root to runner:runner
2025-08-20T22:16:49.3070095Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2test' from root:root to runner:runner
2025-08-20T22:16:49.3071430Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_process_list.go' from root:root to runner:runner
2025-08-20T22:16:49.3072938Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/proto/eldritch.proto' from root:root to runner:runner
2025-08-20T22:16:49.3074346Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/proto/c2.proto' from root:root to runner:runner
2025-08-20T22:16:49.3075642Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/proto' from root:root to runner:runner
2025-08-20T22:16:49.3076982Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_process_status.go' from root:root to runner:runner
2025-08-20T22:16:49.3078421Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_credential_kind_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3079819Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/eldritch.pb.go' from root:root to runner:runner
2025-08-20T22:16:49.3081421Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_credential_kind.go' from root:root to runner:runner
2025-08-20T22:16:49.3083026Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_process_status_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3084403Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb' from root:root to runner:runner
2025-08-20T22:16:49.3085715Z [00:02:05.718]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_fetch_asset_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3087067Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_fetch_asset.go' from root:root to runner:runner
2025-08-20T22:16:49.3088438Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_task_output.go' from root:root to runner:runner
2025-08-20T22:16:49.3089773Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/server.go' from root:root to runner:runner
2025-08-20T22:16:49.3091394Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_credential_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3092918Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_reverse_shell.go' from root:root to runner:runner
2025-08-20T22:16:49.3094315Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/rollback.go' from root:root to runner:runner
2025-08-20T22:16:49.3095662Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_claim_tasks_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3097074Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_process_list_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3098503Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_task_output_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3099814Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2' from root:root to runner:runner
2025-08-20T22:16:49.3101071Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/errors/http.go' from root:root to runner:runner
2025-08-20T22:16:49.3102475Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/errors/http_test.go' from root:root to runner:runner
2025-08-20T22:16:49.3103823Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/errors' from root:root to runner:runner
2025-08-20T22:16:49.3105108Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/package.json' from root:root to runner:runner
2025-08-20T22:16:49.3106678Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/package-lock.json' from root:root to runner:runner
2025-08-20T22:16:49.3108145Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.env.development' from root:root to runner:runner
2025-08-20T22:16:49.3109513Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/tailwind.config.js' from root:root to runner:runner
2025-08-20T22:16:49.3110842Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/README.md' from root:root to runner:runner
2025-08-20T22:16:49.3112169Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.env.production' from root:root to runner:runner
2025-08-20T22:16:49.3113645Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/http.go' from root:root to runner:runner
2025-08-20T22:16:49.3115201Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.3116522Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/dist/output.css' from root:root to runner:runner
2025-08-20T22:16:49.3117822Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/dist' from root:root to runner:runner
2025-08-20T22:16:49.3119129Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/schema.graphql' from root:root to runner:runner
2025-08-20T22:16:49.3120495Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/manifest.json' from root:root to runner:runner
2025-08-20T22:16:49.3121882Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/robots.txt' from root:root to runner:runner
2025-08-20T22:16:49.3123768Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_powershell.f24695bf.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3125762Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_javascript.8775e664.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3127718Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rust.5782d250.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3129620Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cpp.0f267074.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3131709Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sas.2859830c.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3133798Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_typescript.247c1a82.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3135734Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_basic.f9ef1eed.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3137639Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_stylus.d32f8b83.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3139534Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autoit.8b8f31cd.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3141697Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gherkin.f1a5e4e1.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3143770Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asciidoc.e1c509b3.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3145690Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arff.8e4a6c29.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3147597Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asm6502.e994835f.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3149508Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_qore.2206597b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3151411Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autohotkey.d0bf9348.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3153446Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rust.5782d250.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3155323Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_git.e2e5a3ab.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3157393Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_liquid.f1637814.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3159346Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csp.77149615.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3161240Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pure.1bf76418.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3163325Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_actionscript.fff5a604.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3165298Z [00:02:05.719]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vhdl.20c40c2a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3167182Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smarty.c8964e18.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3169399Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fortran.c4eef56e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3171327Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_makefile.68009359.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3173402Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csharp.48af3d1a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3175324Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tt2.8f86b21f.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3177229Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_icon.7a6f3f7d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3179137Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_graphql.c4c2059b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3181055Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_soy.bbbf7cbb.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3183034Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jsx.f653c75e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3185149Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ini.29e9d0ce.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3187142Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_livescript.b1d2a58e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3189081Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hpkp.ea40340f.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3190969Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hsts.c223d9cf.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3193089Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_aspnet.47dd282d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3195220Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fsharp.a76d8842.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3197100Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_java.87a7fc04.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3198989Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_n4js.9c097699.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3200912Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_docker.d1ca5f22.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3202919Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_yaml.39abec3d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3204864Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_julia.973c5a38.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3206758Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jolie.a3bb6420.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3208714Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autoit.8b8f31cd.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3210799Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parser.559eb54b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3212687Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js.LICENSE.txt' from root:root to runner:runner
2025-08-20T22:16:49.3214508Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_prolog.e4fd1910.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3216404Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tsx.79b9673e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3218320Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pascal.71aeeb74.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3220239Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_reason.5c01a0b8.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3222449Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_objectivec.7131c20a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3224438Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smalltalk.45022fe4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3226371Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_brainfuck.f52925a9.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3228298Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scss.0ce54026.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3230195Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_puppet.c3dc3625.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3232080Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_icon.7a6f3f7d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3234098Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nsis.19e1266e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3235973Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_php.8c78418d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3238084Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_visualBasic.e36a78e3.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3240101Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cssExtras.d189adad.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3242094Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fsharp.a76d8842.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3244153Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gedcom.c1454648.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3246056Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xojo.4ba2b374.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3248158Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pug.9101a4cb.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3250047Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_eiffel.c9ca1a5b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3251973Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_j.f0f7f3fd.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3254024Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_roboconf.18c9775a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3255913Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jsx.f653c75e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3257951Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_liquid.f1637814.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3259897Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wasm.7a7e1e3d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3261823Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_abap.a2bf84e3.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3263880Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apl.b92850ae.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3265766Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_dart.4845e4e4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3267896Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_actionscript.fff5a604.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3269822Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fortran.c4eef56e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3271723Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elm.53806c63.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3273765Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haskell.d9b92c8b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3275685Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haskell.d9b92c8b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3277596Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_kotlin.304508e4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3279482Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_basic.f9ef1eed.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3281356Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scss.0ce54026.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3283351Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sql.a8421811.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3285523Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_graphql.c4c2059b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3287550Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_j.f0f7f3fd.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3289420Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asm6502.e994835f.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3291320Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_php.8c78418d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3293389Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lolcode.260132e4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3295533Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erlang.ace2d57d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3297439Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bro.40444d0d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3299332Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_crystal.5b70cc2a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3301234Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_keyman.5dabe081.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3303271Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_plsql.ef0533ef.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3305205Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elm.53806c63.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3307093Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sql.a8421811.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3308975Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_aspnet.47dd282d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3311078Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csp.77149615.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3313128Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_renpy.7ef0c8aa.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3315091Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tap.2d69ed3e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3317010Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_applescript.e96c345a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3318925Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arff.8e4a6c29.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3321035Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ruby.f9fbfb74.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3323035Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arduino.1ab57ce8.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3325027Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_brainfuck.f52925a9.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3326944Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_textile.98643a9b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3328842Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wiki.1752fba7.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3330768Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_coffeescript.a42615f5.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3332563Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/787.4af0fb89.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3334351Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_monkey.5f57f009.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3336390Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wasm.7a7e1e3d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3338488Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sass.480c9587.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3340506Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_json.2230bc7d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3342540Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_javascript.8775e664.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3344523Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ada.0e14a976.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3346422Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xquery.ba800c58.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3348558Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_visualBasic.e36a78e3.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3350485Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ocaml.bc616109.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3352499Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_roboconf.18c9775a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3354516Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ichigojam.5db9293b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3356414Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_c.b738d4ba.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3358315Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_prolog.e4fd1910.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3360241Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_verilog.a4763c7a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3362126Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_flow.1bc488de.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3364277Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_d.78729473.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3366220Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_swift.5092745e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3367888Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js' from root:root to runner:runner
2025-08-20T22:16:49.3369577Z [00:02:05.720]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bison.d0d5778e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3371451Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_soy.bbbf7cbb.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3373724Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_phpExtras.3592c7b9.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3375637Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markdown.902a3e21.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3377530Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_perl.1e9ba7a2.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3379433Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_julia.973c5a38.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3381349Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bash.372479f4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3383397Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vim.bdd87dbe.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3385321Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lisp.baeac0aa.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3387265Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cssExtras.d189adad.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3389167Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mel.754c22d0.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3391224Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_less.66de7e95.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3393373Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_python.541c2687.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3395395Z [00:02:05.721]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autohotkey.d0bf9348.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3397332Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hsts.c223d9cf.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3399229Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nim.1cc70e82.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3401344Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nginx.cbd4c265.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3403393Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tcl.3e352a94.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3405313Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ruby.f9fbfb74.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3407239Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clojure.c3ad45a4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3409151Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arduino.1ab57ce8.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3411037Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haxe.88f6c17e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3412987Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nasm.872ebe3c.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3414930Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hpkp.ea40340f.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3416975Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xojo.4ba2b374.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3418921Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_eiffel.c9ca1a5b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3420831Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ichigojam.5db9293b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3422856Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_processing.199fbdd2.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3424831Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clike.7d38364c.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3426971Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markupTemplating.7f277ec8.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3428888Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vim.bdd87dbe.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3430594Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/787.4af0fb89.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3432438Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markup.7e243d11.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3434412Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_reason.5c01a0b8.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3436315Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_kotlin.304508e4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3438241Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_coffeescript.a42615f5.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3440185Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_makefile.68009359.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3442111Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erb.e8e92383.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3444306Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xeora.6cee1c1b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3446317Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_typescript.247c1a82.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3448242Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_latex.16ca55c5.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3450120Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_d.78729473.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3451983Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_twig.dc67cebc.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3454180Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_velocity.34d7a5e9.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3456112Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_renpy.7ef0c8aa.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3458027Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apacheconf.32ad0845.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3459918Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lua.b6019127.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3461791Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_less.66de7e95.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3463799Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vbnet.3342117e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3465701Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_matlab.71b9c2f6.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3467612Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rest.c4e5b5b0.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3469669Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mizar.88f8e577.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3471662Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_protobuf.76ca3682.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3473731Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_css.93288f6b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3475608Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_io.b41fba16.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3477474Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nim.1cc70e82.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3479629Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mizar.88f8e577.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3481536Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_java.87a7fc04.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3483636Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_django.5f62565a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3485535Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_glsl.902ea885.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3487430Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_go.5ecc81bf.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3489313Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lisp.baeac0aa.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3491203Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haxe.88f6c17e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3493232Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_processing.199fbdd2.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3495163Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clojure.c3ad45a4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3497244Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lua.b6019127.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3499211Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_flow.1bc488de.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3501107Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scala.644f1ea6.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3503090Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ini.29e9d0ce.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3505029Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_json.2230bc7d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3507129Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jolie.a3bb6420.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3509008Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tsx.79b9673e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3510901Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_opencl.4ede86d2.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3512916Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scheme.56b9cf1b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3514879Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parigp.a365f3cc.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3516784Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_protobuf.76ca3682.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3518663Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_q.892c3d10.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3520540Z [00:02:05.722]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_dart.4845e4e4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3522677Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cpp.0f267074.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3524615Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_http.fd0f4d9c.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3526491Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tt2.8f86b21f.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3528368Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haml.1ff1cd49.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3530272Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_groovy.8f038ddf.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3532466Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elixir.92a77143.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3534440Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_inform7.7a22721e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3536369Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_powershell.f24695bf.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3538294Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gedcom.c1454648.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3540205Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mel.754c22d0.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3542140Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rip.a1b4a54a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3544164Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_opencl.4ede86d2.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3546079Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_properties.f982552c.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3547982Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_plsql.ef0533ef.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3550055Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_inform7.7a22721e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3552065Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_swift.5092745e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3554149Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scala.644f1ea6.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3556141Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markupTemplating.7f277ec8.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3558105Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parigp.a365f3cc.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3560262Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_groovy.8f038ddf.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3562163Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_q.892c3d10.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3564185Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erlang.ace2d57d.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3566074Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ocaml.bc616109.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3568009Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_handlebars.884a497f.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3569918Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_go.5ecc81bf.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3571821Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_puppet.c3dc3625.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3573870Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elixir.92a77143.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3576029Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_oz.1bdf1d8b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3578046Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nasm.872ebe3c.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3579959Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wiki.1752fba7.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3581865Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_batch.cbcfc363.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3583900Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_css.93288f6b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3585977Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haml.1ff1cd49.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3587855Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_r.7cf295a5.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3589745Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xeora.6cee1c1b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3591621Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rest.c4e5b5b0.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3593695Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_twig.dc67cebc.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3595629Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gherkin.f1a5e4e1.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3597520Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sas.2859830c.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3599397Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_c.b738d4ba.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3601301Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xquery.ba800c58.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3603579Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apacheconf.32ad0845.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3605581Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pug.9101a4cb.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3607452Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_r.7cf295a5.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3609323Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_batch.cbcfc363.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3611209Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_git.e2e5a3ab.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3613416Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_n4js.9c097699.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3615317Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clike.7d38364c.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3617235Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smarty.c8964e18.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3619124Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_oz.1bdf1d8b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3620994Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markup.7e243d11.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3622974Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bro.40444d0d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3624934Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scheme.56b9cf1b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3626836Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_latex.16ca55c5.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3628917Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_keyman.5dabe081.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3630893Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_abap.a2bf84e3.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3632892Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parser.559eb54b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3634841Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter/refractor-core-import.d0cd1e85.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3636745Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter/refractor-core-import.d0cd1e85.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3638730Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter' from root:root to runner:runner
2025-08-20T22:16:49.3640458Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tap.2d69ed3e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3642515Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_textile.98643a9b.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3644504Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_docker.d1ca5f22.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3646411Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_http.fd0f4d9c.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3648320Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_io.b41fba16.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3650253Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_livescript.b1d2a58e.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3652178Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erb.e8e92383.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3654238Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_qore.2206597b.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3656338Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_stylus.d32f8b83.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3658385Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_velocity.34d7a5e9.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3660314Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_monkey.5f57f009.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3662246Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_handlebars.884a497f.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3664379Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_django.5f62565a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3666557Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_properties.f982552c.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3668497Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_yaml.39abec3d.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3670381Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sass.480c9587.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3672255Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ada.0e14a976.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3674313Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vhdl.20c40c2a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3676227Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asciidoc.e1c509b3.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3678142Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bison.d0d5778e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3680042Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_glsl.902ea885.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3682115Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nix.82fd01b6.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3684217Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_matlab.71b9c2f6.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3686123Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lolcode.260132e4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3688058Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_applescript.e96c345a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3689972Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_diff.fd90cc41.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3692069Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pascal.71aeeb74.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3694117Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csharp.48af3d1a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3696074Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_objectivec.7131c20a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3698030Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_perl.1e9ba7a2.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3699740Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3701465Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_diff.fd90cc41.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3703497Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nginx.cbd4c265.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3705399Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vbnet.3342117e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3707335Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_phpExtras.3592c7b9.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3709437Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_python.541c2687.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3711431Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tcl.3e352a94.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3713454Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pure.1bf76418.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3715380Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markdown.902a3e21.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3717287Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rip.a1b4a54a.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3719439Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_crystal.5b70cc2a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3721377Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nsis.19e1266e.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3723405Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apl.b92850ae.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3725277Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bash.372479f4.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3727156Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nix.82fd01b6.chunk.js' from root:root to runner:runner
2025-08-20T22:16:49.3729079Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smalltalk.45022fe4.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3731020Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_verilog.a4763c7a.chunk.js.map' from root:root to runner:runner
2025-08-20T22:16:49.3732730Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js' from root:root to runner:runner
2025-08-20T22:16:49.3734238Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/css/main.996e59b6.css.map' from root:root to runner:runner
2025-08-20T22:16:49.3735925Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/css/main.996e59b6.css' from root:root to runner:runner
2025-08-20T22:16:49.3737413Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/css' from root:root to runner:runner
2025-08-20T22:16:49.3738936Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/media/eldrich.a80c74e8249d2461e174.png' from root:root to runner:runner
2025-08-20T22:16:49.3740436Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/media' from root:root to runner:runner
2025-08-20T22:16:49.3741837Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static' from root:root to runner:runner
2025-08-20T22:16:49.3743315Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon.ico' from root:root to runner:runner
2025-08-20T22:16:49.3744922Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/asset-manifest.json' from root:root to runner:runner
2025-08-20T22:16:49.3746379Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/android-chrome-192x192.png' from root:root to runner:runner
2025-08-20T22:16:49.3747822Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/site.webmanifest' from root:root to runner:runner
2025-08-20T22:16:49.3749200Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/logo192.png' from root:root to runner:runner
2025-08-20T22:16:49.3750562Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/index.html' from root:root to runner:runner
2025-08-20T22:16:49.3751960Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/apple-touch-icon.png' from root:root to runner:runner
2025-08-20T22:16:49.3753525Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon-16x16.png' from root:root to runner:runner
2025-08-20T22:16:49.3754933Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon-32x32.png' from root:root to runner:runner
2025-08-20T22:16:49.3756319Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/logo512.png' from root:root to runner:runner
2025-08-20T22:16:49.3757737Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/android-chrome-512x512.png' from root:root to runner:runner
2025-08-20T22:16:49.3759098Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build' from root:root to runner:runner
2025-08-20T22:16:49.3760713Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/PageWrapper.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3762440Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/MobileNav.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3764022Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3765598Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/MinimizedSidebarNav.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3767228Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/usePageNavigation.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3769056Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/FullSidebarNav.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3770561Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper' from root:root to runner:runner
2025-08-20T22:16:49.3772029Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/TaskCard.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3773767Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskTimeStamp.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3775423Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskHostBeacon.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3777052Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskShells.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3778675Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskResults.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3780311Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskParameters.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3781881Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components' from root:root to runner:runner
2025-08-20T22:16:49.3783469Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card' from root:root to runner:runner
2025-08-20T22:16:49.3785214Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3786904Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/useCreateQuest.ts' from root:root to runner:runner
2025-08-20T22:16:49.3788628Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/CreateQuestDropdown.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3790226Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown' from root:root to runner:runner
2025-08-20T22:16:49.3791639Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features' from root:root to runner:runner
2025-08-20T22:16:49.3793146Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/queries.ts' from root:root to runner:runner
2025-08-20T22:16:49.3794767Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/questNames.ts' from root:root to runner:runner
2025-08-20T22:16:49.3796148Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/utils.ts' from root:root to runner:runner
2025-08-20T22:16:49.3797517Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/consts.ts' from root:root to runner:runner
2025-08-20T22:16:49.3798898Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/enums.ts' from root:root to runner:runner
2025-08-20T22:16:49.3800294Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/clean-graphql.ts' from root:root to runner:runner
2025-08-20T22:16:49.3801660Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils' from root:root to runner:runner
2025-08-20T22:16:49.3803176Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useTasks.ts' from root:root to runner:runner
2025-08-20T22:16:49.3804577Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useHosts.ts' from root:root to runner:runner
2025-08-20T22:16:49.3805968Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useQuests.ts' from root:root to runner:runner
2025-08-20T22:16:49.3807311Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks' from root:root to runner:runner
2025-08-20T22:16:49.3808640Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/setupTests.ts' from root:root to runner:runner
2025-08-20T22:16:49.3810202Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/test-utils.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3811600Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/App.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3813180Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/validation.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3814765Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/hooks/useBeaconFilter.ts' from root:root to runner:runner
2025-08-20T22:16:49.3816373Z [00:02:05.723]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/hooks/useSubmitQuest.ts' from root:root to runner:runner
2025-08-20T22:16:49.3817888Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/hooks' from root:root to runner:runner
2025-08-20T22:16:49.3819729Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/FinalizeStep.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3821389Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/BeaconStepWrapper.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3823195Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/QuestForm.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3824838Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeRadioGroup.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3826475Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeStep.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3828081Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/BeaconStep.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3829724Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeStepWrapper.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3831286Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components' from root:root to runner:runner
2025-08-20T22:16:49.3832855Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3834415Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/CreateQuest.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3836063Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest' from root:root to runner:runner
2025-08-20T22:16:49.3837576Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/AdminPortal.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3839098Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/hooks/useUserTable.ts' from root:root to runner:runner
2025-08-20T22:16:49.3840679Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/hooks/userMutations.ts' from root:root to runner:runner
2025-08-20T22:16:49.3842161Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/hooks' from root:root to runner:runner
2025-08-20T22:16:49.3843817Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/components/UserTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3845690Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/components/UserTableWrapper.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3847226Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/components' from root:root to runner:runner
2025-08-20T22:16:49.3848664Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3850048Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin' from root:root to runner:runner
2025-08-20T22:16:49.3851533Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useRepositoryView.ts' from root:root to runner:runner
2025-08-20T22:16:49.3853325Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useFetchRepostioryTomes.ts' from root:root to runner:runner
2025-08-20T22:16:49.3854985Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useCreateRepositoryLink.ts' from root:root to runner:runner
2025-08-20T22:16:49.3856501Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks' from root:root to runner:runner
2025-08-20T22:16:49.3858053Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/StepCreateRepository.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3859681Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/TomesHeader.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3861517Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/ImportRepositoryModal.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3863343Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/StepAddDeploymentKey.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3865005Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/RepositoryTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3866529Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components' from root:root to runner:runner
2025-08-20T22:16:49.3867966Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3869393Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/Tomes.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3870982Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes' from root:root to runner:runner
2025-08-20T22:16:49.3872572Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/hook/useHostActivityData.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3874260Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/hook/useOverviewData.ts' from root:root to runner:runner
2025-08-20T22:16:49.3875764Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/hook' from root:root to runner:runner
2025-08-20T22:16:49.3877326Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTaskBarChart.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3878969Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/AccessCard.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3880640Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/TargetRecommendation.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3882433Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/DashboardStatistic.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3884240Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/AccessHostActivityTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3885960Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTomeBarChart.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3887785Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestCard.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3889496Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTagBarChart.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3891077Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components' from root:root to runner:runner
2025-08-20T22:16:49.3892673Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3894226Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/Dashboard.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3895657Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard' from root:root to runner:runner
2025-08-20T22:16:49.3897349Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/HostDetails.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3898917Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/hooks/useCredsTable.ts' from root:root to runner:runner
2025-08-20T22:16:49.3900436Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/hooks' from root:root to runner:runner
2025-08-20T22:16:49.3901962Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/TagModal.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3903738Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostBreadcrumbs.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3905408Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostDetailsSection.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3907109Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTableWrapper.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3908763Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3910438Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CreatableTagDropdown.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3912149Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTableGrouped.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3914184Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/Credential.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3915891Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3917527Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTab.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3919123Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostTabs.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3920732Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostTaskTab.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3922746Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/editable-tag/EditableTag.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3924556Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/editable-tag/useEditableTag.ts' from root:root to runner:runner
2025-08-20T22:16:49.3926234Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/editable-tag' from root:root to runner:runner
2025-08-20T22:16:49.3927851Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTab.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3929412Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components' from root:root to runner:runner
2025-08-20T22:16:49.3930844Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details' from root:root to runner:runner
2025-08-20T22:16:49.3932264Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/shell/Shell.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3933793Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/shell' from root:root to runner:runner
2025-08-20T22:16:49.3935280Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/components/HostFilter.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3936854Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/components/HostTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3938579Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/components' from root:root to runner:runner
2025-08-20T22:16:49.3940113Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/HostList.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3941593Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list' from root:root to runner:runner
2025-08-20T22:16:49.3943153Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tasks/Tasks.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3944663Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tasks/EditablePageHeader.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3946121Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tasks' from root:root to runner:runner
2025-08-20T22:16:49.3947532Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/Quests.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3949343Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/components/QuestHeader.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3950944Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/components/QuestTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3952578Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/components' from root:root to runner:runner
2025-08-20T22:16:49.3954052Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list' from root:root to runner:runner
2025-08-20T22:16:49.3955387Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages' from root:root to runner:runner
2025-08-20T22:16:49.3956900Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/DebouncedFreeTextSearch.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3958538Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/PageHeader.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3960135Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FreeTextSearch.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3961761Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/badge/BadgeStyles.ts' from root:root to runner:runner
2025-08-20T22:16:49.3963503Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/badge/Badge.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3965266Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/badge' from root:root to runner:runner
2025-08-20T22:16:49.3966887Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/button/Button.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3968516Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/button/ButtonStyles.ts' from root:root to runner:runner
2025-08-20T22:16:49.3970089Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/button' from root:root to runner:runner
2025-08-20T22:16:49.3971656Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/EmptyState.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3973655Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FormTextField.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3975313Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/SingleDropdownSelector.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3976973Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FormRadioGroup.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3978546Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/Table.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3980135Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/TablePagination.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3981711Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/Modal.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3983407Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/AlertError.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3984927Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui' from root:root to runner:runner
2025-08-20T22:16:49.3986448Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/admin-access-gate/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3988058Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/admin-access-gate/AdminAccessGate.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3989808Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/admin-access-gate' from root:root to runner:runner
2025-08-20T22:16:49.3991356Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/Breadcrumbs.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3992981Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/access-gate/AccessGate.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3994572Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/access-gate/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3996057Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/access-gate' from root:root to runner:runner
2025-08-20T22:16:49.3997503Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/FilterBar.tsx' from root:root to runner:runner
2025-08-20T22:16:49.3999288Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/multi-select/MultiSelectService.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4000823Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/multi-select' from root:root to runner:runner
2025-08-20T22:16:49.4002492Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-filter-bar/BeaconFilterBar.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4004159Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-filter-bar/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4005697Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-filter-bar' from root:root to runner:runner
2025-08-20T22:16:49.4007170Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/HostTile.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4008670Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-text-area/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4010233Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-text-area/FormTextArea.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4011768Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-text-area' from root:root to runner:runner
2025-08-20T22:16:49.4013378Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TomeAccordion.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4015069Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/UserImageAndName.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4016711Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-option/BeaconOption.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4018245Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-option' from root:root to runner:runner
2025-08-20T22:16:49.4019701Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TaskTable.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4021259Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/empty-states/EmptyStateNoQuests.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4023004Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/empty-states/EmptyStateNoBeacon.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4024778Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/empty-states' from root:root to runner:runner
2025-08-20T22:16:49.4026263Z [00:02:05.724]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TaskStatusBadge.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4027833Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-steps/FormSteps.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4029365Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-steps/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4030838Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-steps' from root:root to runner:runner
2025-08-20T22:16:49.4032377Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/BeaconTile.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4033837Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components' from root:root to runner:runner
2025-08-20T22:16:49.4035170Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/style.css' from root:root to runner:runner
2025-08-20T22:16:49.4036530Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/react-app-env.d.ts' from root:root to runner:runner
2025-08-20T22:16:49.4037891Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/index.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4039273Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/TagContext.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4040975Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/HostContext.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4042618Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/UserPreferences.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4044167Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/HostTaskContext.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4045690Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/AuthorizationContext.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4047112Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context' from root:root to runner:runner
2025-08-20T22:16:49.4048425Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/Logo.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4049950Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/logo.svg' from root:root to runner:runner
2025-08-20T22:16:49.4051334Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/serviceWorker.ts' from root:root to runner:runner
2025-08-20T22:16:49.4052844Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/reportWebVitals.ts' from root:root to runner:runner
2025-08-20T22:16:49.4054298Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/App.test.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4055691Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/tome_write.png' from root:root to runner:runner
2025-08-20T22:16:49.4057103Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/eldrich.png' from root:root to runner:runner
2025-08-20T22:16:49.4058546Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/PlaceholderUser.png' from root:root to runner:runner
2025-08-20T22:16:49.4060007Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/graphql.svg' from root:root to runner:runner
2025-08-20T22:16:49.4061420Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/realm_icon.png' from root:root to runner:runner
2025-08-20T22:16:49.4062877Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets' from root:root to runner:runner
2025-08-20T22:16:49.4064308Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/ColorModeSwitcher.tsx' from root:root to runner:runner
2025-08-20T22:16:49.4065842Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src' from root:root to runner:runner
2025-08-20T22:16:49.4067193Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.babelrc' from root:root to runner:runner
2025-08-20T22:16:49.4068547Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/manifest.json' from root:root to runner:runner
2025-08-20T22:16:49.4069920Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/robots.txt' from root:root to runner:runner
2025-08-20T22:16:49.4071282Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon.ico' from root:root to runner:runner
2025-08-20T22:16:49.4072865Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/android-chrome-192x192.png' from root:root to runner:runner
2025-08-20T22:16:49.4074584Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/site.webmanifest' from root:root to runner:runner
2025-08-20T22:16:49.4075971Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/logo192.png' from root:root to runner:runner
2025-08-20T22:16:49.4077331Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/index.html' from root:root to runner:runner
2025-08-20T22:16:49.4078746Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/apple-touch-icon.png' from root:root to runner:runner
2025-08-20T22:16:49.4080178Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon-16x16.png' from root:root to runner:runner
2025-08-20T22:16:49.4081596Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon-32x32.png' from root:root to runner:runner
2025-08-20T22:16:49.4083131Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/logo512.png' from root:root to runner:runner
2025-08-20T22:16:49.4084582Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/android-chrome-512x512.png' from root:root to runner:runner
2025-08-20T22:16:49.4085952Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public' from root:root to runner:runner
2025-08-20T22:16:49.4087274Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/babel.config.json' from root:root to runner:runner
2025-08-20T22:16:49.4088617Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/tsconfig.json' from root:root to runner:runner
2025-08-20T22:16:49.4090061Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www' from root:root to runner:runner
2025-08-20T22:16:49.4091380Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/auth.go' from root:root to runner:runner
2025-08-20T22:16:49.4092782Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/auth_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4094152Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/log.go' from root:root to runner:runner
2025-08-20T22:16:49.4095463Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/mux.go' from root:root to runner:runner
2025-08-20T22:16:49.4096866Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/stream.go' from root:root to runner:runner
2025-08-20T22:16:49.4098243Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/websocket.go' from root:root to runner:runner
2025-08-20T22:16:49.4099889Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/gcp_coldstart.go' from root:root to runner:runner
2025-08-20T22:16:49.4101230Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream' from root:root to runner:runner
2025-08-20T22:16:49.4102648Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/options.go' from root:root to runner:runner
2025-08-20T22:16:49.4104018Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/server.go' from root:root to runner:runner
2025-08-20T22:16:49.4105330Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/routes.go' from root:root to runner:runner
2025-08-20T22:16:49.4106639Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/endpoint.go' from root:root to runner:runner
2025-08-20T22:16:49.4107955Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/metrics.go' from root:root to runner:runner
2025-08-20T22:16:49.4109293Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/errors.go' from root:root to runner:runner
2025-08-20T22:16:49.4110559Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http' from root:root to runner:runner
2025-08-20T22:16:49.4111913Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess/hostprocess.go' from root:root to runner:runner
2025-08-20T22:16:49.4113439Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4115000Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess' from root:root to runner:runner
2025-08-20T22:16:49.4116412Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/user.go' from root:root to runner:runner
2025-08-20T22:16:49.4117763Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/shell.go' from root:root to runner:runner
2025-08-20T22:16:49.4119160Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_credential.go' from root:root to runner:runner
2025-08-20T22:16:49.4120527Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/tag.go' from root:root to runner:runner
2025-08-20T22:16:49.4121933Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/validators/json_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4123545Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/validators/json.go' from root:root to runner:runner
2025-08-20T22:16:49.4125205Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/validators' from root:root to runner:runner
2025-08-20T22:16:49.4126580Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/repository.go' from root:root to runner:runner
2025-08-20T22:16:49.4127964Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_file.go' from root:root to runner:runner
2025-08-20T22:16:49.4129341Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_process.go' from root:root to runner:runner
2025-08-20T22:16:49.4130702Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/task.go' from root:root to runner:runner
2025-08-20T22:16:49.4132070Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/mixin_history.go' from root:root to runner:runner
2025-08-20T22:16:49.4133596Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host.go' from root:root to runner:runner
2025-08-20T22:16:49.4134927Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/tome.go' from root:root to runner:runner
2025-08-20T22:16:49.4136285Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/file_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4137639Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/quest.go' from root:root to runner:runner
2025-08-20T22:16:49.4138982Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/beacon.go' from root:root to runner:runner
2025-08-20T22:16:49.4140576Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_file_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4142040Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/file.go' from root:root to runner:runner
2025-08-20T22:16:49.4143490Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema' from root:root to runner:runner
2025-08-20T22:16:49.4144781Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_node.go' from root:root to runner:runner
2025-08-20T22:16:49.4146103Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4147433Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess.go' from root:root to runner:runner
2025-08-20T22:16:49.4149006Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4150373Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/runtime/runtime.go' from root:root to runner:runner
2025-08-20T22:16:49.4151697Z [00:02:05.725]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/runtime' from root:root to runner:runner
2025-08-20T22:16:49.4153170Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4154501Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host/host.go' from root:root to runner:runner
2025-08-20T22:16:49.4155780Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host' from root:root to runner:runner
2025-08-20T22:16:49.4157057Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag/tag.go' from root:root to runner:runner
2025-08-20T22:16:49.4158531Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4159881Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag' from root:root to runner:runner
2025-08-20T22:16:49.4161185Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4162595Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/mutation.go' from root:root to runner:runner
2025-08-20T22:16:49.4164014Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4165403Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4167000Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/generate.go' from root:root to runner:runner
2025-08-20T22:16:49.4168319Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4169637Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome/tome.go' from root:root to runner:runner
2025-08-20T22:16:49.4170930Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome' from root:root to runner:runner
2025-08-20T22:16:49.4172225Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4173683Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task/task.go' from root:root to runner:runner
2025-08-20T22:16:49.4174965Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task' from root:root to runner:runner
2025-08-20T22:16:49.4176263Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4177557Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/ent.go' from root:root to runner:runner
2025-08-20T22:16:49.4178856Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4180188Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4181498Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user.go' from root:root to runner:runner
2025-08-20T22:16:49.4183067Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile.go' from root:root to runner:runner
2025-08-20T22:16:49.4184474Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_transaction.go' from root:root to runner:runner
2025-08-20T22:16:49.4185803Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell.go' from root:root to runner:runner
2025-08-20T22:16:49.4187136Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4188470Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hook/hook.go' from root:root to runner:runner
2025-08-20T22:16:49.4189757Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hook' from root:root to runner:runner
2025-08-20T22:16:49.4191288Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4192775Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4194211Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/privacy/privacy.go' from root:root to runner:runner
2025-08-20T22:16:49.4195545Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/privacy' from root:root to runner:runner
2025-08-20T22:16:49.4196895Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4198300Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4199696Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4201067Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4202498Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/generate_code.go' from root:root to runner:runner
2025-08-20T22:16:49.4203870Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag.go' from root:root to runner:runner
2025-08-20T22:16:49.4205171Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4206710Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4208112Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4209472Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon/beacon.go' from root:root to runner:runner
2025-08-20T22:16:49.4210777Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon' from root:root to runner:runner
2025-08-20T22:16:49.4212064Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/runtime.go' from root:root to runner:runner
2025-08-20T22:16:49.4213526Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4214851Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user/user.go' from root:root to runner:runner
2025-08-20T22:16:49.4216438Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4217727Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user' from root:root to runner:runner
2025-08-20T22:16:49.4219028Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4220386Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_mutation_input.go' from root:root to runner:runner
2025-08-20T22:16:49.4221747Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4223243Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/migrate/schema.go' from root:root to runner:runner
2025-08-20T22:16:49.4224612Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/migrate/migrate.go' from root:root to runner:runner
2025-08-20T22:16:49.4225943Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/migrate' from root:root to runner:runner
2025-08-20T22:16:49.4227253Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4228582Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4229906Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4231436Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4232959Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/predicate/predicate.go' from root:root to runner:runner
2025-08-20T22:16:49.4234350Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/predicate' from root:root to runner:runner
2025-08-20T22:16:49.4235646Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/client.go' from root:root to runner:runner
2025-08-20T22:16:49.4236961Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4238331Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4239991Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential/hostcredential.go' from root:root to runner:runner
2025-08-20T22:16:49.4241444Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential' from root:root to runner:runner
2025-08-20T22:16:49.4242929Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4244349Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository.go' from root:root to runner:runner
2025-08-20T22:16:49.4245671Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4246998Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4248333Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest/quest.go' from root:root to runner:runner
2025-08-20T22:16:49.4249647Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest' from root:root to runner:runner
2025-08-20T22:16:49.4250949Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4252424Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository/repository.go' from root:root to runner:runner
2025-08-20T22:16:49.4253888Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4255229Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository' from root:root to runner:runner
2025-08-20T22:16:49.4256768Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4258237Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4259574Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_edge.go' from root:root to runner:runner
2025-08-20T22:16:49.4260887Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4262188Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task.go' from root:root to runner:runner
2025-08-20T22:16:49.4263657Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4265195Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host.go' from root:root to runner:runner
2025-08-20T22:16:49.4266493Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4267866Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4269240Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4270569Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4271924Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4273416Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_collection.go' from root:root to runner:runner
2025-08-20T22:16:49.4274768Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4276122Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4277486Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4278796Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome.go' from root:root to runner:runner
2025-08-20T22:16:49.4280337Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/enttest/enttest.go' from root:root to runner:runner
2025-08-20T22:16:49.4281717Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/enttest' from root:root to runner:runner
2025-08-20T22:16:49.4283199Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4284586Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile/hostfile.go' from root:root to runner:runner
2025-08-20T22:16:49.4285954Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4287282Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile' from root:root to runner:runner
2025-08-20T22:16:49.4288590Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4290208Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4291553Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4292992Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tx.go' from root:root to runner:runner
2025-08-20T22:16:49.4294318Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell/shell.go' from root:root to runner:runner
2025-08-20T22:16:49.4295657Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4296951Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell' from root:root to runner:runner
2025-08-20T22:16:49.4298245Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4299580Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_where_input.go' from root:root to runner:runner
2025-08-20T22:16:49.4300962Z [00:02:05.726]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4302419Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest.go' from root:root to runner:runner
2025-08-20T22:16:49.4303794Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4305398Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential.go' from root:root to runner:runner
2025-08-20T22:16:49.4306827Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_pagination.go' from root:root to runner:runner
2025-08-20T22:16:49.4308164Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon.go' from root:root to runner:runner
2025-08-20T22:16:49.4309482Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_create.go' from root:root to runner:runner
2025-08-20T22:16:49.4310840Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_query.go' from root:root to runner:runner
2025-08-20T22:16:49.4312192Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file/where.go' from root:root to runner:runner
2025-08-20T22:16:49.4313893Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file/file.go' from root:root to runner:runner
2025-08-20T22:16:49.4315178Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file' from root:root to runner:runner
2025-08-20T22:16:49.4316485Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file.go' from root:root to runner:runner
2025-08-20T22:16:49.4317835Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4319191Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_update.go' from root:root to runner:runner
2025-08-20T22:16:49.4320525Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_delete.go' from root:root to runner:runner
2025-08-20T22:16:49.4321792Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent' from root:root to runner:runner
2025-08-20T22:16:49.4323235Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal' from root:root to runner:runner
2025-08-20T22:16:49.4324448Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/config_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4325689Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/test_data_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4326908Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/test_data.go' from root:root to runner:runner
2025-08-20T22:16:49.4328107Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/version.go' from root:root to runner:runner
2025-08-20T22:16:49.4329552Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/status.go' from root:root to runner:runner
2025-08-20T22:16:49.4330857Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/main_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4332069Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/metrics.go' from root:root to runner:runner
2025-08-20T22:16:49.4333464Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/auth.go' from root:root to runner:runner
2025-08-20T22:16:49.4334730Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/auth_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4336002Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/errors.go' from root:root to runner:runner
2025-08-20T22:16:49.4337215Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth' from root:root to runner:runner
2025-08-20T22:16:49.4338615Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli' from root:root to runner:runner
2025-08-20T22:16:49.4339775Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/app.go' from root:root to runner:runner
2025-08-20T22:16:49.4341001Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/env_test.go' from root:root to runner:runner
2025-08-20T22:16:49.4342154Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern' from root:root to runner:runner
2025-08-20T22:16:49.4343434Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:16:49.4344628Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/package.json' from root:root to runner:runner
2025-08-20T22:16:49.4345865Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/package-lock.json' from root:root to runner:runner
2025-08-20T22:16:49.4347134Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/images/eldritch.png' from root:root to runner:runner
2025-08-20T22:16:49.4348348Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/images' from root:root to runner:runner
2025-08-20T22:16:49.4349595Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4350915Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/rust-toolchain' from root:root to runner:runner
2025-08-20T22:16:49.4352227Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4353965Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/Cargo.lock' from root:root to runner:runner
2025-08-20T22:16:49.4355349Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/main.rs' from root:root to runner:runner
2025-08-20T22:16:49.4356670Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/types.rs' from root:root to runner:runner
2025-08-20T22:16:49.4357980Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/lsp.rs' from root:root to runner:runner
2025-08-20T22:16:49.4359288Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/eval.rs' from root:root to runner:runner
2025-08-20T22:16:49.4360565Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src' from root:root to runner:runner
2025-08-20T22:16:49.4362025Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang' from root:root to runner:runner
2025-08-20T22:16:49.4363400Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4364647Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/package.json' from root:root to runner:runner
2025-08-20T22:16:49.4365961Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/package-lock.json' from root:root to runner:runner
2025-08-20T22:16:49.4367271Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/src/extension.ts' from root:root to runner:runner
2025-08-20T22:16:49.4368535Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/src' from root:root to runner:runner
2025-08-20T22:16:49.4369776Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/tsconfig.json' from root:root to runner:runner
2025-08-20T22:16:49.4371001Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client' from root:root to runner:runner
2025-08-20T22:16:49.4372174Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/LICENSE' from root:root to runner:runner
2025-08-20T22:16:49.4373623Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/syntaxes/eldritch.configuration.json' from root:root to runner:runner
2025-08-20T22:16:49.4375037Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/syntaxes/eldritch.tmLanguage.json' from root:root to runner:runner
2025-08-20T22:16:49.4376312Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/syntaxes' from root:root to runner:runner
2025-08-20T22:16:49.4377746Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/.vscodeignore' from root:root to runner:runner
2025-08-20T22:16:49.4379046Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/tsconfig.json' from root:root to runner:runner
2025-08-20T22:16:49.4380223Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode' from root:root to runner:runner
2025-08-20T22:16:49.4381339Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:16:49.4382633Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T22:16:49.4383858Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.codecov.yml' from root:root to runner:runner
2025-08-20T22:16:49.4385026Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:16:49.4386462Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4387670Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/tests.yml' from root:root to runner:runner
2025-08-20T22:16:49.4388944Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:16:49.4390217Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docs.yml' from root:root to runner:runner
2025-08-20T22:16:49.4391494Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docker-dev.yml' from root:root to runner:runner
2025-08-20T22:16:49.4392887Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T22:16:49.4394165Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:16:49.4395429Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/feedback.md' from root:root to runner:runner
2025-08-20T22:16:49.4396745Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T22:16:49.4398087Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T22:16:49.4399370Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:16:49.4400624Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T22:16:49.4402069Z [00:02:05.727]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:16:49.4403428Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docker/tavern.Dockerfile' from root:root to runner:runner
2025-08-20T22:16:49.4404619Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:16:49.4405736Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:16:49.4406850Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:16:49.4408008Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T22:16:49.4409211Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4410666Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4411905Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/build.rs' from root:root to runner:runner
2025-08-20T22:16:49.4413544Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4414857Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts/.gitkeep' from root:root to runner:runner
2025-08-20T22:16:49.4416309Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts/install_service/main.eldritch' from root:root to runner:runner
2025-08-20T22:16:49.4417789Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts/install_service' from root:root to runner:runner
2025-08-20T22:16:49.4419139Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts' from root:root to runner:runner
2025-08-20T22:16:49.4420414Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/Cargo.lock' from root:root to runner:runner
2025-08-20T22:16:49.4421672Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/task.rs' from root:root to runner:runner
2025-08-20T22:16:49.4423562Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/version.rs' from root:root to runner:runner
2025-08-20T22:16:49.4424883Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/win_service.rs' from root:root to runner:runner
2025-08-20T22:16:49.4426429Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/main.rs' from root:root to runner:runner
2025-08-20T22:16:49.4427807Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/run.rs' from root:root to runner:runner
2025-08-20T22:16:49.4429099Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/install.rs' from root:root to runner:runner
2025-08-20T22:16:49.4430380Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/agent.rs' from root:root to runner:runner
2025-08-20T22:16:49.4431645Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4433072Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src' from root:root to runner:runner
2025-08-20T22:16:49.4434277Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix' from root:root to runner:runner
2025-08-20T22:16:49.4435766Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/rust-toolchain' from root:root to runner:runner
2025-08-20T22:16:49.4437012Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:16:49.4438240Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4439481Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4440864Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/embed_files_golem_prod/.gitkeep' from root:root to runner:runner
2025-08-20T22:16:49.4442243Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/embed_files_golem_prod' from root:root to runner:runner
2025-08-20T22:16:49.4443680Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/build.rs' from root:root to runner:runner
2025-08-20T22:16:49.4444947Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4446208Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/main.rs' from root:root to runner:runner
2025-08-20T22:16:49.4447484Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter.rs' from root:root to runner:runner
2025-08-20T22:16:49.4448789Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter/types.rs' from root:root to runner:runner
2025-08-20T22:16:49.4450308Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter/eval.rs' from root:root to runner:runner
2025-08-20T22:16:49.4451706Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter' from root:root to runner:runner
2025-08-20T22:16:49.4453123Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4454364Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src' from root:root to runner:runner
2025-08-20T22:16:49.4455613Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/tests/cli.rs' from root:root to runner:runner
2025-08-20T22:16:49.4456873Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/tests' from root:root to runner:runner
2025-08-20T22:16:49.4458077Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem' from root:root to runner:runner
2025-08-20T22:16:49.4459582Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/.cargo/config.toml' from root:root to runner:runner
2025-08-20T22:16:49.4460808Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/.cargo' from root:root to runner:runner
2025-08-20T22:16:49.4462064Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4463681Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/README.md' from root:root to runner:runner
2025-08-20T22:16:49.4464990Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/build.rs' from root:root to runner:runner
2025-08-20T22:16:49.4466303Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4467659Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/drain.rs' from root:root to runner:runner
2025-08-20T22:16:49.4469098Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/eprint_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4470511Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4471941Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/environment.rs' from root:root to runner:runner
2025-08-20T22:16:49.4473539Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/eval.rs' from root:root to runner:runner
2025-08-20T22:16:49.4475251Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/reverse_shell_pty.rs' from root:root to runner:runner
2025-08-20T22:16:49.4476906Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/fetch_asset.rs' from root:root to runner:runner
2025-08-20T22:16:49.4478450Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_start.rs' from root:root to runner:runner
2025-08-20T22:16:49.4479989Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_error.rs' from root:root to runner:runner
2025-08-20T22:16:49.4481538Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_finish.rs' from root:root to runner:runner
2025-08-20T22:16:49.4483219Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_file.rs' from root:root to runner:runner
2025-08-20T22:16:49.4485020Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_process_list.rs' from root:root to runner:runner
2025-08-20T22:16:49.4486576Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_text.rs' from root:root to runner:runner
2025-08-20T22:16:49.4488154Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/set_callback_interval.rs' from root:root to runner:runner
2025-08-20T22:16:49.4489750Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_credential.rs' from root:root to runner:runner
2025-08-20T22:16:49.4491296Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/reduce.rs' from root:root to runner:runner
2025-08-20T22:16:49.4492932Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_agg_output.rs' from root:root to runner:runner
2025-08-20T22:16:49.4494519Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4496038Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/set_callback_uri.rs' from root:root to runner:runner
2025-08-20T22:16:49.4497524Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages' from root:root to runner:runner
2025-08-20T22:16:49.4498885Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime' from root:root to runner:runner
2025-08-20T22:16:49.4500448Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/name_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4501950Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/info_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4503720Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/netstat_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4505170Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/list_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4506576Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4507997Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/kill_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4509377Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process' from root:root to runner:runner
2025-08-20T22:16:49.4511072Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/reverse_shell_pty_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4512663Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ncat_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4514193Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ssh_exec_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4515635Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ssh_copy_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4517088Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/port_scan_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4518533Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/arp_scan_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4519947Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4521372Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/port_forward_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4522927Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/smb_exec_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4524441Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/bind_proxy_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4526039Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot' from root:root to runner:runner
2025-08-20T22:16:49.4527482Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/sleep_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4528944Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/format_to_epoch_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4530437Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/format_to_readable_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4531894Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/now_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4533425Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4534955Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time' from root:root to runner:runner
2025-08-20T22:16:49.4536388Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/set_callback_interval_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4537860Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/eval_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4539259Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4540696Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/set_callback_uri_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4542134Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent' from root:root to runner:runner
2025-08-20T22:16:49.4543669Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/to_json_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4545136Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/decode_b64_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4546601Z [00:02:05.728]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/encode_b64_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4548079Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/from_json_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4549532Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/is_json_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4551216Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4552847Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/aes_decrypt_file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4554436Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/aes_encrypt_file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4555922Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/hash_file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4557313Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto' from root:root to runner:runner
2025-08-20T22:16:49.4558694Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_user_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4560321Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/shell_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4561736Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_linux_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4563359Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_windows_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4564819Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_int_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4566257Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_os_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4567683Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/dll_inject_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4569110Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_reg_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4570526Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_ip_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4571936Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_env_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4573479Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/exec_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4574913Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_hex_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4576571Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/dll_reflect_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4578045Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_bsd_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4579423Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4580806Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_pid_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4582240Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/hostname_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4583789Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_macos_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4585445Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_str_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4586817Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys' from root:root to runner:runner
2025-08-20T22:16:49.4588217Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/replace_all_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4589672Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/match_all_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4591123Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/replace_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4592633Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/match_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4594094Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4595428Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex' from root:root to runner:runner
2025-08-20T22:16:49.4596838Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/user_password_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4598289Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4599721Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/ssh_key_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4601325Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4602943Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/process_list_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4604420Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report' from root:root to runner:runner
2025-08-20T22:16:49.4605799Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/post_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4607229Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/download_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4608657Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/get_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4610263Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4611589Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http' from root:root to runner:runner
2025-08-20T22:16:49.4613130Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/string_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4614567Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/int_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4615997Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/bool_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4617392Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4618744Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random' from root:root to runner:runner
2025-08-20T22:16:49.4620146Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/read_binary_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4621603Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/read_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4623197Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/list_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4624625Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/copy_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4626221Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4627643Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets' from root:root to runner:runner
2025-08-20T22:16:49.4628971Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4630354Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/template_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4631805Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/timestomp_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4633395Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/exists_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4635060Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/read_binary_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4636515Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/replace_all_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4637970Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/temp_file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4639417Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/parent_dir_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4640882Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/find_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4642399Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/compress_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4643890Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/read_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4645308Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/replace_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4646735Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/write_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4648151Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/is_file_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4649555Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/list_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4651123Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/copy_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4652707Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/follow_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4654208Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/append_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4655630Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/mkdir_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4657050Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/is_dir_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4658469Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/moveto_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4660073Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/mod.rs' from root:root to runner:runner
2025-08-20T22:16:49.4661476Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/remove_impl.rs' from root:root to runner:runner
2025-08-20T22:16:49.4662969Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file' from root:root to runner:runner
2025-08-20T22:16:49.4664297Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src' from root:root to runner:runner
2025-08-20T22:16:49.4665558Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch' from root:root to runner:runner
2025-08-20T22:16:49.4666847Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4668194Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/registry.rs' from root:root to runner:runner
2025-08-20T22:16:49.4669548Z [00:02:05.729]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/file.rs' from root:root to runner:runner
2025-08-20T22:16:49.4670876Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4672217Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/env.rs' from root:root to runner:runner
2025-08-20T22:16:49.4673664Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src' from root:root to runner:runner
2025-08-20T22:16:49.4675136Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique' from root:root to runner:runner
2025-08-20T22:16:49.4676446Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/README.md' from root:root to runner:runner
2025-08-20T22:16:49.4677744Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4679076Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/mock.rs' from root:root to runner:runner
2025-08-20T22:16:49.4680415Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/grpc.rs' from root:root to runner:runner
2025-08-20T22:16:49.4681774Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/transport.rs' from root:root to runner:runner
2025-08-20T22:16:49.4683458Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4684765Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src' from root:root to runner:runner
2025-08-20T22:16:49.4686026Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport' from root:root to runner:runner
2025-08-20T22:16:49.4687292Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/Cargo.toml' from root:root to runner:runner
2025-08-20T22:16:49.4688549Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/build.rs' from root:root to runner:runner
2025-08-20T22:16:49.4689863Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/generated/c2.rs' from root:root to runner:runner
2025-08-20T22:16:49.4691234Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/generated/eldritch.rs' from root:root to runner:runner
2025-08-20T22:16:49.4692655Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/generated' from root:root to runner:runner
2025-08-20T22:16:49.4693995Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/lib.rs' from root:root to runner:runner
2025-08-20T22:16:49.4695290Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/config.rs' from root:root to runner:runner
2025-08-20T22:16:49.4696538Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src' from root:root to runner:runner
2025-08-20T22:16:49.4697737Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb' from root:root to runner:runner
2025-08-20T22:16:49.4699105Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib' from root:root to runner:runner
2025-08-20T22:16:49.4700334Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants' from root:root to runner:runner
2025-08-20T22:16:49.4701480Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/release.sh' from root:root to runner:runner
2025-08-20T22:16:49.4702753Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:16:49.4704090Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:16:49.4705438Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:16:49.4706738Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:16:49.4708249Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:16:49.4709527Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:16:49.4710783Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:16:49.4712056Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:16:49.4713531Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:16:49.4714824Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:16:49.4716104Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:16:49.4717407Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:16:49.4718701Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:16:49.4719980Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:16:49.4721286Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:16:49.4722773Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:16:49.4723984Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:16:49.4725128Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:16:49.4726527Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.rev' from root:root to runner:runner
2025-08-20T22:16:49.4728139Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.pack' from root:root to runner:runner
2025-08-20T22:16:49.4729739Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.idx' from root:root to runner:runner
2025-08-20T22:16:49.4731334Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.pack' from root:root to runner:runner
2025-08-20T22:16:49.4733289Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.rev' from root:root to runner:runner
2025-08-20T22:16:49.4734904Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.promisor' from root:root to runner:runner
2025-08-20T22:16:49.4736533Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.idx' from root:root to runner:runner
2025-08-20T22:16:49.4738157Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.promisor' from root:root to runner:runner
2025-08-20T22:16:49.4739560Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:16:49.4740752Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:16:49.4741966Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:16:49.4743266Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:16:49.4744432Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:16:49.4745594Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:16:49.4746765Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:16:49.4748170Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:16:49.4749466Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:16:49.4750742Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:16:49.4752069Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:16:49.4753434Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:16:49.4754630Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:16:49.4755978Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:16:49.4757106Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:16:49.4758252Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:16:49.4759446Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:16:49.4760640Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:16:49.4761879Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:16:49.4763260Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:16:49.4764476Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:16:49.4765638Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:16:49.4766748Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:16:49.4767923Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/page.html' from root:root to runner:runner
2025-08-20T22:16:49.4769167Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/default.html' from root:root to runner:runner
2025-08-20T22:16:49.4770592Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/post.html' from root:root to runner:runner
2025-08-20T22:16:49.4771859Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts' from root:root to runner:runner
2025-08-20T22:16:49.4773241Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/eldritch.md' from root:root to runner:runner
2025-08-20T22:16:49.4774536Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/imix.md' from root:root to runner:runner
2025-08-20T22:16:49.4775810Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/golem.md' from root:root to runner:runner
2025-08-20T22:16:49.4777118Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/terminology.md' from root:root to runner:runner
2025-08-20T22:16:49.4778418Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/tomes.md' from root:root to runner:runner
2025-08-20T22:16:49.4779999Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/getting-started.md' from root:root to runner:runner
2025-08-20T22:16:49.4781281Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide' from root:root to runner:runner
2025-08-20T22:16:49.4782661Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/introduction.md' from root:root to runner:runner
2025-08-20T22:16:49.4784031Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/eldritch.md' from root:root to runner:runner
2025-08-20T22:16:49.4785310Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/imix.md' from root:root to runner:runner
2025-08-20T22:16:49.4786594Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/tavern.md' from root:root to runner:runner
2025-08-20T22:16:49.4787835Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide' from root:root to runner:runner
2025-08-20T22:16:49.4789094Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/admin-guide/tavern.md' from root:root to runner:runner
2025-08-20T22:16:49.4790347Z [00:02:05.730]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/admin-guide' from root:root to runner:runner
2025-08-20T22:16:49.4791531Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs' from root:root to runner:runner
2025-08-20T22:16:49.4792781Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_config.yml' from root:root to runner:runner
2025-08-20T22:16:49.4794000Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/CNAME' from root:root to runner:runner
2025-08-20T22:16:49.4795391Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_data/toc.yml' from root:root to runner:runner
2025-08-20T22:16:49.4796668Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_data/navigation.yml' from root:root to runner:runner
2025-08-20T22:16:49.4797863Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_data' from root:root to runner:runner
2025-08-20T22:16:49.4799067Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/user-guide.md' from root:root to runner:runner
2025-08-20T22:16:49.4800315Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/search.html' from root:root to runner:runner
2025-08-20T22:16:49.4801531Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/news.md' from root:root to runner:runner
2025-08-20T22:16:49.4802841Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/sitemap.xml' from root:root to runner:runner
2025-08-20T22:16:49.4804272Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/index.md' from root:root to runner:runner
2025-08-20T22:16:49.4805508Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/dev-guide.md' from root:root to runner:runner
2025-08-20T22:16:49.4806740Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/feed.xml' from root:root to runner:runner
2025-08-20T22:16:49.4807962Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/tags.html' from root:root to runner:runner
2025-08-20T22:16:49.4809147Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages' from root:root to runner:runner
2025-08-20T22:16:49.4810301Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T22:16:49.4811531Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/scrolltop.html' from root:root to runner:runner
2025-08-20T22:16:49.4813001Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/quiz/multiple-choice.html' from root:root to runner:runner
2025-08-20T22:16:49.4814309Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/quiz' from root:root to runner:runner
2025-08-20T22:16:49.4815539Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/doc.html' from root:root to runner:runner
2025-08-20T22:16:49.4816771Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/alert.html' from root:root to runner:runner
2025-08-20T22:16:49.4818190Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/header.html' from root:root to runner:runner
2025-08-20T22:16:49.4819565Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/google-analytics.html' from root:root to runner:runner
2025-08-20T22:16:49.4820863Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/footer.html' from root:root to runner:runner
2025-08-20T22:16:49.4822109Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/quiz.html' from root:root to runner:runner
2025-08-20T22:16:49.4823497Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/head.html' from root:root to runner:runner
2025-08-20T22:16:49.4824760Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/feedback.html' from root:root to runner:runner
2025-08-20T22:16:49.4826005Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/logo.svg' from root:root to runner:runner
2025-08-20T22:16:49.4827482Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/editable.html' from root:root to runner:runner
2025-08-20T22:16:49.4828759Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/sidebar.html' from root:root to runner:runner
2025-08-20T22:16:49.4830005Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/toc.html' from root:root to runner:runner
2025-08-20T22:16:49.4831261Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/scripts.html' from root:root to runner:runner
2025-08-20T22:16:49.4832643Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/navigation.html' from root:root to runner:runner
2025-08-20T22:16:49.4834000Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/permalinks.html' from root:root to runner:runner
2025-08-20T22:16:49.4835263Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/tags.html' from root:root to runner:runner
2025-08-20T22:16:49.4836466Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes' from root:root to runner:runner
2025-08-20T22:16:49.4837653Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/.gitignore' from root:root to runner:runner
2025-08-20T22:16:49.4838829Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/LICENSE' from root:root to runner:runner
2025-08-20T22:16:49.4840001Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/COPYRIGHT' from root:root to runner:runner
2025-08-20T22:16:49.4841342Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-114x114.png' from root:root to runner:runner
2025-08-20T22:16:49.4843004Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-150x150.png' from root:root to runner:runner
2025-08-20T22:16:49.4844444Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/manifest.json' from root:root to runner:runner
2025-08-20T22:16:49.4845828Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-72x72.png' from root:root to runner:runner
2025-08-20T22:16:49.4847214Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-96x96.png' from root:root to runner:runner
2025-08-20T22:16:49.4848560Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon.ico' from root:root to runner:runner
2025-08-20T22:16:49.4849923Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-96x96.png' from root:root to runner:runner
2025-08-20T22:16:49.4851560Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/browserconfig.xml' from root:root to runner:runner
2025-08-20T22:16:49.4853113Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-120x120.png' from root:root to runner:runner
2025-08-20T22:16:49.4854543Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-144x144.png' from root:root to runner:runner
2025-08-20T22:16:49.4855952Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-72x72.png' from root:root to runner:runner
2025-08-20T22:16:49.4857353Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-152x152.png' from root:root to runner:runner
2025-08-20T22:16:49.4858730Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-70x70.png' from root:root to runner:runner
2025-08-20T22:16:49.4860106Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-36x36.png' from root:root to runner:runner
2025-08-20T22:16:49.4861666Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon.png' from root:root to runner:runner
2025-08-20T22:16:49.4863254Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-57x57.png' from root:root to runner:runner
2025-08-20T22:16:49.4864654Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-60x60.png' from root:root to runner:runner
2025-08-20T22:16:49.4866050Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-48x48.png' from root:root to runner:runner
2025-08-20T22:16:49.4867446Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-310x310.png' from root:root to runner:runner
2025-08-20T22:16:49.4868856Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-precomposed.png' from root:root to runner:runner
2025-08-20T22:16:49.4870473Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-16x16.png' from root:root to runner:runner
2025-08-20T22:16:49.4871833Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-144x144.png' from root:root to runner:runner
2025-08-20T22:16:49.4873344Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-32x32.png' from root:root to runner:runner
2025-08-20T22:16:49.4874728Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-144x144.png' from root:root to runner:runner
2025-08-20T22:16:49.4876146Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-192x192.png' from root:root to runner:runner
2025-08-20T22:16:49.4877558Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-180x180.png' from root:root to runner:runner
2025-08-20T22:16:49.4878953Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-76x76.png' from root:root to runner:runner
2025-08-20T22:16:49.4880258Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons' from root:root to runner:runner
2025-08-20T22:16:49.4881614Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/import-tomes.png' from root:root to runner:runner
2025-08-20T22:16:49.4883218Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/import-tomes-pubkey.png' from root:root to runner:runner
2025-08-20T22:16:49.4884680Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/tomes-page.png' from root:root to runner:runner
2025-08-20T22:16:49.4886323Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/github-deploy-keys.png' from root:root to runner:runner
2025-08-20T22:16:49.4887915Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/git-repo-copy.png' from root:root to runner:runner
2025-08-20T22:16:49.4889305Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes' from root:root to runner:runner
2025-08-20T22:16:49.4890745Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/starting-tavern.png' from root:root to runner:runner
2025-08-20T22:16:49.4892386Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/starting-imix.png' from root:root to runner:runner
2025-08-20T22:16:49.4893975Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/quest-result.png' from root:root to runner:runner
2025-08-20T22:16:49.4895719Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/create-new-quest.png' from root:root to runner:runner
2025-08-20T22:16:49.4897252Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/select-tome.png' from root:root to runner:runner
2025-08-20T22:16:49.4898785Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/imix-tome-eval.png' from root:root to runner:runner
2025-08-20T22:16:49.4900323Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/confirm-quest.png' from root:root to runner:runner
2025-08-20T22:16:49.4901782Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started' from root:root to runner:runner
2025-08-20T22:16:49.4903264Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide' from root:root to runner:runner
2025-08-20T22:16:49.4904626Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/open-source-halloween-2021.png' from root:root to runner:runner
2025-08-20T22:16:49.4905986Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/coming-soon.gif' from root:root to runner:runner
2025-08-20T22:16:49.4907277Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/logo.png' from root:root to runner:runner
2025-08-20T22:16:49.4908695Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/create-gcp-project.png' from root:root to runner:runner
2025-08-20T22:16:49.4910458Z [00:02:05.731]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/google-dns-cname.png' from root:root to runner:runner
2025-08-20T22:16:49.4912065Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-project-info.png' from root:root to runner:runner
2025-08-20T22:16:49.4913810Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-new-oauth-consent.png' from root:root to runner:runner
2025-08-20T22:16:49.4915385Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-oauth-scope.png' from root:root to runner:runner
2025-08-20T22:16:49.4916943Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/oauth-new-creds.png' from root:root to runner:runner
2025-08-20T22:16:49.4918412Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy' from root:root to runner:runner
2025-08-20T22:16:49.4920103Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/graphiql.png' from root:root to runner:runner
2025-08-20T22:16:49.4921480Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern' from root:root to runner:runner
2025-08-20T22:16:49.4922899Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide' from root:root to runner:runner
2025-08-20T22:16:49.4924244Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docker.png' from root:root to runner:runner
2025-08-20T22:16:49.4925572Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docsy-jekyll-preview.png' from root:root to runner:runner
2025-08-20T22:16:49.4926917Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docsy-jekyll.png' from root:root to runner:runner
2025-08-20T22:16:49.4928223Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/realm_250px.png' from root:root to runner:runner
2025-08-20T22:16:49.4929534Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docker-clear.png' from root:root to runner:runner
2025-08-20T22:16:49.4930867Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/realm_create_quest.png' from root:root to runner:runner
2025-08-20T22:16:49.4932181Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/favicon.png' from root:root to runner:runner
2025-08-20T22:16:49.4933517Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img' from root:root to runner:runner
2025-08-20T22:16:49.4934740Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/search.js' from root:root to runner:runner
2025-08-20T22:16:49.4936267Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/jquery-3.3.1/jquery-3.3.1.min.js' from root:root to runner:runner
2025-08-20T22:16:49.4937763Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/jquery-3.3.1/jquery-3.3.1.js' from root:root to runner:runner
2025-08-20T22:16:49.4939099Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/jquery-3.3.1' from root:root to runner:runner
2025-08-20T22:16:49.4940366Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/lunr.min.js' from root:root to runner:runner
2025-08-20T22:16:49.4941655Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/main.js' from root:root to runner:runner
2025-08-20T22:16:49.4942346Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js' from root:root to runner:runner
2025-08-20T22:16:49.4943206Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/css/main.css' from root:root to runner:runner
2025-08-20T22:16:49.4943877Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/css/palette.css' from root:root to runner:runner
2025-08-20T22:16:49.4944491Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/css' from root:root to runner:runner
2025-08-20T22:16:49.4945212Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.woff' from root:root to runner:runner
2025-08-20T22:16:49.4945926Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.eot' from root:root to runner:runner
2025-08-20T22:16:49.4946642Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.ttf' from root:root to runner:runner
2025-08-20T22:16:49.4947350Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.eot' from root:root to runner:runner
2025-08-20T22:16:49.4948072Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.woff' from root:root to runner:runner
2025-08-20T22:16:49.4948785Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.svg' from root:root to runner:runner
2025-08-20T22:16:49.4949505Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.woff2' from root:root to runner:runner
2025-08-20T22:16:49.4950207Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.ttf' from root:root to runner:runner
2025-08-20T22:16:49.4951058Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.woff' from root:root to runner:runner
2025-08-20T22:16:49.4951817Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.woff2' from root:root to runner:runner
2025-08-20T22:16:49.4952621Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.svg' from root:root to runner:runner
2025-08-20T22:16:49.4953383Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.svg' from root:root to runner:runner
2025-08-20T22:16:49.4954096Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.woff2' from root:root to runner:runner
2025-08-20T22:16:49.4954812Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.eot' from root:root to runner:runner
2025-08-20T22:16:49.4955529Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.ttf' from root:root to runner:runner
2025-08-20T22:16:49.4956404Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts' from root:root to runner:runner
2025-08-20T22:16:49.4957006Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets' from root:root to runner:runner
2025-08-20T22:16:49.4957618Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/Gemfile' from root:root to runner:runner
2025-08-20T22:16:49.4958215Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/VERSION' from root:root to runner:runner
2025-08-20T22:16:49.4958792Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:16:49.4959341Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO' from root:root to runner:runner
2025-08-20T22:16:49.4959851Z [00:02:05.732]➜  changed ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile' from root:root to runner:runner
2025-08-20T22:16:49.4960267Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:16:49.4960662Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:16:49.4961106Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.version' retained as runner:runner
2025-08-20T22:16:49.4961484Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:16:49.4961860Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:16:49.4962442Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.version' retained as runner:runner
2025-08-20T22:16:49.4962841Z [00:02:05.732]➜  ownership of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:16:49.4963575Z [00:02:05.740]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4964123Z [00:02:05.745]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4964771Z [00:02:05.752]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4965382Z [00:02:05.758]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4966034Z [00:02:05.764]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/uv.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4966706Z [00:02:05.770]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4967401Z [00:02:05.776]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/server_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4968256Z [00:02:05.783]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/pyproject.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4968923Z [00:02:05.788]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/tavern.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4969613Z [00:02:05.794]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/tavern-mcp/.python-version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4970305Z [00:02:05.800]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4971021Z [00:02:05.805]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/rust-toolchain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4971721Z [00:02:05.811]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/src/loader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4972536Z [00:02:05.817]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4973320Z [00:02:05.823]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/reflective_loader/.cargo/config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4974001Z [00:02:05.829]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4974702Z [00:02:05.835]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/rust-toolchain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4975383Z [00:02:05.841]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4976203Z [00:02:05.847]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/create_file_dll/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4976901Z [00:02:05.853]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4977561Z [00:02:05.859]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard/main.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4978263Z [00:02:05.865]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/cred-publishing/creds.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4978965Z [00:02:05.872]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/syntax_fail.tome' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4979669Z [00:02:05.877]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/download_test.tome' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4980617Z [00:02:05.883]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/eldritch_test.tome' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4981315Z [00:02:05.889]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/golem_cli_test/hello_world.tome' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4982045Z [00:02:05.895]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4982868Z [00:02:05.901]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/create_tags.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4983643Z [00:02:05.907]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/ccdc-team-mappings/neccdc_mapping.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4984307Z [00:02:05.913]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4984960Z [00:02:05.919]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4985660Z [00:02:05.925]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/tavern/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4986364Z [00:02:05.931]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/pwnboard-go/pwnboard/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4987104Z [00:02:05.936]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/print/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4987836Z [00:02:05.942]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/print/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.4988727Z [00:02:05.949]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5029500Z [00:02:05.955]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/hello_world.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5092677Z [00:02:05.962]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5152353Z [00:02:05.968]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/bin/embedded_files_test/exec_script/hello_world.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5213278Z [00:02:05.974]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/main.tf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5272619Z [00:02:05.980]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5341842Z [00:02:05.987]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/terraform/.terraform.lock.hcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5403618Z [00:02:05.993]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.vscode/settings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5486341Z [00:02:06.001]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5558372Z [00:02:06.008]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/library-scripts/jekyll-debian.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5609746Z [00:02:06.014]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.devcontainer/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5669735Z [00:02:06.020]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5728939Z [00:02:06.025]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5787013Z [00:02:06.031]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5844326Z [00:02:06.037]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5902021Z [00:02:06.043]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.5962563Z [00:02:06.049]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/remove_file/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6019924Z [00:02:06.054]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/remove_file/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6076878Z [00:02:06.060]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/arp_scan/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6135387Z [00:02:06.066]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/arp_scan/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6193543Z [00:02:06.072]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/reverse_shell/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6254697Z [00:02:06.078]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/reverse_shell/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6317946Z [00:02:06.084]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_write/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6378770Z [00:02:06.090]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_write/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6440324Z [00:02:06.097]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_mkdir/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6501554Z [00:02:06.103]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_mkdir/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6562636Z [00:02:06.109]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/kill_process/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6620930Z [00:02:06.115]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/kill_process/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6680024Z [00:02:06.121]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_net_info/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6739152Z [00:02:06.126]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_net_info/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6799416Z [00:02:06.133]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6859365Z [00:02:06.138]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6918893Z [00:02:06.144]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/example/linux/test-file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.6978906Z [00:02:06.150]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/embed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7041878Z [00:02:06.157]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_registry/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7099847Z [00:02:06.162]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_registry/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7167099Z [00:02:06.169]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7219686Z [00:02:06.175]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7280938Z [00:02:06.181]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7367867Z [00:02:06.189]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/fetch_asset/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7431969Z [00:02:06.196]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/fetch_asset/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7490846Z [00:02:06.202]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7550031Z [00:02:06.207]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/report_file/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7608362Z [00:02:06.213]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/report_file/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7666111Z [00:02:06.219]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/parse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7724082Z [00:02:06.225]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/port_scan/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7783403Z [00:02:06.231]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/port_scan/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7848938Z [00:02:06.237]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/shell_cmd/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.7949512Z [00:02:06.247]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/shell_cmd/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8017184Z [00:02:06.254]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/cat/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8075374Z [00:02:06.260]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/cat/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8133703Z [00:02:06.266]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_tree/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8194830Z [00:02:06.272]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_tree/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8251556Z [00:02:06.278]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file_and_execute/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8309180Z [00:02:06.283]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/http_get_file_and_execute/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8403488Z [00:02:06.293]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/persist_service/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8463619Z [00:02:06.299]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/persist_service/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8521595Z [00:02:06.305]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_tree/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8580035Z [00:02:06.311]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_tree/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8637328Z [00:02:06.316]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/netstat/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8698365Z [00:02:06.322]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/netstat/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8759283Z [00:02:06.328]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_info/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8815161Z [00:02:06.334]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_info/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8872177Z [00:02:06.340]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/agentinfo/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8929958Z [00:02:06.345]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/agentinfo/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.8986231Z [00:02:06.351]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_env/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9044124Z [00:02:06.357]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/get_env/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9118924Z [00:02:06.364]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_list/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9175833Z [00:02:06.370]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/process_list/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9235453Z [00:02:06.376]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_list/metadata.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9292188Z [00:02:06.382]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/tomes/file_list/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9350765Z [00:02:06.388]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9409745Z [00:02:06.393]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_hostfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9468485Z [00:02:06.399]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_hostfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9530231Z [00:02:06.405]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9596071Z [00:02:06.412]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9653240Z [00:02:06.418]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/download_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9711499Z [00:02:06.424]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/upload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9768630Z [00:02:06.429]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/cdn/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9831349Z [00:02:06.436]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/token_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9892025Z [00:02:06.442]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/token_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:49.9972498Z [00:02:06.450]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/oauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0060277Z [00:02:06.458]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/oauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0119961Z [00:02:06.464]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0208934Z [00:02:06.473]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/auth/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0272329Z [00:02:06.480]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/graphql_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0356892Z [00:02:06.488]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/gqlgen.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0423880Z [00:02:06.495]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/query.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0487268Z [00:02:06.501]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/mutation.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0545837Z [00:02:06.507]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/inputs.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0601070Z [00:02:06.513]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/scalars.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0657868Z [00:02:06.518]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/ent.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0713591Z [00:02:06.524]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema/directives.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0772510Z [00:02:06.530]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/quest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0829800Z [00:02:06.536]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0887423Z [00:02:06.541]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/mutation.resolvers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0942679Z [00:02:06.547]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/ent.resolvers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.0998556Z [00:02:06.552]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1055235Z [00:02:06.558]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/bundle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1111782Z [00:02:06.564]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/prelude.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1167481Z [00:02:06.569]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/ent.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1223931Z [00:02:06.575]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/scalars.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1280825Z [00:02:06.581]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/mutation.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1339609Z [00:02:06.586]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/root_.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1398055Z [00:02:06.592]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/directives.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1457528Z [00:02:06.598]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/generated/inputs.generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1513495Z [00:02:06.604]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/schema.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1573316Z [00:02:06.610]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/query.resolvers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1628824Z [00:02:06.615]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/rollback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1694597Z [00:02:06.622]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1756245Z [00:02:06.628]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/tome_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1818044Z [00:02:06.634]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/example.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1879226Z [00:02:06.640]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTome/PermissionDenied.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.1969216Z [00:02:06.649]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTome/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2030635Z [00:02:06.655]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTome/WithFiles.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2084833Z [00:02:06.661]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTome/NoFiles.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2155408Z [00:02:06.668]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/RemoveTag.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2216589Z [00:02:06.674]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/ChangeHostname.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2278923Z [00:02:06.680]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateHost/AddTag.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2339190Z [00:02:06.686]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateUser/PermissionDenied.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2396255Z [00:02:06.692]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateUser/ChangeUsername.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2452832Z [00:02:06.698]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/deleteTome/PermissionDenied.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2509959Z [00:02:06.703]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/deleteTome/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2568167Z [00:02:06.709]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/WithFiles.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2625026Z [00:02:06.715]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/NoFiles.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2681326Z [00:02:06.721]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createQuest/NoBeacons.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2739787Z [00:02:06.726]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateTag/ChangeName.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2798299Z [00:02:06.732]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/Group.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2854413Z [00:02:06.738]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/MultipleHosts.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.2914161Z [00:02:06.744]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createTag/Service.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3013879Z [00:02:06.754]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/updateBeacon/ChangeNameError.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3071897Z [00:02:06.760]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithoutSchema.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3132714Z [00:02:06.766]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURLWithoutUser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3217918Z [00:02:06.774]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithHTTPS.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3279605Z [00:02:06.780]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/URLWithHTTP.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3388685Z [00:02:06.791]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURL.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3444736Z [00:02:06.797]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SSHURLWithUser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3503119Z [00:02:06.803]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/SCPURLWIthSSH.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3556747Z [00:02:06.808]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createRepository/ValidURL.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3614580Z [00:02:06.814]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createCredential/Host.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3671206Z [00:02:06.820]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/createCredential/HostAndTask.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3727383Z [00:02:06.825]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/importRepository/ExistingTomes.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3782828Z [00:02:06.831]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/importRepository/NoExistingTomes.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3867993Z [00:02:06.839]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/dropAllData/PermissionDenied.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3924038Z [00:02:06.845]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/mutations/dropAllData/DropsData.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.3979895Z [00:02:06.850]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tomes/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4037103Z [00:02:06.856]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tomes/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4093232Z [00:02:06.862]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/beacons/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4152138Z [00:02:06.868]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/beacons/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4207520Z [00:02:06.873]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4263009Z [00:02:06.879]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/ForwardPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4319923Z [00:02:06.884]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4376625Z [00:02:06.890]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/Multiple.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4429746Z [00:02:06.896]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/OrderByPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4488123Z [00:02:06.901]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/quests/BackwardPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4544649Z [00:02:06.907]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4614123Z [00:02:06.914]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/FilterByKind.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4671054Z [00:02:06.920]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tags/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4728358Z [00:02:06.925]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/hosts/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4787656Z [00:02:06.931]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/hosts/Multiple.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4844708Z [00:02:06.937]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/repositories/WithTomes.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4919049Z [00:02:06.944]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/files/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.4979300Z [00:02:06.950]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/files/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5036668Z [00:02:06.956]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/MeUnauthenticated.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5092968Z [00:02:06.962]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5158717Z [00:02:06.968]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/UploadedTomes.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5218167Z [00:02:06.974]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/Me.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5274145Z [00:02:06.980]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5331370Z [00:02:06.986]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/users/MeWithUnactivatedUser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5387727Z [00:02:06.991]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/Singular.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5444538Z [00:02:06.997]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/ForwardPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5502658Z [00:02:07.003]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/FilterByID.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5559163Z [00:02:07.008]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/Multiple.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5661608Z [00:02:07.019]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/OrderByPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5718779Z [00:02:07.024]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/testdata/queries/tasks/BackwardPaginate.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5776927Z [00:02:07.030]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/graphql/models/gqlgen_models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5835281Z [00:02:07.036]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/namegen/namegen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5892444Z [00:02:07.042]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/namegen/namegen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.5949783Z [00:02:07.048]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/enum_host_platform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6006672Z [00:02:07.053]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/c2.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6064932Z [00:02:07.059]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/c2_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6120810Z [00:02:07.065]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2pb/enum_host_platform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6179931Z [00:02:07.070]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6237367Z [00:02:07.076]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_credential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6295953Z [00:02:07.082]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6351242Z [00:02:07.088]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6407839Z [00:02:07.093]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_claim_tasks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6464654Z [00:02:07.099]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2test/ent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6520415Z [00:02:07.105]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/c2test/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6581463Z [00:02:07.111]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_process_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6679681Z [00:02:07.121]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/proto/eldritch.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6737080Z [00:02:07.126]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/proto/c2.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6793445Z [00:02:07.132]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_process_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6848475Z [00:02:07.137]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_credential_kind_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6904862Z [00:02:07.143]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/eldritch.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.6960341Z [00:02:07.149]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_credential_kind.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7017400Z [00:02:07.154]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/epb/enum_process_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7074211Z [00:02:07.160]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_fetch_asset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7128070Z [00:02:07.165]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_fetch_asset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7186018Z [00:02:07.171]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_task_output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7241698Z [00:02:07.177]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7299744Z [00:02:07.183]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_credential_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7356282Z [00:02:07.188]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_reverse_shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7411260Z [00:02:07.194]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/rollback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7468999Z [00:02:07.199]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_claim_tasks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7525053Z [00:02:07.205]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_process_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7580633Z [00:02:07.211]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/c2/api_report_task_output_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7639663Z [00:02:07.216]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/errors/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7690819Z [00:02:07.222]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/errors/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7746817Z [00:02:07.227]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7802110Z [00:02:07.233]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7857648Z [00:02:07.238]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.env.development' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7914936Z [00:02:07.244]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/tailwind.config.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.7971139Z [00:02:07.250]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8029365Z [00:02:07.255]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.env.production' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8084286Z [00:02:07.261]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8140803Z [00:02:07.267]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8196829Z [00:02:07.272]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/dist/output.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8251372Z [00:02:07.278]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/schema.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8308490Z [00:02:07.283]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/manifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8363740Z [00:02:07.289]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/robots.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8421840Z [00:02:07.295]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_powershell.f24695bf.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8478072Z [00:02:07.300]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_javascript.8775e664.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8534799Z [00:02:07.306]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rust.5782d250.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8590761Z [00:02:07.312]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cpp.0f267074.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8648482Z [00:02:07.317]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sas.2859830c.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8703513Z [00:02:07.323]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_typescript.247c1a82.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8759391Z [00:02:07.328]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_basic.f9ef1eed.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8814418Z [00:02:07.334]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_stylus.d32f8b83.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8870095Z [00:02:07.339]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autoit.8b8f31cd.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8926800Z [00:02:07.345]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gherkin.f1a5e4e1.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.8980162Z [00:02:07.351]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asciidoc.e1c509b3.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9034543Z [00:02:07.356]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arff.8e4a6c29.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9092894Z [00:02:07.362]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asm6502.e994835f.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9147761Z [00:02:07.367]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_qore.2206597b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9204807Z [00:02:07.373]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autohotkey.d0bf9348.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9260523Z [00:02:07.379]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rust.5782d250.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9314820Z [00:02:07.384]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_git.e2e5a3ab.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9369719Z [00:02:07.389]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_liquid.f1637814.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9425022Z [00:02:07.395]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csp.77149615.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9479728Z [00:02:07.400]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pure.1bf76418.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9535984Z [00:02:07.406]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_actionscript.fff5a604.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9591402Z [00:02:07.412]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vhdl.20c40c2a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9666543Z [00:02:07.419]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smarty.c8964e18.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9721620Z [00:02:07.425]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fortran.c4eef56e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9781252Z [00:02:07.431]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_makefile.68009359.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9836560Z [00:02:07.436]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csharp.48af3d1a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9891332Z [00:02:07.442]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tt2.8f86b21f.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:50.9946361Z [00:02:07.447]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_icon.7a6f3f7d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0004394Z [00:02:07.453]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_graphql.c4c2059b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0061643Z [00:02:07.459]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_soy.bbbf7cbb.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0122947Z [00:02:07.465]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jsx.f653c75e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0182223Z [00:02:07.471]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ini.29e9d0ce.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0246881Z [00:02:07.477]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_livescript.b1d2a58e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0318564Z [00:02:07.484]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hpkp.ea40340f.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0379345Z [00:02:07.490]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hsts.c223d9cf.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0449191Z [00:02:07.497]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_aspnet.47dd282d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0507372Z [00:02:07.503]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fsharp.a76d8842.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0566397Z [00:02:07.509]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_java.87a7fc04.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0619748Z [00:02:07.514]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_n4js.9c097699.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0678021Z [00:02:07.520]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_docker.d1ca5f22.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0736894Z [00:02:07.526]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_yaml.39abec3d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0792585Z [00:02:07.532]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_julia.973c5a38.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0849375Z [00:02:07.537]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jolie.a3bb6420.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0906096Z [00:02:07.543]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autoit.8b8f31cd.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.0961260Z [00:02:07.549]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parser.559eb54b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1017287Z [00:02:07.554]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js.LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1072990Z [00:02:07.560]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_prolog.e4fd1910.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1127885Z [00:02:07.565]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tsx.79b9673e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1186565Z [00:02:07.571]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pascal.71aeeb74.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1241910Z [00:02:07.577]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_reason.5c01a0b8.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1299346Z [00:02:07.582]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_objectivec.7131c20a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1355930Z [00:02:07.588]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smalltalk.45022fe4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1412593Z [00:02:07.594]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_brainfuck.f52925a9.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1467753Z [00:02:07.599]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scss.0ce54026.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1524904Z [00:02:07.605]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_puppet.c3dc3625.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1581158Z [00:02:07.611]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_icon.7a6f3f7d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1638561Z [00:02:07.616]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nsis.19e1266e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1701655Z [00:02:07.623]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_php.8c78418d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1796640Z [00:02:07.632]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_visualBasic.e36a78e3.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1854557Z [00:02:07.638]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cssExtras.d189adad.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1910694Z [00:02:07.644]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fsharp.a76d8842.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.1967949Z [00:02:07.649]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gedcom.c1454648.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2025048Z [00:02:07.655]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xojo.4ba2b374.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2080704Z [00:02:07.660]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pug.9101a4cb.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2136018Z [00:02:07.666]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_eiffel.c9ca1a5b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2191668Z [00:02:07.672]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_j.f0f7f3fd.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2247852Z [00:02:07.677]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_roboconf.18c9775a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2311148Z [00:02:07.684]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jsx.f653c75e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2367786Z [00:02:07.689]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_liquid.f1637814.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2425091Z [00:02:07.695]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wasm.7a7e1e3d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2482552Z [00:02:07.701]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_abap.a2bf84e3.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2540592Z [00:02:07.707]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apl.b92850ae.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2599171Z [00:02:07.712]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_dart.4845e4e4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2657298Z [00:02:07.718]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_actionscript.fff5a604.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2715591Z [00:02:07.724]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_fortran.c4eef56e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2774393Z [00:02:07.730]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elm.53806c63.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2835292Z [00:02:07.736]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haskell.d9b92c8b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2889602Z [00:02:07.741]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haskell.d9b92c8b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.2946037Z [00:02:07.747]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_kotlin.304508e4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3004551Z [00:02:07.753]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_basic.f9ef1eed.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3065275Z [00:02:07.759]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scss.0ce54026.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3126230Z [00:02:07.765]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sql.a8421811.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3184911Z [00:02:07.771]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_graphql.c4c2059b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3240896Z [00:02:07.777]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_j.f0f7f3fd.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3299381Z [00:02:07.782]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asm6502.e994835f.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3416872Z [00:02:07.794]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_php.8c78418d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3472992Z [00:02:07.800]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lolcode.260132e4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3534929Z [00:02:07.806]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erlang.ace2d57d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3647018Z [00:02:07.817]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bro.40444d0d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3708325Z [00:02:07.823]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_crystal.5b70cc2a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3782070Z [00:02:07.831]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_keyman.5dabe081.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3840638Z [00:02:07.837]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_plsql.ef0533ef.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3897335Z [00:02:07.842]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elm.53806c63.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.3956365Z [00:02:07.848]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sql.a8421811.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4011856Z [00:02:07.854]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_aspnet.47dd282d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4067367Z [00:02:07.859]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csp.77149615.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4121528Z [00:02:07.865]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_renpy.7ef0c8aa.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4228347Z [00:02:07.875]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tap.2d69ed3e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4283045Z [00:02:07.881]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_applescript.e96c345a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4338984Z [00:02:07.886]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arff.8e4a6c29.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4398572Z [00:02:07.892]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ruby.f9fbfb74.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4454683Z [00:02:07.898]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arduino.1ab57ce8.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4513060Z [00:02:07.904]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_brainfuck.f52925a9.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4570424Z [00:02:07.909]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_textile.98643a9b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4625939Z [00:02:07.915]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wiki.1752fba7.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4682402Z [00:02:07.921]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_coffeescript.a42615f5.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4739339Z [00:02:07.926]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/787.4af0fb89.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4797369Z [00:02:07.932]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_monkey.5f57f009.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4855792Z [00:02:07.938]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wasm.7a7e1e3d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.4947379Z [00:02:07.947]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sass.480c9587.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5012494Z [00:02:07.953]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_json.2230bc7d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5066783Z [00:02:07.959]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_javascript.8775e664.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5124607Z [00:02:07.965]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ada.0e14a976.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5179623Z [00:02:07.970]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xquery.ba800c58.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5236152Z [00:02:07.976]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_visualBasic.e36a78e3.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5294279Z [00:02:07.982]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ocaml.bc616109.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5352828Z [00:02:07.988]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_roboconf.18c9775a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5409442Z [00:02:07.993]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ichigojam.5db9293b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5471607Z [00:02:08.000]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_c.b738d4ba.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5530705Z [00:02:08.005]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_prolog.e4fd1910.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5584386Z [00:02:08.011]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_verilog.a4763c7a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5638105Z [00:02:08.016]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_flow.1bc488de.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5713800Z [00:02:08.024]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_d.78729473.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5830370Z [00:02:08.035]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_swift.5092745e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5898562Z [00:02:08.042]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.5998563Z [00:02:08.052]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bison.d0d5778e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6054416Z [00:02:08.058]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_soy.bbbf7cbb.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6124489Z [00:02:08.065]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_phpExtras.3592c7b9.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6185915Z [00:02:08.071]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markdown.902a3e21.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6243344Z [00:02:08.077]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_perl.1e9ba7a2.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6300440Z [00:02:08.082]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_julia.973c5a38.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6357817Z [00:02:08.088]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bash.372479f4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6415741Z [00:02:08.094]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vim.bdd87dbe.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6474826Z [00:02:08.100]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lisp.baeac0aa.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6534482Z [00:02:08.106]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cssExtras.d189adad.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6591636Z [00:02:08.112]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mel.754c22d0.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6649819Z [00:02:08.117]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_less.66de7e95.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6706698Z [00:02:08.123]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_python.541c2687.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6764776Z [00:02:08.129]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_autohotkey.d0bf9348.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6819593Z [00:02:08.134]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hsts.c223d9cf.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6877096Z [00:02:08.140]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nim.1cc70e82.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6932629Z [00:02:08.146]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nginx.cbd4c265.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.6990233Z [00:02:08.151]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tcl.3e352a94.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7048135Z [00:02:08.157]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ruby.f9fbfb74.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7104483Z [00:02:08.163]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clojure.c3ad45a4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7160756Z [00:02:08.169]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_arduino.1ab57ce8.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7217505Z [00:02:08.174]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haxe.88f6c17e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7274705Z [00:02:08.180]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nasm.872ebe3c.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7330319Z [00:02:08.186]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_hpkp.ea40340f.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7387225Z [00:02:08.191]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xojo.4ba2b374.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7443156Z [00:02:08.197]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_eiffel.c9ca1a5b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7500037Z [00:02:08.202]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ichigojam.5db9293b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7557564Z [00:02:08.208]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_processing.199fbdd2.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7615532Z [00:02:08.214]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clike.7d38364c.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7673737Z [00:02:08.220]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markupTemplating.7f277ec8.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7732118Z [00:02:08.226]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vim.bdd87dbe.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7787569Z [00:02:08.231]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/787.4af0fb89.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7844520Z [00:02:08.237]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markup.7e243d11.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7901714Z [00:02:08.243]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_reason.5c01a0b8.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.7957073Z [00:02:08.248]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_kotlin.304508e4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8011806Z [00:02:08.254]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_coffeescript.a42615f5.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8067763Z [00:02:08.259]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_makefile.68009359.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8123049Z [00:02:08.265]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erb.e8e92383.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8178954Z [00:02:08.270]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xeora.6cee1c1b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8236104Z [00:02:08.276]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_typescript.247c1a82.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8290593Z [00:02:08.282]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_latex.16ca55c5.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8346325Z [00:02:08.287]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_d.78729473.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8403120Z [00:02:08.293]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_twig.dc67cebc.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8458579Z [00:02:08.298]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_velocity.34d7a5e9.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8515185Z [00:02:08.304]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_renpy.7ef0c8aa.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8571844Z [00:02:08.310]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apacheconf.32ad0845.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8647420Z [00:02:08.317]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lua.b6019127.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8708665Z [00:02:08.323]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_less.66de7e95.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8765455Z [00:02:08.329]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vbnet.3342117e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8821326Z [00:02:08.335]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_matlab.71b9c2f6.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8877861Z [00:02:08.340]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rest.c4e5b5b0.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8934769Z [00:02:08.346]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mizar.88f8e577.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.8991280Z [00:02:08.352]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_protobuf.76ca3682.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9047921Z [00:02:08.357]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_css.93288f6b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9105075Z [00:02:08.363]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_io.b41fba16.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9161923Z [00:02:08.369]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nim.1cc70e82.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9218638Z [00:02:08.374]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mizar.88f8e577.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9274859Z [00:02:08.380]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_java.87a7fc04.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9331823Z [00:02:08.386]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_django.5f62565a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9389177Z [00:02:08.391]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_glsl.902ea885.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9445397Z [00:02:08.397]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_go.5ecc81bf.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9502908Z [00:02:08.403]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lisp.baeac0aa.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9561206Z [00:02:08.409]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haxe.88f6c17e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9619361Z [00:02:08.414]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_processing.199fbdd2.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9677713Z [00:02:08.420]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clojure.c3ad45a4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9734001Z [00:02:08.426]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lua.b6019127.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9790773Z [00:02:08.432]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_flow.1bc488de.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9848054Z [00:02:08.437]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scala.644f1ea6.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9903980Z [00:02:08.443]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ini.29e9d0ce.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:51.9960644Z [00:02:08.449]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_json.2230bc7d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0017547Z [00:02:08.454]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_jolie.a3bb6420.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0085429Z [00:02:08.461]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tsx.79b9673e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0144629Z [00:02:08.467]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_opencl.4ede86d2.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0201760Z [00:02:08.473]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scheme.56b9cf1b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0260994Z [00:02:08.479]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parigp.a365f3cc.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0316935Z [00:02:08.484]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_protobuf.76ca3682.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0373168Z [00:02:08.490]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_q.892c3d10.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0434158Z [00:02:08.496]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_dart.4845e4e4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0491752Z [00:02:08.502]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_cpp.0f267074.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0549434Z [00:02:08.507]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_http.fd0f4d9c.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0609054Z [00:02:08.513]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tt2.8f86b21f.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0667810Z [00:02:08.519]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haml.1ff1cd49.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0726909Z [00:02:08.525]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_groovy.8f038ddf.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0786166Z [00:02:08.531]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elixir.92a77143.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0845376Z [00:02:08.537]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_inform7.7a22721e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0903735Z [00:02:08.543]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_powershell.f24695bf.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.0959909Z [00:02:08.548]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gedcom.c1454648.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1016440Z [00:02:08.554]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_mel.754c22d0.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1070366Z [00:02:08.560]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rip.a1b4a54a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1125619Z [00:02:08.565]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_opencl.4ede86d2.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1182165Z [00:02:08.571]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_properties.f982552c.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1238998Z [00:02:08.576]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_plsql.ef0533ef.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1296556Z [00:02:08.582]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_inform7.7a22721e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1351881Z [00:02:08.588]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_swift.5092745e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1409924Z [00:02:08.593]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scala.644f1ea6.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1466122Z [00:02:08.599]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markupTemplating.7f277ec8.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1524091Z [00:02:08.605]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parigp.a365f3cc.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1582658Z [00:02:08.611]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_groovy.8f038ddf.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1642015Z [00:02:08.617]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_q.892c3d10.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1701499Z [00:02:08.623]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erlang.ace2d57d.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1759937Z [00:02:08.628]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ocaml.bc616109.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1819972Z [00:02:08.634]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_handlebars.884a497f.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1877880Z [00:02:08.640]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_go.5ecc81bf.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1934270Z [00:02:08.646]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_puppet.c3dc3625.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.1991123Z [00:02:08.652]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_elixir.92a77143.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2047153Z [00:02:08.657]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_oz.1bdf1d8b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2102013Z [00:02:08.663]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nasm.872ebe3c.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2159471Z [00:02:08.668]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_wiki.1752fba7.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2215876Z [00:02:08.674]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_batch.cbcfc363.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2271115Z [00:02:08.680]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_css.93288f6b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2327358Z [00:02:08.685]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_haml.1ff1cd49.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2383939Z [00:02:08.691]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_r.7cf295a5.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2444465Z [00:02:08.697]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xeora.6cee1c1b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2499496Z [00:02:08.702]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rest.c4e5b5b0.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2555858Z [00:02:08.708]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_twig.dc67cebc.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2612959Z [00:02:08.714]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_gherkin.f1a5e4e1.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2670143Z [00:02:08.719]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sas.2859830c.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2728068Z [00:02:08.725]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_c.b738d4ba.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2786354Z [00:02:08.731]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_xquery.ba800c58.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2843559Z [00:02:08.737]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apacheconf.32ad0845.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2901253Z [00:02:08.743]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pug.9101a4cb.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.2958887Z [00:02:08.748]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_r.7cf295a5.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3015560Z [00:02:08.754]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_batch.cbcfc363.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3071602Z [00:02:08.760]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_git.e2e5a3ab.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3128250Z [00:02:08.765]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_n4js.9c097699.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3186697Z [00:02:08.771]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_clike.7d38364c.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3244887Z [00:02:08.777]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smarty.c8964e18.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3303386Z [00:02:08.783]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_oz.1bdf1d8b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3359065Z [00:02:08.788]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markup.7e243d11.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3418502Z [00:02:08.794]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bro.40444d0d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3498328Z [00:02:08.802]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_scheme.56b9cf1b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3556595Z [00:02:08.808]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_latex.16ca55c5.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3612230Z [00:02:08.814]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_keyman.5dabe081.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3666057Z [00:02:08.819]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_abap.a2bf84e3.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3723503Z [00:02:08.825]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_parser.559eb54b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3779596Z [00:02:08.830]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter/refractor-core-import.d0cd1e85.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3837834Z [00:02:08.836]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter/refractor-core-import.d0cd1e85.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.3934899Z [00:02:08.846]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tap.2d69ed3e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4001819Z [00:02:08.853]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_textile.98643a9b.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4082788Z [00:02:08.861]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_docker.d1ca5f22.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4140048Z [00:02:08.867]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_http.fd0f4d9c.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4195688Z [00:02:08.872]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_io.b41fba16.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4251830Z [00:02:08.878]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_livescript.b1d2a58e.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4309272Z [00:02:08.883]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_erb.e8e92383.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4365843Z [00:02:08.889]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_qore.2206597b.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4420966Z [00:02:08.895]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_stylus.d32f8b83.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4478035Z [00:02:08.900]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_velocity.34d7a5e9.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4535677Z [00:02:08.906]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_monkey.5f57f009.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4592937Z [00:02:08.912]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_handlebars.884a497f.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4648207Z [00:02:08.917]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_django.5f62565a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4706410Z [00:02:08.923]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_properties.f982552c.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4763756Z [00:02:08.929]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_yaml.39abec3d.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4818682Z [00:02:08.934]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_sass.480c9587.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4875791Z [00:02:08.940]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_ada.0e14a976.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4932108Z [00:02:08.946]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vhdl.20c40c2a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.4996629Z [00:02:08.952]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_asciidoc.e1c509b3.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5063155Z [00:02:08.959]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bison.d0d5778e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5119875Z [00:02:08.964]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_glsl.902ea885.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5176965Z [00:02:08.970]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nix.82fd01b6.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5233243Z [00:02:08.976]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_matlab.71b9c2f6.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5289235Z [00:02:08.981]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_lolcode.260132e4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5343012Z [00:02:08.987]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_applescript.e96c345a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5398552Z [00:02:08.992]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_diff.fd90cc41.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5453524Z [00:02:08.998]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pascal.71aeeb74.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5508333Z [00:02:09.003]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_csharp.48af3d1a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5563289Z [00:02:09.009]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_objectivec.7131c20a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5667834Z [00:02:09.019]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_perl.1e9ba7a2.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5766729Z [00:02:09.029]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/main.012e7c17.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5870031Z [00:02:09.039]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_diff.fd90cc41.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5925291Z [00:02:09.045]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nginx.cbd4c265.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.5979676Z [00:02:09.050]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_vbnet.3342117e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6034805Z [00:02:09.056]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_phpExtras.3592c7b9.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6089079Z [00:02:09.061]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_python.541c2687.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6142069Z [00:02:09.067]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_tcl.3e352a94.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6195969Z [00:02:09.072]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_pure.1bf76418.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6248288Z [00:02:09.077]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_markdown.902a3e21.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6301200Z [00:02:09.083]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_rip.a1b4a54a.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6360202Z [00:02:09.089]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_crystal.5b70cc2a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6415364Z [00:02:09.094]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nsis.19e1266e.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6470842Z [00:02:09.100]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_apl.b92850ae.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6526884Z [00:02:09.105]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_bash.372479f4.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6581236Z [00:02:09.111]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_nix.82fd01b6.chunk.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6638482Z [00:02:09.116]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_smalltalk.45022fe4.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6695093Z [00:02:09.122]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/js/react-syntax-highlighter_languages_refractor_verilog.a4763c7a.chunk.js.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6751905Z [00:02:09.128]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/css/main.996e59b6.css.map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6811115Z [00:02:09.134]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/css/main.996e59b6.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6876811Z [00:02:09.140]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/static/media/eldrich.a80c74e8249d2461e174.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6932157Z [00:02:09.146]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.6990110Z [00:02:09.151]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/asset-manifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7046783Z [00:02:09.157]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/android-chrome-192x192.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7102110Z [00:02:09.163]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/site.webmanifest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7158975Z [00:02:09.168]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/logo192.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7215131Z [00:02:09.174]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7270118Z [00:02:09.180]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/apple-touch-icon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7328009Z [00:02:09.185]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon-16x16.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7386709Z [00:02:09.191]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/favicon-32x32.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7443019Z [00:02:09.197]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/logo512.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7498727Z [00:02:09.202]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/build/android-chrome-512x512.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7556696Z [00:02:09.208]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/PageWrapper.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7613017Z [00:02:09.214]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/MobileNav.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7670953Z [00:02:09.220]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7729693Z [00:02:09.225]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/MinimizedSidebarNav.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7787941Z [00:02:09.231]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/usePageNavigation.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7844297Z [00:02:09.237]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/page-wrapper/FullSidebarNav.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7900179Z [00:02:09.243]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/TaskCard.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.7955785Z [00:02:09.248]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskTimeStamp.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8012719Z [00:02:09.254]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskHostBeacon.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8067698Z [00:02:09.259]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskShells.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8123110Z [00:02:09.265]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskResults.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8181327Z [00:02:09.271]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/task-card/components/TaskParameters.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8237354Z [00:02:09.276]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8292902Z [00:02:09.282]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/useCreateQuest.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8348786Z [00:02:09.287]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/features/create-quest-dropdown/CreateQuestDropdown.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8405621Z [00:02:09.293]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/queries.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8461210Z [00:02:09.299]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/questNames.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8518135Z [00:02:09.304]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/utils.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8574899Z [00:02:09.310]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/consts.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8633830Z [00:02:09.316]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/enums.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8690897Z [00:02:09.322]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/utils/clean-graphql.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8748140Z [00:02:09.327]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useTasks.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8804161Z [00:02:09.333]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useHosts.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8860023Z [00:02:09.339]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/hooks/useQuests.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8916151Z [00:02:09.344]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/setupTests.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.8971580Z [00:02:09.350]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/test-utils.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9036877Z [00:02:09.355]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/App.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9083133Z [00:02:09.361]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/validation.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9139913Z [00:02:09.367]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/hooks/useBeaconFilter.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9197619Z [00:02:09.372]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/hooks/useSubmitQuest.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9255621Z [00:02:09.378]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/FinalizeStep.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9313162Z [00:02:09.384]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/BeaconStepWrapper.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9368625Z [00:02:09.389]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/QuestForm.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9423459Z [00:02:09.395]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeRadioGroup.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9478921Z [00:02:09.400]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeStep.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9533533Z [00:02:09.406]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/BeaconStep.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9588793Z [00:02:09.411]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/components/TomeStepWrapper.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9643790Z [00:02:09.417]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9698488Z [00:02:09.422]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/create-quest/CreateQuest.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9755009Z [00:02:09.428]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/AdminPortal.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9811985Z [00:02:09.434]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/hooks/useUserTable.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9868278Z [00:02:09.439]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/hooks/userMutations.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9924055Z [00:02:09.445]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/components/UserTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:52.9980366Z [00:02:09.451]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/components/UserTableWrapper.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0036505Z [00:02:09.456]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/admin/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0093603Z [00:02:09.462]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useRepositoryView.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0149361Z [00:02:09.467]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useFetchRepostioryTomes.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0206102Z [00:02:09.473]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/hooks/useCreateRepositoryLink.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0262491Z [00:02:09.479]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/StepCreateRepository.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0318492Z [00:02:09.484]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/TomesHeader.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0374855Z [00:02:09.490]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/ImportRepositoryModal.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0432418Z [00:02:09.496]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/StepAddDeploymentKey.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0491300Z [00:02:09.502]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/components/RepositoryTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0549742Z [00:02:09.508]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0610220Z [00:02:09.514]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tomes/Tomes.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0667352Z [00:02:09.519]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/hook/useHostActivityData.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0726399Z [00:02:09.525]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/hook/useOverviewData.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0789507Z [00:02:09.531]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTaskBarChart.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0849885Z [00:02:09.537]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/AccessCard.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0913366Z [00:02:09.544]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/TargetRecommendation.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.0970440Z [00:02:09.550]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/DashboardStatistic.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1027972Z [00:02:09.555]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/AccessHostActivityTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1085065Z [00:02:09.561]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTomeBarChart.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1141409Z [00:02:09.567]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestCard.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1198569Z [00:02:09.572]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/components/QuestTagBarChart.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1256737Z [00:02:09.578]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1314341Z [00:02:09.584]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/dashboard/Dashboard.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1371426Z [00:02:09.590]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/HostDetails.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1429339Z [00:02:09.595]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/hooks/useCredsTable.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1487240Z [00:02:09.601]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/TagModal.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1545783Z [00:02:09.607]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostBreadcrumbs.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1601064Z [00:02:09.613]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostDetailsSection.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1659331Z [00:02:09.618]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTableWrapper.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1716777Z [00:02:09.624]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1770861Z [00:02:09.630]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CreatableTagDropdown.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1826294Z [00:02:09.635]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTableGrouped.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1881771Z [00:02:09.641]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/Credential.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.1998561Z [00:02:09.652]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2056246Z [00:02:09.658]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/BeaconTab.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2111131Z [00:02:09.664]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostTabs.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2168151Z [00:02:09.669]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/HostTaskTab.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2224467Z [00:02:09.675]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/editable-tag/EditableTag.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2280555Z [00:02:09.681]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/editable-tag/useEditableTag.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2340452Z [00:02:09.687]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-details/components/CredentialTab.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2401267Z [00:02:09.693]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/shell/Shell.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2459323Z [00:02:09.698]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/components/HostFilter.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2516112Z [00:02:09.704]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/components/HostTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2570667Z [00:02:09.710]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/host-list/HostList.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2627217Z [00:02:09.715]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tasks/Tasks.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2683619Z [00:02:09.721]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/tasks/EditablePageHeader.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2740956Z [00:02:09.727]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/Quests.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2799075Z [00:02:09.732]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/components/QuestHeader.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2858466Z [00:02:09.738]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/pages/quest-list/components/QuestTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2916853Z [00:02:09.744]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/DebouncedFreeTextSearch.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.2972417Z [00:02:09.750]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/PageHeader.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3029616Z [00:02:09.755]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FreeTextSearch.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3086846Z [00:02:09.761]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/badge/BadgeStyles.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3144951Z [00:02:09.767]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/badge/Badge.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3203665Z [00:02:09.773]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/button/Button.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3258368Z [00:02:09.778]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/button/ButtonStyles.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3314468Z [00:02:09.784]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/EmptyState.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3369541Z [00:02:09.789]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FormTextField.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3424650Z [00:02:09.795]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/SingleDropdownSelector.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3479081Z [00:02:09.800]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/FormRadioGroup.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3534165Z [00:02:09.806]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/Table.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3590929Z [00:02:09.812]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/TablePagination.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3647320Z [00:02:09.817]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/Modal.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3704337Z [00:02:09.823]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/tavern-base-ui/AlertError.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3766024Z [00:02:09.829]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/admin-access-gate/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3849168Z [00:02:09.837]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/admin-access-gate/AdminAccessGate.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3916014Z [00:02:09.844]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/Breadcrumbs.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.3973201Z [00:02:09.850]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/access-gate/AccessGate.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4030503Z [00:02:09.855]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/access-gate/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4097037Z [00:02:09.862]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/FilterBar.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4152403Z [00:02:09.868]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/multi-select/MultiSelectService.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4209814Z [00:02:09.873]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-filter-bar/BeaconFilterBar.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4270234Z [00:02:09.880]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-filter-bar/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4327208Z [00:02:09.885]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/HostTile.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4384645Z [00:02:09.891]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-text-area/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4443411Z [00:02:09.897]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-text-area/FormTextArea.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4499086Z [00:02:09.902]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TomeAccordion.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4554623Z [00:02:09.908]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/UserImageAndName.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4612716Z [00:02:09.914]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/beacon-option/BeaconOption.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4668963Z [00:02:09.919]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TaskTable.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4726642Z [00:02:09.925]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/empty-states/EmptyStateNoQuests.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4786030Z [00:02:09.931]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/empty-states/EmptyStateNoBeacon.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4845457Z [00:02:09.937]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/TaskStatusBadge.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4909648Z [00:02:09.943]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-steps/FormSteps.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.4970632Z [00:02:09.950]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/form-steps/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5030064Z [00:02:09.956]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/components/BeaconTile.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5089284Z [00:02:09.961]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/style.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5151079Z [00:02:09.968]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/react-app-env.d.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5212990Z [00:02:09.974]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5279966Z [00:02:09.981]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/TagContext.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5342587Z [00:02:09.987]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/HostContext.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5405506Z [00:02:09.993]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/UserPreferences.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5457662Z [00:02:09.998]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/HostTaskContext.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5514889Z [00:02:10.004]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/context/AuthorizationContext.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5569141Z [00:02:10.009]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/Logo.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5625582Z [00:02:10.015]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5682689Z [00:02:10.021]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/serviceWorker.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5738796Z [00:02:10.026]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/reportWebVitals.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5795747Z [00:02:10.032]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/App.test.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5862089Z [00:02:10.038]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/tome_write.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5908004Z [00:02:10.043]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/eldrich.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.5961675Z [00:02:10.049]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/PlaceholderUser.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6017387Z [00:02:10.054]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/graphql.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6072509Z [00:02:10.060]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/assets/realm_icon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6126819Z [00:02:10.065]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/src/ColorModeSwitcher.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6178667Z [00:02:10.070]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/.babelrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6234248Z [00:02:10.076]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/manifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6290201Z [00:02:10.082]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/robots.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6349044Z [00:02:10.087]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6406169Z [00:02:10.093]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/android-chrome-192x192.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6460857Z [00:02:10.099]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/site.webmanifest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6517208Z [00:02:10.104]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/logo192.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6574829Z [00:02:10.110]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6629079Z [00:02:10.115]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/apple-touch-icon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6685845Z [00:02:10.121]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon-16x16.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6742209Z [00:02:10.127]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/favicon-32x32.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6800339Z [00:02:10.133]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/logo512.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6857665Z [00:02:10.138]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/public/android-chrome-512x512.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6914932Z [00:02:10.144]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/babel.config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.6972028Z [00:02:10.150]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/www/tsconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7027746Z [00:02:10.155]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7083324Z [00:02:10.161]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7138817Z [00:02:10.166]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7196288Z [00:02:10.172]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7253474Z [00:02:10.178]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/stream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7308626Z [00:02:10.183]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7366831Z [00:02:10.189]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/stream/gcp_coldstart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7425551Z [00:02:10.195]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7484470Z [00:02:10.201]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7541530Z [00:02:10.207]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7598885Z [00:02:10.212]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7656871Z [00:02:10.218]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7714961Z [00:02:10.224]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/http/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7774562Z [00:02:10.230]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess/hostprocess.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7831215Z [00:02:10.236]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7890181Z [00:02:10.241]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.7949119Z [00:02:10.247]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8007091Z [00:02:10.253]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_credential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8071673Z [00:02:10.260]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8127344Z [00:02:10.265]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/validators/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8182172Z [00:02:10.271]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/validators/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8237758Z [00:02:10.276]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8294614Z [00:02:10.282]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8352109Z [00:02:10.288]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_process.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8407381Z [00:02:10.293]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8462753Z [00:02:10.299]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/mixin_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8519087Z [00:02:10.304]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8576897Z [00:02:10.310]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/tome.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8634324Z [00:02:10.316]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8691570Z [00:02:10.322]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/quest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8749327Z [00:02:10.327]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/beacon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8806888Z [00:02:10.333]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/host_file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8864647Z [00:02:10.339]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/schema/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8921710Z [00:02:10.345]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.8979488Z [00:02:10.351]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9037780Z [00:02:10.356]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9094895Z [00:02:10.362]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9154955Z [00:02:10.368]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/runtime/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9213679Z [00:02:10.374]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9273991Z [00:02:10.380]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9332088Z [00:02:10.386]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9390882Z [00:02:10.392]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9450215Z [00:02:10.398]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9510558Z [00:02:10.404]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/mutation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9571031Z [00:02:10.410]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9629319Z [00:02:10.415]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9689872Z [00:02:10.421]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9749199Z [00:02:10.427]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9811562Z [00:02:10.434]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome/tome.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9868235Z [00:02:10.439]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9923888Z [00:02:10.445]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:53.9980000Z [00:02:10.451]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0037636Z [00:02:10.456]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/ent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0097120Z [00:02:10.462]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0154781Z [00:02:10.468]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0210921Z [00:02:10.474]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0269982Z [00:02:10.480]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0330632Z [00:02:10.486]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_transaction.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0389777Z [00:02:10.491]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0449984Z [00:02:10.498]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0510421Z [00:02:10.504]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hook/hook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0571451Z [00:02:10.510]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0631703Z [00:02:10.516]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0691972Z [00:02:10.522]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/privacy/privacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0752452Z [00:02:10.528]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0810905Z [00:02:10.534]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0869864Z [00:02:10.540]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0929253Z [00:02:10.545]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.0987481Z [00:02:10.551]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/generate_code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1044236Z [00:02:10.557]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1101156Z [00:02:10.563]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1159604Z [00:02:10.568]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1216529Z [00:02:10.574]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1271272Z [00:02:10.580]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon/beacon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1326751Z [00:02:10.585]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1383228Z [00:02:10.591]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1439668Z [00:02:10.597]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1497525Z [00:02:10.602]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1559039Z [00:02:10.608]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1615445Z [00:02:10.614]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_mutation_input.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1674875Z [00:02:10.620]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1733010Z [00:02:10.626]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/migrate/schema.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1792068Z [00:02:10.632]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/migrate/migrate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1851529Z [00:02:10.638]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1911332Z [00:02:10.644]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.1971082Z [00:02:10.650]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2030132Z [00:02:10.656]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2088507Z [00:02:10.661]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/predicate/predicate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2146442Z [00:02:10.667]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2202553Z [00:02:10.673]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2259199Z [00:02:10.678]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2314898Z [00:02:10.684]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential/hostcredential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2371620Z [00:02:10.690]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2428488Z [00:02:10.695]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2485755Z [00:02:10.701]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2541567Z [00:02:10.707]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2601935Z [00:02:10.713]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest/quest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2662960Z [00:02:10.719]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2725444Z [00:02:10.725]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2787897Z [00:02:10.731]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2850979Z [00:02:10.738]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2912998Z [00:02:10.744]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.2975191Z [00:02:10.750]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_edge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3036926Z [00:02:10.756]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3099403Z [00:02:10.762]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3162186Z [00:02:10.769]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3224107Z [00:02:10.775]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3286968Z [00:02:10.781]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3349519Z [00:02:10.787]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3406991Z [00:02:10.793]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/task_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3463893Z [00:02:10.799]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3519962Z [00:02:10.805]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3577453Z [00:02:10.810]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_collection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3635294Z [00:02:10.816]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3692664Z [00:02:10.822]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/repository_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3751829Z [00:02:10.828]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3809442Z [00:02:10.833]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3868955Z [00:02:10.839]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/enttest/enttest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3924670Z [00:02:10.845]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.3980970Z [00:02:10.851]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile/hostfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4037977Z [00:02:10.856]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4096948Z [00:02:10.862]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4156352Z [00:02:10.868]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostfile_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4216629Z [00:02:10.874]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4275050Z [00:02:10.880]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4334476Z [00:02:10.886]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4404602Z [00:02:10.893]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/shell/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4468827Z [00:02:10.899]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tag_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4529134Z [00:02:10.905]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_where_input.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4588661Z [00:02:10.911]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4649073Z [00:02:10.917]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4711269Z [00:02:10.924]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/quest_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4769584Z [00:02:10.929]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostcredential.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4828252Z [00:02:10.935]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/gql_pagination.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4883478Z [00:02:10.941]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/beacon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4939927Z [00:02:10.947]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/host_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.4997182Z [00:02:10.952]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5055735Z [00:02:10.958]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file/where.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5113169Z [00:02:10.964]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5168071Z [00:02:10.969]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5223880Z [00:02:10.975]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/hostprocess_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5279979Z [00:02:10.981]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/user_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5335578Z [00:02:10.986]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/internal/ent/tome_delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5392262Z [00:02:10.992]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5451583Z [00:02:10.998]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/test_data_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5508652Z [00:02:11.003]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/test_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5566318Z [00:02:11.009]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5624182Z [00:02:11.015]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5682568Z [00:02:11.021]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5739546Z [00:02:11.026]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5802568Z [00:02:11.032]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5856178Z [00:02:11.038]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5911947Z [00:02:11.044]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/cli/auth/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.5969921Z [00:02:11.050]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6028796Z [00:02:11.055]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/tavern/env_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6085943Z [00:02:11.061]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6142129Z [00:02:11.067]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6200546Z [00:02:11.073]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6266424Z [00:02:11.079]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/images/eldritch.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6330084Z [00:02:11.085]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6389170Z [00:02:11.091]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/rust-toolchain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6447946Z [00:02:11.097]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6507059Z [00:02:11.103]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6566685Z [00:02:11.109]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6625543Z [00:02:11.115]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6682526Z [00:02:11.121]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/lsp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6737676Z [00:02:11.126]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/eldritch-lang/src/eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6795969Z [00:02:11.132]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6855175Z [00:02:11.138]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6922185Z [00:02:11.145]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.6980971Z [00:02:11.151]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/src/extension.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7038070Z [00:02:11.156]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/client/tsconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7093712Z [00:02:11.162]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7149058Z [00:02:11.167]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/syntaxes/eldritch.configuration.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7204561Z [00:02:11.173]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/syntaxes/eldritch.tmLanguage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7262023Z [00:02:11.179]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/.vscodeignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7318264Z [00:02:11.184]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/vscode/tsconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7423742Z [00:02:11.190]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7433372Z [00:02:11.196]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7490602Z [00:02:11.202]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7547430Z [00:02:11.207]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7606320Z [00:02:11.213]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7664176Z [00:02:11.219]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/tests.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7721353Z [00:02:11.225]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7777556Z [00:02:11.230]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docs.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7835718Z [00:02:11.236]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docker-dev.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7894294Z [00:02:11.242]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.7961598Z [00:02:11.249]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/feedback.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8040406Z [00:02:11.256]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8224734Z [00:02:11.275]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8282955Z [00:02:11.281]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8366912Z [00:02:11.289]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docker/tavern.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8419105Z [00:02:11.294]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8480853Z [00:02:11.301]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8543719Z [00:02:11.307]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8604778Z [00:02:11.313]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8672087Z [00:02:11.320]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8735191Z [00:02:11.326]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8797230Z [00:02:11.332]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8867804Z [00:02:11.339]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8928692Z [00:02:11.345]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/install_scripts/install_service/main.eldritch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.8990213Z [00:02:11.352]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9050728Z [00:02:11.358]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/task.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9114438Z [00:02:11.364]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/version.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9175300Z [00:02:11.370]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/win_service.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9239024Z [00:02:11.376]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9316110Z [00:02:11.384]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/run.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9377454Z [00:02:11.390]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/install.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9444604Z [00:02:11.397]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/agent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9504064Z [00:02:11.403]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/imix/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9566218Z [00:02:11.409]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/rust-toolchain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9627582Z [00:02:11.415]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9689579Z [00:02:11.421]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9753228Z [00:02:11.428]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9839310Z [00:02:11.436]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/embed_files_golem_prod/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9916776Z [00:02:11.444]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:54.9977983Z [00:02:11.450]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0076505Z [00:02:11.460]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0141419Z [00:02:11.467]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0220184Z [00:02:11.474]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0269340Z [00:02:11.479]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/inter/eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0404487Z [00:02:11.493]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0523508Z [00:02:11.505]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/golem/tests/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0581518Z [00:02:11.511]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/.cargo/config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0640547Z [00:02:11.517]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0699728Z [00:02:11.522]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0759316Z [00:02:11.528]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0818485Z [00:02:11.534]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0879998Z [00:02:11.540]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/drain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0940012Z [00:02:11.546]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/eprint_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.0998835Z [00:02:11.552]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1056008Z [00:02:11.558]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/environment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1114108Z [00:02:11.564]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1172776Z [00:02:11.570]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/reverse_shell_pty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1262628Z [00:02:11.579]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/fetch_asset.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1321641Z [00:02:11.585]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_start.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1380136Z [00:02:11.590]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1438661Z [00:02:11.596]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_finish.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1495399Z [00:02:11.602]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1556625Z [00:02:11.608]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_process_list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1616242Z [00:02:11.614]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1677170Z [00:02:11.620]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/set_callback_interval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1732836Z [00:02:11.626]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1791206Z [00:02:11.632]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1849298Z [00:02:11.637]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/report_agg_output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1909689Z [00:02:11.644]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.1970380Z [00:02:11.650]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/runtime/messages/set_callback_uri.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2029589Z [00:02:11.655]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/name_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2089444Z [00:02:11.661]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/info_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2147586Z [00:02:11.667]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/netstat_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2205118Z [00:02:11.673]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/list_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2268089Z [00:02:11.679]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2328808Z [00:02:11.685]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/process/kill_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2390085Z [00:02:11.692]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/reverse_shell_pty_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2449858Z [00:02:11.698]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ncat_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2508966Z [00:02:11.703]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ssh_exec_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2567812Z [00:02:11.709]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/ssh_copy_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2627993Z [00:02:11.715]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/port_scan_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2687838Z [00:02:11.721]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/arp_scan_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2750148Z [00:02:11.728]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2812487Z [00:02:11.734]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/port_forward_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2872697Z [00:02:11.740]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/smb_exec_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2934988Z [00:02:11.746]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/pivot/bind_proxy_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.2999214Z [00:02:11.752]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/sleep_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3064792Z [00:02:11.759]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/format_to_epoch_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3129051Z [00:02:11.765]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/format_to_readable_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3193903Z [00:02:11.772]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/now_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3257913Z [00:02:11.778]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/time/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3330755Z [00:02:11.785]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/set_callback_interval_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3380199Z [00:02:11.791]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/eval_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3440108Z [00:02:11.797]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3500762Z [00:02:11.803]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/agent/set_callback_uri_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3561172Z [00:02:11.809]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/to_json_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3618999Z [00:02:11.814]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/decode_b64_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3676284Z [00:02:11.820]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/encode_b64_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3739845Z [00:02:11.826]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/from_json_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3835060Z [00:02:11.836]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/is_json_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3895746Z [00:02:11.842]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.3970732Z [00:02:11.850]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/aes_decrypt_file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4027954Z [00:02:11.855]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/aes_encrypt_file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4086599Z [00:02:11.861]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/crypto/hash_file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4146564Z [00:02:11.867]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_user_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4204939Z [00:02:11.873]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/shell_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4263859Z [00:02:11.879]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_linux_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4324440Z [00:02:11.885]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_windows_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4383332Z [00:02:11.891]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_int_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4450312Z [00:02:11.898]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_os_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4510933Z [00:02:11.904]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/dll_inject_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4570098Z [00:02:11.910]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_reg_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4637459Z [00:02:11.915]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_ip_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4686536Z [00:02:11.921]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_env_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4741659Z [00:02:11.927]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/exec_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4798838Z [00:02:11.932]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_hex_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4856566Z [00:02:11.938]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/dll_reflect_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.4917043Z [00:02:11.944]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_bsd_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5002719Z [00:02:11.953]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5133518Z [00:02:11.966]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/get_pid_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5229983Z [00:02:11.976]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/hostname_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5288336Z [00:02:11.981]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/is_macos_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5344587Z [00:02:11.987]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/sys/write_reg_str_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5400261Z [00:02:11.993]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/replace_all_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5458580Z [00:02:11.998]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/match_all_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5518169Z [00:02:12.004]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/replace_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5575971Z [00:02:12.010]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/match_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5634392Z [00:02:12.016]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/regex/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5691641Z [00:02:12.022]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/user_password_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5752011Z [00:02:12.028]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5811244Z [00:02:12.034]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/ssh_key_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5869857Z [00:02:12.040]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5927965Z [00:02:12.045]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/report/process_list_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.5988765Z [00:02:12.051]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/post_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6048304Z [00:02:12.057]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/download_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6108843Z [00:02:12.063]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/get_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6168514Z [00:02:12.069]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6227489Z [00:02:12.075]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/string_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6285892Z [00:02:12.081]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/int_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6342189Z [00:02:12.087]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/bool_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6401038Z [00:02:12.093]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/random/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6457973Z [00:02:12.098]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/read_binary_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6557635Z [00:02:12.108]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/read_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6616462Z [00:02:12.114]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/list_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6674290Z [00:02:12.120]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/copy_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6743194Z [00:02:12.126]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/assets/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6792942Z [00:02:12.132]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6857350Z [00:02:12.138]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/template_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6910795Z [00:02:12.144]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/timestomp_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.6968812Z [00:02:12.149]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/exists_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7027383Z [00:02:12.155]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/read_binary_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7084766Z [00:02:12.161]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/replace_all_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7142898Z [00:02:12.167]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/temp_file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7198756Z [00:02:12.172]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/parent_dir_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7257316Z [00:02:12.178]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/find_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7316658Z [00:02:12.184]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/compress_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7376665Z [00:02:12.190]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/read_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7436220Z [00:02:12.196]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/replace_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7492985Z [00:02:12.202]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/write_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7550864Z [00:02:12.208]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/is_file_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7608199Z [00:02:12.213]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/list_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7664629Z [00:02:12.219]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/copy_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7723528Z [00:02:12.225]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/follow_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7784321Z [00:02:12.231]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/append_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7845592Z [00:02:12.237]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/mkdir_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7907892Z [00:02:12.243]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/is_dir_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.7970229Z [00:02:12.250]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/moveto_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8031176Z [00:02:12.256]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8088617Z [00:02:12.261]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/eldritch/src/file/remove_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8146927Z [00:02:12.267]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8204661Z [00:02:12.273]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8261888Z [00:02:12.279]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8321113Z [00:02:12.285]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8380269Z [00:02:12.291]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/host_unique/src/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8439332Z [00:02:12.296]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8498078Z [00:02:12.302]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8557189Z [00:02:12.308]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/mock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8613281Z [00:02:12.314]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/grpc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8668625Z [00:02:12.319]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8726703Z [00:02:12.325]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/transport/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8788307Z [00:02:12.331]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8847600Z [00:02:12.337]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8906730Z [00:02:12.343]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/generated/c2.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.8964160Z [00:02:12.349]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/generated/eldritch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9047592Z [00:02:12.357]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9083262Z [00:02:12.361]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/implants/lib/pb/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9147814Z [00:02:12.367]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9210041Z [00:02:12.374]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9271890Z [00:02:12.380]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9336152Z [00:02:12.386]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9398155Z [00:02:12.392]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9460718Z [00:02:12.399]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9520027Z [00:02:12.404]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9579281Z [00:02:12.410]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9639706Z [00:02:12.416]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9703175Z [00:02:12.423]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9765808Z [00:02:12.429]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9826041Z [00:02:12.435]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9887409Z [00:02:12.441]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:55.9951587Z [00:02:12.448]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0013743Z [00:02:12.454]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0074980Z [00:02:12.460]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0133985Z [00:02:12.466]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0192705Z [00:02:12.472]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0253124Z [00:02:12.478]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0314231Z [00:02:12.484]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0378947Z [00:02:12.490]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0438875Z [00:02:12.496]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0500045Z [00:02:12.502]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0563097Z [00:02:12.509]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-b634029d99f4f0a4c89e0de8ead16e0b3c8b9109.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0622554Z [00:02:12.515]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0682633Z [00:02:12.521]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/objects/pack/pack-06593dafcaf80eaffee82ad1f6c9eef7b35e275b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0743007Z [00:02:12.527]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0802866Z [00:02:12.533]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0862969Z [00:02:12.539]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0927859Z [00:02:12.545]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.0986590Z [00:02:12.551]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1043173Z [00:02:12.557]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1102751Z [00:02:12.563]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1163546Z [00:02:12.569]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1221025Z [00:02:12.575]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/page.html' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1277390Z [00:02:12.580]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/default.html' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1335549Z [00:02:12.586]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_layouts/post.html' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1393712Z [00:02:12.592]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/eldritch.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1453025Z [00:02:12.598]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/imix.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1511711Z [00:02:12.604]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/golem.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1569300Z [00:02:12.609]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/terminology.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1625581Z [00:02:12.615]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/tomes.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1681010Z [00:02:12.621]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/user-guide/getting-started.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1738020Z [00:02:12.626]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/introduction.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1795362Z [00:02:12.632]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/eldritch.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1853009Z [00:02:12.638]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/imix.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1910366Z [00:02:12.644]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/dev-guide/tavern.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.1969293Z [00:02:12.649]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_docs/admin-guide/tavern.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2028269Z [00:02:12.655]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2086357Z [00:02:12.661]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/CNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2144136Z [00:02:12.667]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_data/toc.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2201916Z [00:02:12.673]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_data/navigation.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2259835Z [00:02:12.679]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/user-guide.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2316669Z [00:02:12.684]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/search.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2374466Z [00:02:12.690]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/news.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2431089Z [00:02:12.696]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/sitemap.xml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2491074Z [00:02:12.702]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2551679Z [00:02:12.708]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/dev-guide.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2610911Z [00:02:12.714]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/feed.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2670943Z [00:02:12.720]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/pages/tags.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2734091Z [00:02:12.726]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2795550Z [00:02:12.732]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/scrolltop.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2857286Z [00:02:12.738]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/quiz/multiple-choice.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2917712Z [00:02:12.744]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/doc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.2978728Z [00:02:12.750]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/alert.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3040489Z [00:02:12.757]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/header.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3100238Z [00:02:12.763]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/google-analytics.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3159334Z [00:02:12.768]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/footer.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3218894Z [00:02:12.774]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/quiz.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3277092Z [00:02:12.780]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/head.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3337146Z [00:02:12.786]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/feedback.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3395109Z [00:02:12.792]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3452419Z [00:02:12.798]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/editable.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3510853Z [00:02:12.804]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/sidebar.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3569327Z [00:02:12.809]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/toc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3629062Z [00:02:12.815]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/scripts.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3687827Z [00:02:12.821]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/navigation.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3746158Z [00:02:12.827]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/permalinks.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3804295Z [00:02:12.833]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/_includes/tags.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3862382Z [00:02:12.839]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/.gitignore' retained as 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3922573Z [00:02:12.845]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.3981901Z [00:02:12.851]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/COPYRIGHT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4040990Z [00:02:12.857]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-114x114.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4098127Z [00:02:12.862]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-150x150.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4155574Z [00:02:12.868]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/manifest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4213057Z [00:02:12.874]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-72x72.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4270290Z [00:02:12.880]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-96x96.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4328246Z [00:02:12.885]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4386441Z [00:02:12.891]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-96x96.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4446098Z [00:02:12.897]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/browserconfig.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4502155Z [00:02:12.903]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-120x120.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4559914Z [00:02:12.909]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-144x144.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4618160Z [00:02:12.914]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-72x72.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4682943Z [00:02:12.921]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-152x152.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4740529Z [00:02:12.927]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-70x70.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4797832Z [00:02:12.932]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-36x36.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4853544Z [00:02:12.938]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4911004Z [00:02:12.944]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-57x57.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.4969386Z [00:02:12.949]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-60x60.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5027193Z [00:02:12.955]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-48x48.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5085258Z [00:02:12.961]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-310x310.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5144021Z [00:02:12.967]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-precomposed.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5201773Z [00:02:12.973]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-16x16.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5259037Z [00:02:12.978]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/ms-icon-144x144.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5318400Z [00:02:12.984]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/favicon-32x32.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5378126Z [00:02:12.990]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-144x144.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5438380Z [00:02:12.996]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/android-icon-192x192.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5498162Z [00:02:13.002]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-180x180.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5558268Z [00:02:13.008]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/favicons/apple-icon-76x76.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5618532Z [00:02:13.014]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/import-tomes.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5675250Z [00:02:13.020]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/import-tomes-pubkey.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5731748Z [00:02:13.026]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/tomes-page.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5791057Z [00:02:13.032]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/github-deploy-keys.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5850915Z [00:02:13.038]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/tomes/git-repo-copy.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5913254Z [00:02:13.044]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/starting-tavern.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.5972153Z [00:02:13.050]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/starting-imix.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6030137Z [00:02:13.056]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/quest-result.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6088456Z [00:02:13.061]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/create-new-quest.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6148075Z [00:02:13.067]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/select-tome.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6206782Z [00:02:13.073]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/imix-tome-eval.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6269236Z [00:02:13.079]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/user-guide/getting-started/confirm-quest.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6329388Z [00:02:13.085]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/open-source-halloween-2021.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6392207Z [00:02:13.092]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/coming-soon.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6453611Z [00:02:13.098]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6515394Z [00:02:13.104]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/create-gcp-project.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6575636Z [00:02:13.110]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/google-dns-cname.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6634652Z [00:02:13.116]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-project-info.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6694649Z [00:02:13.122]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-new-oauth-consent.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6754688Z [00:02:13.128]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/gcp-oauth-scope.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6818386Z [00:02:13.134]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/deploy/oauth-new-creds.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6870948Z [00:02:13.140]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/admin-guide/tavern/graphiql.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6928196Z [00:02:13.145]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docker.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.6985140Z [00:02:13.151]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docsy-jekyll-preview.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7043051Z [00:02:13.157]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docsy-jekyll.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7101207Z [00:02:13.163]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/realm_250px.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7157907Z [00:02:13.168]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/docker-clear.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7216794Z [00:02:13.174]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/realm_create_quest.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7277101Z [00:02:13.180]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/img/favicon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7341078Z [00:02:13.187]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/search.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7401501Z [00:02:13.193]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/jquery-3.3.1/jquery-3.3.1.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7460158Z [00:02:13.199]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/jquery-3.3.1/jquery-3.3.1.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7518748Z [00:02:13.204]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/lunr.min.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7574577Z [00:02:13.210]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/js/main.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7635960Z [00:02:13.216]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/css/main.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7698489Z [00:02:13.222]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/css/palette.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7756380Z [00:02:13.228]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.woff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7812532Z [00:02:13.234]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.eot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7867082Z [00:02:13.239]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7923899Z [00:02:13.245]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.eot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.7981472Z [00:02:13.251]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.woff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8038636Z [00:02:13.256]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8097294Z [00:02:13.262]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.woff2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8155198Z [00:02:13.268]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8212822Z [00:02:13.274]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.woff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8270993Z [00:02:13.280]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.woff2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8328637Z [00:02:13.285]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8384663Z [00:02:13.291]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8443073Z [00:02:13.297]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-solid-900.woff2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8502074Z [00:02:13.303]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-brands-400.eot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8558542Z [00:02:13.308]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/assets/webfonts/fa-regular-400.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8616880Z [00:02:13.314]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/Gemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8675589Z [00:02:13.320]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gy7EtGwile/TEMPREPO/docs/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8733982Z [00:02:13.326]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8790925Z [00:02:13.332]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8846876Z [00:02:13.337]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.8903156Z [00:02:13.343]➜  mode of '/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:16:56.9185335Z [00:02:13.371]➜  realpath: missing operand
2025-08-20T22:16:56.9185746Z [00:02:13.371]➜  Try 'realpath --help' for more information.
2025-08-20T22:16:56.9260587Z [00:02:13.379]➜  
2025-08-20T22:16:56.9261069Z [00:02:13.379]➜  [+] Found LICENSE ==> [/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:16:56.9261463Z [00:02:13.379]➜  
2025-08-20T22:16:56.9261647Z [00:02:13.379]➜  
2025-08-20T22:16:56.9268730Z [00:02:13.379]➜  /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
2025-08-20T22:16:56.9270905Z [00:02:13.379]➜  
2025-08-20T22:16:56.9271554Z [00:02:13.379]➜  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2025-08-20T22:16:56.9272121Z [00:02:13.379]➜  
2025-08-20T22:16:56.9276323Z [00:02:13.379]➜  /**
2025-08-20T22:16:56.9276650Z [00:02:13.379]➜   * @license
2025-08-20T22:16:56.9276931Z [00:02:13.379]➜   * Lodash <https://lodash.com/>
2025-08-20T22:16:56.9277392Z [00:02:13.379]➜   * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2025-08-20T22:16:56.9277929Z [00:02:13.379]➜   * Released under MIT license <https://lodash.com/license>
2025-08-20T22:16:56.9278444Z [00:02:13.379]➜   * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
2025-08-20T22:16:56.9278978Z [00:02:13.379]➜   * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2025-08-20T22:16:56.9279385Z [00:02:13.379]➜   */
2025-08-20T22:16:56.9279578Z [00:02:13.380]➜  
2025-08-20T22:16:56.9279761Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9279978Z [00:02:13.380]➜   * @license React
2025-08-20T22:16:56.9280261Z [00:02:13.380]➜   * react-dom.production.min.js
2025-08-20T22:16:56.9280526Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9280812Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9281105Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9281429Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9281871Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9282198Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9283670Z [00:02:13.380]➜  
2025-08-20T22:16:56.9283884Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9284103Z [00:02:13.380]➜   * @license React
2025-08-20T22:16:56.9284408Z [00:02:13.380]➜   * react-jsx-runtime.production.min.js
2025-08-20T22:16:56.9284701Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9284982Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9285277Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9285596Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9286040Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9286351Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9286536Z [00:02:13.380]➜  
2025-08-20T22:16:56.9286724Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9286934Z [00:02:13.380]➜   * @license React
2025-08-20T22:16:56.9287201Z [00:02:13.380]➜   * react.production.min.js
2025-08-20T22:16:56.9287454Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9288110Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9288474Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9288798Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9289249Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9289560Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9289749Z [00:02:13.380]➜  
2025-08-20T22:16:56.9289932Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9290141Z [00:02:13.380]➜   * @license React
2025-08-20T22:16:56.9290469Z [00:02:13.380]➜   * scheduler.production.min.js
2025-08-20T22:16:56.9290733Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9291012Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9291305Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9291625Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9292078Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9292973Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9293171Z [00:02:13.380]➜  
2025-08-20T22:16:56.9293356Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9293590Z [00:02:13.380]➜   * @remix-run/router v1.4.0
2025-08-20T22:16:56.9294167Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9294420Z [00:02:13.380]➜   * Copyright (c) Remix Software Inc.
2025-08-20T22:16:56.9294691Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9295011Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9295489Z [00:02:13.380]➜   * LICENSE.md file in the root directory of this source tree.
2025-08-20T22:16:56.9295814Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9296015Z [00:02:13.380]➜   * @license MIT
2025-08-20T22:16:56.9296234Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9296420Z [00:02:13.380]➜  
2025-08-20T22:16:56.9296604Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9296831Z [00:02:13.380]➜   * React Router DOM v6.9.0
2025-08-20T22:16:56.9297091Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9297333Z [00:02:13.380]➜   * Copyright (c) Remix Software Inc.
2025-08-20T22:16:56.9297600Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9297916Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9298376Z [00:02:13.380]➜   * LICENSE.md file in the root directory of this source tree.
2025-08-20T22:16:56.9298695Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9298898Z [00:02:13.380]➜   * @license MIT
2025-08-20T22:16:56.9299116Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9299305Z [00:02:13.380]➜  
2025-08-20T22:16:56.9299490Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9299709Z [00:02:13.380]➜   * React Router v6.9.0
2025-08-20T22:16:56.9299953Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9300201Z [00:02:13.380]➜   * Copyright (c) Remix Software Inc.
2025-08-20T22:16:56.9300470Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9300791Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9301252Z [00:02:13.380]➜   * LICENSE.md file in the root directory of this source tree.
2025-08-20T22:16:56.9301572Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9301779Z [00:02:13.380]➜   * @license MIT
2025-08-20T22:16:56.9302001Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9302186Z [00:02:13.380]➜  
2025-08-20T22:16:56.9302651Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9302886Z [00:02:13.380]➜   * react-table
2025-08-20T22:16:56.9303106Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9303326Z [00:02:13.380]➜   * Copyright (c) TanStack
2025-08-20T22:16:56.9303570Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9303891Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9304343Z [00:02:13.380]➜   * LICENSE.md file in the root directory of this source tree.
2025-08-20T22:16:56.9304660Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9304865Z [00:02:13.380]➜   * @license MIT
2025-08-20T22:16:56.9305113Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9305301Z [00:02:13.380]➜  
2025-08-20T22:16:56.9305752Z [00:02:13.380]➜  /**
2025-08-20T22:16:56.9306059Z [00:02:13.380]➜   * table-core
2025-08-20T22:16:56.9306278Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9306499Z [00:02:13.380]➜   * Copyright (c) TanStack
2025-08-20T22:16:56.9306739Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9307070Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9307518Z [00:02:13.380]➜   * LICENSE.md file in the root directory of this source tree.
2025-08-20T22:16:56.9307834Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9308034Z [00:02:13.380]➜   * @license MIT
2025-08-20T22:16:56.9308251Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9308438Z [00:02:13.380]➜  
2025-08-20T22:16:56.9308655Z [00:02:13.380]➜  /** @license React v16.13.1
2025-08-20T22:16:56.9308951Z [00:02:13.380]➜   * react-is.production.min.js
2025-08-20T22:16:56.9309208Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9309487Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9309788Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9310120Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9310567Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9310873Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9311276Z [00:02:13.380]➜  
2025-08-20T22:16:56.9311501Z [00:02:13.380]➜  /** @license React v17.0.2
2025-08-20T22:16:56.9311811Z [00:02:13.380]➜   * react-is.production.min.js
2025-08-20T22:16:56.9312073Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9312566Z [00:02:13.380]➜   * Copyright (c) Facebook, Inc. and its affiliates.
2025-08-20T22:16:56.9312913Z [00:02:13.380]➜   *
2025-08-20T22:16:56.9313241Z [00:02:13.380]➜   * This source code is licensed under the MIT license found in the
2025-08-20T22:16:56.9313684Z [00:02:13.380]➜   * LICENSE file in the root directory of this source tree.
2025-08-20T22:16:56.9313993Z [00:02:13.380]➜   */
2025-08-20T22:16:56.9314180Z [00:02:13.380]➜  
2025-08-20T22:16:56.9314370Z [00:02:13.380]➜  
2025-08-20T22:16:58.1283343Z [00:02:14.581]➜  
2025-08-20T22:16:58.1283687Z [00:02:14.581]➜  File: LICENSE
2025-08-20T22:16:58.1284696Z [00:02:14.581]➜    Type: ASCII text
2025-08-20T22:16:58.1285175Z [00:02:14.581]➜    B3sum: 663fdf9ab24578b5d797a1265e9da7014d2229314d09dfe923804c70a0c4d66b
2025-08-20T22:16:58.1285796Z [00:02:14.581]➜    SHA256sum: a92989d8a48f7fb3b0606a325d8fb38f590cbfe740891a761d46f9a92b15e545
2025-08-20T22:16:58.1286192Z [00:02:14.581]➜    Size: 4.0K
2025-08-20T22:16:58.1397891Z [00:02:14.592]➜  
2025-08-20T22:16:58.1398222Z [00:02:14.592]➜  File: SBUILD
2025-08-20T22:16:58.1398584Z [00:02:14.592]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:16:58.1399097Z [00:02:14.592]➜    B3sum: 032f75171b12fff4a95b9d2aef0fa93ac15b8b89c84427f2a1b079acfefa939f
2025-08-20T22:16:58.1399665Z [00:02:14.592]➜    SHA256sum: d467b3aabb554616ea071ea55c1e4cc724192dfd0797383fe94ed4b37f153281
2025-08-20T22:16:58.1400057Z [00:02:14.592]➜    Size: 8.0K
2025-08-20T22:16:58.1490118Z [00:02:14.602]➜  
2025-08-20T22:16:58.1490496Z [00:02:14.602]➜  File: realm-tavern.static.version
2025-08-20T22:16:58.1490865Z [00:02:14.602]➜    Type: ASCII text, with no line terminators
2025-08-20T22:16:58.1491340Z [00:02:14.602]➜    B3sum: fd7a43a10027eec51bd591a731b5c0218a7564a9877b144618d41dab67db8724
2025-08-20T22:16:58.1491924Z [00:02:14.602]➜    SHA256sum: 4023da6658965118c331b351203b778c8ad8bf15c4a46475e0f4a58bb0f1c9bf
2025-08-20T22:16:58.1492476Z [00:02:14.602]➜    Size: 4.0K
2025-08-20T22:16:58.1584462Z [00:02:14.611]➜  
2025-08-20T22:16:58.1584793Z [00:02:14.611]➜  File: realm-tavern.version
2025-08-20T22:16:58.1585138Z [00:02:14.611]➜    Type: ASCII text, with no line terminators
2025-08-20T22:16:58.1585614Z [00:02:14.611]➜    B3sum: fd7a43a10027eec51bd591a731b5c0218a7564a9877b144618d41dab67db8724
2025-08-20T22:16:58.1586191Z [00:02:14.611]➜    SHA256sum: 4023da6658965118c331b351203b778c8ad8bf15c4a46475e0f4a58bb0f1c9bf
2025-08-20T22:16:58.1586578Z [00:02:14.611]➜    Size: 4.0K
2025-08-20T22:16:58.1587636Z [00:02:14.611]➜  
2025-08-20T22:16:58.1588187Z [00:02:14.611]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:16:58.1613712Z [00:02:14.614]➜  realm-tavern.version:fd7a43a10027eec51bd591a731b5c0218a7564a9877b144618d41dab67db8724
2025-08-20T22:16:58.1614378Z [00:02:14.614]➜  SBUILD:032f75171b12fff4a95b9d2aef0fa93ac15b8b89c84427f2a1b079acfefa939f
2025-08-20T22:16:58.1614933Z [00:02:14.614]➜  LICENSE:663fdf9ab24578b5d797a1265e9da7014d2229314d09dfe923804c70a0c4d66b
2025-08-20T22:16:58.1615564Z [00:02:14.614]➜  realm-tavern.static.version:fd7a43a10027eec51bd591a731b5c0218a7564a9877b144618d41dab67db8724
2025-08-20T22:16:58.1632088Z [00:02:14.616]➜  
2025-08-20T22:16:58.1635239Z [00:02:14.616]➜  [+] Signing realm-tavern.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:16:58.1715989Z [00:02:14.624]➜  
2025-08-20T22:16:58.1716916Z [00:02:14.624]➜  [✓] SuccessFully Built realm-tavern.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/realm-tavern/static.official.stable.yaml [Wednesday, 2025-08-20 (10:16:58 PM) UTC]
2025-08-20T22:16:58.1717674Z [00:02:14.624]➜  
2025-08-20T22:16:58.1773065Z [00:02:14.630]➜  [+] Total Size: 45M (Includes DUPES+TMPFILES)
2025-08-20T22:16:58.1774039Z [00:02:14.630]➜  [+] LOGPATH='/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.log'
2025-08-20T22:16:58.1786266Z [00:02:14.631]➜  [+] ENVPATH=/tmp/pkgforge/XtUx4oqBH_SBUILD/ENVPATH
2025-08-20T22:16:58.1922107Z 
2025-08-20T22:16:58.1922862Z [+] Sanitizing /tmp/pkgforge/XtUx4oqBH_SBUILD/BUILD.log ==> /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/realm-tavern.static.log
2025-08-20T22:17:01.4146791Z 
2025-08-20T22:17:01.4147709Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/realm-tavern/official]
2025-08-20T22:17:01.4148236Z [+] LOGS (Build Dir): /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:01.4148495Z 
2025-08-20T22:17:01.7168770Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:17:01.9005659Z ./BUILD_ARTIFACTS.tar : 50.22%   (  43.3 MiB =>   21.8 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:17:01.9108350Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:17:01.9145447Z 
2025-08-20T22:17:01.9148230Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml :: 00(Hr):02(Min):18(Sec)
2025-08-20T22:17:01.9148895Z 
2025-08-20T22:17:01.9160068Z 
2025-08-20T22:17:01.9160572Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:17:01 PM) UTC
2025-08-20T22:17:01.9160826Z 
2025-08-20T22:17:02.1765268Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:17:02.1810798Z ##[group]Run ##Presets
2025-08-20T22:17:02.1811128Z [36;1m##Presets[0m
2025-08-20T22:17:02.1811306Z [36;1mset +x ; set +e[0m
2025-08-20T22:17:02.1811493Z [36;1m#-------------#[0m
2025-08-20T22:17:02.1811670Z [36;1m##Debug?[0m
2025-08-20T22:17:02.1811882Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:17:02.1812146Z [36;1m  set -x[0m
2025-08-20T22:17:02.1812484Z [36;1mfi[0m
2025-08-20T22:17:02.1812646Z [36;1m#-------------#[0m
2025-08-20T22:17:02.1812840Z [36;1m##Set ENV[0m
2025-08-20T22:17:02.1813050Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:17:02.1813442Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:17:02.1813809Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:17:02.1814228Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-"[0m
2025-08-20T22:17:02.1814738Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:17:02.1815116Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:17:02.1815541Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:17:02.1815854Z [36;1m fi[0m
2025-08-20T22:17:02.1816004Z [36;1m##Push[0m
2025-08-20T22:17:02.1816201Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:17:02.1816451Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:17:02.1817139Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:17:02.1817588Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:17:02.1818005Z [36;1m     ls -sh "/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:17:02.1818314Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:17:02.1818503Z [36;1m       {[0m
2025-08-20T22:17:02.1818697Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:17:02.1819010Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:17:02.1819432Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:17:02.1819841Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:17:02.1820244Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:17:02.1820643Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:17:02.1821008Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:17:02.1821372Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:17:02.1821742Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:17:02.1822109Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:17:02.1823044Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:17:02.1823500Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:17:02.1823979Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:17:02.1824409Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:17:02.1824814Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:17:02.1825224Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:17:02.1825678Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-realm-tavern")[0m
2025-08-20T22:17:02.1826125Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:17:02.1826807Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:17:02.1827243Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:17:02.1827631Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:17:02.1828108Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:17:02.1828518Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:17:02.1828751Z [36;1m         #Check[0m
2025-08-20T22:17:02.1829272Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:17:02.1829948Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:17:02.1830274Z [36;1m            break[0m
2025-08-20T22:17:02.1830457Z [36;1m          else[0m
2025-08-20T22:17:02.1830838Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:17:02.1831243Z [36;1m          fi[0m
2025-08-20T22:17:02.1831440Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:17:02.1831665Z [36;1m        done[0m
2025-08-20T22:17:02.1831828Z [36;1m       }[0m
2025-08-20T22:17:02.1832003Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:17:02.1832232Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:17:02.1833133Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:17:02.1833841Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:17:02.1834223Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:17:02.1834467Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:17:02.1835008Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:17:02.1835684Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:17:02.1836169Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:17:02.1836547Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:17:02.1836759Z [36;1m           fi[0m
2025-08-20T22:17:02.1836926Z [36;1m       fi[0m
2025-08-20T22:17:02.1837085Z [36;1m   fi[0m
2025-08-20T22:17:02.1837236Z [36;1m fi[0m
2025-08-20T22:17:02.1837396Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:17:02.1904197Z shell: /usr/bin/bash -e {0}
2025-08-20T22:17:02.1904417Z env:
2025-08-20T22:17:02.1904573Z   CROSS_COMPILING: NO
2025-08-20T22:17:02.1904779Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:02.1904991Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:02.1905182Z   ON_QEMU: NO
2025-08-20T22:17:02.1905330Z   DEBUG: 0
2025-08-20T22:17:02.1905487Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:02.1905694Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:02.1905973Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:02.1906265Z   KEEP_LOGS: YES
2025-08-20T22:17:02.1906427Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:02.1906625Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:02.1906843Z   SBUILD_REBUILD: false
2025-08-20T22:17:02.1907362Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:02.1907909Z   BUILD_SYS: docker://rust
2025-08-20T22:17:02.1908101Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:02.1908276Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:02.1908452Z   SYSTMP: /tmp
2025-08-20T22:17:02.1908610Z   GHA_MODE: MATRIX
2025-08-20T22:17:02.1909277Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:02.1909795Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:02.1910092Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:02.1910443Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:02.1910888Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:02.1911247Z   PKG_TYPE: static
2025-08-20T22:17:02.1911418Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:02.1911604Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:02.1912121Z   GHCR_TOKEN: ***
2025-08-20T22:17:02.1912631Z   GITHUB_TOKEN: ***
2025-08-20T22:17:02.1912848Z   GITLAB_TOKEN: ***
2025-08-20T22:17:02.1913932Z   MINISIGN_KEY: ***
2025-08-20T22:17:02.1914095Z ##[endgroup]
2025-08-20T22:17:02.1985606Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:17:02.1994132Z 22M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:17:02.2005573Z total 704K
2025-08-20T22:17:02.2005727Z 4.0K CHECKSUM
2025-08-20T22:17:02.2005883Z 4.0K CHECKSUM.sig
2025-08-20T22:17:02.2006042Z 4.0K LICENSE
2025-08-20T22:17:02.2006190Z 4.0K LICENSE.sig
2025-08-20T22:17:02.2006344Z 8.0K SBUILD
2025-08-20T22:17:02.2006492Z 4.0K SBUILD.sig
2025-08-20T22:17:02.2006646Z 4.0K SBUILD_TEMP
2025-08-20T22:17:02.2006817Z 656K realm-tavern.static.log
2025-08-20T22:17:02.2007027Z 4.0K realm-tavern.static.version
2025-08-20T22:17:02.2007252Z 4.0K realm-tavern.static.version.sig
2025-08-20T22:17:02.2007824Z 4.0K realm-tavern.version
2025-08-20T22:17:02.2008022Z 4.0K realm-tavern.version.sig
2025-08-20T22:17:02.2041813Z Error: "ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-"
2025-08-20T22:17:02.2042839Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:17:07.2087499Z Error: "ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-"
2025-08-20T22:17:07.2090823Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:17:07.2095010Z 
2025-08-20T22:17:07.2095461Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:07.2095854Z 
2025-08-20T22:17:07.2126387Z Error: "ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-"
2025-08-20T22:17:07.2130260Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:17:07.2162609Z ##[group]Run ##Presets
2025-08-20T22:17:07.2162891Z [36;1m##Presets[0m
2025-08-20T22:17:07.2163061Z [36;1mset +x ; set +e[0m
2025-08-20T22:17:07.2163243Z [36;1m#-------------#[0m
2025-08-20T22:17:07.2163419Z [36;1m##Debug?[0m
2025-08-20T22:17:07.2163633Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:17:07.2163896Z [36;1m  set -x[0m
2025-08-20T22:17:07.2164056Z [36;1mfi[0m
2025-08-20T22:17:07.2164215Z [36;1m#-------------#[0m
2025-08-20T22:17:07.2164448Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:17:07.2164752Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:17:07.2197380Z shell: /usr/bin/bash -e {0}
2025-08-20T22:17:07.2197614Z env:
2025-08-20T22:17:07.2197769Z   CROSS_COMPILING: NO
2025-08-20T22:17:07.2197959Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:07.2198163Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:07.2198356Z   ON_QEMU: NO
2025-08-20T22:17:07.2198558Z   DEBUG: 0
2025-08-20T22:17:07.2198718Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:07.2198926Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:07.2199209Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:07.2199497Z   KEEP_LOGS: YES
2025-08-20T22:17:07.2199663Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:07.2199858Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:07.2200066Z   SBUILD_REBUILD: false
2025-08-20T22:17:07.2200587Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:07.2201138Z   BUILD_SYS: docker://rust
2025-08-20T22:17:07.2201333Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:07.2201519Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:07.2201699Z   SYSTMP: /tmp
2025-08-20T22:17:07.2201861Z   GHA_MODE: MATRIX
2025-08-20T22:17:07.2202264Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:07.2202932Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:07.2203239Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:07.2203594Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:07.2204043Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:07.2204395Z   PKG_TYPE: static
2025-08-20T22:17:07.2204566Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:07.2204750Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:07.2204933Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:07.2205299Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:07.2205987Z ##[endgroup]
2025-08-20T22:17:07.2332898Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:17:07.2333251Z with:
2025-08-20T22:17:07.2333437Z   name: Bincache_realm-tavern_aarch64-Linux
2025-08-20T22:17:07.2333710Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:17:07.2333967Z   compression-level: 0
2025-08-20T22:17:07.2334142Z   retention-days: 30
2025-08-20T22:17:07.2334311Z   overwrite: true
2025-08-20T22:17:07.2334480Z   if-no-files-found: warn
2025-08-20T22:17:07.2334680Z   include-hidden-files: false
2025-08-20T22:17:07.2334872Z env:
2025-08-20T22:17:07.2335017Z   CROSS_COMPILING: NO
2025-08-20T22:17:07.2335204Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:07.2335406Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:07.2335602Z   ON_QEMU: NO
2025-08-20T22:17:07.2335751Z   DEBUG: 0
2025-08-20T22:17:07.2335909Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:07.2336115Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:07.2336394Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:07.2336778Z   KEEP_LOGS: YES
2025-08-20T22:17:07.2336951Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:07.2337146Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:07.2337354Z   SBUILD_REBUILD: false
2025-08-20T22:17:07.2337876Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:07.2338426Z   BUILD_SYS: docker://rust
2025-08-20T22:17:07.2338621Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:07.2338800Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:07.2338975Z   SYSTMP: /tmp
2025-08-20T22:17:07.2339138Z   GHA_MODE: MATRIX
2025-08-20T22:17:07.2339536Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:07.2340022Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:07.2340325Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:07.2340689Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:07.2341140Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:07.2341497Z   PKG_TYPE: static
2025-08-20T22:17:07.2341675Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:07.2341864Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:07.2342049Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:07.2343162Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:07.2343585Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:07.2343787Z ##[endgroup]
2025-08-20T22:17:07.8953004Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:17:07.8957836Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:17:07.8958479Z With the provided path, there will be 2 files uploaded
2025-08-20T22:17:08.2046221Z Artifact name is valid!
2025-08-20T22:17:08.2051098Z Root directory input is valid!
2025-08-20T22:17:08.3124585Z Beginning upload of artifact content to blob storage
2025-08-20T22:17:08.9852858Z Uploaded bytes 8388608
2025-08-20T22:17:09.1301777Z Uploaded bytes 16777216
2025-08-20T22:17:09.3365764Z Uploaded bytes 23824132
2025-08-20T22:17:09.4001951Z Finished uploading artifact content to blob storage!
2025-08-20T22:17:09.4010704Z SHA256 digest of uploaded artifact zip is 7934c6afa8e403edec718c47f800a04bcd92fd3c13d39c9fa34405e4a20211ce
2025-08-20T22:17:09.4011189Z Finalizing artifact upload
2025-08-20T22:17:09.5160730Z Artifact Bincache_realm-tavern_aarch64-Linux.zip successfully finalized. Artifact ID 3813732364
2025-08-20T22:17:09.5161450Z Artifact Bincache_realm-tavern_aarch64-Linux has been successfully uploaded! Final size is 23824132 bytes. Artifact ID is 3813732364
2025-08-20T22:17:09.5178401Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109151717/artifacts/3813732364
2025-08-20T22:17:09.5387245Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:17:09.5387803Z with:
2025-08-20T22:17:09.5387973Z   subject-name: realm-tavern--
2025-08-20T22:17:09.5388652Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:17:09.5389335Z   show-summary: true
2025-08-20T22:17:09.5389523Z   push-to-registry: false
2025-08-20T22:17:09.5389895Z   github-token: ***
2025-08-20T22:17:09.5390065Z env:
2025-08-20T22:17:09.5390214Z   CROSS_COMPILING: NO
2025-08-20T22:17:09.5390401Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:09.5390610Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:09.5390808Z   ON_QEMU: NO
2025-08-20T22:17:09.5390961Z   DEBUG: 0
2025-08-20T22:17:09.5391122Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:09.5391334Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:09.5391659Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:09.5391959Z   KEEP_LOGS: YES
2025-08-20T22:17:09.5392140Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:09.5392607Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:09.5392835Z   SBUILD_REBUILD: false
2025-08-20T22:17:09.5393355Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:09.5393912Z   BUILD_SYS: docker://rust
2025-08-20T22:17:09.5394111Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:09.5394292Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:09.5394470Z   SYSTMP: /tmp
2025-08-20T22:17:09.5394630Z   GHA_MODE: MATRIX
2025-08-20T22:17:09.5395039Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:09.5395526Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:09.5395829Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:09.5396195Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:09.5396657Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:09.5397017Z   PKG_TYPE: static
2025-08-20T22:17:09.5397194Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:09.5397384Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:09.5397573Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:09.5397939Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:09.5398341Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:09.5398554Z ##[endgroup]
2025-08-20T22:17:09.5471656Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:17:09.5472065Z env:
2025-08-20T22:17:09.5472218Z   CROSS_COMPILING: NO
2025-08-20T22:17:09.5472634Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:09.5472849Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:09.5473046Z   ON_QEMU: NO
2025-08-20T22:17:09.5473216Z   DEBUG: 0
2025-08-20T22:17:09.5473379Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:09.5473602Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:09.5473888Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:09.5474185Z   KEEP_LOGS: YES
2025-08-20T22:17:09.5474356Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:09.5474560Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:09.5474769Z   SBUILD_REBUILD: false
2025-08-20T22:17:09.5475290Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:09.5475843Z   BUILD_SYS: docker://rust
2025-08-20T22:17:09.5476042Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:09.5476222Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:09.5476403Z   SYSTMP: /tmp
2025-08-20T22:17:09.5476566Z   GHA_MODE: MATRIX
2025-08-20T22:17:09.5476969Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:09.5477711Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:09.5478175Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:09.5478536Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:09.5478993Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:09.5479348Z   PKG_TYPE: static
2025-08-20T22:17:09.5479522Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:09.5479717Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:09.5479899Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:09.5480266Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:09.5480670Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:09.5480879Z ##[endgroup]
2025-08-20T22:17:10.0970346Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:17:10.0970667Z with:
2025-08-20T22:17:10.0971318Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:17:10.0972035Z   subject-name: realm-tavern--
2025-08-20T22:17:10.0972485Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:17:10.0975034Z   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/17109151717/attempts/1"}}}
2025-08-20T22:17:10.0977545Z   push-to-registry: false
2025-08-20T22:17:10.0977744Z   show-summary: true
2025-08-20T22:17:10.0978117Z   github-token: ***
2025-08-20T22:17:10.0978292Z env:
2025-08-20T22:17:10.0978447Z   CROSS_COMPILING: NO
2025-08-20T22:17:10.0978637Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:10.0978856Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:10.0979058Z   ON_QEMU: NO
2025-08-20T22:17:10.0979213Z   DEBUG: 0
2025-08-20T22:17:10.0979379Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:10.0979598Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:10.0979888Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:10.0980187Z   KEEP_LOGS: YES
2025-08-20T22:17:10.0980366Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:10.0980568Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:10.0980788Z   SBUILD_REBUILD: false
2025-08-20T22:17:10.0981314Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:10.0981881Z   BUILD_SYS: docker://rust
2025-08-20T22:17:10.0982084Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:10.0982438Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:10.0982664Z   SYSTMP: /tmp
2025-08-20T22:17:10.0982836Z   GHA_MODE: MATRIX
2025-08-20T22:17:10.0983237Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:10.0983731Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:10.0984039Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:10.0984400Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:10.0984855Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:10.0985217Z   PKG_TYPE: static
2025-08-20T22:17:10.0985392Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:10.0985867Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:10.0986073Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:10.0986624Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:10.0987028Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:10.0987237Z ##[endgroup]
2025-08-20T22:17:11.4917584Z Attestation created for 12 subjects
2025-08-20T22:17:11.4921504Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:17:11.4921925Z -----BEGIN CERTIFICATE-----
2025-08-20T22:17:11.4922264Z MIIG7zCCBnWgAwIBAgIUARZElijVjNxhePAWxhDpyB2reEAwCgYIKoZIzj0EAwMw
2025-08-20T22:17:11.4922914Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:17:11.4923392Z cm1lZGlhdGUwHhcNMjUwODIwMjIxNzEwWhcNMjUwODIwMjIyNzEwWjAAMFkwEwYH
2025-08-20T22:17:11.4923854Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEijE9ChzTSLrY+W7bhsGJ3PT03cp4qcbyIrWB
2025-08-20T22:17:11.4924283Z 15sw32AGQ2xdbalWSy/GHqk8bC1d936b91B68BuAid39G8r/QKOCBZQwggWQMA4G
2025-08-20T22:17:11.4924744Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUP2TD
2025-08-20T22:17:11.4925213Z ULQ1IFosUf9x1sVTMpe3rOowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:17:11.4925654Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:17:11.4926090Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:17:11.4926545Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:17:11.4926984Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:17:11.4927415Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:17:11.4927858Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:17:11.4928315Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:17:11.4928774Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:17:11.4929249Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:17:11.4929691Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:17:11.4930149Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:17:11.4930604Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:17:11.4931051Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:17:11.4931500Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:17:11.4931964Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:17:11.4932559Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:17:11.4933040Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:17:11.4933491Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:17:11.4933940Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:17:11.4934400Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:17:11.4934852Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:17:11.4935317Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:17:11.4935776Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:17:11.4936234Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MTUxNzE3L2F0
2025-08-20T22:17:11.4936689Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:17:11.4937156Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJjrlg
2025-08-20T22:17:11.4937616Z AAAEAwBHMEUCIQDrxVyinDpOuvu33stQ+VCOjfz20Wb1ujimsVMGizU4IQIgPB8U
2025-08-20T22:17:11.4938066Z yn7vlRmUYh395MVQha5uZNQr7MdCKwYKvEd8ruMwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:17:11.4938502Z ALCkpprg/rKiYK5pS9HTtr2dFt3ZZg1MQFFfleWVHAzzNBfww/qFlIC0Dgzi4Jdf
2025-08-20T22:17:11.4938931Z KwIwGh3c4yiRXVr/WZ7bb2IpFpekv8i0BXwu4o0cs2VL9oJUYy9R9Fs0kFXvp0ZY
2025-08-20T22:17:11.4939246Z AI1t
2025-08-20T22:17:11.4939792Z -----END CERTIFICATE-----
2025-08-20T22:17:11.4939948Z 
2025-08-20T22:17:11.4940453Z ##[endgroup]
2025-08-20T22:17:11.4941078Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:17:11.4941460Z https://search.sigstore.dev?logIndex=414505035
2025-08-20T22:17:11.4941789Z [36mAttestation uploaded to repository[39m
2025-08-20T22:17:11.4942101Z https://github.com/pkgforge/bincache/attestations/9875511
2025-08-20T22:17:11.5868902Z ##[group]Run ##Presets
2025-08-20T22:17:11.5869180Z [36;1m##Presets[0m
2025-08-20T22:17:11.5869360Z [36;1mset +x ; set +e[0m
2025-08-20T22:17:11.5869552Z [36;1m#-------------#[0m
2025-08-20T22:17:11.5869735Z [36;1m##Debug?[0m
2025-08-20T22:17:11.5869957Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:17:11.5870229Z [36;1m  set -x[0m
2025-08-20T22:17:11.5870399Z [36;1mfi[0m
2025-08-20T22:17:11.5870559Z [36;1m#-------------#[0m
2025-08-20T22:17:11.5870842Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:17:11.5871348Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/realm-tavern/official"[0m
2025-08-20T22:17:11.5871768Z [36;1m exit 1[0m
2025-08-20T22:17:11.5871933Z [36;1mfi[0m
2025-08-20T22:17:11.5903417Z shell: /usr/bin/bash -e {0}
2025-08-20T22:17:11.5903635Z env:
2025-08-20T22:17:11.5903795Z   CROSS_COMPILING: NO
2025-08-20T22:17:11.5904045Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:11.5904264Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:11.5904464Z   ON_QEMU: NO
2025-08-20T22:17:11.5904619Z   DEBUG: 0
2025-08-20T22:17:11.5904785Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:11.5905000Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:11.5905292Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:11.5905592Z   KEEP_LOGS: YES
2025-08-20T22:17:11.5905767Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:11.5905971Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:11.5906185Z   SBUILD_REBUILD: false
2025-08-20T22:17:11.5906708Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:11.5907281Z   BUILD_SYS: docker://rust
2025-08-20T22:17:11.5907482Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:11.5907666Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:11.5907850Z   SYSTMP: /tmp
2025-08-20T22:17:11.5908022Z   GHA_MODE: MATRIX
2025-08-20T22:17:11.5908461Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:11.5908949Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:11.5909252Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:11.5909614Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:11.5910071Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:11.5910432Z   PKG_TYPE: static
2025-08-20T22:17:11.5910615Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:11.5910808Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:11.5911005Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:11.5911378Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:11.5911781Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:11.5911988Z ##[endgroup]
2025-08-20T22:17:11.5981707Z ##[group]Run ##Presets
2025-08-20T22:17:11.5981976Z [36;1m##Presets[0m
2025-08-20T22:17:11.5982158Z [36;1mset +x ; set +e[0m
2025-08-20T22:17:11.5982601Z [36;1m#-------------#[0m
2025-08-20T22:17:11.5982789Z [36;1m##Debug?[0m
2025-08-20T22:17:11.5983012Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:17:11.5983283Z [36;1m  set -x[0m
2025-08-20T22:17:11.5983448Z [36;1mfi[0m
2025-08-20T22:17:11.5983607Z [36;1m#-------------#[0m
2025-08-20T22:17:11.5983831Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:17:11.5984264Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/realm-tavern/official"[0m
2025-08-20T22:17:11.5984936Z [36;1m exit 1[0m
2025-08-20T22:17:11.5985099Z [36;1mfi[0m
2025-08-20T22:17:11.6012018Z shell: /usr/bin/bash -e {0}
2025-08-20T22:17:11.6012234Z env:
2025-08-20T22:17:11.6012633Z   CROSS_COMPILING: NO
2025-08-20T22:17:11.6012885Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:11.6013107Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:11.6013311Z   ON_QEMU: NO
2025-08-20T22:17:11.6013471Z   DEBUG: 0
2025-08-20T22:17:11.6013635Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:11.6013851Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:11.6014146Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:11.6014449Z   KEEP_LOGS: YES
2025-08-20T22:17:11.6014621Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:11.6014828Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:11.6015046Z   SBUILD_REBUILD: false
2025-08-20T22:17:11.6015570Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:11.6016135Z   BUILD_SYS: docker://rust
2025-08-20T22:17:11.6016340Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:11.6016521Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:11.6016701Z   SYSTMP: /tmp
2025-08-20T22:17:11.6016863Z   GHA_MODE: MATRIX
2025-08-20T22:17:11.6017264Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:11.6017752Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:11.6018054Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:11.6018417Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:11.6018870Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:11.6019223Z   PKG_TYPE: static
2025-08-20T22:17:11.6019399Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:11.6019590Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:11.6019779Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:11.6020155Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:11.6020563Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:11.6020772Z ##[endgroup]
2025-08-20T22:17:11.6064584Z 
2025-08-20T22:17:11.6064885Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:11.6076260Z ##[error]Process completed with exit code 1.
2025-08-20T22:17:11.6116702Z ##[group]Run ##Presets
2025-08-20T22:17:11.6116973Z [36;1m##Presets[0m
2025-08-20T22:17:11.6117156Z [36;1mset +x ; set +e[0m
2025-08-20T22:17:11.6117347Z [36;1m#-------------#[0m
2025-08-20T22:17:11.6117530Z [36;1m##Debug?[0m
2025-08-20T22:17:11.6117754Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:17:11.6118024Z [36;1m  set -x[0m
2025-08-20T22:17:11.6118187Z [36;1mfi[0m
2025-08-20T22:17:11.6118347Z [36;1m#-------------#[0m
2025-08-20T22:17:11.6118658Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:17:11.6119043Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:17:11.6119314Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:17:11.6119560Z [36;1mfi[0m
2025-08-20T22:17:11.6146599Z shell: /usr/bin/bash -e {0}
2025-08-20T22:17:11.6146817Z env:
2025-08-20T22:17:11.6146976Z   CROSS_COMPILING: NO
2025-08-20T22:17:11.6147235Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:17:11.6147451Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:17:11.6147653Z   ON_QEMU: NO
2025-08-20T22:17:11.6147807Z   DEBUG: 0
2025-08-20T22:17:11.6147970Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:17:11.6148184Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:17:11.6148474Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/realm-tavern/official
2025-08-20T22:17:11.6148776Z   KEEP_LOGS: YES
2025-08-20T22:17:11.6148948Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:17:11.6149151Z   PKG_FAMILY_LOCAL: realm-tavern
2025-08-20T22:17:11.6149366Z   SBUILD_REBUILD: false
2025-08-20T22:17:11.6150177Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/realm-tavern/static.official.stable.yaml
2025-08-20T22:17:11.6150734Z   BUILD_SYS: docker://rust
2025-08-20T22:17:11.6150938Z   BUILD_ON_HOST: FALSE
2025-08-20T22:17:11.6151119Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:17:11.6151303Z   SYSTMP: /tmp
2025-08-20T22:17:11.6151465Z   GHA_MODE: MATRIX
2025-08-20T22:17:11.6151872Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:17:11.6152616Z   INPUT_SBUILD: /tmp/pkgforge/xXjmniBlI_build.yaml
2025-08-20T22:17:11.6152924Z   BUILD_DIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml
2025-08-20T22:17:11.6153288Z   SBUILD_OUTDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:17:11.6153741Z   SBUILD_TMPDIR: /tmp/pkgforge/6N8TgtT_xjmniBlI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:17:11.6154104Z   PKG_TYPE: static
2025-08-20T22:17:11.6154284Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:17:11.6154476Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:17:11.6154664Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:17:11.6155031Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/realm-tavern/official/realm-tavern-srcbuild-
2025-08-20T22:17:11.6155436Z   UTC_TIME: 2025_08_20T10_17_07_PM
2025-08-20T22:17:11.6155643Z ##[endgroup]
2025-08-20T22:17:11.6210761Z EXITED
2025-08-20T22:17:11.6257012Z Cleaning up orphan processes
