﻿2025-08-20T21:19:02.8461273Z Current runner version: '2.328.0'
2025-08-20T21:19:02.8489979Z ##[group]Runner Image Provisioner
2025-08-20T21:19:02.8490791Z Hosted Compute Agent
2025-08-20T21:19:02.8491889Z Version: 20250818.377
2025-08-20T21:19:02.8492544Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:19:02.8493317Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:19:02.8493987Z ##[endgroup]
2025-08-20T21:19:02.8494529Z ##[group]Operating System
2025-08-20T21:19:02.8495184Z Ubuntu
2025-08-20T21:19:02.8495648Z 24.04.2
2025-08-20T21:19:02.8496143Z LTS
2025-08-20T21:19:02.8496697Z ##[endgroup]
2025-08-20T21:19:02.8497262Z ##[group]Runner Image
2025-08-20T21:19:02.8497875Z Image: ubuntu-24.04
2025-08-20T21:19:02.8498746Z Version: 20250818.1.0
2025-08-20T21:19:02.8499779Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:19:02.8501786Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:19:02.8502908Z ##[endgroup]
2025-08-20T21:19:02.8504181Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:19:02.8506153Z Attestations: write
2025-08-20T21:19:02.8506845Z Contents: write
2025-08-20T21:19:02.8507390Z Metadata: read
2025-08-20T21:19:02.8508001Z Packages: write
2025-08-20T21:19:02.8508542Z ##[endgroup]
2025-08-20T21:19:02.8510696Z Secret source: Actions
2025-08-20T21:19:02.8511795Z Prepare workflow directory
2025-08-20T21:19:02.8829787Z Prepare all required actions
2025-08-20T21:19:02.8867802Z Getting action download info
2025-08-20T21:19:03.2178049Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:19:03.7576280Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:19:04.0491266Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:19:04.1585931Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:19:04.4574201Z Getting action download info
2025-08-20T21:19:04.6023733Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:19:04.7787223Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:19:05.0466141Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/lazygit/official)
2025-08-20T21:19:05.1139335Z ##[group]Run ##Presets
2025-08-20T21:19:05.1140215Z [36;1m##Presets[0m
2025-08-20T21:19:05.1141135Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:05.1141899Z [36;1m#-------------#[0m
2025-08-20T21:19:05.1142790Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:19:05.1143771Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:19:05.1144719Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1145593Z [36;1m  fi[0m
2025-08-20T21:19:05.1146426Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:19:05.1147419Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:19:05.1148360Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1149190Z [36;1m  fi[0m
2025-08-20T21:19:05.1149993Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:19:05.1151109Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:19:05.1152048Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1152952Z [36;1m  fi[0m
2025-08-20T21:19:05.1153755Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:19:05.1154716Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:19:05.1155845Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:19:05.1156716Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:19:05.1157597Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1158419Z [36;1m     else[0m
2025-08-20T21:19:05.1159221Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1160066Z [36;1m     fi[0m
2025-08-20T21:19:05.1160769Z [36;1m  fi[0m
2025-08-20T21:19:05.1161773Z [36;1mfi[0m
2025-08-20T21:19:05.1231963Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:05.1233147Z env:
2025-08-20T21:19:05.1234499Z   GH_TOKEN: ***
2025-08-20T21:19:05.1235326Z ##[endgroup]
2025-08-20T21:19:05.1556062Z ##[group]Run ##Presets
2025-08-20T21:19:05.1557159Z [36;1m##Presets[0m
2025-08-20T21:19:05.1558059Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:05.1559140Z [36;1m#-------------#[0m
2025-08-20T21:19:05.1560175Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:19:05.1561673Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:19:05.1563013Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:19:05.1564173Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:19:05.1565323Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:19:05.1566580Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:19:05.1567670Z [36;1m  exit 1[0m
2025-08-20T21:19:05.1568548Z [36;1mfi[0m
2025-08-20T21:19:05.1612685Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:05.1613668Z env:
2025-08-20T21:19:05.1614786Z   RO_GHTOKEN: ***
2025-08-20T21:19:05.1615793Z   RO_GLTOKEN: ***
2025-08-20T21:19:05.1617837Z   MINISIGN_KEY: ***
2025-08-20T21:19:05.1680200Z ##[endgroup]
2025-08-20T21:19:05.1852534Z ##[group]Run ##Presets
2025-08-20T21:19:05.1853439Z [36;1m##Presets[0m
2025-08-20T21:19:05.1854158Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:05.1854883Z [36;1m#-------------#[0m
2025-08-20T21:19:05.1855618Z [36;1m##Host Triplet[0m
2025-08-20T21:19:05.1856470Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:19:05.1857364Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:19:05.1858245Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:19:05.1859105Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:19:05.1859951Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:19:05.1861049Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:19:05.1861973Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:19:05.1862852Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:19:05.1863635Z [36;1m   fi[0m
2025-08-20T21:19:05.1864468Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:19:05.1865352Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:19:05.1866198Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:19:05.1867086Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:19:05.1867905Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:19:05.1868649Z [36;1m fi[0m
2025-08-20T21:19:05.1869456Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1870431Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1871561Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1872486Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1873283Z [36;1m##Debug[0m
2025-08-20T21:19:05.1874006Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:19:05.1874798Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:19:05.1875535Z [36;1m else[0m
2025-08-20T21:19:05.1876228Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:19:05.1877157Z [36;1m fi[0m
2025-08-20T21:19:05.1877897Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1878754Z [36;1m##Docker Platform[0m
2025-08-20T21:19:05.1879580Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:19:05.1880459Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:19:05.1881593Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:19:05.1882517Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:19:05.1883408Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:19:05.1884312Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:19:05.1885204Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:19:05.1886092Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:19:05.1886863Z [36;1m fi[0m
2025-08-20T21:19:05.1887717Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1888746Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1889618Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:19:05.1890710Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/lazygit/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:19:05.1892037Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:19:05.1892923Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1893771Z [36;1m##Logs[0m
2025-08-20T21:19:05.1894520Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:19:05.1895399Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:19:05.1896163Z [36;1m else[0m
2025-08-20T21:19:05.1896892Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:19:05.1897713Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:19:05.1898487Z [36;1m fi[0m
2025-08-20T21:19:05.1899466Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1900443Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1901594Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:19:05.1902557Z [36;1m PKG_FAMILY_LOCAL="$(echo "lazygit" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:19:05.1903531Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:19:05.1904432Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1905312Z [36;1m##Rebuild[0m
2025-08-20T21:19:05.1906064Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:19:05.1906881Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:19:05.1907654Z [36;1m else[0m
2025-08-20T21:19:05.1908382Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:19:05.1909146Z [36;1m fi[0m
2025-08-20T21:19:05.1909954Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1910806Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:19:05.1911977Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:19:05.1913137Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:19:05.1914611Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:19:05.1915954Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:19:05.1916892Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:19:05.1917920Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:19:05.1918922Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:19:05.1919863Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1920672Z [36;1m    exit 1[0m
2025-08-20T21:19:05.1921597Z [36;1m   else[0m
2025-08-20T21:19:05.1922314Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:19:05.1923382Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1924276Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:19:05.1925170Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:19:05.1926069Z [36;1m      #check if supported[0m
2025-08-20T21:19:05.1927015Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:19:05.1928137Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:19:05.1929147Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:19:05.1930024Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1931051Z [36;1m         exit 1[0m
2025-08-20T21:19:05.1931798Z [36;1m       fi[0m
2025-08-20T21:19:05.1932535Z [36;1m      #get build system[0m
2025-08-20T21:19:05.1933504Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:19:05.1934461Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:19:05.1935310Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1936227Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:19:05.1937138Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1938035Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1938946Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:19:05.1939866Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1940750Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.1941724Z [36;1m       fi[0m
2025-08-20T21:19:05.1942571Z [36;1m     fi[0m
2025-08-20T21:19:05.1943251Z [36;1m   fi[0m
2025-08-20T21:19:05.1943964Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:19:05.1989940Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:05.1990710Z ##[endgroup]
2025-08-20T21:19:05.4368641Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:19:05.4369777Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:19:05.4370310Z 
2025-08-20T21:19:05.5040472Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:19:05.5042156Z 100  4027  100  4027    0     0  58571      0 --:--:-- --:--:-- --:--:-- 58362
2025-08-20T21:19:05.5043355Z 100  4027  100  4027    0     0  58517      0 --:--:-- --:--:-- --:--:-- 58362
2025-08-20T21:19:05.5056222Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:19:05.5302741Z ##[group]Run ##Presets
2025-08-20T21:19:05.5303564Z [36;1m##Presets[0m
2025-08-20T21:19:05.5304278Z [36;1mset +x ; set +e[0m
2025-08-20T21:19:05.5305039Z [36;1m#-------------#[0m
2025-08-20T21:19:05.5305758Z [36;1m##Debug?[0m
2025-08-20T21:19:05.5306542Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:19:05.5307378Z [36;1m  set -x[0m
2025-08-20T21:19:05.5308047Z [36;1mfi[0m
2025-08-20T21:19:05.5308728Z [36;1m#-------------#[0m
2025-08-20T21:19:05.5309447Z [36;1m##CoreUtils[0m
2025-08-20T21:19:05.5310168Z [36;1msudo apt update -y[0m
2025-08-20T21:19:05.5311283Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:19:05.5312999Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:19:05.5314568Z [36;1m##tmp[0m
2025-08-20T21:19:05.5315383Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:19:05.5316454Z [36;1m#GH ENV[0m
2025-08-20T21:19:05.5317223Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.5318086Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.5318885Z [36;1m#-------------#[0m
2025-08-20T21:19:05.5319627Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:19:05.5320395Z [36;1msudo apt update -y[0m
2025-08-20T21:19:05.5321345Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:19:05.5322139Z [36;1m##Setup Minisign[0m
2025-08-20T21:19:05.5322908Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:19:05.5323941Z [36;1mecho "***[0m
2025-08-20T21:19:05.5325920Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:19:05.5326737Z [36;1m##User-Agent[0m
2025-08-20T21:19:05.5328123Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:19:05.5329579Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:19:05.5376772Z shell: /usr/bin/bash -e {0}
2025-08-20T21:19:05.5377527Z env:
2025-08-20T21:19:05.5378205Z   CROSS_COMPILING: NO
2025-08-20T21:19:05.5378930Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:19:05.5379686Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:19:05.5380407Z   ON_QEMU: NO
2025-08-20T21:19:05.5381183Z   DEBUG: 0
2025-08-20T21:19:05.5381893Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:19:05.5382653Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:19:05.5383508Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:19:05.5384344Z   KEEP_LOGS: YES
2025-08-20T21:19:05.5385028Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:19:05.5385758Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:19:05.5386487Z   SBUILD_REBUILD: false
2025-08-20T21:19:05.5387663Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:19:05.5388828Z   BUILD_SYS: docker://go
2025-08-20T21:19:05.5389575Z   BUILD_ON_HOST: FALSE
2025-08-20T21:19:05.5390271Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:19:05.5391056Z ##[endgroup]
2025-08-20T21:19:05.5817870Z 
2025-08-20T21:19:05.5818708Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:05.5819442Z 
2025-08-20T21:19:05.7931536Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:05.8914920Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:19:05.8931891Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:19:05.8934436Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:19:05.9075191Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:19:05.9201406Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:19:05.9472498Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:19:06.3139159Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:19:06.3271143Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:19:06.3483234Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:19:06.3707242Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:19:06.3833603Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:19:06.3862518Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:19:06.3894152Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:19:06.3953426Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:19:06.3989073Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:19:06.4026769Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:19:06.4159648Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:19:06.4177363Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:19:06.4192213Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:19:06.4913214Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:19:06.4940818Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:19:06.4954334Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:19:06.4966687Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:19:06.5143335Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:19:06.5205190Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:19:06.5230706Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:19:06.5254792Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:19:06.5303621Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:19:06.5328217Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:19:06.5354663Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:19:06.5437741Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:19:06.5465857Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:19:06.5477868Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:19:17.4139088Z Fetched 10.6 MB in 2s (6337 kB/s)
2025-08-20T21:19:18.1117974Z Reading package lists...
2025-08-20T21:19:18.2794542Z Building dependency tree...
2025-08-20T21:19:18.2804190Z Reading state information...
2025-08-20T21:19:18.2966183Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:19:18.3079153Z 
2025-08-20T21:19:18.3079653Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:19:18.3079991Z 
2025-08-20T21:19:18.3205441Z Reading package lists...
2025-08-20T21:19:18.4842871Z Building dependency tree...
2025-08-20T21:19:18.4850248Z Reading state information...
2025-08-20T21:19:18.6393838Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:19:18.6394353Z bc set to manually installed.
2025-08-20T21:19:18.6394927Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:19:18.6395676Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:19:18.6396188Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:19:18.6396663Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:19:18.6397142Z The following additional packages will be installed:
2025-08-20T21:19:18.6397744Z   libtime-duration-perl
2025-08-20T21:19:18.7419257Z The following NEW packages will be installed:
2025-08-20T21:19:18.7425353Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:19:18.7586652Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:19:18.7811567Z Need to get 616 kB of archives.
2025-08-20T21:19:18.7812276Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:19:18.7812937Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:19:18.8269031Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:19:18.8434384Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:19:18.8581871Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:19:18.8762546Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:19:19.1292520Z Fetched 616 kB in 0s (5672 kB/s)
2025-08-20T21:19:19.2256868Z Selecting previously unselected package fdupes.
2025-08-20T21:19:19.4369915Z (Reading database ... 
2025-08-20T21:19:19.4370598Z (Reading database ... 5%
2025-08-20T21:19:19.4371322Z (Reading database ... 10%
2025-08-20T21:19:19.4371788Z (Reading database ... 15%
2025-08-20T21:19:19.4372277Z (Reading database ... 20%
2025-08-20T21:19:19.4372764Z (Reading database ... 25%
2025-08-20T21:19:19.4373278Z (Reading database ... 30%
2025-08-20T21:19:19.4373777Z (Reading database ... 35%
2025-08-20T21:19:19.4374278Z (Reading database ... 40%
2025-08-20T21:19:19.4374771Z (Reading database ... 45%
2025-08-20T21:19:19.4375262Z (Reading database ... 50%
2025-08-20T21:19:19.9072612Z (Reading database ... 55%
2025-08-20T21:19:20.5952717Z (Reading database ... 60%
2025-08-20T21:19:21.1589535Z (Reading database ... 65%
2025-08-20T21:19:21.3593443Z (Reading database ... 70%
2025-08-20T21:19:21.5914799Z (Reading database ... 75%
2025-08-20T21:19:22.9923046Z (Reading database ... 80%
2025-08-20T21:19:25.4583576Z (Reading database ... 85%
2025-08-20T21:19:27.7340381Z (Reading database ... 90%
2025-08-20T21:19:29.9094778Z (Reading database ... 95%
2025-08-20T21:19:29.9095329Z (Reading database ... 100%
2025-08-20T21:19:29.9095962Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:19:29.9142969Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:19:29.9175169Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:29.9921819Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:19:30.0057819Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:19:30.0068329Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:30.0613069Z Selecting previously unselected package moreutils.
2025-08-20T21:19:30.0749356Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:19:30.0772410Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:19:30.4925630Z Selecting previously unselected package dos2unix.
2025-08-20T21:19:30.5060823Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:19:30.5072772Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:19:31.0113694Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:19:31.0140070Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:19:31.0166014Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:19:31.0190709Z Setting up moreutils (0.69-1) ...
2025-08-20T21:19:31.0216908Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:20:52.2267192Z 
2025-08-20T21:20:52.2267820Z Running kernel seems to be up-to-date.
2025-08-20T21:20:52.2268165Z 
2025-08-20T21:20:52.2268315Z Restarting services...
2025-08-20T21:20:52.2341587Z 
2025-08-20T21:20:52.2342010Z Service restarts being deferred:
2025-08-20T21:20:52.2343177Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:20:52.2343542Z 
2025-08-20T21:20:52.2343806Z No containers need to be restarted.
2025-08-20T21:20:52.2344090Z 
2025-08-20T21:20:52.2344283Z No user sessions are running outdated binaries.
2025-08-20T21:20:52.2344605Z 
2025-08-20T21:20:52.2344906Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:20:53.1006591Z Reading package lists...
2025-08-20T21:20:53.2607123Z Building dependency tree...
2025-08-20T21:20:53.2615235Z Reading state information...
2025-08-20T21:20:53.4164685Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:20:53.4165380Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:20:53.4166410Z apt-utils set to manually installed.
2025-08-20T21:20:53.4167091Z ca-certificates is already the newest version (20240203).
2025-08-20T21:20:53.4167777Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:20:53.4168365Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:20:53.4169013Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:20:53.4169608Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:20:53.4170202Z moreutils is already the newest version (0.69-1).
2025-08-20T21:20:53.4170808Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:20:53.4171623Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:20:53.4172144Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:20:53.4172632Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:20:53.4173061Z tmux set to manually installed.
2025-08-20T21:20:53.4173514Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:20:53.4174033Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:20:53.4174533Z The following additional packages will be installed:
2025-08-20T21:20:53.4175031Z   python3-software-properties
2025-08-20T21:20:53.4175421Z Recommended packages:
2025-08-20T21:20:53.4175750Z   unattended-upgrades
2025-08-20T21:20:53.4480249Z The following NEW packages will be installed:
2025-08-20T21:20:53.4480821Z   rename
2025-08-20T21:20:53.4488880Z The following packages will be upgraded:
2025-08-20T21:20:53.4489618Z   python3-software-properties software-properties-common
2025-08-20T21:20:53.4644100Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:20:53.4873112Z Need to get 64.7 kB of archives.
2025-08-20T21:20:53.4873865Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:20:53.4874520Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:20:53.5249228Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:20:53.5409280Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:20:53.5567655Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:20:53.8016145Z Fetched 64.7 kB in 0s (807 kB/s)
2025-08-20T21:20:53.8262000Z (Reading database ... 
2025-08-20T21:20:53.8262485Z (Reading database ... 5%
2025-08-20T21:20:53.8262873Z (Reading database ... 10%
2025-08-20T21:20:53.8263238Z (Reading database ... 15%
2025-08-20T21:20:53.8263590Z (Reading database ... 20%
2025-08-20T21:20:53.8263936Z (Reading database ... 25%
2025-08-20T21:20:53.8264286Z (Reading database ... 30%
2025-08-20T21:20:53.8264912Z (Reading database ... 35%
2025-08-20T21:20:53.8265280Z (Reading database ... 40%
2025-08-20T21:20:53.8265599Z (Reading database ... 45%
2025-08-20T21:20:53.8265833Z (Reading database ... 50%
2025-08-20T21:20:53.8349532Z (Reading database ... 55%
2025-08-20T21:20:53.8384460Z (Reading database ... 60%
2025-08-20T21:20:53.8405870Z (Reading database ... 65%
2025-08-20T21:20:53.8439748Z (Reading database ... 70%
2025-08-20T21:20:53.8464316Z (Reading database ... 75%
2025-08-20T21:20:53.8493112Z (Reading database ... 80%
2025-08-20T21:20:53.8628266Z (Reading database ... 85%
2025-08-20T21:20:53.8717001Z (Reading database ... 90%
2025-08-20T21:20:53.8967229Z (Reading database ... 95%
2025-08-20T21:20:53.8967716Z (Reading database ... 100%
2025-08-20T21:20:53.8968387Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:20:53.9008986Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:20:54.0545463Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:20:54.1443383Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:20:54.2463015Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:20:54.2715775Z Selecting previously unselected package rename.
2025-08-20T21:20:54.2852555Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:20:54.2862710Z Unpacking rename (2.02-1) ...
2025-08-20T21:20:54.3264011Z Setting up rename (2.02-1) ...
2025-08-20T21:20:54.3328741Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:20:54.3350485Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:20:54.4785523Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:20:54.5797838Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:20:58.6342219Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:21:00.2368044Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:00.2809582Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:21:00.2819699Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:21:00.2825179Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:21:00.2834280Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:21:00.2893556Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:21:00.2905705Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:21:01.4296422Z Reading package lists...
2025-08-20T21:21:01.6044485Z Building dependency tree...
2025-08-20T21:21:01.6051162Z Reading state information...
2025-08-20T21:21:01.6192463Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:21:01.6339181Z 
2025-08-20T21:21:01.6339902Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:21:01.6340284Z 
2025-08-20T21:21:01.6893950Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:01.7305700Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:21:01.7306593Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:21:01.7307383Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:21:01.7324347Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:21:01.7337739Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:21:01.7348145Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:21:02.8697622Z Reading package lists...
2025-08-20T21:21:03.0207849Z Building dependency tree...
2025-08-20T21:21:03.0214725Z Reading state information...
2025-08-20T21:21:03.0377182Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:21:03.0490393Z 
2025-08-20T21:21:03.0491534Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:21:03.0492206Z 
2025-08-20T21:21:03.0623100Z Reading package lists...
2025-08-20T21:21:03.2175256Z Building dependency tree...
2025-08-20T21:21:03.2182922Z Reading state information...
2025-08-20T21:21:03.3632716Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:21:03.4005696Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:03.4300504Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:21:03.4728850Z ##[group]Run ##Presets
2025-08-20T21:21:03.4729137Z [36;1m##Presets[0m
2025-08-20T21:21:03.4729347Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:03.4729565Z [36;1m#-------------#[0m
2025-08-20T21:21:03.4729769Z [36;1m##Debug?[0m
2025-08-20T21:21:03.4730022Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:03.4730325Z [36;1m  set -x[0m
2025-08-20T21:21:03.4730512Z [36;1mfi[0m
2025-08-20T21:21:03.4730695Z [36;1m#-------------#[0m
2025-08-20T21:21:03.4731458Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:21:03.4732256Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:21:03.4732638Z [36;1msudo service procps restart[0m
2025-08-20T21:21:03.4732914Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:21:03.4772069Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:03.4772304Z env:
2025-08-20T21:21:03.4772522Z   CROSS_COMPILING: NO
2025-08-20T21:21:03.4772750Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:03.4772989Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:03.4773208Z   ON_QEMU: NO
2025-08-20T21:21:03.4773388Z   DEBUG: 0
2025-08-20T21:21:03.4773568Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:03.4773804Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:03.4774101Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:21:03.4774415Z   KEEP_LOGS: YES
2025-08-20T21:21:03.4774616Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:03.4774838Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:21:03.4775064Z   SBUILD_REBUILD: false
2025-08-20T21:21:03.4775629Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:21:03.4776204Z   BUILD_SYS: docker://go
2025-08-20T21:21:03.4776421Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:03.4776625Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:03.4776823Z   SYSTMP: /tmp
2025-08-20T21:21:03.4777007Z   GHA_MODE: MATRIX
2025-08-20T21:21:03.4777442Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:03.4777915Z ##[endgroup]
2025-08-20T21:21:03.4903646Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:21:03.4976162Z 0
2025-08-20T21:21:03.5376218Z vm.max_map_count = 262144
2025-08-20T21:21:03.5376653Z fs.inotify.max_user_watches = 655360
2025-08-20T21:21:03.5376950Z fs.inotify.max_user_instances = 1280
2025-08-20T21:21:03.5377213Z vm.mmap_rnd_bits = 28
2025-08-20T21:21:03.5453036Z ##[group]Run ##Presets
2025-08-20T21:21:03.5453365Z [36;1m##Presets[0m
2025-08-20T21:21:03.5453569Z [36;1mset +x ; set +e[0m
2025-08-20T21:21:03.5453779Z [36;1m#-------------#[0m
2025-08-20T21:21:03.5453978Z [36;1m##Debug?[0m
2025-08-20T21:21:03.5454222Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:21:03.5454509Z [36;1m  set -x[0m
2025-08-20T21:21:03.5454691Z [36;1mfi[0m
2025-08-20T21:21:03.5454870Z [36;1m#-------------#[0m
2025-08-20T21:21:03.5455070Z [36;1m##Main[0m
2025-08-20T21:21:03.5455284Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:21:03.5455924Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:21:03.5456639Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:21:03.5457010Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:21:03.5457290Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:21:03.5457549Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:21:03.5457850Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:21:03.5458161Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:21:03.5458465Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:21:03.5458785Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:21:03.5459075Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:21:03.5459407Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:21:03.5459774Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:21:03.5460052Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:21:03.5460310Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:21:03.5460592Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:21:03.5461304Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:21:03.5461624Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:21:03.5462086Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:21:03.5462383Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:21:03.5462694Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:21:03.5462989Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:21:03.5463295Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:21:03.5463599Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:21:03.5463899Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:21:03.5464197Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:21:03.5464465Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:21:03.5464802Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:21:03.5465248Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:21:03.5465712Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:21:03.5466180Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:21:03.5466527Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:21:03.5466869Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:21:03.5467490Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:21:03.5468258Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:21:03.5468779Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:21:03.5469048Z [36;1m else[0m
2025-08-20T21:21:03.5469502Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:21:03.5469864Z [36;1m fi[0m
2025-08-20T21:21:03.5470104Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:21:03.5470486Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:21:03.5471056Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5471445Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5471829Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5472216Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5472622Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5473042Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5473459Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:21:03.5473881Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:21:03.5474190Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:21:03.5512769Z shell: /usr/bin/bash -e {0}
2025-08-20T21:21:03.5513005Z env:
2025-08-20T21:21:03.5513191Z   CROSS_COMPILING: NO
2025-08-20T21:21:03.5513410Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:21:03.5513642Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:21:03.5513858Z   ON_QEMU: NO
2025-08-20T21:21:03.5514037Z   DEBUG: 0
2025-08-20T21:21:03.5514227Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:21:03.5514454Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:21:03.5514747Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:21:03.5515051Z   KEEP_LOGS: YES
2025-08-20T21:21:03.5515246Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:21:03.5515461Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:21:03.5515678Z   SBUILD_REBUILD: false
2025-08-20T21:21:03.5516223Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:21:03.5516937Z   BUILD_SYS: docker://go
2025-08-20T21:21:03.5517150Z   BUILD_ON_HOST: FALSE
2025-08-20T21:21:03.5517352Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:21:03.5517550Z   SYSTMP: /tmp
2025-08-20T21:21:03.5517732Z   GHA_MODE: MATRIX
2025-08-20T21:21:03.5518163Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:21:03.5518846Z   GHCR_TOKEN: ***
2025-08-20T21:21:03.5519151Z   GITHUB_TOKEN: ***
2025-08-20T21:21:03.5519389Z   GITLAB_TOKEN: ***
2025-08-20T21:21:03.5520525Z   MINISIGN_KEY: ***
2025-08-20T21:21:03.5520717Z ##[endgroup]
2025-08-20T21:21:03.6012410Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:21:03.6879232Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:21:03.6881580Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:21:03.6882051Z 
2025-08-20T21:21:03.7191902Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:21:03.7192622Z 100  4027  100  4027    0     0   125k      0 --:--:-- --:--:-- --:--:--  126k
2025-08-20T21:21:03.7204647Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:21:03.7297862Z 
2025-08-20T21:21:03.7298247Z [+] Building [/tmp/tmp.fKf9U55z67/SBUILD_INPUT] Locally
2025-08-20T21:21:03.7298680Z 
2025-08-20T21:21:03.7313916Z '/tmp/tmp.fKf9U55z67/SBUILD_INPUT' -> '/tmp/pkgforge/QYnww32RA_build.yaml'
2025-08-20T21:21:03.8420232Z 
2025-08-20T21:21:03.8420654Z [+] Passwordless sudo is Configured
2025-08-20T21:21:03.9193707Z 
2025-08-20T21:21:03.9207482Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:21:03.9207753Z 
2025-08-20T21:21:03.9685296Z 
2025-08-20T21:21:03.9686516Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:21:03.9686959Z 
2025-08-20T21:21:03.9686975Z 
2025-08-20T21:21:03.9687205Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:21:03.9687521Z 
2025-08-20T21:21:04.0130257Z [+] Installing: 7z -> 7z
2025-08-20T21:21:04.3451952Z [+] Installing: actionlint -> actionlint
2025-08-20T21:21:04.7101261Z [+] Installing: anew -> anew
2025-08-20T21:21:04.8716418Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:21:04.9896029Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:21:05.3251421Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:21:05.6678098Z [+] Installing: archey -> archey
2025-08-20T21:21:06.0886459Z [+] Installing: aria2 -> aria2c
2025-08-20T21:21:06.4689336Z [+] Installing: askalono -> askalono
2025-08-20T21:21:06.6537122Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:21:07.0189942Z [+] Installing: b3sum -> b3sum
2025-08-20T21:21:07.1184578Z [+] Installing: bita -> bita
2025-08-20T21:21:07.4935668Z [+] Installing: btop -> btop
2025-08-20T21:21:07.8676789Z [+] Installing: chafa -> chafa
2025-08-20T21:21:08.2452965Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:21:08.4225928Z [+] Installing: croc -> croc
2025-08-20T21:21:08.5511655Z [+] Installing: csvtk -> csvtk
2025-08-20T21:21:08.9466630Z [+] Installing: cutlines -> cutlines
2025-08-20T21:21:09.2635649Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:09.2674263Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:21:09.2675418Z [+] Installing: dbin -> dbin
2025-08-20T21:21:09.6651181Z [+] Installing: dasel -> dasel
2025-08-20T21:21:10.0343989Z [+] Installing: delta -> delta
2025-08-20T21:21:10.3852232Z [+] Installing: ds -> ds
2025-08-20T21:21:10.6981754Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:10.7022032Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:21:10.7023249Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:21:10.7915901Z [+] Installing: duf -> duf
2025-08-20T21:21:11.1299287Z [+] Installing: duplicut -> duplicut
2025-08-20T21:21:11.4870233Z [+] Installing: dust -> dust
2025-08-20T21:21:11.8736898Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:21:12.2871703Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:21:12.6787881Z [+] Installing: dysk -> dysk
2025-08-20T21:21:13.0001634Z [+] Installing: eget -> eget
2025-08-20T21:21:13.1217493Z [+] Installing: epoch -> epoch
2025-08-20T21:21:13.2729200Z [+] Installing: faketty -> faketty
2025-08-20T21:21:13.6225915Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:21:13.9721910Z [+] Installing: freeze -> freeze
2025-08-20T21:21:14.3648650Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:21:14.7323705Z [+] Installing: gdu -> gdu
2025-08-20T21:21:15.1384530Z [+] Installing: gh -> gh
2025-08-20T21:21:15.5653442Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:21:15.9377850Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:21:16.0415500Z [+] Installing: glab -> glab
2025-08-20T21:21:16.2286281Z [+] Installing: glow -> glow
2025-08-20T21:21:16.6384139Z [+] Installing: httpx -> httpx
2025-08-20T21:21:17.0870554Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:21:17.5452244Z [+] Installing: husarnet -> husarnet
2025-08-20T21:21:17.8447547Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:17.8484051Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:21:17.8485083Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:21:18.1537094Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:18.1573140Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:21:18.1574311Z [+] Installing: imgcat -> imgcat
2025-08-20T21:21:18.6001495Z [+] Installing: jc -> jc
2025-08-20T21:21:18.7907913Z [+] Installing: jq -> jq
2025-08-20T21:21:19.1627284Z [+] Installing: logdy -> logdy
2025-08-20T21:21:19.3507566Z [+] Installing: micro -> micro
2025-08-20T21:21:19.7664218Z [+] Installing: miniserve -> miniserve
2025-08-20T21:21:19.9000596Z [+] Installing: minisign -> minisign
2025-08-20T21:21:19.9896724Z [+] Installing: ncdu -> ncdu
2025-08-20T21:21:20.3019333Z [+] Installing: notify -> notify
2025-08-20T21:21:20.7416339Z [+] Installing: ouch -> ouch
2025-08-20T21:21:21.0936343Z [+] Installing: oras -> oras
2025-08-20T21:21:21.5204322Z [+] Installing: pipetty -> pipetty
2025-08-20T21:21:21.8361530Z [+] Installing: pixterm -> pixterm
2025-08-20T21:21:22.2183824Z [+] Installing: qsv -> qsv
2025-08-20T21:21:22.6668349Z [+] Installing: rclone -> rclone
2025-08-20T21:21:23.1426300Z [+] Installing: ripgrep -> rg
2025-08-20T21:21:23.2631486Z [+] Installing: rga -> rga
2025-08-20T21:21:23.6012256Z [+] Installing: rsync -> rsync
2025-08-20T21:21:24.0288844Z [+] Installing: script -> script
2025-08-20T21:21:24.1230659Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:21:24.5287907Z [+] Installing: soar -> soar
2025-08-20T21:21:24.7359607Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:21:25.1139061Z [+] Installing: sstrip -> sstrip
2025-08-20T21:21:25.1999023Z [+] Installing: strace -> strace
2025-08-20T21:21:25.5271919Z [+] Installing: sttr -> sttr
2025-08-20T21:21:25.6493380Z [+] Installing: tailscale -> tailscale
2025-08-20T21:21:25.8175149Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:21:26.2541371Z [+] Installing: taplo -> taplo
2025-08-20T21:21:26.6134318Z [+] Installing: tldr -> tldr
2025-08-20T21:21:27.0374920Z [+] Installing: tldr -> tealdeer
2025-08-20T21:21:27.4031873Z [+] Installing: tmux -> tmux
2025-08-20T21:21:27.5077308Z [+] Installing: tok -> tok
2025-08-20T21:21:28.3705256Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:21:28.7969729Z [+] Installing: trurl -> trurl
2025-08-20T21:21:29.1674727Z [+] Installing: tss -> tss
2025-08-20T21:21:29.4863790Z [+] Installing: ulexec -> ulexec
2025-08-20T21:21:29.6641609Z [+] Installing: unfurl -> unfurl
2025-08-20T21:21:30.0081966Z [+] Installing: upx -> upx
2025-08-20T21:21:30.1012232Z [+] Installing: validtoml -> validtoml
2025-08-20T21:21:30.4991792Z [+] Installing: wget -> wget
2025-08-20T21:21:30.9058173Z [+] Installing: wget2 -> wget2
2025-08-20T21:21:31.2450824Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:21:31.5967758Z [+] Installing: xq -> xq
2025-08-20T21:21:31.7652382Z [+] Installing: xz -> xz
2025-08-20T21:21:32.1053594Z [+] Installing: unxz -> unxz
2025-08-20T21:21:32.4473547Z [+] Installing: yq -> yq
2025-08-20T21:21:32.6545648Z [+] Installing: yj -> yj
2025-08-20T21:21:32.7655769Z [+] Installing: zapper -> zapper
2025-08-20T21:21:32.8580419Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:21:33.1806095Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:21:33.4777678Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:33.4817025Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:21:33.4817968Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:21:33.5572428Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:33.5611234Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:21:33.5612087Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:21:33.8823683Z curl: (22) The requested URL returned error: 404
2025-08-20T21:21:33.8862532Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:21:33.8864010Z [+] Installing: zstd -> zstd
2025-08-20T21:21:34.2184709Z [+] Creating symlinks...
2025-08-20T21:21:34.2277017Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:21:34.2373840Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:21:34.2469761Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:21:34.2564626Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:21:34.2659579Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:21:34.2754344Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:21:34.2848439Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:21:34.2945388Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:21:34.3040631Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:21:34.3136066Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:21:34.3230734Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:21:34.3327041Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:21:34.3423664Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:21:34.3518022Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:21:34.3613134Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:21:34.3707028Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:21:34.3803481Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:21:34.3841809Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:21:34.3927434Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:21:34.4022246Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:21:34.4118362Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:21:34.4156167Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:21:34.4242276Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:21:34.4337962Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:21:34.4433133Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:21:34.4528081Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:21:34.4624343Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:21:34.4718736Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:21:34.4815921Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:21:34.4913447Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:21:34.5008708Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:21:34.5104820Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:21:34.5199049Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:21:34.5293602Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:21:34.5388878Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:21:34.5485301Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:21:34.5581473Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:21:34.5677544Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:21:34.5773524Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:21:34.5870010Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:21:34.5967308Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:21:34.6063656Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:21:34.6160510Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:21:34.6256428Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:21:34.6294785Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:21:34.6323043Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:21:34.6412745Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:21:34.6511599Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:21:34.6609743Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:21:34.6708600Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:21:34.6806242Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:21:34.6902987Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:21:34.6999321Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:21:34.7094648Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:21:34.7190556Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:21:34.7286163Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:21:34.7382199Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:21:34.7476496Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:21:34.7570637Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:21:34.7666060Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:21:34.7762122Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:21:34.7857449Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:21:34.7953890Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:21:34.8049068Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:21:34.8144166Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:21:34.8241226Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:21:34.8337066Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:21:34.8431426Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:21:34.8527358Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:21:34.8624580Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:21:34.8719704Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:21:34.8815907Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:21:34.8911606Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:21:34.9006890Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:21:34.9103796Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:21:34.9200515Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:21:34.9296967Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:21:34.9392975Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:21:34.9490084Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:21:34.9585970Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:21:34.9684066Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:21:34.9779862Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:21:34.9875548Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:21:34.9972601Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:21:35.0069926Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:21:35.0166568Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:21:35.0262443Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:21:35.0357598Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:21:35.0456340Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:21:35.0552537Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:21:35.0649242Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:21:35.0749146Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:21:35.0847812Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:21:35.0944984Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:21:35.1042213Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:21:35.1079395Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:21:35.1107511Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:21:35.1135812Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:21:35.1224641Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:21:35.1251126Z 
2025-08-20T21:21:35.1251651Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:21:35.1252282Z 
2025-08-20T21:21:35.1264423Z 
2025-08-20T21:21:35.1356775Z 
2025-08-20T21:21:35.1357108Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:21:35.1357472Z 
2025-08-20T21:21:35.1357631Z [+] Installation completed!
2025-08-20T21:21:35.1429549Z 
2025-08-20T21:21:35.1429820Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:21:35.4142549Z github.com
2025-08-20T21:21:35.4143254Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:21:35.4143709Z   - Active account: true
2025-08-20T21:21:35.4144030Z   - Git operations protocol: https
2025-08-20T21:21:35.4144401Z   - Token: ghp_************************************
2025-08-20T21:21:35.4145318Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:21:35.4146239Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:21:35.4146628Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:21:35.5041297Z Limit: 5000, Remaining: 4205, Reset: 2025-08-20 21:25:35 +0000 UTC (3m59s)
2025-08-20T21:21:35.5050419Z 
2025-08-20T21:21:35.5050618Z [+] GHCR_TOKEN is Exported
2025-08-20T21:21:35.5087696Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:21:35.6385131Z Login Succeeded
2025-08-20T21:21:35.6396096Z 
2025-08-20T21:21:35.6396260Z [+] GITLAB is Exported
2025-08-20T21:21:35.6673525Z [git remote -v]
2025-08-20T21:21:35.8093914Z gitlab.com
2025-08-20T21:21:35.8094665Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:21:35.8095496Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:21:35.8096212Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:21:35.8096869Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:21:35.8097494Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:21:35.8098059Z   ✓ Token found: **************************
2025-08-20T21:21:35.8098321Z 
2025-08-20T21:21:35.8098807Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:21:35.8099533Z [git remote -v]
2025-08-20T21:21:35.8115041Z 2025/08/20 21:21:35 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:21:35.8115899Z git: exit status 128]
2025-08-20T21:21:36.5834536Z 
2025-08-20T21:21:36.5834549Z 
2025-08-20T21:21:36.5835389Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:21:36 PM)
2025-08-20T21:21:36.5835839Z 
2025-08-20T21:21:36.5835843Z 
2025-08-20T21:21:36.5835923Z [+] USER = runner
2025-08-20T21:21:36.5836142Z [+] HOME = /home/runner
2025-08-20T21:21:36.5838330Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:21:36.5840764Z 
2025-08-20T21:21:36.6533822Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:36.6907835Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:21:36.6910773Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:21:36.6941618Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:21:36.6958542Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:21:36.6974243Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:21:36.6986594Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:21:37.8194157Z Reading package lists...
2025-08-20T21:21:37.8515187Z Reading package lists...
2025-08-20T21:21:38.0209066Z Building dependency tree...
2025-08-20T21:21:38.0217101Z Reading state information...
2025-08-20T21:21:38.2006197Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:21:38.2006895Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:21:38.2007440Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:38.2008021Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:21:38.2008597Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:21:38.2009147Z moreutils is already the newest version (0.69-1).
2025-08-20T21:21:38.2009791Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:21:38.2010509Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:21:38.2011698Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:38.2664901Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:38.2982831Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:21:38.3024108Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:21:38.3036185Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:21:38.3063384Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:21:38.3068902Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:21:38.3099803Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:21:39.4474020Z Reading package lists...
2025-08-20T21:21:39.4786401Z Reading package lists...
2025-08-20T21:21:39.6526179Z Building dependency tree...
2025-08-20T21:21:39.6533802Z Reading state information...
2025-08-20T21:21:39.8186405Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:21:39.8187331Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:39.8187833Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:21:39.8188658Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:39.8189241Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:39.8189789Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:21:39.8190294Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:21:39.8191181Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:21:39.8191737Z gawk set to manually installed.
2025-08-20T21:21:39.8192127Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:21:39.8192614Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:39.8193262Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:39.8193711Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:21:39.8194221Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:21:39.8206144Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:21:39.8206785Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:21:39.8207349Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:39.8207886Z The following additional packages will be installed:
2025-08-20T21:21:39.8208582Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:21:39.8209311Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:21:39.8210082Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:21:39.8211033Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:21:39.8211785Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:21:39.8212481Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:21:39.8212966Z Suggested packages:
2025-08-20T21:21:39.8213443Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:21:39.8214132Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:21:39.8214956Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:21:39.8215825Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:21:39.8216682Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:21:39.8217469Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:21:39.8218092Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:21:39.8919367Z The following NEW packages will be installed:
2025-08-20T21:21:39.8920224Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:21:39.8921477Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:21:39.8922923Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:21:39.8923929Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:21:39.8924895Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:21:39.8927345Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:21:39.8928621Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:21:39.9112657Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:39.9113049Z Need to get 27.5 MB of archives.
2025-08-20T21:21:39.9113384Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:21:39.9113920Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:39.9441061Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:21:39.9775029Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:21:40.0113625Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:21:40.0295614Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:21:40.0444069Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:21:40.0613896Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:21:40.0808426Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:21:40.0993119Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:21:40.1182523Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:21:40.1406140Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:21:40.2248206Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:21:40.2406177Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:21:40.2711301Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:21:40.2869388Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:21:40.3019771Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:21:40.3176446Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:21:40.3334539Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:21:40.3798687Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:21:40.4388840Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:21:40.4553946Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:21:40.4714811Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:21:40.4872849Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:21:40.5058645Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:21:40.5210268Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:21:40.5371138Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:21:40.5522435Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:21:40.5806662Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:21:40.5982076Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:21:40.6160106Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:21:40.6352051Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:21:40.6506037Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:21:40.6666863Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:21:40.6822859Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:21:40.7143198Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:21:40.7354294Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:21:40.7636451Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:21:41.0161747Z Preconfiguring packages ...
2025-08-20T21:21:41.0761571Z Fetched 27.5 MB in 1s (31.8 MB/s)
2025-08-20T21:21:41.0964149Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:21:41.1017637Z (Reading database ... 
2025-08-20T21:21:41.1018092Z (Reading database ... 5%
2025-08-20T21:21:41.1018763Z (Reading database ... 10%
2025-08-20T21:21:41.1019141Z (Reading database ... 15%
2025-08-20T21:21:41.1019514Z (Reading database ... 20%
2025-08-20T21:21:41.1019877Z (Reading database ... 25%
2025-08-20T21:21:41.1020734Z (Reading database ... 30%
2025-08-20T21:21:41.1021571Z (Reading database ... 35%
2025-08-20T21:21:41.1021987Z (Reading database ... 40%
2025-08-20T21:21:41.1022246Z (Reading database ... 45%
2025-08-20T21:21:41.1022488Z (Reading database ... 50%
2025-08-20T21:21:41.1042392Z (Reading database ... 55%
2025-08-20T21:21:41.1134319Z (Reading database ... 60%
2025-08-20T21:21:41.1155770Z (Reading database ... 65%
2025-08-20T21:21:41.1188490Z (Reading database ... 70%
2025-08-20T21:21:41.1212829Z (Reading database ... 75%
2025-08-20T21:21:41.1240766Z (Reading database ... 80%
2025-08-20T21:21:41.1375096Z (Reading database ... 85%
2025-08-20T21:21:41.1463894Z (Reading database ... 90%
2025-08-20T21:21:41.1719212Z (Reading database ... 95%
2025-08-20T21:21:41.1719623Z (Reading database ... 100%
2025-08-20T21:21:41.1720150Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:21:41.1761572Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:21:41.1973708Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:21:41.3401752Z Selecting previously unselected package poppler-data.
2025-08-20T21:21:41.3537452Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:21:41.3549165Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:21:41.4888086Z Selecting previously unselected package b3sum.
2025-08-20T21:21:41.5026019Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:21:41.5036108Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:21:41.5318684Z Selecting previously unselected package build-essential.
2025-08-20T21:21:41.5455392Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:21:41.5465789Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:21:41.5693709Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:21:41.5829838Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:21:41.5848516Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:21:41.6081634Z Selecting previously unselected package ccache.
2025-08-20T21:21:41.6219598Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:21:41.6231565Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:21:41.6793070Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:21:41.6933514Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:21:41.6944486Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:21:41.7237649Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:21:41.7376539Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:21:41.7387725Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:21:41.7715664Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:21:41.7854354Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:21:41.7865674Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:21:41.8387901Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:21:41.8525286Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:21:41.9184105Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:21:42.0233876Z Selecting previously unselected package libgs-common.
2025-08-20T21:21:42.0372576Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:21:42.0382739Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:42.0662536Z Selecting previously unselected package libgs10-common.
2025-08-20T21:21:42.0803862Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:21:42.0814632Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:42.1499119Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:21:42.1639131Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:21:42.1649386Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:21:42.1888141Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:21:42.2024958Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:21:42.2035517Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:21:42.2263360Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:21:42.2407813Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:21:42.2418567Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:21:42.2683786Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:21:42.2825681Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:21:42.2837980Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:21:42.3082675Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:21:42.3222712Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:21:42.3233757Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:42.4338064Z Selecting previously unselected package ghostscript.
2025-08-20T21:21:42.4476659Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:21:42.4487826Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:42.4801248Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:21:42.4936508Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:21:42.4947640Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:42.6575584Z Selecting previously unselected package imagemagick.
2025-08-20T21:21:42.6711410Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:21:42.6721812Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:42.6939670Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:21:42.7078385Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:21:42.7088424Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:21:42.7354592Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:21:42.7491804Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:21:42.7502781Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:21:42.7803639Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:21:42.7940725Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:21:42.7949052Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:21:42.8185343Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:21:42.8321323Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:21:42.8329356Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:21:42.8571443Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:21:42.8708644Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:21:42.8717155Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:21:42.8938385Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:21:42.9077219Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:21:42.9086101Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:21:42.9472580Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:21:42.9610088Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:21:42.9619158Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:21:42.9827269Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:21:42.9963253Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:21:42.9971367Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:43.0351124Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:21:43.0487778Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:21:43.0496340Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:21:43.0744995Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:21:43.0881112Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:21:43.0888784Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:21:43.1194882Z Selecting previously unselected package libtool-bin.
2025-08-20T21:21:43.1330144Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:21:43.1338116Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:21:43.1559297Z Selecting previously unselected package lzip.
2025-08-20T21:21:43.1695118Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:21:43.1703424Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:21:43.1924921Z Selecting previously unselected package netpbm.
2025-08-20T21:21:43.2060585Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:21:43.2068028Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:21:43.3767714Z Selecting previously unselected package musl:amd64.
2025-08-20T21:21:43.3906801Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:21:43.3915440Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:21:43.4230181Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:21:43.4366756Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:21:43.4374913Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:21:43.5029813Z Selecting previously unselected package musl-tools.
2025-08-20T21:21:43.5165723Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:21:43.5174871Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:21:43.5596416Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:21:43.7155481Z 
2025-08-20T21:21:43.7156069Z Creating config file /etc/papersize with new version
2025-08-20T21:21:43.8066584Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:21:43.8085826Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:21:43.8112551Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:21:43.8132848Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:21:43.8153159Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:43.8173758Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:21:43.8193217Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:21:43.8215550Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:21:43.8313216Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:21:43.8334899Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:21:43.8369912Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:21:43.8429177Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:21:43.8474193Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:21:43.8519011Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:21:43.8537899Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:21:43.8557436Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:21:43.8577716Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:21:43.8597513Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:21:43.8618179Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:43.8688639Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:21:43.8733497Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:21:43.8791100Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:21:43.8836375Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:21:43.8893959Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:21:43.8939967Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:21:43.8996297Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:21:43.9041056Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:21:43.9097242Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:21:43.9143636Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:21:43.9199919Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:21:43.9245130Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:21:43.9301606Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:21:43.9348309Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:21:43.9404543Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:21:43.9451105Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:21:43.9510086Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:21:43.9557850Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:21:43.9614947Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:21:43.9663594Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:21:43.9725609Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:21:43.9773516Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:21:43.9793528Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:21:43.9813087Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:21:43.9846850Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:21:43.9867552Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:21:44.0064254Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:21:44.0082674Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:21:44.0106025Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:21:44.0126652Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:21:44.0148198Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:21:44.0236898Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:21:44.0258116Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:21:44.0298549Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:21:44.0328586Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:21:44.0348544Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:44.0368188Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:21:44.0387829Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:21:44.2528296Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:21:44.2547878Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:44.2567135Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:44.2587184Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:21:44.2655270Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:21:45.4772438Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:21:46.0870572Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:21:47.0420264Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:21:47.2184747Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:21:56.1004473Z Reading package lists...
2025-08-20T21:21:56.2868274Z Building dependency tree...
2025-08-20T21:21:56.2876602Z Reading state information...
2025-08-20T21:21:56.4654432Z autoconf is already the newest version (2.71-3).
2025-08-20T21:21:56.4654894Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:21:56.4655295Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:21:56.4655667Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:21:56.4656057Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:21:56.4656449Z ca-certificates is already the newest version (20240203).
2025-08-20T21:21:56.4656802Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:21:56.4657135Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:21:56.4657755Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:21:56.4658127Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:21:56.4658480Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:21:56.4658833Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:21:56.4659142Z patch set to manually installed.
2025-08-20T21:21:56.4659460Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:21:56.4659830Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:21:56.4660174Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:21:56.4660511Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:21:56.4660815Z Suggested packages:
2025-08-20T21:21:56.4661231Z   scons-doc
2025-08-20T21:21:56.4786736Z The following NEW packages will be installed:
2025-08-20T21:21:56.4792827Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:21:56.4958231Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:21:56.4958658Z Need to get 15.8 MB of archives.
2025-08-20T21:21:56.4959014Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:21:56.4959427Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:21:56.5345071Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:21:56.5567568Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:21:56.5770700Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:21:56.7031963Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:21:56.7298412Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:21:56.9854045Z Fetched 15.8 MB in 0s (64.3 MB/s)
2025-08-20T21:21:57.0032678Z Selecting previously unselected package autopoint.
2025-08-20T21:21:57.0087520Z (Reading database ... 
2025-08-20T21:21:57.0087934Z (Reading database ... 5%
2025-08-20T21:21:57.0088300Z (Reading database ... 10%
2025-08-20T21:21:57.0088675Z (Reading database ... 15%
2025-08-20T21:21:57.0089040Z (Reading database ... 20%
2025-08-20T21:21:57.0089268Z (Reading database ... 25%
2025-08-20T21:21:57.0089481Z (Reading database ... 30%
2025-08-20T21:21:57.0089688Z (Reading database ... 35%
2025-08-20T21:21:57.0089892Z (Reading database ... 40%
2025-08-20T21:21:57.0090104Z (Reading database ... 45%
2025-08-20T21:21:57.0090322Z (Reading database ... 50%
2025-08-20T21:21:57.0111689Z (Reading database ... 55%
2025-08-20T21:21:57.0210677Z (Reading database ... 60%
2025-08-20T21:21:57.0233029Z (Reading database ... 65%
2025-08-20T21:21:57.0267339Z (Reading database ... 70%
2025-08-20T21:21:57.0292359Z (Reading database ... 75%
2025-08-20T21:21:57.0321491Z (Reading database ... 80%
2025-08-20T21:21:57.0464648Z (Reading database ... 85%
2025-08-20T21:21:57.0551977Z (Reading database ... 90%
2025-08-20T21:21:57.0805815Z (Reading database ... 95%
2025-08-20T21:21:57.0806222Z (Reading database ... 100%
2025-08-20T21:21:57.0806745Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:21:57.0846878Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:21:57.0855657Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:21:57.1096047Z Selecting previously unselected package clang.
2025-08-20T21:21:57.1229824Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:21:57.1237394Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:21:57.1433415Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:21:57.1566589Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:21:57.1581796Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:21:57.5896357Z Selecting previously unselected package scons.
2025-08-20T21:21:57.6033420Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:21:57.6041278Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:21:57.6707993Z Selecting previously unselected package byacc.
2025-08-20T21:21:57.6844384Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:21:57.6852009Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:21:57.7242140Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:21:57.7286264Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:21:57.7361830Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:21:57.7569216Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:21:58.1582461Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:21:58.1608236Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:02.2053279Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:22:03.7213890Z Reading package lists...
2025-08-20T21:22:03.8853784Z Building dependency tree...
2025-08-20T21:22:03.8861612Z Reading state information...
2025-08-20T21:22:04.0411947Z The following additional packages will be installed:
2025-08-20T21:22:04.0412710Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:22:04.0413405Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:22:04.0414267Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:22:04.0415153Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:22:04.0415992Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:22:04.0416777Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:22:04.0417595Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:22:04.0418363Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:22:04.0419129Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:22:04.0427146Z Suggested packages:
2025-08-20T21:22:04.0427972Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:22:04.0428657Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:22:04.0429391Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:22:04.0430304Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:22:04.0431277Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:22:04.0432031Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:22:04.0432851Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:22:04.0433772Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:22:04.0434445Z   wdiff-doc
2025-08-20T21:22:04.0434787Z Recommended packages:
2025-08-20T21:22:04.0435335Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:22:04.0436112Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:22:04.0436911Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:22:04.0437732Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:22:04.0633649Z The following NEW packages will be installed:
2025-08-20T21:22:04.0634600Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:22:04.0635314Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:22:04.0636012Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:22:04.0636705Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:22:04.0637296Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:22:04.0637855Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:22:04.0638888Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:22:04.0639719Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:22:04.0642591Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:22:04.0819020Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:04.0819620Z Need to get 2417 kB of archives.
2025-08-20T21:22:04.0819991Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:22:04.0820385Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:04.1162679Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:22:04.1318638Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:22:04.1474914Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:22:04.1630674Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:22:04.1779526Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:22:04.1928083Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:22:04.2079215Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:22:04.2228264Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:22:04.2374057Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:22:04.2520346Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:22:04.2670684Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:22:04.2818789Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:22:04.2968094Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:22:04.3119277Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:22:04.3292651Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:22:04.3474496Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:22:04.3622520Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:22:04.4279114Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:22:04.4425069Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:22:04.4571828Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:22:04.4723203Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:22:04.4900011Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:22:04.5061025Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:22:04.5253280Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:22:04.5399079Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:22:04.5550070Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:22:04.5701918Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:22:04.5857468Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:22:04.6009622Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:22:04.6160783Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:22:04.8914105Z Fetched 2417 kB in 1s (4320 kB/s)
2025-08-20T21:22:04.9097148Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:22:04.9151550Z (Reading database ... 
2025-08-20T21:22:04.9151999Z (Reading database ... 5%
2025-08-20T21:22:04.9152376Z (Reading database ... 10%
2025-08-20T21:22:04.9152765Z (Reading database ... 15%
2025-08-20T21:22:04.9153042Z (Reading database ... 20%
2025-08-20T21:22:04.9153278Z (Reading database ... 25%
2025-08-20T21:22:04.9153536Z (Reading database ... 30%
2025-08-20T21:22:04.9153779Z (Reading database ... 35%
2025-08-20T21:22:04.9154006Z (Reading database ... 40%
2025-08-20T21:22:04.9154240Z (Reading database ... 45%
2025-08-20T21:22:04.9154469Z (Reading database ... 50%
2025-08-20T21:22:04.9175277Z (Reading database ... 55%
2025-08-20T21:22:04.9266985Z (Reading database ... 60%
2025-08-20T21:22:04.9288358Z (Reading database ... 65%
2025-08-20T21:22:04.9321836Z (Reading database ... 70%
2025-08-20T21:22:04.9346042Z (Reading database ... 75%
2025-08-20T21:22:04.9374365Z (Reading database ... 80%
2025-08-20T21:22:04.9516530Z (Reading database ... 85%
2025-08-20T21:22:04.9601214Z (Reading database ... 90%
2025-08-20T21:22:04.9856446Z (Reading database ... 95%
2025-08-20T21:22:04.9857098Z (Reading database ... 100%
2025-08-20T21:22:04.9857656Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:22:04.9900368Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:22:04.9910042Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:22:05.0113388Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:22:05.0248843Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:22:05.0255999Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:22:05.0444580Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:22:05.0578367Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:22:05.0586502Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:22:05.0808794Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:22:05.0942777Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:22:05.0951234Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:22:05.1160658Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:22:05.1294528Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:22:05.1302443Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:22:05.1498634Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:22:05.1632476Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:22:05.1640002Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:22:05.1848230Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:22:05.1981798Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:22:05.1991407Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:22:05.2194574Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:22:05.2327343Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:22:05.2335082Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:22:05.2531817Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:22:05.2662597Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:22:05.2670434Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:22:05.2863994Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:22:05.2995879Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:22:05.3004245Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:22:05.3201379Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:22:05.3335852Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:22:05.3346595Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:22:05.3545512Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:22:05.3681346Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:22:05.3688854Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:22:05.3880314Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:22:05.4014579Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:22:05.4022054Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:22:05.4233067Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:22:05.4368211Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:22:05.4377958Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:22:05.4574615Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:22:05.4708403Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:22:05.4716871Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:22:05.4937982Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:22:05.5073197Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:22:05.5081133Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:22:05.5273863Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:22:05.5407889Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:22:05.5430052Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:22:05.6007826Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:22:05.6146078Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:22:05.6153147Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:22:05.6356865Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:22:05.6493501Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:22:05.6500319Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:22:05.6694438Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:22:05.6832438Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:22:05.6839516Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:22:05.7043414Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:22:05.7178332Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:22:05.7186449Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:22:05.7593440Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:22:05.7732136Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:22:05.7741311Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:22:05.7996948Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:22:05.8134073Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:22:05.8143560Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:22:05.8357586Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:22:05.8495862Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:22:05.8504509Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:22:05.8717626Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:22:05.8856116Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:22:05.8865422Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:22:05.9073964Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:22:05.9213711Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:22:05.9222729Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:22:05.9446635Z Selecting previously unselected package libwww-perl.
2025-08-20T21:22:05.9586443Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:22:05.9595296Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:22:05.9895375Z Selecting previously unselected package patchutils.
2025-08-20T21:22:06.0032747Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:22:06.0042083Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:22:06.0306315Z Selecting previously unselected package wdiff.
2025-08-20T21:22:06.0445935Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:22:06.0455283Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:22:06.0699450Z Selecting previously unselected package devscripts.
2025-08-20T21:22:06.0838064Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:22:06.1030390Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:22:06.2228302Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:22:06.2251271Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:22:06.2269876Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:22:06.2288852Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:22:06.2307757Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:22:06.2326803Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:22:06.2345042Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:22:06.2368036Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:22:06.2387565Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:22:06.2406893Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:22:06.2426584Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:22:06.2447471Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:22:06.2467057Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:22:06.2487401Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:22:06.2505993Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:22:06.2527976Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:22:06.2547422Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:22:06.2566921Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:22:06.2587679Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:22:06.2607539Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:22:06.2627178Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:22:06.2647148Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:22:06.2668711Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:22:06.2692525Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:22:06.2713052Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:22:06.2732371Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:22:06.2752854Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:22:06.2781692Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:22:06.2808924Z Setting up devscripts (2.23.7) ...
2025-08-20T21:22:06.4011179Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:22:06.4032901Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:11.5635514Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:22:13.0695326Z Reading package lists...
2025-08-20T21:22:13.2600000Z Building dependency tree...
2025-08-20T21:22:13.2608425Z Reading state information...
2025-08-20T21:22:13.4396771Z The following additional packages will be installed:
2025-08-20T21:22:13.4405266Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:22:13.4412232Z Suggested packages:
2025-08-20T21:22:13.4412678Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:22:13.4572986Z The following NEW packages will be installed:
2025-08-20T21:22:13.4582188Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:22:13.4768223Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:13.4768652Z Need to get 13.6 MB of archives.
2025-08-20T21:22:13.4769187Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:22:13.4769632Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:13.5122086Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:22:13.5327434Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:22:13.5531638Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:22:13.6012409Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:22:13.9457420Z Fetched 13.6 MB in 0s (62.6 MB/s)
2025-08-20T21:22:13.9646582Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:22:13.9703140Z (Reading database ... 
2025-08-20T21:22:13.9703547Z (Reading database ... 5%
2025-08-20T21:22:13.9703941Z (Reading database ... 10%
2025-08-20T21:22:13.9704320Z (Reading database ... 15%
2025-08-20T21:22:13.9704689Z (Reading database ... 20%
2025-08-20T21:22:13.9705687Z (Reading database ... 25%
2025-08-20T21:22:13.9706083Z (Reading database ... 30%
2025-08-20T21:22:13.9706454Z (Reading database ... 35%
2025-08-20T21:22:13.9706831Z (Reading database ... 40%
2025-08-20T21:22:13.9707192Z (Reading database ... 45%
2025-08-20T21:22:13.9707844Z (Reading database ... 50%
2025-08-20T21:22:13.9729695Z (Reading database ... 55%
2025-08-20T21:22:13.9832168Z (Reading database ... 60%
2025-08-20T21:22:13.9856325Z (Reading database ... 65%
2025-08-20T21:22:13.9896859Z (Reading database ... 70%
2025-08-20T21:22:13.9924435Z (Reading database ... 75%
2025-08-20T21:22:13.9960439Z (Reading database ... 80%
2025-08-20T21:22:14.0124588Z (Reading database ... 85%
2025-08-20T21:22:14.0221980Z (Reading database ... 90%
2025-08-20T21:22:14.0502019Z (Reading database ... 95%
2025-08-20T21:22:14.0502569Z (Reading database ... 100%
2025-08-20T21:22:14.0503248Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:22:14.0545642Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:22:14.0562904Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:22:14.0794842Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:22:14.0930698Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:22:14.0938793Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:22:14.1167213Z Selecting previously unselected package cmake-data.
2025-08-20T21:22:14.1302646Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:22:14.1369029Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:22:14.7134623Z Selecting previously unselected package cmake.
2025-08-20T21:22:14.7284820Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:22:14.7294511Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:22:14.9767805Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:22:14.9789152Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:22:14.9807748Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:22:14.9884789Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:22:14.9906826Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:19.2338498Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:19.8043019Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:22:19.8044615Z Running kernel seems to be up-to-date.
2025-08-20T21:22:19.8044904Z 
2025-08-20T21:22:19.8045050Z Restarting services...
2025-08-20T21:22:19.8103733Z 
2025-08-20T21:22:19.8104138Z Service restarts being deferred:
2025-08-20T21:22:19.8104654Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:22:19.8105024Z 
2025-08-20T21:22:19.8105430Z No containers need to be restarted.
2025-08-20T21:22:19.8105730Z 
2025-08-20T21:22:19.8105924Z No user sessions are running outdated binaries.
2025-08-20T21:22:19.8106320Z 
2025-08-20T21:22:19.8106674Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:22:20.8049445Z Reading package lists...
2025-08-20T21:22:21.0257434Z Building dependency tree...
2025-08-20T21:22:21.0265915Z Reading state information...
2025-08-20T21:22:21.2933541Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:22:21.2945658Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:22:21.2946325Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:22:21.2946698Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:22:21.2947053Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:22:21.2947414Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:22:21.2947805Z ca-certificates is already the newest version (20240203).
2025-08-20T21:22:21.2948147Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:22:21.2948484Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:22:21.2948826Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:22:21.2949192Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:22:21.2949796Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:22:21.2950185Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:22:21.2950588Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:22:21.2951223Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:22:21.2951588Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:22:21.2951941Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:22:21.2952278Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:22:21.2952587Z musl is already the newest version (1.2.4-2).
2025-08-20T21:22:21.2952883Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:22:21.2953192Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:22:21.2953552Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:22:21.2953934Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:22:21.2954284Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:22:21.2954621Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:22:21.2954990Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:21.3177220Z Reading package lists...
2025-08-20T21:22:21.5009116Z Building dependency tree...
2025-08-20T21:22:21.5017125Z Reading state information...
2025-08-20T21:22:21.6885838Z autoconf is already the newest version (2.71-3).
2025-08-20T21:22:21.6886504Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:22:21.6887200Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:22:21.6887760Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:22:21.6888341Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:22:21.6888957Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:22:21.6889795Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:22:21.6890401Z ca-certificates is already the newest version (20240203).
2025-08-20T21:22:21.6891219Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:22:21.6891767Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:22:21.6892299Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:22:21.6892845Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:22:21.6893376Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:22:21.6893918Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:22:21.6894311Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:22:21.6894663Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:22:21.6895026Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:22:21.6895430Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:22:21.6896008Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:22:21.6896520Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:22:21.6897045Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:22:21.6897414Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:21.7121788Z Reading package lists...
2025-08-20T21:22:21.8831935Z Building dependency tree...
2025-08-20T21:22:21.8839694Z Reading state information...
2025-08-20T21:22:22.0556291Z devscripts is already the newest version (2.23.7).
2025-08-20T21:22:22.0556883Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:22.0792291Z Reading package lists...
2025-08-20T21:22:22.2499406Z Building dependency tree...
2025-08-20T21:22:22.2507257Z Reading state information...
2025-08-20T21:22:22.4313810Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:22:22.4314519Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:22.4549456Z Reading package lists...
2025-08-20T21:22:22.6168851Z Building dependency tree...
2025-08-20T21:22:22.6176611Z Reading state information...
2025-08-20T21:22:22.7652883Z Suggested packages:
2025-08-20T21:22:22.7653287Z   binutils-doc
2025-08-20T21:22:22.7896346Z The following NEW packages will be installed:
2025-08-20T21:22:22.7902751Z   binutils-aarch64-linux-gnu
2025-08-20T21:22:22.8080104Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:22.8311952Z Need to get 3711 kB of archives.
2025-08-20T21:22:22.8312390Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:22:22.8312799Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:22.8851774Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:22:23.1939956Z Fetched 3711 kB in 0s (32.7 MB/s)
2025-08-20T21:22:23.2126905Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:22:23.2184857Z (Reading database ... 
2025-08-20T21:22:23.2185378Z (Reading database ... 5%
2025-08-20T21:22:23.2185708Z (Reading database ... 10%
2025-08-20T21:22:23.2186046Z (Reading database ... 15%
2025-08-20T21:22:23.2186282Z (Reading database ... 20%
2025-08-20T21:22:23.2186511Z (Reading database ... 25%
2025-08-20T21:22:23.2186741Z (Reading database ... 30%
2025-08-20T21:22:23.2186975Z (Reading database ... 35%
2025-08-20T21:22:23.2187206Z (Reading database ... 40%
2025-08-20T21:22:23.2187438Z (Reading database ... 45%
2025-08-20T21:22:23.2187667Z (Reading database ... 50%
2025-08-20T21:22:23.2208958Z (Reading database ... 55%
2025-08-20T21:22:23.2303218Z (Reading database ... 60%
2025-08-20T21:22:23.2324658Z (Reading database ... 65%
2025-08-20T21:22:23.2359827Z (Reading database ... 70%
2025-08-20T21:22:23.2383519Z (Reading database ... 75%
2025-08-20T21:22:23.2413512Z (Reading database ... 80%
2025-08-20T21:22:23.2562235Z (Reading database ... 85%
2025-08-20T21:22:23.2648871Z (Reading database ... 90%
2025-08-20T21:22:23.2920343Z (Reading database ... 95%
2025-08-20T21:22:23.2920652Z (Reading database ... 100%
2025-08-20T21:22:23.2921353Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:22:23.2964507Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:22:23.2981880Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:22:23.4529338Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:22:23.4553052Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:23.4693795Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:28.9239211Z Reading package lists...
2025-08-20T21:22:29.0782847Z Building dependency tree...
2025-08-20T21:22:29.0790478Z Reading state information...
2025-08-20T21:22:29.2285263Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:22:29.2286030Z The following additional packages will be installed:
2025-08-20T21:22:29.2286646Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:22:29.2287377Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:22:29.2288184Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:22:29.2288968Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:22:29.2289700Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:22:29.2290316Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:22:29.2291487Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:22:29.2292275Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:22:29.2293048Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:22:29.2293809Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:22:29.2294529Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:22:29.2295627Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:22:29.2296381Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:22:29.2297131Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:22:29.2297867Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:22:29.2298520Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:22:29.2299200Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:22:29.2299935Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:22:29.2300582Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:22:29.2301479Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:22:29.2302235Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:22:29.2302917Z   linux-libc-dev-armhf-cross
2025-08-20T21:22:29.2307161Z Suggested packages:
2025-08-20T21:22:29.2307658Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:22:29.2308425Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:22:29.2838505Z The following NEW packages will be installed:
2025-08-20T21:22:29.2839211Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:22:29.2840025Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:22:29.2841062Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:22:29.2841910Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:22:29.2842737Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:22:29.2843809Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:22:29.2844466Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:22:29.2845283Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:22:29.2846149Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:22:29.2846941Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:22:29.2847729Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:22:29.2848436Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:22:29.2849206Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:22:29.2850054Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:22:29.2851075Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:22:29.2851847Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:22:29.2852579Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:22:29.2853375Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:22:29.2854100Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:22:29.2854859Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:22:29.2855627Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:22:29.2856567Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:22:29.2857286Z   linux-libc-dev-armhf-cross
2025-08-20T21:22:29.3039255Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:29.3039880Z Need to get 171 MB of archives.
2025-08-20T21:22:29.3040434Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:22:29.3041325Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:29.3369682Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:22:29.3554567Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:22:29.4644192Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:22:29.4795988Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:22:29.5962733Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:22:29.6115234Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:22:29.7121978Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:22:29.7279421Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:22:29.7427932Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:22:29.7574329Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:22:29.7726636Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:22:29.7909764Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:22:29.8197688Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:22:29.8351284Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:22:29.8506918Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:22:29.8655382Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:22:29.9244997Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:22:29.9423039Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:22:29.9582242Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:22:29.9761927Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:22:29.9986305Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:22:30.0243113Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:22:30.0434448Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:22:30.0862750Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:22:30.2316244Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:22:30.2597409Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:22:30.2878904Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:22:30.3192313Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:22:30.4181889Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:22:30.4571711Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:22:30.4723295Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:22:30.4961581Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:22:30.5171909Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:22:30.5770040Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:22:30.5932582Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:22:30.6081687Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:22:30.6423067Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:22:30.6605852Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:22:30.6813979Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:22:30.7012529Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:22:30.8351702Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:22:30.8595048Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:22:30.8835493Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:22:30.9128304Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:22:31.0122871Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:22:31.0485430Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:22:31.0730279Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:22:31.0881421Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:22:31.1038238Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:22:31.1188446Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:22:31.1965157Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:22:31.2149899Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:22:31.2384595Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:22:31.2626794Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:22:31.3968086Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:22:31.4196766Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:22:31.4424279Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:22:31.4815117Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:22:31.5881071Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:22:31.6025618Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:22:31.6172318Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:22:31.6321843Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:22:31.6467259Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:22:31.6614262Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:22:31.9733763Z Fetched 171 MB in 2s (72.0 MB/s)
2025-08-20T21:22:31.9930755Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:22:31.9987701Z (Reading database ... 
2025-08-20T21:22:31.9988407Z (Reading database ... 5%
2025-08-20T21:22:31.9988706Z (Reading database ... 10%
2025-08-20T21:22:31.9988958Z (Reading database ... 15%
2025-08-20T21:22:31.9989199Z (Reading database ... 20%
2025-08-20T21:22:31.9989441Z (Reading database ... 25%
2025-08-20T21:22:31.9989677Z (Reading database ... 30%
2025-08-20T21:22:31.9989912Z (Reading database ... 35%
2025-08-20T21:22:31.9990145Z (Reading database ... 40%
2025-08-20T21:22:31.9990377Z (Reading database ... 45%
2025-08-20T21:22:31.9990608Z (Reading database ... 50%
2025-08-20T21:22:32.0011339Z (Reading database ... 55%
2025-08-20T21:22:32.0105460Z (Reading database ... 60%
2025-08-20T21:22:32.0126904Z (Reading database ... 65%
2025-08-20T21:22:32.0161349Z (Reading database ... 70%
2025-08-20T21:22:32.0184486Z (Reading database ... 75%
2025-08-20T21:22:32.0213640Z (Reading database ... 80%
2025-08-20T21:22:32.0354215Z (Reading database ... 85%
2025-08-20T21:22:32.0437320Z (Reading database ... 90%
2025-08-20T21:22:32.0698869Z (Reading database ... 95%
2025-08-20T21:22:32.0699369Z (Reading database ... 100%
2025-08-20T21:22:32.0699980Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:22:32.0742379Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.0751486Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.0966590Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:22:32.1099452Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.1128852Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.2526025Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:22:32.2667955Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.2676045Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.2878394Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:22:32.3017741Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.3046303Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.4405303Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:22:32.4554386Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.4564051Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.4775440Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:22:32.4914639Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:32.4946672Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.6243370Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:22:32.6383332Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:32.6391066Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:32.6585315Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:22:32.6725557Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:22:32.6734188Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:32.6934347Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:22:32.7074424Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:32.7083164Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:32.7281563Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:22:32.7419765Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.7427635Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.7622101Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:22:32.7758530Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.7765873Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.7968272Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:22:32.8104767Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:32.8112502Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:32.8481550Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:22:32.8618716Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.8627014Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.8827906Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:22:32.8969192Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.8978474Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.9198119Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:22:32.9337345Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.9345661Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.9548640Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:22:32.9686944Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:32.9695882Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:32.9893759Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:22:33.0031790Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.0039605Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.0350599Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:22:33.0491366Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.0498516Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.0734352Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:22:33.0874124Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.0882483Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.1198665Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:22:33.1340693Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.1348733Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.1685947Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:22:33.1825875Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.1833093Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.2069973Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:22:33.2207789Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.2216240Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.2472367Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:22:33.2612037Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:33.2621963Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.3578879Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:22:33.3719700Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:33.3750536Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:33.6394636Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:22:33.6534541Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:22:33.6542497Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:33.8444924Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:22:33.8586164Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:33.8594079Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:33.9882498Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:22:34.0023805Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.0031901Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.2339402Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:22:34.2482930Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:34.2513496Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.4034054Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:22:34.4173281Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:22:34.4188639Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:22:34.5074285Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:22:34.5215339Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.5223131Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.5418695Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:22:34.5558964Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.5566924Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.5765353Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:22:34.5906070Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:34.5915094Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:34.6260344Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:22:34.6401268Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.6408859Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.6609454Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:22:34.6748509Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.6755974Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.6972640Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:22:34.7111355Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.7118768Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.7312808Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:22:34.7450543Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.7458069Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.8100431Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:22:34.8242811Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.8250551Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.8544204Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:22:34.8685589Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.8694005Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.9053995Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:22:34.9198056Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:34.9207121Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:34.9779005Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:22:34.9919755Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:34.9951510Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:35.2408300Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:22:35.2550156Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:22:35.2560820Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:35.4633539Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:22:35.4777321Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:35.4786369Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:35.5986790Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:22:35.6129533Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:35.6137545Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:35.8088738Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:22:35.8232794Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:35.8262828Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:35.9660224Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:22:35.9803360Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:22:35.9811591Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:22:36.0698011Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:22:36.0838615Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:36.0846205Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:36.1212332Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:22:36.1355707Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.1364843Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.1571976Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:22:36.1712698Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.1720226Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.1929896Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:22:36.2071517Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.2079743Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.2285259Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:22:36.2428740Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.2438065Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.3087490Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:22:36.3228160Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.3238443Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.3516702Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:22:36.3658269Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.3666329Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.4006056Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:22:36.4148524Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:36.4158572Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.4681476Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:22:36.4824282Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:36.4857992Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:36.7274071Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:22:36.7416805Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:22:36.7425003Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:36.9258055Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:22:36.9402825Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:22:36.9410720Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.0575738Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:22:37.0720237Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:22:37.0729441Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.2688025Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:22:37.2834636Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:22:37.2868383Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.4224744Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:22:37.4368083Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:37.4377077Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.4579049Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:22:37.4722020Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:37.4731943Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.4918847Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:22:37.5062008Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:22:37.5070517Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:37.5273143Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:22:37.5415415Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:22:37.5424033Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:37.5610780Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:22:37.5754448Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:37.5763868Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.5961389Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:22:37.6102722Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:22:37.6110772Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.6544359Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:22:37.6565615Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.6586215Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6604969Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6623841Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6643165Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:37.6662190Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6683055Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.6703542Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:37.6726532Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6750566Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:22:37.6783283Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.6806416Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6827872Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6865043Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6888164Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.6910806Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:22:37.6932066Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6955167Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6977523Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.6996330Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7018069Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7037535Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7057969Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7079705Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7099784Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7119411Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7140245Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7162700Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7182568Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.7203828Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7223236Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:22:37.7241799Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7263984Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7284980Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7304267Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7327590Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:37.7347223Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7369906Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7390450Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7410163Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7431920Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7451881Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7471398Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7497571Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7517753Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7540139Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7560675Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7581319Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7600660Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7622457Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7642635Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:37.7662441Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7684154Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7705100Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7726886Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7746711Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7766235Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:22:37.7785360Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7813733Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7834832Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:22:37.7856464Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7876450Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7896509Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:22:37.7920831Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:22:37.7937231Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:22:37.8026235Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:42.0961608Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:43.5211208Z Reading package lists...
2025-08-20T21:22:43.6928107Z Building dependency tree...
2025-08-20T21:22:43.6936649Z Reading state information...
2025-08-20T21:22:43.8518703Z The following additional packages will be installed:
2025-08-20T21:22:43.8519381Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:22:43.8527246Z   libpcap0.8-dev
2025-08-20T21:22:43.8798164Z The following NEW packages will be installed:
2025-08-20T21:22:43.8799005Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:22:43.8804196Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:22:43.8965556Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:43.9194823Z Need to get 1613 kB of archives.
2025-08-20T21:22:43.9195513Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:22:43.9196285Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:43.9542944Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:22:43.9735841Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:22:43.9896541Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:22:44.0061835Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:22:44.0228528Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:22:44.0530487Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:22:44.0701058Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:22:44.0856225Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:22:44.3422770Z Fetched 1613 kB in 0s (9120 kB/s)
2025-08-20T21:22:44.3634655Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:22:44.3695131Z (Reading database ... 
2025-08-20T21:22:44.3695585Z (Reading database ... 5%
2025-08-20T21:22:44.3695957Z (Reading database ... 10%
2025-08-20T21:22:44.3696373Z (Reading database ... 15%
2025-08-20T21:22:44.3696745Z (Reading database ... 20%
2025-08-20T21:22:44.3697142Z (Reading database ... 25%
2025-08-20T21:22:44.3697495Z (Reading database ... 30%
2025-08-20T21:22:44.3697859Z (Reading database ... 35%
2025-08-20T21:22:44.3698228Z (Reading database ... 40%
2025-08-20T21:22:44.3698580Z (Reading database ... 45%
2025-08-20T21:22:44.3698925Z (Reading database ... 50%
2025-08-20T21:22:44.3810579Z (Reading database ... 55%
2025-08-20T21:22:44.3832165Z (Reading database ... 60%
2025-08-20T21:22:44.3855783Z (Reading database ... 65%
2025-08-20T21:22:44.3899716Z (Reading database ... 70%
2025-08-20T21:22:44.3929544Z (Reading database ... 75%
2025-08-20T21:22:44.3961270Z (Reading database ... 80%
2025-08-20T21:22:44.4128038Z (Reading database ... 85%
2025-08-20T21:22:44.4223146Z (Reading database ... 90%
2025-08-20T21:22:44.4528442Z (Reading database ... 95%
2025-08-20T21:22:44.4529008Z (Reading database ... 100%
2025-08-20T21:22:44.4529841Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:22:44.4574667Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:22:44.4587404Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:22:44.4922744Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:22:44.5068978Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:22:44.5084531Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:22:44.5315731Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:22:44.5461792Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:22:44.5470248Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:22:44.5904300Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:22:44.6048410Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:22:44.6056996Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:22:44.6335978Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:22:44.6484137Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:22:44.6494842Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:22:44.7206966Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:22:44.7354751Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:22:44.7390180Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:44.7776600Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:22:44.7921942Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:22:44.7930209Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:44.8153907Z Selecting previously unselected package pcaputils.
2025-08-20T21:22:44.8300165Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:22:44.8333517Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:22:44.8785831Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:22:44.8810342Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:22:45.1450167Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:22:45.1475574Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:22:45.1572741Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:22:45.4696161Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:22:45.4717616Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:22:45.4761428Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:45.4901557Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:50.1261767Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:22:50.1982316Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:50.2005492Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:22:51.6435770Z Reading package lists...
2025-08-20T21:22:51.7979508Z Building dependency tree...
2025-08-20T21:22:51.7988348Z Reading state information...
2025-08-20T21:22:51.8398400Z Reading package lists...
2025-08-20T21:22:52.0024959Z Building dependency tree...
2025-08-20T21:22:52.0033632Z Reading state information...
2025-08-20T21:22:52.1557242Z The following additional packages will be installed:
2025-08-20T21:22:52.1561578Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:22:52.1566618Z Suggested packages:
2025-08-20T21:22:52.1567136Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:22:52.1567634Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:22:52.1713695Z The following NEW packages will be installed:
2025-08-20T21:22:52.1714646Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:22:52.1718814Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:22:52.1887673Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:22:52.1888212Z Need to get 800 kB of archives.
2025-08-20T21:22:52.1888573Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:22:52.1888986Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:52.2232567Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:22:52.2406487Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:22:52.2570366Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:22:52.2753493Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:22:52.2912138Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:22:52.3101862Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:22:52.3263824Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:22:52.3418755Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:22:52.3579984Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:22:52.6180138Z Fetched 800 kB in 0s (4453 kB/s)
2025-08-20T21:22:52.6382444Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:22:52.6442286Z (Reading database ... 
2025-08-20T21:22:52.6442730Z (Reading database ... 5%
2025-08-20T21:22:52.6443119Z (Reading database ... 10%
2025-08-20T21:22:52.6443391Z (Reading database ... 15%
2025-08-20T21:22:52.6443866Z (Reading database ... 20%
2025-08-20T21:22:52.6444147Z (Reading database ... 25%
2025-08-20T21:22:52.6444387Z (Reading database ... 30%
2025-08-20T21:22:52.6444628Z (Reading database ... 35%
2025-08-20T21:22:52.6444864Z (Reading database ... 40%
2025-08-20T21:22:52.6445108Z (Reading database ... 45%
2025-08-20T21:22:52.6445347Z (Reading database ... 50%
2025-08-20T21:22:52.6538727Z (Reading database ... 55%
2025-08-20T21:22:52.6558530Z (Reading database ... 60%
2025-08-20T21:22:52.6579638Z (Reading database ... 65%
2025-08-20T21:22:52.6618396Z (Reading database ... 70%
2025-08-20T21:22:52.6646000Z (Reading database ... 75%
2025-08-20T21:22:52.6671768Z (Reading database ... 80%
2025-08-20T21:22:52.6825600Z (Reading database ... 85%
2025-08-20T21:22:52.6914865Z (Reading database ... 90%
2025-08-20T21:22:52.7184535Z (Reading database ... 95%
2025-08-20T21:22:52.7185044Z (Reading database ... 100%
2025-08-20T21:22:52.7185680Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:22:52.7226765Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:22:52.7242078Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:22:52.7465132Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:22:52.7607036Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:22:52.7616286Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:22:52.7841313Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:22:52.7982612Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:22:52.7990233Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:52.8791339Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:22:52.8935289Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:22:52.8942670Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:52.9196993Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:22:52.9339867Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:22:52.9348850Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:52.9584245Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:22:52.9729413Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:22:52.9738250Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:53.0010476Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:22:53.0152123Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:22:53.0160091Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:53.0381796Z Selecting previously unselected package lzma.
2025-08-20T21:22:53.0526015Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:22:53.0535493Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:22:53.0798751Z Selecting previously unselected package lzma-dev.
2025-08-20T21:22:53.0940329Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:22:53.0949286Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:22:53.1387966Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:22:53.1415355Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:22:53.1435300Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:22:53.1458265Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:22:53.1479152Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:22:53.1541955Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:22:53.1572908Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:22:53.1594000Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:22:53.1615035Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:22:53.1635637Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:22:53.1659960Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:22:53.1804135Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:22:57.5052890Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:22:58.1422954Z 
2025-08-20T21:22:58.1423561Z Running kernel seems to be up-to-date.
2025-08-20T21:22:58.1423918Z 
2025-08-20T21:22:58.1424084Z Restarting services...
2025-08-20T21:22:58.1489227Z 
2025-08-20T21:22:58.1489605Z Service restarts being deferred:
2025-08-20T21:22:58.1490170Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:22:58.1490554Z 
2025-08-20T21:22:58.1490741Z No containers need to be restarted.
2025-08-20T21:22:58.1491210Z 
2025-08-20T21:22:58.1491413Z No user sessions are running outdated binaries.
2025-08-20T21:22:58.1491736Z 
2025-08-20T21:22:58.1492058Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:22:59.0101817Z Reading package lists...
2025-08-20T21:22:59.1790418Z Building dependency tree...
2025-08-20T21:22:59.1799234Z Reading state information...
2025-08-20T21:22:59.3783892Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:22:59.3784663Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:22:59.3785178Z inetutils-telnet set to manually installed.
2025-08-20T21:22:59.3785647Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:22:59.3786159Z The following additional packages will be installed:
2025-08-20T21:22:59.3786596Z   tcpd update-inetd
2025-08-20T21:22:59.3954324Z The following packages will be REMOVED:
2025-08-20T21:22:59.3961543Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:22:59.3962420Z The following NEW packages will be installed:
2025-08-20T21:22:59.3962832Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:22:59.3963313Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:22:59.3969182Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:22:59.4141598Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:22:59.4142521Z Need to get 698 kB of archives.
2025-08-20T21:22:59.4143056Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:22:59.4143563Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:22:59.4512689Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:22:59.4691642Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:22:59.4842391Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:22:59.4989234Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:22:59.5142740Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:22:59.5297352Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:22:59.5462460Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:22:59.5618160Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:22:59.5771685Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:22:59.5923218Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:22:59.6083962Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:22:59.6245029Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:22:59.6403620Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:22:59.8754574Z Preconfiguring packages ...
2025-08-20T21:23:00.0883876Z Fetched 698 kB in 0s (2947 kB/s)
2025-08-20T21:23:00.1071598Z (Reading database ... 
2025-08-20T21:23:00.1072037Z (Reading database ... 5%
2025-08-20T21:23:00.1072425Z (Reading database ... 10%
2025-08-20T21:23:00.1072804Z (Reading database ... 15%
2025-08-20T21:23:00.1073177Z (Reading database ... 20%
2025-08-20T21:23:00.1073541Z (Reading database ... 25%
2025-08-20T21:23:00.1073909Z (Reading database ... 30%
2025-08-20T21:23:00.1074277Z (Reading database ... 35%
2025-08-20T21:23:00.1074643Z (Reading database ... 40%
2025-08-20T21:23:00.1075018Z (Reading database ... 45%
2025-08-20T21:23:00.1075382Z (Reading database ... 50%
2025-08-20T21:23:00.1097955Z (Reading database ... 55%
2025-08-20T21:23:00.1191664Z (Reading database ... 60%
2025-08-20T21:23:00.1213636Z (Reading database ... 65%
2025-08-20T21:23:00.1253154Z (Reading database ... 70%
2025-08-20T21:23:00.1281660Z (Reading database ... 75%
2025-08-20T21:23:00.1312483Z (Reading database ... 80%
2025-08-20T21:23:00.1486191Z (Reading database ... 85%
2025-08-20T21:23:00.1581511Z (Reading database ... 90%
2025-08-20T21:23:00.1857837Z (Reading database ... 95%
2025-08-20T21:23:00.1858403Z (Reading database ... 100%
2025-08-20T21:23:00.1859081Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:23:00.1899998Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:23:00.2049991Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:00.2204630Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:23:00.6253413Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:23:00.6313130Z (Reading database ... 
2025-08-20T21:23:00.6313532Z (Reading database ... 5%
2025-08-20T21:23:00.6313944Z (Reading database ... 10%
2025-08-20T21:23:00.6314346Z (Reading database ... 15%
2025-08-20T21:23:00.6314760Z (Reading database ... 20%
2025-08-20T21:23:00.6315073Z (Reading database ... 25%
2025-08-20T21:23:00.6315573Z (Reading database ... 30%
2025-08-20T21:23:00.6315826Z (Reading database ... 35%
2025-08-20T21:23:00.6316077Z (Reading database ... 40%
2025-08-20T21:23:00.6316325Z (Reading database ... 45%
2025-08-20T21:23:00.6316576Z (Reading database ... 50%
2025-08-20T21:23:00.6339629Z (Reading database ... 55%
2025-08-20T21:23:00.6440352Z (Reading database ... 60%
2025-08-20T21:23:00.6463623Z (Reading database ... 65%
2025-08-20T21:23:00.6505660Z (Reading database ... 70%
2025-08-20T21:23:00.6533781Z (Reading database ... 75%
2025-08-20T21:23:00.6563567Z (Reading database ... 80%
2025-08-20T21:23:00.6727846Z (Reading database ... 85%
2025-08-20T21:23:00.6822359Z (Reading database ... 90%
2025-08-20T21:23:00.7114623Z (Reading database ... 95%
2025-08-20T21:23:00.7114970Z (Reading database ... 100%
2025-08-20T21:23:00.7115341Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:23:00.7162957Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.7202803Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:00.7452453Z Selecting previously unselected package tcpd.
2025-08-20T21:23:00.7596756Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:23:00.7604241Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:23:00.7835502Z Selecting previously unselected package update-inetd.
2025-08-20T21:23:00.7976428Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:23:00.7984931Z Unpacking update-inetd (4.53) ...
2025-08-20T21:23:00.8209709Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:23:00.8352335Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.8401160Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:00.8621920Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:23:00.8770398Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.8779429Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:23:00.9021298Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:23:00.9165254Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.9175900Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:00.9401441Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:23:00.9544961Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.9553994Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:23:00.9786008Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:23:00.9930072Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:00.9939262Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.0160640Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:23:01.0305005Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:01.0313470Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.0523428Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:23:01.0667457Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:01.0676322Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.0881959Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:23:01.1023018Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:01.1031163Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.1262738Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:23:01.1404411Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:23:01.1412261Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:23:01.1658836Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:23:01.1801376Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:23:01.1809929Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.2219583Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:23:01.2300303Z Setting up update-inetd (4.53) ...
2025-08-20T21:23:01.3179003Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.3241595Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:23:01.3259996Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:01.7384146Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:23:01.7384606Z 
2025-08-20T21:23:01.7384734Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:23:01.7384950Z 
2025-08-20T21:23:01.7385328Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:23:01.7385745Z 
2025-08-20T21:23:01.7386686Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:23:01.7387590Z 
2025-08-20T21:23:02.0408680Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.0486803Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.0546879Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:23:02.0585994Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.0616214Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.0636016Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:23:02.0655163Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.4640349Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:23:02.4640811Z 
2025-08-20T21:23:02.4642075Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:23:02.4643036Z 
2025-08-20T21:23:02.7728574Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.8489230Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.9209531Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:23:02.9835954Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:23:09.2010276Z Reading package lists...
2025-08-20T21:23:09.3576690Z Building dependency tree...
2025-08-20T21:23:09.3584848Z Reading state information...
2025-08-20T21:23:09.5743352Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:23:09.5743860Z iputils-tracepath set to manually installed.
2025-08-20T21:23:09.5744175Z The following packages will be REMOVED:
2025-08-20T21:23:09.5749751Z   inetutils-ping
2025-08-20T21:23:09.5750778Z The following NEW packages will be installed:
2025-08-20T21:23:09.5757107Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:23:09.5923585Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:23:09.5924249Z Need to get 71.5 kB of archives.
2025-08-20T21:23:09.5924826Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:23:09.5925354Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:23:09.7181779Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:23:09.7349948Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:23:09.7536937Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:23:10.0364916Z Fetched 71.5 kB in 0s (417 kB/s)
2025-08-20T21:23:10.0553619Z (Reading database ... 
2025-08-20T21:23:10.0554170Z (Reading database ... 5%
2025-08-20T21:23:10.0554570Z (Reading database ... 10%
2025-08-20T21:23:10.0554987Z (Reading database ... 15%
2025-08-20T21:23:10.0555562Z (Reading database ... 20%
2025-08-20T21:23:10.0555807Z (Reading database ... 25%
2025-08-20T21:23:10.0556048Z (Reading database ... 30%
2025-08-20T21:23:10.0556288Z (Reading database ... 35%
2025-08-20T21:23:10.0556525Z (Reading database ... 40%
2025-08-20T21:23:10.0556763Z (Reading database ... 45%
2025-08-20T21:23:10.0557000Z (Reading database ... 50%
2025-08-20T21:23:10.0637469Z (Reading database ... 55%
2025-08-20T21:23:10.0673169Z (Reading database ... 60%
2025-08-20T21:23:10.0695994Z (Reading database ... 65%
2025-08-20T21:23:10.0737418Z (Reading database ... 70%
2025-08-20T21:23:10.0766895Z (Reading database ... 75%
2025-08-20T21:23:10.0794614Z (Reading database ... 80%
2025-08-20T21:23:10.0958368Z (Reading database ... 85%
2025-08-20T21:23:10.1052409Z (Reading database ... 90%
2025-08-20T21:23:10.1328076Z (Reading database ... 95%
2025-08-20T21:23:10.1328492Z (Reading database ... 100%
2025-08-20T21:23:10.1329048Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:23:10.1371688Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:23:10.1804862Z Selecting previously unselected package iputils-ping.
2025-08-20T21:23:10.1864845Z (Reading database ... 
2025-08-20T21:23:10.1865291Z (Reading database ... 5%
2025-08-20T21:23:10.1865595Z (Reading database ... 10%
2025-08-20T21:23:10.1865863Z (Reading database ... 15%
2025-08-20T21:23:10.1866121Z (Reading database ... 20%
2025-08-20T21:23:10.1866379Z (Reading database ... 25%
2025-08-20T21:23:10.1866631Z (Reading database ... 30%
2025-08-20T21:23:10.1866884Z (Reading database ... 35%
2025-08-20T21:23:10.1867146Z (Reading database ... 40%
2025-08-20T21:23:10.1867402Z (Reading database ... 45%
2025-08-20T21:23:10.1867660Z (Reading database ... 50%
2025-08-20T21:23:10.1946387Z (Reading database ... 55%
2025-08-20T21:23:10.1981506Z (Reading database ... 60%
2025-08-20T21:23:10.2003790Z (Reading database ... 65%
2025-08-20T21:23:10.2043717Z (Reading database ... 70%
2025-08-20T21:23:10.2071660Z (Reading database ... 75%
2025-08-20T21:23:10.2098808Z (Reading database ... 80%
2025-08-20T21:23:10.2255453Z (Reading database ... 85%
2025-08-20T21:23:10.2347354Z (Reading database ... 90%
2025-08-20T21:23:10.2622273Z (Reading database ... 95%
2025-08-20T21:23:10.2622592Z (Reading database ... 100%
2025-08-20T21:23:10.2622992Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:23:10.2666462Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:23:10.2676081Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.2893898Z Selecting previously unselected package iputils-arping.
2025-08-20T21:23:10.3037788Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:23:10.3046225Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.3255773Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:23:10.3398941Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:23:10.3406536Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.3801295Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.3951271Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.4103317Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:23:10.4257072Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:23:16.5853215Z Reading package lists...
2025-08-20T21:23:16.7827854Z Building dependency tree...
2025-08-20T21:23:16.7836463Z Reading state information...
2025-08-20T21:23:16.9743118Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:23:16.9743732Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:23:17.0192398Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:23:17.3066054Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:23:17.6275912Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:17.8549311Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:23:17.9720164Z Collecting pip
2025-08-20T21:23:18.0078538Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:23:18.0166953Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:23:18.0593578Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 43.4 MB/s eta 0:00:00
2025-08-20T21:23:18.3041255Z Installing collected packages: pip
2025-08-20T21:23:19.0418546Z Successfully installed pip-25.2
2025-08-20T21:23:19.2506780Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:23:19.2950591Z Reading package lists...
2025-08-20T21:23:19.4677920Z Building dependency tree...
2025-08-20T21:23:19.4686198Z Reading state information...
2025-08-20T21:23:19.6239021Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:23:19.6239529Z pciutils set to manually installed.
2025-08-20T21:23:19.6240179Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:23:19.6240762Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:23:19.6241486Z python3-distro set to manually installed.
2025-08-20T21:23:19.6241930Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:23:19.6242381Z python3-netifaces set to manually installed.
2025-08-20T21:23:19.6242779Z The following additional packages will be installed:
2025-08-20T21:23:19.6243153Z   libsysfs2
2025-08-20T21:23:19.6245969Z Suggested packages:
2025-08-20T21:23:19.6246370Z   fancontrol read-edid i2c-tools
2025-08-20T21:23:19.6503417Z The following NEW packages will be installed:
2025-08-20T21:23:19.6506252Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:23:19.6708911Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:23:19.6937093Z Need to get 142 kB of archives.
2025-08-20T21:23:19.6938075Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:23:19.6938749Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:23:19.7369819Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:23:19.7532067Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:23:19.7815446Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:23:19.7974405Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:23:20.0622018Z Fetched 142 kB in 0s (1234 kB/s)
2025-08-20T21:23:20.0824028Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:23:20.0885595Z (Reading database ... 
2025-08-20T21:23:20.0886021Z (Reading database ... 5%
2025-08-20T21:23:20.0886425Z (Reading database ... 10%
2025-08-20T21:23:20.0886842Z (Reading database ... 15%
2025-08-20T21:23:20.0887258Z (Reading database ... 20%
2025-08-20T21:23:20.0887639Z (Reading database ... 25%
2025-08-20T21:23:20.0888008Z (Reading database ... 30%
2025-08-20T21:23:20.0888371Z (Reading database ... 35%
2025-08-20T21:23:20.0888739Z (Reading database ... 40%
2025-08-20T21:23:20.0889106Z (Reading database ... 45%
2025-08-20T21:23:20.0889471Z (Reading database ... 50%
2025-08-20T21:23:20.0969151Z (Reading database ... 55%
2025-08-20T21:23:20.1004175Z (Reading database ... 60%
2025-08-20T21:23:20.1026001Z (Reading database ... 65%
2025-08-20T21:23:20.1066395Z (Reading database ... 70%
2025-08-20T21:23:20.1094481Z (Reading database ... 75%
2025-08-20T21:23:20.1120753Z (Reading database ... 80%
2025-08-20T21:23:20.1269851Z (Reading database ... 85%
2025-08-20T21:23:20.1364503Z (Reading database ... 90%
2025-08-20T21:23:20.1634619Z (Reading database ... 95%
2025-08-20T21:23:20.1635128Z (Reading database ... 100%
2025-08-20T21:23:20.1635747Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:23:20.1679521Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:23:20.1695812Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:23:20.1929507Z Selecting previously unselected package sysfsutils.
2025-08-20T21:23:20.2073289Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:23:20.2107786Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:23:20.2349101Z Selecting previously unselected package lm-sensors.
2025-08-20T21:23:20.2491816Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:23:20.2686957Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:23:20.2943903Z Selecting previously unselected package virt-what.
2025-08-20T21:23:20.3085498Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:23:20.3093265Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:23:20.3508906Z Setting up virt-what (1.25-2) ...
2025-08-20T21:23:20.3530066Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:23:20.3550659Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:23:20.7535264Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:23:20.7535929Z 
2025-08-20T21:23:20.7536738Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:23:20.7537240Z 
2025-08-20T21:23:21.0654957Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:23:21.4558776Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:23:21.4559299Z 
2025-08-20T21:23:21.4592672Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:23:26.0829141Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:23:27.5461271Z Reading package lists...
2025-08-20T21:23:27.7092653Z Building dependency tree...
2025-08-20T21:23:27.7101103Z Reading state information...
2025-08-20T21:23:27.8583909Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:23:27.8584467Z The following additional packages will be installed:
2025-08-20T21:23:27.8587955Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:23:27.8588515Z   xorg-sgml-doctools
2025-08-20T21:23:27.8592801Z Suggested packages:
2025-08-20T21:23:27.8593170Z   libxcb-doc
2025-08-20T21:23:27.8733612Z The following NEW packages will be installed:
2025-08-20T21:23:27.8735550Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:23:27.8738127Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:23:27.8738581Z   xcb xorg-sgml-doctools
2025-08-20T21:23:27.8905804Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:23:27.8906408Z Need to get 807 kB of archives.
2025-08-20T21:23:27.8906960Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:23:27.8907648Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:23:27.9241793Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:23:27.9391161Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:23:27.9538285Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:23:27.9817963Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:23:27.9964959Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:23:28.0119226Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:23:28.0273301Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:23:28.0421268Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:23:28.0570794Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:23:28.0906722Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:23:28.1053232Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:23:28.3714908Z Fetched 807 kB in 0s (3583 kB/s)
2025-08-20T21:23:28.3907300Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:23:28.3967918Z (Reading database ... 
2025-08-20T21:23:28.3968341Z (Reading database ... 5%
2025-08-20T21:23:28.3968738Z (Reading database ... 10%
2025-08-20T21:23:28.3969109Z (Reading database ... 15%
2025-08-20T21:23:28.3969481Z (Reading database ... 20%
2025-08-20T21:23:28.3969882Z (Reading database ... 25%
2025-08-20T21:23:28.3970240Z (Reading database ... 30%
2025-08-20T21:23:28.3970614Z (Reading database ... 35%
2025-08-20T21:23:28.3971281Z (Reading database ... 40%
2025-08-20T21:23:28.3971639Z (Reading database ... 45%
2025-08-20T21:23:28.3971998Z (Reading database ... 50%
2025-08-20T21:23:28.4065446Z (Reading database ... 55%
2025-08-20T21:23:28.4085599Z (Reading database ... 60%
2025-08-20T21:23:28.4107934Z (Reading database ... 65%
2025-08-20T21:23:28.4148867Z (Reading database ... 70%
2025-08-20T21:23:28.4177938Z (Reading database ... 75%
2025-08-20T21:23:28.4205170Z (Reading database ... 80%
2025-08-20T21:23:28.4357299Z (Reading database ... 85%
2025-08-20T21:23:28.4453957Z (Reading database ... 90%
2025-08-20T21:23:28.4722306Z (Reading database ... 95%
2025-08-20T21:23:28.4722715Z (Reading database ... 100%
2025-08-20T21:23:28.4723232Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:23:28.4766007Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:23:28.4776323Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:23:28.4981404Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:23:28.5122374Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:23:28.5132163Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:23:28.5371981Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:23:28.5515726Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:23:28.5523625Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:23:28.6176008Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:23:28.6319701Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:23:28.6329790Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:23:28.6551326Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:23:28.6694202Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:23:28.6702499Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:23:28.6902545Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:23:28.7046713Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:23:28.7055096Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.7291546Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:23:28.7434152Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:23:28.7442569Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.7663567Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:23:28.7808376Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:23:28.7824562Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.8022867Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:23:28.8165857Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:23:28.8174582Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.8376842Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:23:28.8520610Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:23:28.8529542Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.8748081Z Selecting previously unselected package xcb.
2025-08-20T21:23:28.8894208Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:23:28.8902581Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:23:28.9328033Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:28.9350710Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:23:28.9370037Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:23:28.9410108Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:23:28.9458763Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:23:28.9600784Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:23:33.4257106Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:23:33.4343779Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:23:33.4366756Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:23:33.4392694Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:23:33.4418794Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:33.4440708Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:33.4463211Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:33.4489463Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:23:35.1058227Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:35.2769317Z Collecting build
2025-08-20T21:23:35.3100664Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:23:35.4132257Z Collecting cffi
2025-08-20T21:23:35.4173330Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:23:35.4329154Z Collecting scons
2025-08-20T21:23:35.4379501Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:35.4619949Z Collecting scuba
2025-08-20T21:23:35.4672103Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:23:35.5122667Z Collecting pytest
2025-08-20T21:23:35.5167891Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:23:35.5341339Z Collecting packaging>=19.1 (from build)
2025-08-20T21:23:35.5378785Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:35.5469026Z Collecting pyproject_hooks (from build)
2025-08-20T21:23:35.5516788Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:23:35.5616995Z Collecting pycparser (from cffi)
2025-08-20T21:23:35.5652821Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:23:35.5976733Z Collecting PyYAML (from scuba)
2025-08-20T21:23:35.6016749Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:23:35.6112935Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:23:35.6150545Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:23:35.6305992Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:23:35.6343533Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:23:35.6528440Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:23:35.6568228Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:35.6665238Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:23:35.6734226Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:23:35.6903562Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:35.7173472Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 159.1 MB/s  0:00:00
2025-08-20T21:23:35.7221196Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:23:35.7285167Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:23:35.7351479Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:23:35.7404527Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:23:35.7457451Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:35.7514093Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:35.7599904Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 148.7 MB/s  0:00:00
2025-08-20T21:23:35.7634585Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:23:35.7691369Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:23:35.7744530Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:23:35.7807404Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 119.5 MB/s  0:00:00
2025-08-20T21:23:35.8937545Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:23:37.5994522Z 
2025-08-20T21:23:37.6012326Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:23:37.9058373Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:38.0719273Z Collecting ansi2txt
2025-08-20T21:23:38.1190359Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:23:38.1405920Z Collecting pipx
2025-08-20T21:23:38.1456805Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:38.1606642Z Collecting scons
2025-08-20T21:23:38.1623394Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:38.1698002Z Collecting py2static
2025-08-20T21:23:38.1746430Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:23:38.1924737Z Collecting typer
2025-08-20T21:23:38.1962520Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:23:38.2238695Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:23:38.2277390Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:38.2444199Z Collecting packaging>=20 (from pipx)
2025-08-20T21:23:38.2454368Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:38.2611599Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:23:38.2653056Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:23:38.2781874Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:23:38.2825523Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:38.3224544Z Collecting pyinstaller (from py2static)
2025-08-20T21:23:38.3279297Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:23:38.3436200Z Collecting staticx (from py2static)
2025-08-20T21:23:38.3485425Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:23:38.3654794Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:23:38.3693294Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:38.3972077Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:23:38.4014553Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:38.4138104Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:23:38.4178498Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:23:38.4551638Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:23:38.4590161Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:38.4775653Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:38.4815850Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:38.5032271Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:38.5042397Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:38.5132867Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:23:38.5172149Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:23:38.6298193Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:23:38.6340120Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:38.6521627Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:23:38.6565323Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:38.6749396Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:23:38.6798520Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:38.6967201Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:23:38.7005383Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:23:38.7094980Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:23:38.7151772Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:23:38.7212464Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:38.7303798Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:23:38.7360658Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:23:38.7446408Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:23:38.7528240Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:23:38.7561071Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:38.7601124Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:23:38.7658903Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:23:38.7710523Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:38.7764297Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:23:38.7824175Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:23:38.7878297Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:23:38.7941283Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:23:38.7997022Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:23:38.8087472Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:23:38.8188822Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 80.8 MB/s  0:00:00
2025-08-20T21:23:38.8286320Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:38.8395782Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:38.8475840Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 157.5 MB/s  0:00:00
2025-08-20T21:23:38.8518224Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:38.8592381Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:23:38.8667032Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:23:39.0209093Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:23:39.8388835Z   Attempting uninstall: scons
2025-08-20T21:23:39.8473356Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:39.8850175Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:39.8923068Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:40.5047194Z   Attempting uninstall: pygments
2025-08-20T21:23:40.5128427Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:40.5357574Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:40.5384223Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:41.1572397Z   Attempting uninstall: packaging
2025-08-20T21:23:41.1651478Z     Found existing installation: packaging 25.0
2025-08-20T21:23:41.1676175Z     Uninstalling packaging-25.0:
2025-08-20T21:23:41.1684301Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:42.1618792Z 
2025-08-20T21:23:42.1649599Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:23:42.4793528Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:42.6482799Z Collecting build
2025-08-20T21:23:42.6494272Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:23:42.7409163Z Collecting cffi
2025-08-20T21:23:42.7421064Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:23:42.7551533Z Collecting scons
2025-08-20T21:23:42.7562175Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:42.7671622Z Collecting scuba
2025-08-20T21:23:42.7681768Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:23:42.8102345Z Collecting pytest
2025-08-20T21:23:42.8113290Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:23:42.8283401Z Collecting packaging>=19.1 (from build)
2025-08-20T21:23:42.8294220Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:42.8366840Z Collecting pyproject_hooks (from build)
2025-08-20T21:23:42.8377008Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:23:42.8481052Z Collecting pycparser (from cffi)
2025-08-20T21:23:42.8491282Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:23:42.8807687Z Collecting PyYAML (from scuba)
2025-08-20T21:23:42.8818941Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:23:42.8894835Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:23:42.8905086Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:23:42.9329119Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:23:42.9339401Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:23:42.9545310Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:23:42.9555710Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:42.9613239Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:23:42.9623414Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:23:42.9636490Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:42.9676645Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:23:42.9688162Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:23:42.9700252Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:23:42.9709925Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:23:42.9719436Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:42.9729285Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:42.9748170Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:23:42.9758352Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:23:42.9768229Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:23:43.1011784Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:23:43.1016692Z   Attempting uninstall: scons
2025-08-20T21:23:43.1101334Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:43.1482997Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:43.1555433Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:43.7706831Z   Attempting uninstall: PyYAML
2025-08-20T21:23:43.7796039Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:23:43.7821362Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:23:43.7830429Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:23:43.8361667Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:23:43.8444784Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:23:43.8461474Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:23:43.8468255Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:23:43.8554464Z   Attempting uninstall: pygments
2025-08-20T21:23:43.8646930Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:43.8863845Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:43.8890472Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:44.4923092Z   Attempting uninstall: pycparser
2025-08-20T21:23:44.5008059Z     Found existing installation: pycparser 2.22
2025-08-20T21:23:44.5037402Z     Uninstalling pycparser-2.22:
2025-08-20T21:23:44.5045434Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:23:44.6241967Z   Attempting uninstall: pluggy
2025-08-20T21:23:44.6330655Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:23:44.6351450Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:23:44.6358352Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:23:44.6506995Z   Attempting uninstall: packaging
2025-08-20T21:23:44.6587924Z     Found existing installation: packaging 25.0
2025-08-20T21:23:44.6612992Z     Uninstalling packaging-25.0:
2025-08-20T21:23:44.6620584Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:44.6996262Z   Attempting uninstall: iniconfig
2025-08-20T21:23:44.7080323Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:23:44.7097293Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:23:44.7104671Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:23:44.7173698Z   Attempting uninstall: scuba
2025-08-20T21:23:44.7253748Z     Found existing installation: scuba 2.14.1
2025-08-20T21:23:44.7276081Z     Uninstalling scuba-2.14.1:
2025-08-20T21:23:44.7285492Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:23:44.7474149Z   Attempting uninstall: pytest
2025-08-20T21:23:44.7556417Z     Found existing installation: pytest 8.4.1
2025-08-20T21:23:44.7622167Z     Uninstalling pytest-8.4.1:
2025-08-20T21:23:44.7883348Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:23:44.9982617Z   Attempting uninstall: cffi
2025-08-20T21:23:45.0062930Z     Found existing installation: cffi 1.17.1
2025-08-20T21:23:45.0088605Z     Uninstalling cffi-1.17.1:
2025-08-20T21:23:45.0330462Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:23:45.1000820Z   Attempting uninstall: build
2025-08-20T21:23:45.1080511Z     Found existing installation: build 1.3.0
2025-08-20T21:23:45.1106161Z     Uninstalling build-1.3.0:
2025-08-20T21:23:45.1116235Z       Successfully uninstalled build-1.3.0
2025-08-20T21:23:45.1301676Z 
2025-08-20T21:23:45.1329026Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:23:45.4438364Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:45.6095449Z Collecting ansi2txt
2025-08-20T21:23:45.6107184Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:23:45.6273112Z Collecting pipx
2025-08-20T21:23:45.6283877Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:45.6401576Z Collecting scons
2025-08-20T21:23:45.6417468Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:23:45.6496820Z Collecting py2static
2025-08-20T21:23:45.6507148Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:23:45.6645806Z Collecting typer
2025-08-20T21:23:45.6656312Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:23:45.6876161Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:23:45.6886563Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:45.7033832Z Collecting packaging>=20 (from pipx)
2025-08-20T21:23:45.7044008Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:45.7195412Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:23:45.7205800Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:23:45.7312328Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:23:45.7322594Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:45.7676718Z Collecting pyinstaller (from py2static)
2025-08-20T21:23:45.7687665Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:23:45.7821283Z Collecting staticx (from py2static)
2025-08-20T21:23:45.7831494Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:23:45.7977173Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:23:45.7987631Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:45.8257379Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:23:45.8267843Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:23:45.8373249Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:23:45.8383535Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:23:45.8718446Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:23:45.8729056Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:23:45.8879668Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:45.8891161Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:45.9087602Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:23:45.9098155Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:23:45.9188754Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:23:45.9199333Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:23:46.0292410Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:23:46.0305502Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:46.0464452Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:23:46.0475426Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:46.0630376Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:23:46.0641407Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:46.0783833Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:23:46.0794523Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:23:46.0832599Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:23:46.0842985Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:23:46.0853627Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:23:46.0896488Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:23:46.0906569Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:23:46.0916682Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:23:46.0926767Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:23:46.0937428Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:46.0947613Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:23:46.0957511Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:23:46.0969020Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:46.0988296Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:23:46.0998605Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:23:46.1008242Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:23:46.1018023Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:23:46.1028028Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:23:46.1037969Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:23:46.1053588Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:46.1066454Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:46.1085178Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:46.1095221Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:23:46.1105911Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:23:46.2586894Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:23:46.2591416Z   Attempting uninstall: pyelftools
2025-08-20T21:23:46.2670510Z     Found existing installation: pyelftools 0.32
2025-08-20T21:23:46.2721248Z     Uninstalling pyelftools-0.32:
2025-08-20T21:23:46.2737119Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:23:46.3835601Z   Attempting uninstall: altgraph
2025-08-20T21:23:46.3922276Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:23:46.3941836Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:23:46.3948660Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:23:46.4085317Z   Attempting uninstall: typing-extensions
2025-08-20T21:23:46.4171932Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:23:46.4186990Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:23:46.4426918Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:23:46.4669730Z   Attempting uninstall: staticx
2025-08-20T21:23:46.4754063Z     Found existing installation: staticx 0.14.1
2025-08-20T21:23:46.4780410Z     Uninstalling staticx-0.14.1:
2025-08-20T21:23:46.4791993Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:23:46.4993426Z   Attempting uninstall: shellingham
2025-08-20T21:23:46.5076731Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:23:46.5096505Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:23:46.5103692Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:23:46.5192708Z   Attempting uninstall: setuptools
2025-08-20T21:23:46.5278931Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:23:46.5564138Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:23:46.5844853Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:23:47.2471621Z   Attempting uninstall: scons
2025-08-20T21:23:47.2568842Z     Found existing installation: SCons 4.9.1
2025-08-20T21:23:47.2957995Z     Uninstalling SCons-4.9.1:
2025-08-20T21:23:47.3028381Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:23:47.9221478Z   Attempting uninstall: pygments
2025-08-20T21:23:47.9313140Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:23:47.9546490Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:23:47.9573644Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:23:48.5615825Z   Attempting uninstall: platformdirs
2025-08-20T21:23:48.5708227Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:23:48.5728367Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:23:48.5735324Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:23:48.5878463Z   Attempting uninstall: packaging
2025-08-20T21:23:48.5959548Z     Found existing installation: packaging 25.0
2025-08-20T21:23:48.5983775Z     Uninstalling packaging-25.0:
2025-08-20T21:23:48.5991296Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:48.6374910Z   Attempting uninstall: mdurl
2025-08-20T21:23:48.6457425Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:23:48.6474548Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:23:48.6480780Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:23:48.6563762Z   Attempting uninstall: click
2025-08-20T21:23:48.6644321Z     Found existing installation: click 8.2.1
2025-08-20T21:23:48.6667662Z     Uninstalling click-8.2.1:
2025-08-20T21:23:48.6675023Z       Successfully uninstalled click-8.2.1
2025-08-20T21:23:48.7261600Z   Attempting uninstall: argcomplete
2025-08-20T21:23:48.7347823Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:23:48.7378148Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:23:48.7389604Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:23:48.7613624Z   Attempting uninstall: ansi2txt
2025-08-20T21:23:48.7695868Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:23:48.7711636Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:23:48.7959993Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:23:48.8013429Z   Attempting uninstall: userpath
2025-08-20T21:23:48.8097504Z     Found existing installation: userpath 1.9.2
2025-08-20T21:23:48.8116964Z     Uninstalling userpath-1.9.2:
2025-08-20T21:23:48.8126117Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:23:48.8225427Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:23:48.8307471Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:23:48.8741820Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:23:48.8785091Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:23:49.1547173Z   Attempting uninstall: markdown-it-py
2025-08-20T21:23:49.1634982Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:23:49.1698414Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:23:49.1712613Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:23:49.2325803Z   Attempting uninstall: rich
2025-08-20T21:23:49.2413546Z     Found existing installation: rich 14.1.0
2025-08-20T21:23:49.2476133Z     Uninstalling rich-14.1.0:
2025-08-20T21:23:49.2486140Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:23:49.4063432Z   Attempting uninstall: pyinstaller
2025-08-20T21:23:49.4144590Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:23:49.4498731Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:23:49.4542430Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:49.7881768Z   Attempting uninstall: pipx
2025-08-20T21:23:49.7980493Z     Found existing installation: pipx 1.7.1
2025-08-20T21:23:49.8017518Z     Uninstalling pipx-1.7.1:
2025-08-20T21:23:49.8028084Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:23:49.8527650Z   Attempting uninstall: typer
2025-08-20T21:23:49.8618162Z     Found existing installation: typer 0.16.1
2025-08-20T21:23:49.8644917Z     Uninstalling typer-0.16.1:
2025-08-20T21:23:49.8654890Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:23:49.8993084Z   Attempting uninstall: py2static
2025-08-20T21:23:49.9072498Z     Found existing installation: py2static 0.0.1
2025-08-20T21:23:49.9092060Z     Uninstalling py2static-0.0.1:
2025-08-20T21:23:49.9102836Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:23:49.9178031Z 
2025-08-20T21:23:49.9206343Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:23:50.2338748Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:23:50.3535027Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:23:50.3538988Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-9idcpim4
2025-08-20T21:23:50.3559717Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-9idcpim4
2025-08-20T21:23:51.3867505Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:23:51.3910122Z   Installing build dependencies: started
2025-08-20T21:23:52.1118595Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:23:52.1128450Z   Getting requirements to build wheel: started
2025-08-20T21:23:52.3992045Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:23:52.4004043Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:23:52.5947463Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:23:52.7514723Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:52.7526737Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:23:52.7769773Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:23:52.7780346Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:23:52.7963816Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:23:52.7973901Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:23:52.8116281Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:23:52.8126273Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:23:52.8169657Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:23:52.8179999Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:23:52.8193614Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:23:52.8212532Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:23:52.8332582Z Building wheels for collected packages: pyinstaller
2025-08-20T21:23:52.8340133Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:23:53.5504252Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:23:53.5530646Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=b948f6a21c1bcafdcca01b63d0f816498720194eb4b9b6d216e50a6f3faa8546
2025-08-20T21:23:53.5532817Z   Stored in directory: /tmp/pip-ephem-wheel-cache-lgzz7ea9/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:23:53.5573854Z Successfully built pyinstaller
2025-08-20T21:23:53.6492465Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:23:53.6497361Z   Attempting uninstall: altgraph
2025-08-20T21:23:53.6580594Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:23:53.6601123Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:23:53.6608029Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:23:53.6785467Z   Attempting uninstall: setuptools
2025-08-20T21:23:53.6873472Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:23:53.7155170Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:23:53.7441642Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:23:54.4121606Z   Attempting uninstall: packaging
2025-08-20T21:23:54.4211253Z     Found existing installation: packaging 25.0
2025-08-20T21:23:54.4238956Z     Uninstalling packaging-25.0:
2025-08-20T21:23:54.4246494Z       Successfully uninstalled packaging-25.0
2025-08-20T21:23:54.4642552Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:23:54.4731136Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:23:54.5167097Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:23:54.5210480Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:23:54.8023815Z   Attempting uninstall: pyinstaller
2025-08-20T21:23:54.8110485Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:23:54.8458276Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:23:54.8503199Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:23:55.1885531Z 
2025-08-20T21:23:55.1914051Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:23:55.4720462Z 6.15.0
2025-08-20T21:23:56.0378141Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:23:56.0388554Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:23:56.0388897Z 
2025-08-20T21:23:56.0389119Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:23:56.0389872Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:23:56.0390473Z installation.
2025-08-20T21:23:56.0390663Z 
2025-08-20T21:23:56.0391178Z If you installed the current Docker package using this script and are using it
2025-08-20T21:23:56.0391741Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:23:56.0392201Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:23:56.0392583Z files to match the parameters passed to the script.
2025-08-20T21:23:56.0392788Z 
2025-08-20T21:23:56.0392902Z You may press Ctrl+C now to abort this script.
2025-08-20T21:23:56.0559723Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:57.2932827Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:23:57.6851607Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:23:57.6874686Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:57.7396453Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:23:57.7415993Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:23:57.7423349Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:23:59.0571077Z + 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-20T21:24:10.5079140Z 
2025-08-20T21:24:10.5081397Z Running kernel seems to be up-to-date.
2025-08-20T21:24:10.5081672Z 
2025-08-20T21:24:10.5081776Z Restarting services...
2025-08-20T21:24:10.5146781Z 
2025-08-20T21:24:10.5147158Z Service restarts being deferred:
2025-08-20T21:24:10.5147749Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:24:10.5148115Z 
2025-08-20T21:24:10.5148315Z No containers need to be restarted.
2025-08-20T21:24:10.5148520Z 
2025-08-20T21:24:10.5148649Z No user sessions are running outdated binaries.
2025-08-20T21:24:10.5148858Z 
2025-08-20T21:24:10.5149052Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:24:11.3162151Z + sh -c 'docker version'
2025-08-20T21:24:11.3314276Z Client: Docker Engine - Community
2025-08-20T21:24:11.3314823Z  Version:           28.3.3
2025-08-20T21:24:11.3315157Z  API version:       1.51
2025-08-20T21:24:11.3315543Z  Go version:        go1.24.5
2025-08-20T21:24:11.3315939Z  Git commit:        980b856
2025-08-20T21:24:11.3316354Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:24:11.3316810Z  OS/Arch:           linux/amd64
2025-08-20T21:24:11.3317210Z  Context:           default
2025-08-20T21:24:11.3317441Z 
2025-08-20T21:24:11.3317629Z Server: Docker Engine - Community
2025-08-20T21:24:11.3317925Z  Engine:
2025-08-20T21:24:11.3318108Z   Version:          28.3.3
2025-08-20T21:24:11.3318356Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:24:11.3318637Z   Go version:       go1.24.5
2025-08-20T21:24:11.3318862Z   Git commit:       bea959c
2025-08-20T21:24:11.3319091Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:24:11.3319343Z   OS/Arch:          linux/amd64
2025-08-20T21:24:11.3319586Z   Experimental:     false
2025-08-20T21:24:11.3320078Z  containerd:
2025-08-20T21:24:11.3320267Z   Version:          1.7.27
2025-08-20T21:24:11.3320531Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:24:11.3320814Z  runc:
2025-08-20T21:24:11.3321258Z   Version:          1.2.5
2025-08-20T21:24:11.3321485Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:24:11.3321751Z  docker-init:
2025-08-20T21:24:11.3321938Z   Version:          0.19.0
2025-08-20T21:24:11.3322154Z   GitCommit:        de40ad0
2025-08-20T21:24:11.3335103Z 
2025-08-20T21:24:11.3335527Z ================================================================================
2025-08-20T21:24:11.3335891Z 
2025-08-20T21:24:11.3336177Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:24:11.3336774Z Docker daemon in rootless mode for your user:
2025-08-20T21:24:11.3336987Z 
2025-08-20T21:24:11.3337102Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:24:11.3337304Z 
2025-08-20T21:24:11.3337521Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:24:11.3337809Z 
2025-08-20T21:24:11.3337813Z 
2025-08-20T21:24:11.3338005Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:24:11.3338467Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:24:11.3338719Z 
2025-08-20T21:24:11.3338917Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:24:11.3339355Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:24:11.3339791Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:24:11.3340062Z 
2025-08-20T21:24:11.3340202Z ================================================================================
2025-08-20T21:24:11.3340495Z 
2025-08-20T21:24:22.0281924Z ● docker.service - Docker Application Container Engine
2025-08-20T21:24:22.0282824Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:24:22.0283336Z      Active: active (running) since Wed 2025-08-20 21:24:12 UTC; 10s ago
2025-08-20T21:24:22.0283727Z TriggeredBy: ● docker.socket
2025-08-20T21:24:22.0283992Z        Docs: https://docs.docker.com
2025-08-20T21:24:22.0284394Z    Main PID: 19692 (dockerd)
2025-08-20T21:24:22.0284763Z       Tasks: 10
2025-08-20T21:24:22.0285106Z      Memory: 23.2M (peak: 27.6M)
2025-08-20T21:24:22.0285505Z         CPU: 317ms
2025-08-20T21:24:22.0285877Z      CGroup: /system.slice/docker.service
2025-08-20T21:24:22.0286754Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:24:22.0287249Z 
2025-08-20T21:24:22.0287785Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.463504373Z" level=info msg="Loading containers: start."
2025-08-20T21:24:22.0289789Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.945569917Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b10df3000ec297fd47dffb1ba80362d4ce5db3edeb995f65cacb367acc58709], retrying...."
2025-08-20T21:24:22.0292065Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.977072085Z" level=info msg="Loading containers: done."
2025-08-20T21:24:22.0293980Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985438527Z" 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-20T21:24:22.0295313Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985507997Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:24:22.0296197Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985532794Z" level=info msg="Initializing buildkit"
2025-08-20T21:24:22.0296892Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.004482671Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:24:22.0297871Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009356578Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:24:22.0298586Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009436225Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:24:22.0299233Z Aug 20 21:24:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:24:22.0399055Z ● docker.service - Docker Application Container Engine
2025-08-20T21:24:22.0399949Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:24:22.0400826Z      Active: active (running) since Wed 2025-08-20 21:24:12 UTC; 10s ago
2025-08-20T21:24:22.0401720Z TriggeredBy: ● docker.socket
2025-08-20T21:24:22.0402288Z        Docs: https://docs.docker.com
2025-08-20T21:24:22.0403442Z    Main PID: 19692 (dockerd)
2025-08-20T21:24:22.0403852Z       Tasks: 10
2025-08-20T21:24:22.0404181Z      Memory: 23.2M (peak: 27.6M)
2025-08-20T21:24:22.0404532Z         CPU: 317ms
2025-08-20T21:24:22.0404758Z      CGroup: /system.slice/docker.service
2025-08-20T21:24:22.0405280Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:24:22.0405573Z 
2025-08-20T21:24:22.0405890Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.463504373Z" level=info msg="Loading containers: start."
2025-08-20T21:24:22.0407036Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.945569917Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b10df3000ec297fd47dffb1ba80362d4ce5db3edeb995f65cacb367acc58709], retrying...."
2025-08-20T21:24:22.0410408Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.977072085Z" level=info msg="Loading containers: done."
2025-08-20T21:24:22.0412592Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985438527Z" 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-20T21:24:22.0414939Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985507997Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:24:22.0416450Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985532794Z" level=info msg="Initializing buildkit"
2025-08-20T21:24:22.0417630Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.004482671Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:24:22.0418767Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009356578Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:24:22.0419525Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009436225Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:24:22.0420217Z Aug 20 21:24:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:24:22.0610535Z ● docker.service - Docker Application Container Engine
2025-08-20T21:24:22.0611615Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:24:22.0612183Z      Active: active (running) since Wed 2025-08-20 21:24:12 UTC; 10s ago
2025-08-20T21:24:22.0612628Z TriggeredBy: ● docker.socket
2025-08-20T21:24:22.0612948Z        Docs: https://docs.docker.com
2025-08-20T21:24:22.0613262Z    Main PID: 19692 (dockerd)
2025-08-20T21:24:22.0613520Z       Tasks: 10
2025-08-20T21:24:22.0613803Z      Memory: 23.2M (peak: 27.6M)
2025-08-20T21:24:22.0614277Z         CPU: 317ms
2025-08-20T21:24:22.0614696Z      CGroup: /system.slice/docker.service
2025-08-20T21:24:22.0615559Z              └─19692 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:24:22.0616319Z 
2025-08-20T21:24:22.0616872Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.463504373Z" level=info msg="Loading containers: start."
2025-08-20T21:24:22.0618899Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.945569917Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b10df3000ec297fd47dffb1ba80362d4ce5db3edeb995f65cacb367acc58709], retrying...."
2025-08-20T21:24:22.0621105Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.977072085Z" level=info msg="Loading containers: done."
2025-08-20T21:24:22.0623051Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985438527Z" 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-20T21:24:22.0624581Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985507997Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:24:22.0625457Z Aug 20 21:24:11 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:11.985532794Z" level=info msg="Initializing buildkit"
2025-08-20T21:24:22.0626147Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.004482671Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:24:22.0626868Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009356578Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:24:22.0627577Z Aug 20 21:24:12 pkrvmqc4gcfdwos dockerd[19692]: time="2025-08-20T21:24:12.009436225Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:24:22.0628416Z Aug 20 21:24:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:24:22.0727235Z Docker version 28.3.3, build 980b856
2025-08-20T21:24:22.0920410Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:24:22.2706877Z latest: Pulling from library/hello-world
2025-08-20T21:24:22.3196618Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:24:22.4175218Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:24:22.4175747Z 17eec7bbc9d7: Download complete
2025-08-20T21:24:22.4235240Z 17eec7bbc9d7: Pull complete
2025-08-20T21:24:22.4271927Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:24:22.4283051Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:24:22.5766842Z 
2025-08-20T21:24:22.5773930Z Hello from Docker!
2025-08-20T21:24:22.5774521Z This message shows that your installation appears to be working correctly.
2025-08-20T21:24:22.5775552Z 
2025-08-20T21:24:22.5776318Z To generate this message, Docker took the following steps:
2025-08-20T21:24:22.5780395Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:24:22.5781384Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:24:22.5781991Z     (amd64)
2025-08-20T21:24:22.5782488Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:24:22.5783222Z     executable that produces the output you are currently reading.
2025-08-20T21:24:22.5783965Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:24:22.5784560Z     to your terminal.
2025-08-20T21:24:22.5784773Z 
2025-08-20T21:24:22.5785072Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:24:22.5785669Z  $ docker run -it ubuntu bash
2025-08-20T21:24:22.5785937Z 
2025-08-20T21:24:22.5786204Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:24:22.5786777Z  https://hub.docker.com/
2025-08-20T21:24:22.5787028Z 
2025-08-20T21:24:22.5787192Z For more examples and ideas, visit:
2025-08-20T21:24:22.5787639Z  https://docs.docker.com/get-started/
2025-08-20T21:24:22.5788249Z 
2025-08-20T21:24:22.6797230Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:24:22.6797849Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:24:22.6798251Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:24:22.6798682Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:24:22.6799249Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:24:22.6799626Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:24:22.6800002Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:24:22.6800367Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:24:22.6800720Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:24:22.6801425Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:24:22.6801826Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:24:22.6802236Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:24:22.6802631Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:24:22.6803052Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:24:22.6803462Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:24:22.6803870Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:24:22.6804281Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:24:22.6804693Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:24:22.6805092Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:24:22.6805626Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:24:22.6806645Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:24:22.6807377Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:24:22.6808134Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:24:22.6808857Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:24:22.6809487Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:24:22.6810181Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:24:22.6811067Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:24:22.6811593Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:24:22.6812063Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:24:22.6812491Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:24:22.6812926Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:24:22.6813360Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:24:22.6813791Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:24:22.6814226Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:24:22.6814695Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:24:22.6815440Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:24:22.6816140Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:24:22.6816811Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:24:22.6817531Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:24:22.6818377Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:24:22.6819130Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:24:22.6820161Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:24:22.6821126Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:24:22.6821957Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:24:22.6822790Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:24:22.6823613Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:24:22.6824467Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:24:22.6825243Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:24:22.6825983Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:24:22.6826721Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:24:22.6827436Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:24:22.6828152Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:24:22.6828865Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:24:22.6829502Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:24:22.6830130Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:24:22.6830769Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:24:22.6831623Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:24:22.6832225Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:24:22.6832933Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:24:22.6833610Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:24:22.6834575Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:24:22.6835403Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:24:22.6836137Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:24:22.6836858Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:24:22.6837607Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:24:22.6838372Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:24:22.6839100Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:24:22.6839791Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:24:22.6840522Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:24:22.6841626Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:24:22.6842486Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:24:22.6843324Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:24:22.6844042Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:24:22.6844734Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:24:22.6845437Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:24:22.6846153Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:24:22.6846905Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:24:22.6847791Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:24:22.6848654Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:24:22.6849525Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:24:22.6850531Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:24:22.6851427Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:24:22.6852114Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:24:22.6852810Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:24:22.6853499Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:24:22.6854138Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:24:22.6854814Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:24:22.6855509Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:24:22.6856171Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:24:22.6856819Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:24:22.6857526Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:24:22.6858201Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:24:22.6858828Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:24:22.6859457Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:24:22.6860134Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:24:22.6861174Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:24:22.6861788Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:24:22.6862448Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:24:22.6863089Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:24:22.6863927Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:24:22.6864643Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:24:22.6865269Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:24:22.6865875Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:24:22.6866485Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:24:22.6867131Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:24:22.6867832Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:24:22.6868513Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:24:22.6869173Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:24:22.6869825Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:24:22.6870504Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:24:22.6871434Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:24:22.6872050Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:24:22.6872615Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:24:22.6873234Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:24:22.6873858Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:24:22.6874484Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:24:22.6875146Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:24:22.6875788Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:24:22.6876449Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:24:22.6877114Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:24:22.6877852Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:24:22.6878633Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:24:22.6879306Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:24:22.6879732Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:24:22.6880142Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:24:22.6880543Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:24:22.6881240Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:24:22.6881902Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:24:22.6882550Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:24:22.6883239Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:24:22.6884023Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:24:22.6884868Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:24:22.6885716Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:24:22.6886197Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:24:22.6886595Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:24:22.6887158Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:24:22.6887847Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:24:22.6888342Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:24:22.6888744Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:24:22.6889152Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:24:22.6889562Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:24:22.6890222Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:24:22.6890604Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:24:22.6891125Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:24:22.6891472Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:24:22.6891876Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:24:22.6892281Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:24:22.6892683Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:24:22.6893059Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:24:22.6893440Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:24:22.6893825Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:24:22.6894181Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:24:22.6894536Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:24:22.6894978Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:24:22.6895435Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:24:22.6895840Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:24:22.6896215Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:24:22.6896603Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:24:22.6897027Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:24:22.6897453Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:24:22.6897881Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:24:22.6898240Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:24:22.6898604Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:24:22.6899189Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:24:22.6899624Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:24:22.6900036Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:24:22.6900408Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:24:22.6900753Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:24:22.6901308Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:24:22.6901698Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:24:22.6902126Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:24:22.6902601Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:24:22.6903024Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:24:22.6903402Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:24:22.6903760Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:24:22.6904127Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:24:22.6904614Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:24:22.6905132Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:24:22.6905579Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:24:22.6905959Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:24:22.6906423Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:24:22.6907120Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:24:22.6908158Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:24:22.6908941Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:24:22.6909587Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:24:22.6910258Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:24:22.6911136Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:24:22.6911827Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:24:22.6912510Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:24:22.6913169Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:24:22.6913828Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:24:22.6914513Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:24:22.6915231Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:24:22.6915935Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:24:22.6916631Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:24:22.6917344Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:24:22.6918029Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:24:22.6918770Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:24:22.6919557Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:24:22.6920308Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:24:22.6921122Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:24:22.6921776Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:24:22.6922462Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:24:22.6923326Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:24:22.6923996Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:24:22.6924665Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:24:22.6925356Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:24:22.6926085Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:24:22.6926905Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:24:22.6927696Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:24:22.6928413Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:24:22.6929084Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:24:22.6929747Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:24:22.6930407Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:24:22.6931248Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:24:22.6931920Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:24:22.6932582Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:24:22.6933283Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:24:22.6934144Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:24:22.6934968Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:24:22.6935876Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:24:22.6936982Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:24:22.6937850Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:24:22.6938734Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:24:22.6939531Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:24:22.6940198Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:24:22.6940828Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:24:22.6941697Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:24:22.6942363Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:24:22.6943012Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:24:22.6943690Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:24:22.6944377Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:24:22.6945056Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:24:22.6945747Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:24:22.6946410Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:24:22.6947114Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:24:22.6947804Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:24:22.6948537Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:24:22.6949307Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:24:22.6949982Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:24:22.6967044Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:24:22.6967988Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:24:22.6968709Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:24:22.6969566Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:24:22.6970190Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:24:22.6971043Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:24:22.6971747Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:24:22.6972415Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:24:22.6973240Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:24:22.6973887Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:24:22.6974434Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:24:22.6975245Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.6976160Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:24:22.6976814Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:24:22.6977474Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:24:22.6978107Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:24:22.6978808Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:24:22.6979570Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:24:22.6980308Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:24:22.6981262Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:24:22.6981974Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:24:22.6982671Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:24:22.6983608Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:24:22.6984359Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:24:22.6985053Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:24:22.6985830Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:24:22.6986696Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:24:22.6987549Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:24:22.6988342Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:24:22.6989065Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:24:22.6989770Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:24:22.6990604Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:24:22.6991643Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:24:22.6992372Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:24:22.6993145Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:24:22.6993944Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:24:22.6994659Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:24:22.6995283Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:24:22.6995916Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:24:22.6996582Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:24:22.6997250Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:24:22.6997892Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:24:22.6998523Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:24:22.6999435Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:24:22.7000122Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:24:22.7000784Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:24:22.7001638Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:24:22.7002277Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:24:22.7002932Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:24:22.7003609Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:24:22.7004245Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:24:22.7004947Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:24:22.7005570Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:24:22.7006222Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:24:22.7006888Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:24:22.7007534Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:24:22.7008170Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:24:22.7008826Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:24:22.7009447Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:24:22.7010091Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:24:22.7011027Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:24:22.7011750Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:24:22.7012389Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:24:22.7013271Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:24:22.7014025Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:24:22.7014744Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:24:22.7015364Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:24:22.7016010Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:24:22.7016634Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:24:22.7017161Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:24:22.7017676Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:24:22.7018293Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:24:22.7018910Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:24:22.7019552Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:24:22.7020179Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:24:22.7020790Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:24:22.7021568Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:24:22.7022233Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:24:22.7022941Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:24:22.7023634Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:24:22.7024328Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:24:22.7025017Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:24:22.7025753Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:24:22.7026634Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:24:22.7027735Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:24:22.7029027Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:24:22.7029969Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:24:22.7030791Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:24:22.7031768Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:24:22.7032689Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:24:22.7033796Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:24:22.7034782Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:24:22.7035655Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:24:22.7036449Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:24:22.7037103Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:24:22.7037761Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:24:22.7038411Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:24:22.7039082Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:24:22.7039753Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:24:22.7040427Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:24:22.7041343Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:24:22.7042021Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:24:22.7042708Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:24:22.7043632Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:24:22.7044332Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:24:22.7044986Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:24:22.7045677Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:24:22.7046371Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:24:22.7047089Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:24:22.7047819Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:24:22.7048456Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:24:22.7049136Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:24:22.7049861Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:24:22.7050596Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:24:22.7051585Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:24:22.7052338Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:24:22.7052994Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:24:22.7053652Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:24:22.7054331Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:24:22.7054987Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:24:22.7055681Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:24:22.7056373Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:24:22.7057039Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:24:22.7057741Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:24:22.7058382Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:24:22.7059264Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:24:22.7060235Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7061988Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7062971Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7063819Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7064486Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:24:22.7065015Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:24:22.7065441Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:24:22.7065877Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:24:22.7066324Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:24:22.7066743Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:24:22.7067172Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:24:22.7067615Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:24:22.7068048Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:24:22.7068477Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:24:22.7068912Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:24:22.7069337Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:24:22.7069981Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:24:22.7070461Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:24:22.7071221Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:24:22.7071715Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:24:22.7072173Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:24:22.7072623Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:24:22.7073062Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:24:22.7073499Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:24:22.7073924Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:24:22.7074368Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:24:22.7074839Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:24:22.7075298Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:24:22.7075751Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:24:22.7076201Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:24:22.7076601Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:24:22.7077034Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:24:22.7077473Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:24:22.7077879Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:24:22.7078320Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:24:22.7078792Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:24:22.7079212Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:24:22.7079739Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:24:22.7080121Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:24:22.7080515Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:24:22.7081157Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:24:22.7081598Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:24:22.7081973Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:24:22.7082365Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:24:22.7082837Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:24:22.7083311Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:24:22.7083716Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:24:22.7084133Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:24:22.7084589Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:24:22.7085036Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:24:22.7085516Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:24:22.7086006Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:24:22.7086450Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:24:22.7086885Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:24:22.7087289Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:24:22.7087812Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:24:22.7088248Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:24:22.7088636Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:24:22.7089015Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:24:22.7089427Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:24:22.7089909Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:24:22.7090316Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:24:22.7090736Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:24:22.7091305Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:24:22.7091684Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:24:22.7092061Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:24:22.7092424Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:24:22.7092820Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:24:22.7093241Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:24:22.7093696Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:24:22.7094145Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:24:22.7094546Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:24:22.7094984Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:24:22.7095407Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:24:22.7095815Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:24:22.7096228Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:24:22.7096713Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:24:22.7097082Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:24:22.7097472Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:24:22.7097865Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:24:22.7098234Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:24:22.7098567Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:24:22.7098877Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:24:22.7099232Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:24:22.7099739Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:24:22.7100255Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:24:22.7100638Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:24:22.7101155Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:24:22.7101551Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:24:22.7101963Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:24:22.7102367Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:24:22.7102767Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:24:22.7103181Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:24:22.7103589Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:24:22.7103962Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:24:22.7104338Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:24:22.7104819Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:24:22.7105205Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:24:22.7105634Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:24:22.7106060Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:24:22.7106456Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:24:22.7106875Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:24:22.7107309Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:24:22.7107701Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:24:22.7108072Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:24:22.7108427Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:24:22.7108796Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:24:22.7109176Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:24:22.7109557Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:24:22.7109957Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:24:22.7110369Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:24:22.7110827Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:24:22.7111531Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:24:22.7111916Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:24:22.7112304Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:24:22.7112692Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:24:22.7113084Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:24:22.7113613Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:24:22.7113985Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:24:22.7114429Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:24:22.7114919Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:24:22.7115339Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:24:22.7115710Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:24:22.7116097Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:24:22.7116503Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:24:22.7116899Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:24:22.7117281Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:24:22.7117685Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:24:22.7118067Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:24:22.7118420Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:24:22.7118780Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:24:22.7119181Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:24:22.7119605Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:24:22.7119990Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:24:22.7120380Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:24:22.7120826Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:24:22.7121691Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:24:22.7122123Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:24:22.7122524Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:24:22.7123043Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7123558Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:24:22.7123870Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:24:22.7124213Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:24:22.7124625Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:24:22.7125055Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:24:22.7125593Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:24:22.7126193Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:24:22.7126818Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:24:22.7127467Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:24:22.7128111Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:24:22.7128738Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:24:22.7129357Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:24:22.7129940Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:24:22.7130425Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:24:22.7131119Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:24:22.7131781Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:24:22.7132218Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:24:22.7132690Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:24:22.7133128Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:24:22.7133520Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:24:22.7133893Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:24:22.7134274Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:24:22.7134656Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:24:22.7135072Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:24:22.7135496Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:24:22.7135870Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:24:22.7136270Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:24:22.7136735Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:24:22.7137227Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:24:22.7137717Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:24:22.7138201Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:24:22.7138677Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:24:22.7139150Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:24:22.7139721Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:24:22.7140154Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:24:22.7140575Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:24:22.7141142Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:24:22.7141562Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:24:22.7141976Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:24:22.7142421Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:24:22.7142857Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:24:22.7143251Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:24:22.7143642Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:24:22.7144026Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:24:22.7144414Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:24:22.7144852Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:24:22.7145292Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:24:22.7145702Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:24:22.7146117Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:24:22.7146549Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:24:22.7147000Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:24:22.7147446Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:24:22.7147879Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:24:22.7148276Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:24:22.7148792Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:24:22.7149186Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:24:22.7149562Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:24:22.7149939Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:24:22.7150341Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:24:22.7150756Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:24:22.7151343Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:24:22.7151813Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:24:22.7152232Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:24:22.7152644Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:24:22.7153048Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:24:22.7153353Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:24:22.7153677Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:24:22.7154060Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:24:22.7154458Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:24:22.7154851Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:24:22.7155246Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:24:22.7155682Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:24:22.7156128Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:24:22.7156676Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:24:22.7157071Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:24:22.7157468Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:24:22.7158014Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:22.7158603Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:24:22.7159054Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:24:22.7159498Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:24:22.7159933Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:24:22.7160356Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:24:22.7160760Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:24:22.7161484Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:24:22.7161878Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:24:22.7162280Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:24:22.7162681Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:24:22.7163059Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:24:22.7163443Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:24:22.7163842Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:24:22.7164216Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:24:22.7164627Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:24:22.7165093Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:24:22.7165689Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:24:22.7166069Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:24:22.7166448Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:24:22.7166837Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:24:22.7167215Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:24:22.7167587Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:24:22.7168016Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:24:22.7168466Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:24:22.7168874Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:24:22.7169279Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:24:22.7169676Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:24:22.7170061Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:24:22.7170440Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:24:22.7170822Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:24:22.7171542Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:24:22.7171995Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:24:22.7172456Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:24:22.7172885Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:24:22.7173288Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:24:22.7173839Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:24:22.7174273Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:24:22.7174663Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:24:22.7175019Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:24:22.7175335Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:24:22.7175652Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:24:22.7176023Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:24:22.7176400Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:24:22.7176758Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:24:22.7177129Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:24:22.7177530Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:24:22.7177925Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:24:22.7178290Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:24:22.7178646Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:24:22.7179027Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:24:22.7179421Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:24:22.7179800Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:24:22.7180166Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:24:22.7180524Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:24:22.7181401Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:24:22.7181821Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:24:22.7182182Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:24:22.7182566Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:24:22.7183105Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:24:22.7183486Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:24:22.7183869Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:24:22.7184249Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:24:22.7184639Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:24:22.7185040Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:24:22.7185475Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:24:22.7185881Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:24:22.7186238Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:24:22.7186598Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:24:22.7186950Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:24:22.7187377Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:24:22.7187873Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:24:22.7188372Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:24:22.7188847Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:24:22.7189344Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:24:22.7189822Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:24:22.7190205Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:24:22.7190710Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:24:22.7191228Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:24:22.7191623Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:24:22.7192007Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:24:22.7192391Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:24:22.7192768Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:24:22.7193164Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:24:22.7193605Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:24:22.7194037Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:24:22.7194415Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:24:22.7194818Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:24:22.7195240Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:24:22.7195627Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:24:22.7195976Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:24:22.7196370Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:24:22.7196824Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:24:22.7197257Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:24:22.7197672Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:24:22.7198081Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:24:22.7198410Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:24:22.7198689Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:24:22.7199048Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:24:22.7199712Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:24:22.7286267Z [+] Installing Go for linux-amd64...
2025-08-20T21:24:26.3877982Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:24:26.3878586Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:24:26.3881467Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:24:31.7324529Z [+] Downloading Go go1.25.0...
2025-08-20T21:24:31.7377667Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:24:31.7378405Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:24:31.7378740Z 
2025-08-20T21:24:31.8216860Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:24:31.8217437Z 100    80  100    80    0     0    952      0 --:--:-- --:--:-- --:--:--   963
2025-08-20T21:24:31.9492097Z 
2025-08-20T21:24:31.9492981Z 100    75  100    75    0     0    354      0 --:--:-- --:--:-- --:--:--   354
2025-08-20T21:24:32.1404071Z 
2025-08-20T21:24:32.1445426Z 100 56.8M  100 56.8M    0     0   141M      0 --:--:-- --:--:-- --:--:--  141M
2025-08-20T21:24:32.1445867Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:24:33.5264991Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:24:33.5265389Z [+] GOROOT: /home/runner/.go
2025-08-20T21:24:33.5265633Z [+] GOPATH: /home/runner/go
2025-08-20T21:24:33.5265963Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:24:33.5421969Z go version go1.25.0 linux/amd64
2025-08-20T21:24:33.5796571Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:24:33.5797216Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:24:33.5797836Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:24:33.5798711Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:24:33.5799446Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:24:33.5800090Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:24:33.5800678Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:24:33.5801505Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:24:33.5801884Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:24:33.5802228Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:24:33.5802594Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:24:33.5802988Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:24:33.5803372Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:24:33.5803779Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:24:33.5804185Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:24:33.5804590Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:24:33.5804991Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:24:33.5805356Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:24:33.5805750Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:24:33.5806213Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:24:33.5806739Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:24:33.5807427Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:24:33.5808163Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:24:33.5808863Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:24:33.5809481Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:24:33.5810105Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:24:33.5810556Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:24:33.5811434Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:24:33.5811842Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:24:33.5812258Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:24:33.5812675Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:24:33.5813098Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:24:33.5813523Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:24:33.5813937Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:24:33.5814388Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:24:33.5814822Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:24:33.5815227Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:24:33.5815621Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:24:33.5816030Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:24:33.5816455Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:24:33.5816869Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:24:33.5817268Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:24:33.5817655Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:24:33.5818108Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:24:33.5818718Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:24:33.5819193Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:24:33.5819684Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:24:33.5820128Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:24:33.5820542Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:24:33.5821439Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:24:33.5821917Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:24:33.5822339Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:24:33.5822739Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:24:33.5823115Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:24:33.5823476Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:24:33.5823853Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:24:33.5824178Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:24:33.5824524Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:24:33.5824934Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:24:33.5825313Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:24:33.5825723Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:24:33.5826160Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:24:33.5826575Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:24:33.5826983Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:24:33.5827409Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:24:33.5828011Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:24:33.5828412Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:24:33.5828805Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:24:33.5829229Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:24:33.5829698Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:24:33.5830191Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:24:33.5830657Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:24:33.5831339Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:24:33.5831745Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:24:33.5832137Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:24:33.5832544Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:24:33.5832986Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:24:33.5833476Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:24:33.5833971Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:24:33.5834462Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:24:33.5834898Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:24:33.5835296Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:24:33.5835686Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:24:33.5836227Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:24:33.5836635Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:24:33.5837018Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:24:33.5837439Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:24:33.5837862Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:24:33.5838247Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:24:33.5838620Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:24:33.5839028Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:24:33.5839429Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:24:33.5839802Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:24:33.5840173Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:24:33.5840563Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:24:33.5841085Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:24:33.5841444Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:24:33.5841819Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:24:33.5842188Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:24:33.5842549Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:24:33.5842933Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:24:33.5843301Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:24:33.5843662Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:24:33.5844034Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:24:33.5844426Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:24:33.5844952Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:24:33.5845345Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:24:33.5845721Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:24:33.5846093Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:24:33.5846488Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:24:33.5846889Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:24:33.5847233Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:24:33.5847649Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:24:33.5848010Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:24:33.5848363Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:24:33.5848718Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:24:33.5849081Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:24:33.5849437Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:24:33.5849810Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:24:33.5850208Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:24:33.5850642Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:24:33.5851266Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:24:33.5851665Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:24:33.5852050Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:24:33.5852439Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:24:33.5852945Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:24:33.5853355Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:24:33.5853758Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:24:33.5854133Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:24:33.5854522Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:24:33.5854933Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:24:33.5855371Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:24:33.5855798Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:24:33.5856181Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:24:33.5856570Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:24:33.5856978Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:24:33.5857394Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:24:33.5857796Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:24:33.5858183Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:24:33.5858579Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:24:33.5858984Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:24:33.5859368Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:24:33.5859736Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:24:33.5860044Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:24:33.5860372Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:24:33.5860768Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:24:33.5861380Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:24:33.5861998Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:24:33.5862368Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:24:33.5862740Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:24:33.5863117Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:24:33.5863469Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:24:33.5863820Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:24:33.5864286Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:24:33.5864742Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:24:33.5865139Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:24:33.5865516Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:24:33.5865908Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:24:33.5866318Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:24:33.5866732Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:24:33.5867148Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:24:33.5867507Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:24:33.5867867Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:24:33.5868291Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:24:33.5868721Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:24:33.5869128Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:24:33.5869603Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:24:33.5869952Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:24:33.5870338Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:24:33.5870724Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:24:33.5871375Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:24:33.5871843Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:24:33.5872256Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:24:33.5872628Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:24:33.5872977Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:24:33.5873336Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:24:33.5873785Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:24:33.5874307Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:24:33.5874752Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:24:33.5875136Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:24:33.5875609Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:24:33.5876152Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:24:33.5876661Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:24:33.5877099Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:24:33.5877467Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:24:33.5877854Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:24:33.5878461Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:24:33.5879393Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:24:33.5880094Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:24:33.5880760Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:24:33.5881532Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:24:33.5881945Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:24:33.5882355Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:24:33.5882755Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:24:33.5883151Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:24:33.5883542Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:24:33.5884019Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:24:33.5896129Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:24:33.5896828Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:24:33.5897308Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:24:33.5897702Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:24:33.5898098Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:24:33.5898527Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:24:33.5898938Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:24:33.5899332Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:24:33.5899713Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:24:33.5900311Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:24:33.5900752Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:24:33.5901458Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:24:33.5901918Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:24:33.5902329Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:24:33.5902721Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:24:33.5903107Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:24:33.5903485Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:24:33.5903856Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:24:33.5904243Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:24:33.5904628Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:24:33.5905081Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:24:33.5905566Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:24:33.5906034Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:24:33.5906549Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:24:33.5907058Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:24:33.5907548Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:24:33.5908039Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:24:33.5908474Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:24:33.5908843Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:24:33.5909204Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:24:33.5909703Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:24:33.5910080Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:24:33.5910447Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:24:33.5910825Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:24:33.5911407Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:24:33.5911791Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:24:33.5912174Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:24:33.5912550Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:24:33.5912949Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:24:33.5913342Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:24:33.5913766Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:24:33.5914203Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:24:33.5914593Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:24:33.5914966Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:24:33.5915380Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:24:33.5915749Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:24:33.5916102Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:24:33.5916452Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:24:33.5916821Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:24:33.5917325Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:24:33.5917703Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:24:33.5918099Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:24:33.5918463Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:24:33.5918780Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:24:33.5919239Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.5919758Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:24:33.5920132Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:24:33.5920504Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:24:33.5921051Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:24:33.5921477Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:24:33.5921918Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:24:33.5922351Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:24:33.5922780Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:24:33.5923181Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:24:33.5923580Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:24:33.5923997Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:24:33.5924411Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:24:33.5924801Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:24:33.5925226Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:24:33.5925710Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:24:33.5926334Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:24:33.5926782Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:24:33.5927192Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:24:33.5927593Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:24:33.5928066Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:24:33.5928550Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:24:33.5928955Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:24:33.5929383Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:24:33.5929836Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:24:33.5930250Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:24:33.5930621Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:24:33.5931208Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:24:33.5931602Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:24:33.5931988Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:24:33.5932355Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:24:33.5932722Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:24:33.5933111Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:24:33.5933490Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:24:33.5933856Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:24:33.5934223Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:24:33.5934697Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:24:33.5935081Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:24:33.5935467Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:24:33.5935828Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:24:33.5936186Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:24:33.5936542Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:24:33.5936904Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:24:33.5937276Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:24:33.5937637Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:24:33.5937993Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:24:33.5938374Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:24:33.5938731Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:24:33.5939103Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:24:33.5939539Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:24:33.5939948Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:24:33.5940321Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:24:33.5940700Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:24:33.5941345Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:24:33.5941750Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:24:33.5942114Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:24:33.5942478Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:24:33.5942845Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:24:33.5943322Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:24:33.5943629Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:24:33.5943986Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:24:33.5944341Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:24:33.5944708Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:24:33.5945071Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:24:33.5945420Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:24:33.5945755Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:24:33.5946140Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:24:33.5946551Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:24:33.5946952Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:24:33.5947357Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:24:33.5947748Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:24:33.5948156Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:24:33.5948657Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:24:33.5949283Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:24:33.5949909Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:24:33.5950448Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:24:33.5951146Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:24:33.5951736Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:24:33.5952265Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:24:33.5952883Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:24:33.5953444Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:24:33.5953936Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:24:33.5954383Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:24:33.5954753Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:24:33.5955123Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:24:33.5955492Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:24:33.5955875Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:24:33.5956267Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:24:33.5956650Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:24:33.5957033Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:24:33.5957414Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:24:33.5957795Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:24:33.5958166Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:24:33.5958539Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:24:33.5958907Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:24:33.5959319Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:24:33.5959722Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:24:33.5960267Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:24:33.5960682Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:24:33.5961248Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:24:33.5961637Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:24:33.5962050Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:24:33.5962459Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:24:33.5962899Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:24:33.5963328Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:24:33.5963697Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:24:33.5964070Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:24:33.5964489Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:24:33.5964856Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:24:33.5965245Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:24:33.5965635Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:24:33.5966018Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:24:33.5966403Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:24:33.5966763Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:24:33.5967122Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:24:33.5967671Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.5968494Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.5969177Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.5969830Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.5970349Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:24:33.5970739Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:24:33.5971321Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:24:33.5971697Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:24:33.5972068Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:24:33.5972428Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:24:33.5972804Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:24:33.5973191Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:24:33.5973567Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:24:33.5973946Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:24:33.5974327Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:24:33.5974699Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:24:33.5975087Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:24:33.5975498Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:24:33.5975904Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:24:33.5976302Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:24:33.5976711Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:24:33.5977251Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:24:33.5977640Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:24:33.5978023Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:24:33.5978399Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:24:33.5978780Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:24:33.5979180Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:24:33.5979576Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:24:33.5979983Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:24:33.5980381Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:24:33.5980774Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:24:33.5981422Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:24:33.5981860Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:24:33.5982268Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:24:33.5982709Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:24:33.5983165Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:24:33.5983574Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:24:33.5983941Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:24:33.5984321Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:24:33.5984717Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:24:33.5985242Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:24:33.5985650Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:24:33.5986026Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:24:33.5986412Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:24:33.5986879Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:24:33.5987350Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:24:33.5987743Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:24:33.5988150Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:24:33.5988600Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:24:33.5989048Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:24:33.5989525Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:24:33.5990018Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:24:33.5990471Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:24:33.5991157Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:24:33.5991579Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:24:33.5991975Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:24:33.5992393Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:24:33.5992780Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:24:33.5993161Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:24:33.5993582Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:24:33.5993982Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:24:33.5994507Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:24:33.5994928Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:24:33.5995325Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:24:33.5995702Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:24:33.5996081Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:24:33.5996445Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:24:33.5996838Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:24:33.5997263Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:24:33.5997723Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:24:33.5998181Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:24:33.5998590Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:24:33.5999031Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:24:33.5999458Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:24:33.5999867Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:24:33.6000282Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:24:33.6000641Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:24:33.6001210Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:24:33.6001609Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:24:33.6002003Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:24:33.6002495Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:24:33.6002835Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:24:33.6003149Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:24:33.6003503Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:24:33.6004007Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:24:33.6004520Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:24:33.6004901Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:24:33.6005269Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:24:33.6005662Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:24:33.6006077Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:24:33.6006486Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:24:33.6006889Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:24:33.6007306Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:24:33.6007720Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:24:33.6008093Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:24:33.6008462Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:24:33.6008821Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:24:33.6009198Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:24:33.6009621Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:24:33.6010047Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:24:33.6010453Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:24:33.6011097Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:24:33.6011537Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:24:33.6011930Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:24:33.6012297Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:24:33.6012650Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:24:33.6013013Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:24:33.6013384Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:24:33.6013770Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:24:33.6014170Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:24:33.6014587Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:24:33.6015053Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:24:33.6015492Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:24:33.6015870Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:24:33.6016251Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:24:33.6016637Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:24:33.6017022Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:24:33.6017402Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:24:33.6017772Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:24:33.6018213Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:24:33.6018815Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:24:33.6019242Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:24:33.6019614Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:24:33.6019985Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:24:33.6020396Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:24:33.6020789Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:24:33.6021309Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:24:33.6021705Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:24:33.6022086Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:24:33.6022438Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:24:33.6022792Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:24:33.6023197Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:24:33.6023623Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:24:33.6023999Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:24:33.6024382Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:24:33.6024828Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:24:33.6025260Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:24:33.6025679Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:24:33.6026072Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:24:33.6026587Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.6027099Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:24:33.6027527Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:24:33.6027873Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:24:33.6028287Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:24:33.6028716Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:24:33.6029237Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:24:33.6029824Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:24:33.6030588Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:24:33.6031523Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:24:33.6032253Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:24:33.6032881Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:24:33.6033503Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:24:33.6034085Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:24:33.6034568Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:24:33.6035014Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:24:33.6035450Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:24:33.6035877Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:24:33.6036345Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:24:33.6036889Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:24:33.6037279Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:24:33.6037645Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:24:33.6038025Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:24:33.6038405Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:24:33.6038812Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:24:33.6039221Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:24:33.6039582Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:24:33.6039974Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:24:33.6040441Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:24:33.6041039Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:24:33.6041553Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:24:33.6042049Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:24:33.6042534Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:24:33.6043014Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:24:33.6043461Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:24:33.6043876Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:24:33.6044291Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:24:33.6044704Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:24:33.6045122Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:24:33.6045661Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:24:33.6046097Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:24:33.6046528Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:24:33.6046918Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:24:33.6047302Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:24:33.6047683Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:24:33.6048062Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:24:33.6048501Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:24:33.6048943Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:24:33.6049351Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:24:33.6049765Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:24:33.6050189Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:24:33.6050644Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:24:33.6051225Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:24:33.6051657Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:24:33.6052051Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:24:33.6052429Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:24:33.6052818Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:24:33.6053191Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:24:33.6053682Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:24:33.6054097Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:24:33.6054496Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:24:33.6054925Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:24:33.6055394Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:24:33.6055810Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:24:33.6056215Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:24:33.6056611Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:24:33.6056912Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:24:33.6057235Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:24:33.6057624Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:24:33.6058024Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:24:33.6058411Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:24:33.6058801Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:24:33.6059228Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:24:33.6059672Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:24:33.6060087Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:24:33.6060477Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:24:33.6061028Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:24:33.6061581Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:33.6062165Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:24:33.6062735Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:24:33.6063174Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:24:33.6063609Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:24:33.6064029Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:24:33.6064457Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:24:33.6064848Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:24:33.6065233Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:24:33.6065627Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:24:33.6066030Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:24:33.6066411Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:24:33.6066803Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:24:33.6067204Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:24:33.6067579Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:24:33.6067990Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:24:33.6068448Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:24:33.6068871Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:24:33.6069250Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:24:33.6069624Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:24:33.6070116Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:24:33.6070499Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:24:33.6071014Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:24:33.6071448Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:24:33.6071893Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:24:33.6072294Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:24:33.6072694Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:24:33.6073089Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:24:33.6073467Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:24:33.6073840Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:24:33.6074230Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:24:33.6074630Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:24:33.6075086Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:24:33.6075545Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:24:33.6075969Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:24:33.6076369Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:24:33.6076771Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:24:33.6077190Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:24:33.6077578Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:24:33.6077936Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:24:33.6078247Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:24:33.6078558Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:24:33.6079081Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:24:33.6079459Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:24:33.6079818Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:24:33.6080190Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:24:33.6080583Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:24:33.6081079Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:24:33.6081443Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:24:33.6081796Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:24:33.6082175Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:24:33.6082577Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:24:33.6082952Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:24:33.6083318Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:24:33.6083677Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:24:33.6084061Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:24:33.6084446Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:24:33.6084799Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:24:33.6085165Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:24:33.6085556Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:24:33.6085933Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:24:33.6086307Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:24:33.6086796Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:24:33.6087186Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:24:33.6087586Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:24:33.6088010Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:24:33.6088412Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:24:33.6088764Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:24:33.6089112Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:24:33.6089459Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:24:33.6089881Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:24:33.6090386Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:24:33.6090959Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:24:33.6091438Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:24:33.6091933Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:24:33.6092366Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:24:33.6092747Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:24:33.6093135Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:24:33.6093516Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:24:33.6093907Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:24:33.6094292Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:24:33.6094676Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:24:33.6095055Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:24:33.6095566Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:24:33.6096005Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:24:33.6096432Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:24:33.6096809Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:24:33.6097213Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:24:33.6097639Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:24:33.6098021Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:24:33.6098374Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:24:33.6098762Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:24:33.6099219Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:24:33.6099653Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:24:33.6100063Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:24:33.6100471Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:24:33.6100805Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:24:33.6101228Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:24:33.6101586Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:24:33.6102064Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:24:33.8315074Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:24:34.0021404Z Collecting meson
2025-08-20T21:24:34.0376226Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:24:34.0683734Z Collecting ninja
2025-08-20T21:24:34.0721840Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:24:34.0795866Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:24:34.1103970Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 52.3 MB/s  0:00:00
2025-08-20T21:24:34.1143353Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:24:34.2042359Z Installing collected packages: ninja, meson
2025-08-20T21:24:34.9276624Z 
2025-08-20T21:24:34.9305510Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:24:35.2217010Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:24:35.3281975Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:24:35.3860007Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:24:35.8221351Z 1.8.4
2025-08-20T21:24:35.8493952Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:24:35.8745966Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:24:35.8746584Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:24:35.8747057Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:24:35.8747452Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:24:35.8747937Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:24:35.8748590Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:24:35.8749279Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:24:35.8749915Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:24:35.8750531Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:24:35.8751308Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:24:35.8751970Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:24:35.8752929Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:24:35.8753605Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:24:35.8754303Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:24:35.8754981Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:24:35.8755660Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:24:35.8756353Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:24:35.8756962Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:24:35.8757563Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:24:35.8758058Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:24:35.8758519Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:24:35.8758916Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:24:35.8759341Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:24:35.8759827Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:24:35.8760188Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:24:35.8760585Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:24:35.8761263Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:24:35.8761685Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:24:35.8762109Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:24:35.8762824Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:24:35.8763769Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:24:35.8764491Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:24:35.8765226Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:24:35.8765955Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:24:35.8766750Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:24:35.8767577Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:24:35.8768288Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:24:35.8768982Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:24:35.8769686Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:24:35.8770416Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:24:35.8771361Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:24:35.8772075Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:24:35.8772775Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:24:35.8773576Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:24:35.8774417Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:24:35.8775229Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:24:35.8776077Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:24:35.8776909Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:24:35.8777642Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:24:35.8778381Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:24:35.8779109Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:24:35.8780046Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:24:35.8780754Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:24:35.8783143Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:24:35.8783794Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:24:35.8784442Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:24:35.8785004Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:24:35.8785610Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:24:35.8786333Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:24:35.8787004Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:24:35.8787724Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:24:35.8788497Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:24:35.8789226Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:24:35.8789945Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:24:35.8790688Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:24:35.8791621Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:24:35.8792324Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:24:35.8793019Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:24:35.8793745Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:24:35.8794549Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:24:35.8795581Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:24:35.8796415Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:24:35.8797137Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:24:35.8797816Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:24:35.8798500Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:24:35.8799204Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:24:35.8799977Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:24:35.8801028Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:24:35.8801887Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:24:35.8802752Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:24:35.8803524Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:24:35.8804213Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:24:35.8804649Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:24:35.8805082Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:24:35.8805500Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:24:35.8805897Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:24:35.8806325Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:24:35.8806751Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:24:35.8807136Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:24:35.8807551Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:24:35.8808482Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:24:35.8809170Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:24:35.8809803Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:24:35.8810428Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:24:35.8811281Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:24:35.8811707Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:24:35.8812156Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:24:35.8812742Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:24:35.8813347Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:24:35.8813947Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:24:35.8814644Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:24:35.8815165Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:24:35.8815571Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:24:35.8816003Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:24:35.8816400Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:24:35.8816806Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:24:35.8817200Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:24:35.8817576Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:24:35.8817949Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:24:35.8818343Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:24:35.8818914Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:24:35.8819279Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:24:35.8819614Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:24:35.8819980Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:24:35.8820336Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:24:35.8820695Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:24:35.8821288Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:24:35.8821654Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:24:35.8822046Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:24:35.8822456Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:24:35.8822901Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:24:35.8823355Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:24:35.8823763Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:24:35.8824159Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:24:35.8824553Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:24:35.8824950Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:24:35.8825357Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:24:35.8825771Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:24:35.8826151Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:24:35.8826544Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:24:35.8826958Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:24:35.8827402Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:24:35.8827968Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:24:35.8828368Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:24:35.8828769Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:24:35.8829182Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:24:35.8829604Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:24:35.8830015Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:24:35.8830411Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:24:35.8830814Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:24:35.8831422Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:24:35.8831818Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:24:35.8832191Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:24:35.8832516Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:24:35.8832850Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:24:35.8833255Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:24:35.8833656Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:24:35.8834053Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:24:35.8834431Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:24:35.8834809Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:24:35.8835191Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:24:35.8835547Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:24:35.8836005Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:24:35.8836441Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:24:35.8836889Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:24:35.8837290Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:24:35.8837667Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:24:35.8838132Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:24:35.8849421Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:24:35.8849977Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:24:35.8850430Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:24:35.8850812Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:24:35.8851434Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:24:35.8851895Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:24:35.8852339Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:24:35.8852759Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:24:35.8853126Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:24:35.8853485Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:24:35.8853885Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:24:35.8854275Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:24:35.8854707Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:24:35.8855184Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:24:35.8855617Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:24:35.8856171Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:24:35.8856523Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:24:35.8856884Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:24:35.8857343Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:24:35.8857850Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:24:35.8858298Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:24:35.8858676Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:24:35.8859143Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:24:35.8859682Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:24:35.8860182Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:24:35.8860621Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:24:35.8861246Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:24:35.8861640Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:24:35.8862056Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:24:35.8862470Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:24:35.8862875Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:24:35.8863251Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:24:35.8863632Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:24:35.8864033Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:24:35.8864561Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:24:35.8864970Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:24:35.8865370Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:24:35.8865764Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:24:35.8866154Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:24:35.8866591Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:24:35.8867055Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:24:35.8867484Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:24:35.8867858Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:24:35.8868239Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:24:35.8868644Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:24:35.8869024Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:24:35.8869402Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:24:35.8869779Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:24:35.8870169Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:24:35.8870593Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:24:35.8871269Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:24:35.8871729Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:24:35.8872136Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:24:35.8872526Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:24:35.8872911Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:24:35.8873287Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:24:35.8873835Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:24:35.8874223Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:24:35.8874608Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:24:35.8875054Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:24:35.8875538Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:24:35.8875998Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:24:35.8876515Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:24:35.8877060Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:24:35.8877558Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:24:35.8878055Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:24:35.8878494Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:24:35.8878859Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:24:35.8879220Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:24:35.8879598Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:24:35.8879973Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:24:35.8880332Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:24:35.8880708Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:24:35.8881196Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:24:35.8881692Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:24:35.8882086Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:24:35.8882465Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:24:35.8882858Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:24:35.8883247Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:24:35.8883669Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:24:35.8884101Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:24:35.8884490Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:24:35.8884861Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:24:35.8885274Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:24:35.8885652Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:24:35.8886011Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:24:35.8886368Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:24:35.8886730Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:24:35.8887113Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:24:35.8887484Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:24:35.8887875Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:24:35.8888246Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:24:35.8888564Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:24:35.8889027Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8889543Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:24:35.8889914Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:24:35.8890409Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:24:35.8890779Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:24:35.8891340Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:24:35.8891773Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:24:35.8892198Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:24:35.8892629Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:24:35.8893033Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:24:35.8893435Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:24:35.8893865Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:24:35.8894281Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:24:35.8894680Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:24:35.8895111Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:24:35.8895599Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:24:35.8896096Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:24:35.8896543Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:24:35.8896954Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:24:35.8897355Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:24:35.8897828Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:24:35.8898437Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:24:35.8898853Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:24:35.8899288Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:24:35.8899741Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:24:35.8900147Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:24:35.8900513Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:24:35.8900968Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:24:35.8901352Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:24:35.8901733Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:24:35.8902106Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:24:35.8902468Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:24:35.8902858Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:24:35.8903240Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:24:35.8903615Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:24:35.8903984Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:24:35.8904340Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:24:35.8904716Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:24:35.8905101Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:24:35.8905465Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:24:35.8905820Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:24:35.8906176Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:24:35.8906545Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:24:35.8907039Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:24:35.8907402Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:24:35.8907759Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:24:35.8908131Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:24:35.8908486Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:24:35.8908855Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:24:35.8909289Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:24:35.8909690Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:24:35.8910053Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:24:35.8910433Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:24:35.8910954Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:24:35.8911365Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:24:35.8911749Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:24:35.8912122Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:24:35.8912486Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:24:35.8912788Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:24:35.8913092Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:24:35.8913447Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:24:35.8913804Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:24:35.8914172Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:24:35.8914533Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:24:35.8914996Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:24:35.8915342Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:24:35.8915726Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:24:35.8916134Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:24:35.8916531Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:24:35.8916929Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:24:35.8917325Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:24:35.8917738Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:24:35.8918237Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:24:35.8918863Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:24:35.8919491Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:24:35.8920039Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:24:35.8920511Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:24:35.8921063Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:24:35.8921584Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:24:35.8922200Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:24:35.8922761Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:24:35.8923258Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:24:35.8923707Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:24:35.8924190Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:24:35.8924565Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:24:35.8924937Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:24:35.8925318Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:24:35.8925714Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:24:35.8926099Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:24:35.8926482Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:24:35.8926866Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:24:35.8927246Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:24:35.8927622Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:24:35.8927999Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:24:35.8928372Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:24:35.8928766Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:24:35.8929160Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:24:35.8929572Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:24:35.8929982Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:24:35.8930342Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:24:35.8930732Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:24:35.8931288Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:24:35.8931813Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:24:35.8932256Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:24:35.8932690Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:24:35.8933060Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:24:35.8933432Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:24:35.8933811Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:24:35.8934175Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:24:35.8934565Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:24:35.8934946Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:24:35.8935327Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:24:35.8935710Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:24:35.8936080Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:24:35.8936445Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:24:35.8936989Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8937699Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8938374Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8939030Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8939548Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:24:35.8939933Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:24:35.8940524Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:24:35.8941493Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:24:35.8941888Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:24:35.8942253Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:24:35.8942627Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:24:35.8943014Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:24:35.8943393Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:24:35.8943769Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:24:35.8944157Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:24:35.8944532Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:24:35.8944927Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:24:35.8945342Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:24:35.8945740Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:24:35.8946135Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:24:35.8946532Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:24:35.8946928Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:24:35.8947314Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:24:35.8947699Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:24:35.8948074Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:24:35.8948458Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:24:35.8948987Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:24:35.8949389Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:24:35.8949789Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:24:35.8950186Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:24:35.8950573Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:24:35.8951202Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:24:35.8951648Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:24:35.8952049Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:24:35.8952482Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:24:35.8952947Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:24:35.8953365Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:24:35.8953739Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:24:35.8954113Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:24:35.8954508Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:24:35.8954917Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:24:35.8955320Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:24:35.8955697Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:24:35.8956086Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:24:35.8956555Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:24:35.8957027Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:24:35.8957426Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:24:35.8957958Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:24:35.8958407Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:24:35.8958867Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:24:35.8959348Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:24:35.8959837Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:24:35.8960278Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:24:35.8960712Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:24:35.8961263Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:24:35.8961659Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:24:35.8962081Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:24:35.8962470Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:24:35.8962846Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:24:35.8963249Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:24:35.8963653Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:24:35.8964056Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:24:35.8964478Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:24:35.8964869Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:24:35.8965244Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:24:35.8965611Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:24:35.8966092Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:24:35.8966492Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:24:35.8966910Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:24:35.8967366Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:24:35.8967818Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:24:35.8968225Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:24:35.8968660Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:24:35.8969085Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:24:35.8969488Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:24:35.8969895Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:24:35.8970263Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:24:35.8970635Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:24:35.8971134Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:24:35.8971527Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:24:35.8971898Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:24:35.8972230Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:24:35.8972544Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:24:35.8972901Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:24:35.8973400Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:24:35.8973921Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:24:35.8974301Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:24:35.8974790Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:24:35.8975185Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:24:35.8975596Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:24:35.8976006Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:24:35.8976405Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:24:35.8976852Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:24:35.8977258Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:24:35.8977629Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:24:35.8977999Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:24:35.8978368Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:24:35.8978751Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:24:35.8979176Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:24:35.8979605Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:24:35.8980002Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:24:35.8980418Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:24:35.8980948Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:24:35.8981345Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:24:35.8981706Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:24:35.8982058Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:24:35.8982532Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:24:35.8982907Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:24:35.8983285Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:24:35.8983686Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:24:35.8984096Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:24:35.8984553Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:24:35.8984988Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:24:35.8985364Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:24:35.8985750Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:24:35.8986141Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:24:35.8986531Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:24:35.8986907Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:24:35.8987280Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:24:35.8987716Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:24:35.8988204Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:24:35.8988622Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:24:35.8988995Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:24:35.8989370Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:24:35.8989770Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:24:35.8990159Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:24:35.8990533Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:24:35.8991032Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:24:35.8991534Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:24:35.8991890Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:24:35.8992247Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:24:35.8992643Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:24:35.8993062Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:24:35.8993445Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:24:35.8993828Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:24:35.8994272Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:24:35.8994702Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:24:35.8995120Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:24:35.8995517Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:24:35.8996028Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.8996536Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:24:35.8996848Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:24:35.8997200Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:24:35.8997608Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:24:35.8998033Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:24:35.8998545Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:24:35.8999272Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:24:35.8999892Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:24:35.9000537Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:24:35.9001276Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:24:35.9001901Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:24:35.9002520Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:24:35.9003096Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:24:35.9003580Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:24:35.9004020Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:24:35.9004452Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:24:35.9004873Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:24:35.9005367Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:24:35.9005803Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:24:35.9006188Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:24:35.9006557Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:24:35.9006931Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:24:35.9007316Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:24:35.9007722Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:24:35.9008140Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:24:35.9008624Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:24:35.9009018Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:24:35.9009481Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:24:35.9009965Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:24:35.9010448Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:24:35.9011021Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:24:35.9011501Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:24:35.9011977Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:24:35.9012427Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:24:35.9012842Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:24:35.9013253Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:24:35.9013665Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:24:35.9014083Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:24:35.9014493Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:24:35.9014923Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:24:35.9015351Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:24:35.9015737Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:24:35.9016119Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:24:35.9016608Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:24:35.9016986Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:24:35.9017422Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:24:35.9017858Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:24:35.9018263Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:24:35.9018670Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:24:35.9019093Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:24:35.9019541Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:24:35.9019988Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:24:35.9020416Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:24:35.9020812Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:24:35.9021287Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:24:35.9021675Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:24:35.9022046Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:24:35.9022418Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:24:35.9022817Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:24:35.9023215Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:24:35.9023639Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:24:35.9024112Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:24:35.9024527Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:24:35.9024937Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:24:35.9025453Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:24:35.9025752Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:24:35.9026077Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:24:35.9026459Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:24:35.9026849Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:24:35.9027240Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:24:35.9027634Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:24:35.9028074Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:24:35.9028527Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:24:35.9028958Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:24:35.9029357Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:24:35.9029768Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:24:35.9030316Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:35.9030992Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:24:35.9031452Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:24:35.9031890Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:24:35.9032323Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:24:35.9032743Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:24:35.9033263Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:24:35.9033659Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:24:35.9034045Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:24:35.9034435Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:24:35.9034830Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:24:35.9035205Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:24:35.9035597Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:24:35.9035992Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:24:35.9036371Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:24:35.9036785Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:24:35.9037243Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:24:35.9037662Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:24:35.9038042Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:24:35.9038418Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:24:35.9038809Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:24:35.9039187Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:24:35.9039564Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:24:35.9039991Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:24:35.9040434Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:24:35.9040928Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:24:35.9041325Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:24:35.9041725Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:24:35.9042223Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:24:35.9042592Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:24:35.9042972Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:24:35.9043369Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:24:35.9043822Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:24:35.9044270Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:24:35.9044688Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:24:35.9045085Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:24:35.9045492Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:24:35.9045911Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:24:35.9046302Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:24:35.9046659Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:24:35.9046980Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:24:35.9047290Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:24:35.9047659Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:24:35.9048031Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:24:35.9048381Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:24:35.9048752Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:24:35.9049149Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:24:35.9049647Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:24:35.9050007Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:24:35.9050362Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:24:35.9050739Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:24:35.9051235Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:24:35.9051608Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:24:35.9051967Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:24:35.9052326Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:24:35.9052709Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:24:35.9053092Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:24:35.9053439Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:24:35.9053817Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:24:35.9054212Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:24:35.9054594Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:24:35.9054966Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:24:35.9055338Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:24:35.9055721Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:24:35.9056119Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:24:35.9056540Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:24:35.9056944Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:24:35.9057294Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:24:35.9057653Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:24:35.9058004Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:24:35.9058548Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:24:35.9059043Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:24:35.9059516Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:24:35.9059991Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:24:35.9060491Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:24:35.9061019Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:24:35.9061404Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:24:35.9061791Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:24:35.9062182Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:24:35.9062575Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:24:35.9062956Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:24:35.9063343Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:24:35.9063714Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:24:35.9064102Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:24:35.9064550Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:24:35.9064977Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:24:35.9065352Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:24:35.9065752Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:24:35.9066283Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:24:35.9066672Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:24:35.9067023Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:24:35.9067409Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:24:35.9067859Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:24:35.9068286Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:24:35.9068702Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:24:35.9069107Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:24:35.9069434Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:24:35.9069713Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:24:35.9070071Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:24:35.9070548Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:24:36.0420554Z info: downloading installer
2025-08-20T21:24:36.5062032Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:24:36.5062501Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:24:36.5062975Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:24:36.5063526Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:24:36.5225132Z info: profile set to 'default'
2025-08-20T21:24:36.5225662Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:24:36.5226307Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:24:36.5913700Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:24:36.6069669Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:24:36.6070153Z 
2025-08-20T21:24:36.6165127Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:24:36.6165823Z 
2025-08-20T21:24:36.6165844Z 
2025-08-20T21:24:36.6165953Z Rust is installed now. Great!
2025-08-20T21:24:36.6166127Z 
2025-08-20T21:24:36.6166338Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:24:36.6166987Z environment variable. This has not been done automatically.
2025-08-20T21:24:36.6167366Z 
2025-08-20T21:24:36.6167557Z To configure your current shell, you need to source
2025-08-20T21:24:36.6168053Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:24:36.6168357Z 
2025-08-20T21:24:36.6168640Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:24:36.6169298Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:24:36.6169808Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:24:36.6170278Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:24:36.6923877Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:24:36.7263334Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:24:36.7263758Z 
2025-08-20T21:24:36.7359724Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:24:36.7360064Z 
2025-08-20T21:24:36.7854617Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:24:38.7701223Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:24:38.8117640Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:24:38.8118284Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:24:38.8118925Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:24:38.8119575Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:24:38.8120240Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:24:38.8121081Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:24:38.8122045Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:24:38.8122733Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:24:38.8123348Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:24:38.8123919Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:24:38.8124548Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:24:38.8125209Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:24:38.8125875Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:24:38.8126583Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:24:38.8127266Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:24:38.8127951Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:24:38.8128666Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:24:38.8129094Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:24:38.8129515Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:24:38.8130003Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:24:38.8130465Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:24:38.8131124Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:24:38.8131618Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:24:38.8132037Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:24:38.8132403Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:24:38.8132803Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:24:38.8133286Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:24:38.8133718Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:24:38.8134313Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:24:38.8134732Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:24:38.8135151Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:24:38.8135580Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:24:38.8136011Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:24:38.8136429Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:24:38.8136877Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:24:38.8137315Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:24:38.8137725Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:24:38.8138126Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:24:38.8138538Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:24:38.8138964Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:24:38.8139392Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:24:38.8139794Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:24:38.8140189Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:24:38.8140643Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:24:38.8141452Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:24:38.8141924Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:24:38.8142537Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:24:38.8142994Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:24:38.8143413Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:24:38.8143830Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:24:38.8144236Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:24:38.8144648Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:24:38.8145039Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:24:38.8145411Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:24:38.8145772Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:24:38.8146145Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:24:38.8146483Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:24:38.8146837Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:24:38.8147240Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:24:38.8147620Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:24:38.8148032Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:24:38.8148477Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:24:38.8148896Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:24:38.8149304Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:24:38.8149730Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:24:38.8150160Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:24:38.8150652Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:24:38.8151479Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:24:38.8151908Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:24:38.8152378Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:24:38.8152874Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:24:38.8153344Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:24:38.8153759Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:24:38.8154146Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:24:38.8154542Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:24:38.8154949Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:24:38.8155396Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:24:38.8155895Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:24:38.8156395Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:24:38.8156887Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:24:38.8157325Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:24:38.8157724Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:24:38.8158114Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:24:38.8158522Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:24:38.8158935Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:24:38.8159459Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:24:38.8159903Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:24:38.8160333Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:24:38.8160721Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:24:38.8161451Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:24:38.8162132Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:24:38.8162545Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:24:38.8162923Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:24:38.8163298Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:24:38.8163699Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:24:38.8164138Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:24:38.8164493Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:24:38.8164884Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:24:38.8165267Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:24:38.8165636Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:24:38.8166026Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:24:38.8166391Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:24:38.8166756Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:24:38.8167132Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:24:38.8167524Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:24:38.8167924Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:24:38.8168328Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:24:38.8168851Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:24:38.8169233Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:24:38.8169629Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:24:38.8170103Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:24:38.8170832Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:24:38.8182642Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:24:38.8183231Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:24:38.8183638Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:24:38.8184022Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:24:38.8184403Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:24:38.8184782Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:24:38.8185180Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:24:38.8185593Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:24:38.8186042Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:24:38.8186495Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:24:38.8186903Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:24:38.8187300Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:24:38.8187693Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:24:38.8188091Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:24:38.8188494Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:24:38.8189099Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:24:38.8189504Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:24:38.8189906Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:24:38.8190323Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:24:38.8190771Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:24:38.8191471Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:24:38.8191874Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:24:38.8192269Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:24:38.8192682Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:24:38.8193088Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:24:38.8193493Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:24:38.8193888Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:24:38.8194287Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:24:38.8194691Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:24:38.8195075Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:24:38.8195442Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:24:38.8195755Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:24:38.8196079Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:24:38.8196472Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:24:38.8196875Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:24:38.8197279Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:24:38.8197657Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:24:38.8198178Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:24:38.8198695Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:24:38.8199177Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:24:38.8199525Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:24:38.8199953Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:24:38.8200403Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:24:38.8200808Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:24:38.8201374Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:24:38.8201765Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:24:38.8202188Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:24:38.8202614Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:24:38.8203027Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:24:38.8203387Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:24:38.8203747Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:24:38.8204166Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:24:38.8204594Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:24:38.8205009Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:24:38.8205377Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:24:38.8205722Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:24:38.8206263Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:24:38.8206662Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:24:38.8207092Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:24:38.8207565Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:24:38.8207982Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:24:38.8208352Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:24:38.8208702Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:24:38.8209069Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:24:38.8209519Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:24:38.8210031Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:24:38.8210482Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:24:38.8211084Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:24:38.8211607Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:24:38.8212164Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:24:38.8212669Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:24:38.8213109Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:24:38.8213479Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:24:38.8213860Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:24:38.8214271Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:24:38.8214691Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:24:38.8215102Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:24:38.8215646Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:24:38.8216029Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:24:38.8216427Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:24:38.8216826Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:24:38.8217221Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:24:38.8217620Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:24:38.8218013Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:24:38.8218406Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:24:38.8218837Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:24:38.8219299Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:24:38.8219734Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:24:38.8220107Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:24:38.8220485Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:24:38.8221074Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:24:38.8221501Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:24:38.8221881Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:24:38.8222254Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:24:38.8222647Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:24:38.8223068Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:24:38.8223663Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:24:38.8224145Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:24:38.8224561Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:24:38.8224960Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:24:38.8225643Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:24:38.8226039Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:24:38.8226420Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:24:38.8226809Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:24:38.8227194Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:24:38.8227645Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:24:38.8228135Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:24:38.8228606Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:24:38.8229131Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:24:38.8229644Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:24:38.8230140Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:24:38.8230631Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:24:38.8231397Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:24:38.8231772Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:24:38.8232132Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:24:38.8232512Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:24:38.8232894Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:24:38.8233415Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:24:38.8233795Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:24:38.8234175Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:24:38.8234561Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:24:38.8234944Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:24:38.8235333Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:24:38.8235733Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:24:38.8236120Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:24:38.8236535Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:24:38.8236979Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:24:38.8237376Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:24:38.8237748Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:24:38.8238161Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:24:38.8238530Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:24:38.8238888Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:24:38.8239238Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:24:38.8239602Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:24:38.8239989Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:24:38.8240364Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:24:38.8240763Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:24:38.8241479Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:24:38.8241818Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:24:38.8242283Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8242802Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:24:38.8243177Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:24:38.8243553Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:24:38.8243925Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:24:38.8244328Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:24:38.8244763Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:24:38.8245187Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:24:38.8245623Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:24:38.8246035Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:24:38.8246437Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:24:38.8246857Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:24:38.8247271Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:24:38.8247666Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:24:38.8248095Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:24:38.8248583Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:24:38.8249078Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:24:38.8249533Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:24:38.8250125Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:24:38.8250523Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:24:38.8251130Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:24:38.8251622Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:24:38.8252045Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:24:38.8252488Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:24:38.8252951Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:24:38.8253363Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:24:38.8253735Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:24:38.8254113Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:24:38.8254503Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:24:38.8254892Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:24:38.8255261Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:24:38.8255634Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:24:38.8256027Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:24:38.8256405Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:24:38.8256775Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:24:38.8257150Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:24:38.8257507Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:24:38.8257890Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:24:38.8258391Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:24:38.8258762Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:24:38.8259125Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:24:38.8259486Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:24:38.8259855Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:24:38.8260229Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:24:38.8260594Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:24:38.8261067Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:24:38.8261446Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:24:38.8261808Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:24:38.8262185Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:24:38.8262633Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:24:38.8263045Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:24:38.8263407Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:24:38.8263791Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:24:38.8264255Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:24:38.8264651Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:24:38.8265012Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:24:38.8265378Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:24:38.8265733Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:24:38.8266038Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:24:38.8266341Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:24:38.8266696Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:24:38.8267226Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:24:38.8267593Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:24:38.8267952Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:24:38.8268298Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:24:38.8268637Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:24:38.8269021Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:24:38.8269431Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:24:38.8269832Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:24:38.8270230Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:24:38.8270624Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:24:38.8271344Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:24:38.8271872Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:24:38.8272495Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:24:38.8273122Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:24:38.8273662Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:24:38.8274135Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:24:38.8274587Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:24:38.8275238Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:24:38.8275864Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:24:38.8276434Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:24:38.8276924Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:24:38.8277369Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:24:38.8277739Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:24:38.8278116Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:24:38.8278485Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:24:38.8278876Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:24:38.8279270Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:24:38.8279659Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:24:38.8280048Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:24:38.8280431Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:24:38.8280813Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:24:38.8281412Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:24:38.8281787Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:24:38.8282158Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:24:38.8282555Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:24:38.8282948Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:24:38.8283362Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:24:38.8283774Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:24:38.8284137Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:24:38.8284661Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:24:38.8285073Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:24:38.8285685Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:24:38.8286390Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:24:38.8287120Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:24:38.8287773Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:24:38.8288435Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:24:38.8289051Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:24:38.8289436Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:24:38.8289834Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:24:38.8290233Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:24:38.8290620Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:24:38.8291150Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:24:38.8291518Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:24:38.8291889Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:24:38.8292520Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8293231Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8294084Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8294758Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8295285Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:24:38.8295673Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:24:38.8296046Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:24:38.8296426Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:24:38.8296803Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:24:38.8297165Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:24:38.8297543Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:24:38.8297934Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:24:38.8298319Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:24:38.8298709Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:24:38.8299088Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:24:38.8299463Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:24:38.8299858Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:24:38.8300272Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:24:38.8300678Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:24:38.8301180Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:24:38.8301580Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:24:38.8301975Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:24:38.8302364Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:24:38.8302889Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:24:38.8303266Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:24:38.8303654Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:24:38.8304060Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:24:38.8304454Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:24:38.8304851Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:24:38.8305242Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:24:38.8305628Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:24:38.8306054Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:24:38.8306495Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:24:38.8306900Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:24:38.8307344Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:24:38.8307807Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:24:38.8308209Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:24:38.8308582Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:24:38.8308962Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:24:38.8309367Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:24:38.8309772Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:24:38.8310172Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:24:38.8310661Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:24:38.8311286Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:24:38.8311779Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:24:38.8312608Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:24:38.8313021Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:24:38.8313432Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:24:38.8313886Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:24:38.8314384Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:24:38.8314856Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:24:38.8315346Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:24:38.8315799Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:24:38.8316236Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:24:38.8316639Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:24:38.8317033Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:24:38.8317453Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:24:38.8317837Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:24:38.8318218Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:24:38.8318631Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:24:38.8319043Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:24:38.8319451Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:24:38.8319879Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:24:38.8320427Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:24:38.8320805Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:24:38.8321432Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:24:38.8321797Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:24:38.8322193Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:24:38.8322622Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:24:38.8323080Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:24:38.8323531Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:24:38.8323934Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:24:38.8324379Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:24:38.8324804Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:24:38.8325209Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:24:38.8325614Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:24:38.8325976Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:24:38.8326349Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:24:38.8326744Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:24:38.8327142Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:24:38.8327515Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:24:38.8327898Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:24:38.8328351Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:24:38.8328718Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:24:38.8329234Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:24:38.8329753Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:24:38.8330135Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:24:38.8330507Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:24:38.8331029Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:24:38.8331448Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:24:38.8331856Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:24:38.8332258Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:24:38.8332671Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:24:38.8333082Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:24:38.8333455Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:24:38.8333823Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:24:38.8334185Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:24:38.8334568Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:24:38.8334988Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:24:38.8335421Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:24:38.8335816Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:24:38.8336233Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:24:38.8336671Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:24:38.8337185Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:24:38.8337553Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:24:38.8337911Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:24:38.8338271Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:24:38.8338642Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:24:38.8339028Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:24:38.8339427Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:24:38.8339840Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:24:38.8340299Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:24:38.8340735Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:24:38.8341226Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:24:38.8341617Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:24:38.8342001Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:24:38.8342387Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:24:38.8342763Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:24:38.8343136Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:24:38.8343580Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:24:38.8344068Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:24:38.8344484Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:24:38.8344973Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:24:38.8345355Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:24:38.8345762Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:24:38.8346154Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:24:38.8346532Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:24:38.8346928Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:24:38.8347314Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:24:38.8347668Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:24:38.8348157Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:24:38.8348556Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:24:38.8348977Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:24:38.8349363Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:24:38.8349755Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:24:38.8350197Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:24:38.8350628Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:24:38.8351247Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:24:38.8351699Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:24:38.8352219Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8352733Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:24:38.8353047Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:24:38.8353402Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:24:38.8353816Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:24:38.8354378Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:24:38.8354902Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:24:38.8355489Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:24:38.8356103Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:24:38.8356750Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:24:38.8357395Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:24:38.8358022Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:24:38.8358648Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:24:38.8359239Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:24:38.8359725Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:24:38.8360172Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:24:38.8360608Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:24:38.8361265Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:24:38.8361741Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:24:38.8362173Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:24:38.8362559Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:24:38.8363051Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:24:38.8363441Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:24:38.8363820Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:24:38.8364267Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:24:38.8364681Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:24:38.8365046Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:24:38.8365439Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:24:38.8365903Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:24:38.8366391Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:24:38.8366876Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:24:38.8367365Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:24:38.8367848Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:24:38.8368327Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:24:38.8368778Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:24:38.8369190Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:24:38.8369613Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:24:38.8370022Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:24:38.8370430Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:24:38.8370973Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:24:38.8371414Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:24:38.8372139Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:24:38.8372750Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:24:38.8373186Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:24:38.8373566Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:24:38.8373947Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:24:38.8374383Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:24:38.8374829Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:24:38.8375235Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:24:38.8375643Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:24:38.8376077Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:24:38.8376531Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:24:38.8376978Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:24:38.8377407Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:24:38.8377803Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:24:38.8378179Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:24:38.8378568Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:24:38.8378948Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:24:38.8379320Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:24:38.8379722Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:24:38.8380284Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:24:38.8380722Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:24:38.8381311Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:24:38.8381736Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:24:38.8382142Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:24:38.8382538Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:24:38.8382843Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:24:38.8383164Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:24:38.8383550Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:24:38.8383949Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:24:38.8384345Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:24:38.8384738Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:24:38.8385170Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:24:38.8385615Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:24:38.8386029Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:24:38.8386412Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:24:38.8386813Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:24:38.8387365Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:24:38.8387938Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:24:38.8388394Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:24:38.8388836Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:24:38.8389399Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:24:38.8389820Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:24:38.8390218Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:24:38.8390608Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:24:38.8391155Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:24:38.8391637Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:24:38.8392037Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:24:38.8392413Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:24:38.8392803Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:24:38.8393204Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:24:38.8393584Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:24:38.8393998Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:24:38.8394455Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:24:38.8394879Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:24:38.8395253Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:24:38.8395630Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:24:38.8396018Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:24:38.8396397Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:24:38.8396763Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:24:38.8397321Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:24:38.8397780Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:24:38.8398191Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:24:38.8398587Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:24:38.8398984Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:24:38.8399365Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:24:38.8399737Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:24:38.8400123Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:24:38.8400526Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:24:38.8401210Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:24:38.8401677Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:24:38.8402103Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:24:38.8402510Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:24:38.8402911Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:24:38.8403331Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:24:38.8403717Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:24:38.8404075Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:24:38.8404398Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:24:38.8404700Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:24:38.8405071Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:24:38.8405446Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:24:38.8405931Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:24:38.8406304Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:24:38.8406700Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:24:38.8407086Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:24:38.8407445Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:24:38.8407792Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:24:38.8408172Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:24:38.8408570Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:24:38.8408956Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:24:38.8409319Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:24:38.8409685Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:24:38.8410070Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:24:38.8410454Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:24:38.8410806Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:24:38.8411310Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:24:38.8411699Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:24:38.8412072Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:24:38.8412447Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:24:38.8412823Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:24:38.8413212Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:24:38.8413728Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:24:38.8414157Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:24:38.8414561Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:24:38.8414913Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:24:38.8415266Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:24:38.8415613Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:24:38.8416035Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:24:38.8416539Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:24:38.8417010Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:24:38.8417483Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:24:38.8417982Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:24:38.8418443Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:24:38.8418823Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:24:38.8419217Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:24:38.8419604Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:24:38.8419992Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:24:38.8420370Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:24:38.8420752Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:24:38.8421235Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:24:38.8421626Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:24:38.8422068Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:24:38.8422705Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:24:38.8423083Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:24:38.8423481Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:24:38.8423903Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:24:38.8424284Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:24:38.8424635Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:24:38.8425025Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:24:38.8425477Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:24:38.8425903Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:24:38.8426315Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:24:38.8426729Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:24:38.8427057Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:24:38.8427366Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:24:38.8427729Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:24:38.8428211Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:24:38.8428562Z 
2025-08-20T21:24:38.8428566Z 
2025-08-20T21:24:38.8428941Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:24:38 PM)
2025-08-20T21:24:38.8429314Z 
2025-08-20T21:24:38.8429317Z 
2025-08-20T21:24:38.8429321Z 
2025-08-20T21:24:38.8429405Z [+] Continue : YES
2025-08-20T21:24:38.8429523Z 
2025-08-20T21:24:38.8429880Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:24:38.8740680Z 
2025-08-20T21:24:38.8741295Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:24:38 PM) UTC
2025-08-20T21:24:38.8741575Z 
2025-08-20T21:24:38.8758979Z 
2025-08-20T21:24:38.8759137Z [+] Total RECIPES :: 1
2025-08-20T21:24:38.8759290Z 
2025-08-20T21:24:38.8836880Z 
2025-08-20T21:24:38.8837512Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml (1/1)
2025-08-20T21:24:38.8838046Z 
2025-08-20T21:24:38.9441661Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:24:38.9454182Z mode of '/tmp/pkgforge/QYnww32RA_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:24:38.9502546Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/lazygit/official [Provided]
2025-08-20T21:24:38.9503259Z [+] Setting '.pkg_family' --> lazygit [Provided]
2025-08-20T21:24:38.9516193Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:24:38.9523419Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:24:38.9552840Z [00:00:00.003]➜  
2025-08-20T21:24:38.9553611Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:24:38.9554096Z [00:00:00.003]➜  
2025-08-20T21:24:38.9595427Z [00:00:00.007]➜  
2025-08-20T21:24:38.9596149Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:24:38.9596596Z [00:00:00.007]➜  
2025-08-20T21:24:38.9676366Z [00:00:00.016]➜  
2025-08-20T21:24:38.9677709Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/lazygit/static.official.source.yaml) --> /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:24:38 PM) UTC]
2025-08-20T21:24:38.9678616Z [00:00:00.016]➜  
2025-08-20T21:24:38.9678835Z [00:00:00.016]➜  
2025-08-20T21:24:38.9679259Z [00:00:00.016]➜  
2025-08-20T21:24:38.9679561Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:24:38.9687545Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:24:38.9691054Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:24:38.9692154Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:24:38.9692592Z [00:00:00.017]➜  
2025-08-20T21:24:38.9692999Z [00:00:00.017]➜  pkg: "lazygit"
2025-08-20T21:24:38.9693584Z [00:00:00.017]➜  pkg_id: "github.com.jesseduffield.lazygit"
2025-08-20T21:24:38.9694146Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:24:38.9694462Z [00:00:00.017]➜  category:
2025-08-20T21:24:38.9695214Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:24:38.9695536Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:24:38.9695912Z [00:00:00.017]➜  description: "simple terminal UI for git commands"
2025-08-20T21:24:38.9696279Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:24:38.9696525Z [00:00:00.017]➜    alpine:
2025-08-20T21:24:38.9696769Z [00:00:00.017]➜      - "lazygit"
2025-08-20T21:24:38.9697023Z [00:00:00.017]➜    archlinux:
2025-08-20T21:24:38.9697304Z [00:00:00.017]➜      aur:
2025-08-20T21:24:38.9697562Z [00:00:00.017]➜        - "lazygit-git"
2025-08-20T21:24:38.9697828Z [00:00:00.017]➜      extra:
2025-08-20T21:24:38.9698073Z [00:00:00.017]➜        - "lazygit"
2025-08-20T21:24:38.9698326Z [00:00:00.017]➜    homebrew:
2025-08-20T21:24:38.9698570Z [00:00:00.017]➜      - "lazygit"
2025-08-20T21:24:38.9698813Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:24:38.9699058Z [00:00:00.017]➜      - "lazygit"
2025-08-20T21:24:38.9699314Z [00:00:00.017]➜  homepage:
2025-08-20T21:24:38.9699644Z [00:00:00.017]➜    - "https://github.com/jesseduffield/lazygit"
2025-08-20T21:24:38.9699971Z [00:00:00.017]➜  license:
2025-08-20T21:24:38.9700210Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:24:38.9701148Z [00:00:00.017]➜      url: "https://github.com/jesseduffield/lazygit/raw/c03b89227092b852d50015d289a7c6d8c69811c5/LICENSE"  
2025-08-20T21:24:38.9701759Z [00:00:00.017]➜  maintainer:
2025-08-20T21:24:38.9702101Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:24:38.9702424Z [00:00:00.017]➜  note:
2025-08-20T21:24:38.9702720Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:24:38.9703470Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/jesseduffield/lazygit"
2025-08-20T21:24:38.9704134Z [00:00:00.017]➜  provides:
2025-08-20T21:24:38.9704387Z [00:00:00.017]➜    - "lazygit"
2025-08-20T21:24:38.9704632Z [00:00:00.017]➜  repology:
2025-08-20T21:24:38.9704865Z [00:00:00.017]➜    - "lazygit"
2025-08-20T21:24:38.9705103Z [00:00:00.017]➜  src_url:
2025-08-20T21:24:38.9705409Z [00:00:00.017]➜    - "https://github.com/jesseduffield/lazygit"
2025-08-20T21:24:38.9705719Z [00:00:00.017]➜  tag:
2025-08-20T21:24:38.9705958Z [00:00:00.017]➜    - "git"
2025-08-20T21:24:38.9706190Z [00:00:00.017]➜  x_exec:
2025-08-20T21:24:38.9706446Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T21:24:38.9706706Z [00:00:00.017]➜    host:
2025-08-20T21:24:38.9706951Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:24:38.9707225Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:24:38.9707490Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:24:38.9707740Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:24:38.9708035Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:24:38.9708776Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/jesseduffield/lazygit" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:24:38.9709677Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:24:38.9710371Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:24:38.9711753Z [00:00:00.017]➜    run: |
2025-08-20T21:24:38.9712002Z [00:00:00.017]➜      #Build
2025-08-20T21:24:38.9712624Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:24:38.9713522Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:24:38.9714546Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:24:38.9715393Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:24:38.9716162Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:24:38.9716800Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:24:38.9717258Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:24:38.9717933Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:24:38.9718607Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:24:38.9719274Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:24:38.9720209Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:24:38.9721121Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:24:38.9721734Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:24:38.9722288Z [00:00:00.017]➜        #Build
2025-08-20T21:24:38.9723274Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/jesseduffield/lazygit" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:24:38.9724296Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:24:38.9725166Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:24:38.9726250Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:24:38.9727703Z [00:00:00.017]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/lazygit"
2025-08-20T21:24:38.9728874Z [00:00:00.017]➜        #Copy
2025-08-20T21:24:38.9730072Z [00:00:00.017]➜         ( 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-20T21:24:38.9731350Z [00:00:00.017]➜        #Strip 
2025-08-20T21:24:38.9732298Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:24:38.9733565Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:24:38.9734844Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:24:38.9735951Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:24:38.9736978Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:24:38.9737766Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:24:38.9738248Z [00:00:00.017]➜        '
2025-08-20T21:24:38.9738680Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:24:38.9739360Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:24:38.9740376Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:24:38.9743001Z [00:00:00.017]➜       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-20T21:24:38.9744765Z [00:00:00.017]➜  
2025-08-20T21:24:38.9745128Z [00:00:00.017]➜  
2025-08-20T21:24:38.9745643Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:24:38.9746172Z [00:00:00.017]➜  
2025-08-20T21:24:38.9746537Z [00:00:00.017]➜  
2025-08-20T21:24:38.9746890Z [00:00:00.017]➜  
2025-08-20T21:24:38.9747792Z [00:00:00.018]➜  '/tmp/pkgforge/QYnww32RA_build.yaml' -> '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:24:40.2386571Z [00:00:01.286]➜  '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.version' -> '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.version'
2025-08-20T21:24:40.2443216Z [00:00:01.292]➜  [+] Version: HEAD-1d65196-250820T104524 ('.x_exec.pkgver') [/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.version]
2025-08-20T21:24:40.2692015Z [00:00:01.317]➜  [+] Progs: lazygit
2025-08-20T21:24:40.4965637Z [00:00:01.544]➜  
2025-08-20T21:24:40.4966091Z [00:00:01.544]➜  [-] Missing packages. Found: 
2025-08-20T21:24:40.4966434Z [00:00:01.544]➜  [+] Expected: lazygit
2025-08-20T21:24:40.4966748Z [00:00:01.544]➜  [+] Continuing with build...
2025-08-20T21:24:40.4967020Z [00:00:01.544]➜  
2025-08-20T21:24:40.8945356Z [00:00:01.942]➜  
2025-08-20T21:24:40.8945842Z [00:00:01.942]➜  
2025-08-20T21:24:40.9038174Z [00:00:01.952]➜  + mkdir -pv /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:24:40.9056994Z [00:00:01.953]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=lazygit -e PKG_ID=github.com.jesseduffield.lazygit -e PKG_TYPE=static -e PKG_VER=HEAD-1d65196-250820T104524 -e PKGVER=HEAD-1d65196-250820T104524 -e SBUILD_PKG=lazygit.static -e SBUILD_PKGVER=HEAD-1d65196-250820T104524 --volume /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:24:40.9058846Z [00:00:01.953]➜    #Setup ENV
2025-08-20T21:24:40.9059262Z [00:00:01.953]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:24:40.9059657Z [00:00:01.953]➜     CGO_ENABLED="1" 
2025-08-20T21:24:40.9060050Z [00:00:01.953]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:24:40.9060583Z [00:00:01.953]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:24:40.9061245Z [00:00:01.953]➜     GOOS="linux"
2025-08-20T21:24:40.9061578Z [00:00:01.953]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:24:40.9061894Z [00:00:01.953]➜    #Build
2025-08-20T21:24:40.9062447Z [00:00:01.953]➜     git clone --filter "blob:none" --quiet "https://github.com/jesseduffield/lazygit" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:24:40.9063039Z [00:00:01.953]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:24:40.9063537Z [00:00:01.953]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:24:40.9064001Z [00:00:01.953]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:24:40.9064822Z [00:00:01.953]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/lazygit"
2025-08-20T21:24:40.9065466Z [00:00:01.953]➜    #Copy
2025-08-20T21:24:40.9066118Z [00:00:01.953]➜     ( 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-20T21:24:40.9066696Z [00:00:01.953]➜    #Strip 
2025-08-20T21:24:40.9067201Z [00:00:01.953]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:24:40.9067916Z [00:00:01.953]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:24:40.9068786Z [00:00:01.953]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:24:40.9069391Z [00:00:01.953]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:24:40.9070005Z [00:00:01.953]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:24:40.9070443Z [00:00:01.953]➜     popd &>/dev/null
2025-08-20T21:24:40.9070700Z [00:00:01.953]➜    '
2025-08-20T21:24:41.3587803Z [00:00:02.407]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:24:41.4356022Z [00:00:02.483]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:24:41.4356629Z [00:00:02.483]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:24:41.4357038Z [00:00:02.483]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:24:41.4357522Z [00:00:02.483]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:24:41.4357931Z [00:00:02.484]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:24:41.4358320Z [00:00:02.484]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:24:41.4358637Z [00:00:02.484]➜  eb4a15147d73: Waiting
2025-08-20T21:24:41.4358946Z [00:00:02.484]➜  1eff1cf6af24: Waiting
2025-08-20T21:24:41.4359237Z [00:00:02.484]➜  73d19b2d2e73: Waiting
2025-08-20T21:24:41.5078774Z [00:00:02.556]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:24:41.5081874Z [00:00:02.556]➜  bffca73cb30c: Download complete
2025-08-20T21:24:41.5251222Z [00:00:02.573]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:24:41.5251844Z [00:00:02.573]➜  74f0d3ee81d8: Download complete
2025-08-20T21:24:41.5352617Z [00:00:02.583]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:24:41.5353337Z [00:00:02.583]➜  d62bb7eb03b5: Download complete
2025-08-20T21:24:41.6832393Z [00:00:02.731]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:24:41.7116485Z [00:00:02.759]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:24:41.7117626Z [00:00:02.760]➜  1eff1cf6af24: Download complete
2025-08-20T21:24:41.8202861Z [00:00:02.868]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:24:41.8203892Z [00:00:02.868]➜  eb4a15147d73: Download complete
2025-08-20T21:24:43.5223074Z [00:00:04.570]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:24:44.4793670Z [00:00:05.527]➜  bffca73cb30c: Pull complete
2025-08-20T21:24:49.1820748Z [00:00:10.230]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:24:49.1822287Z [00:00:10.230]➜  73d19b2d2e73: Download complete
2025-08-20T21:26:02.4703942Z [00:01:23.518]➜  73d19b2d2e73: Pull complete
2025-08-20T21:26:07.6698485Z [00:01:28.718]➜  eb4a15147d73: Pull complete
2025-08-20T21:26:07.6798224Z [00:01:28.728]➜  1eff1cf6af24: Pull complete
2025-08-20T21:26:07.6837321Z [00:01:28.732]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:26:07.6851850Z [00:01:28.733]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:26:07.8740699Z [00:01:28.922]➜  + mkdir -p /build-bins
2025-08-20T21:26:07.8757954Z [00:01:28.924]➜  ++ mktemp -d
2025-08-20T21:26:07.8774944Z [00:01:28.925]➜  + pushd /tmp/tmp.dNkSGwDM6G
2025-08-20T21:26:07.8776162Z [00:01:28.925]➜  + CGO_ENABLED=1
2025-08-20T21:26:07.8776864Z [00:01:28.925]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:26:07.8780364Z [00:01:28.926]➜  ++ uname -m
2025-08-20T21:26:07.8783273Z [00:01:28.926]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:26:07.8797033Z [00:01:28.928]➜  + GOARCH=amd64
2025-08-20T21:26:07.8797859Z [00:01:28.928]➜  + GOOS=linux
2025-08-20T21:26:07.8798630Z [00:01:28.928]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:26:07.8800691Z [00:01:28.928]➜  + git clone --filter blob:none --quiet https://github.com/jesseduffield/lazygit ./TEMPREPO
2025-08-20T21:26:09.8423744Z [00:01:30.890]➜  + cd ./TEMPREPO
2025-08-20T21:26:09.8424464Z [00:01:30.890]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:26:09.8424865Z [00:01:30.890]➜  
2025-08-20T21:26:09.8425219Z [00:01:30.890]➜  [+] Target: "amd64/linux"
2025-08-20T21:26:09.8426153Z [00:01:30.890]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:26:09.8426711Z [00:01:30.890]➜  + go mod tidy -v
2025-08-20T21:26:09.8427260Z [00:01:30.890]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:26:09.8427745Z [00:01:30.890]➜  
2025-08-20T21:26:09.8828343Z [00:01:30.931]➜  go: downloading github.com/samber/lo v1.31.0
2025-08-20T21:26:09.8833800Z [00:01:30.931]➜  go: downloading github.com/stefanhaller/git-todo-parser v0.0.7-0.20250429125209-dcf39e4641f5
2025-08-20T21:26:09.8882002Z [00:01:30.936]➜  go: downloading github.com/go-errors/errors v1.5.1
2025-08-20T21:26:09.8885604Z [00:01:30.936]➜  go: downloading github.com/integrii/flaggy v1.4.0
2025-08-20T21:26:09.9709088Z [00:01:31.019]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:26:09.9933517Z [00:01:31.041]➜  go: downloading github.com/spf13/afero v1.9.5
2025-08-20T21:26:10.0172106Z [00:01:31.065]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:26:10.0341591Z [00:01:31.082]➜  go: downloading github.com/jesseduffield/generics v0.0.0-20250517122708-b0b4a53a6f5c
2025-08-20T21:26:10.0363349Z [00:01:31.084]➜  go: downloading github.com/jesseduffield/lazycore v0.0.0-20221012050358-03d2e40243c5
2025-08-20T21:26:10.0537538Z [00:01:31.102]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:26:10.0608295Z [00:01:31.109]➜  go: downloading github.com/jesseduffield/go-git/v5 v5.14.1-0.20250407170251-e1a013310ccd
2025-08-20T21:26:10.0921940Z [00:01:31.140]➜  go: downloading golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2025-08-20T21:26:10.1004475Z [00:01:31.148]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T21:26:10.1089216Z [00:01:31.157]➜  go: downloading github.com/creack/pty v1.1.11
2025-08-20T21:26:10.1232807Z [00:01:31.171]➜  go: downloading github.com/jesseduffield/gocui v0.3.1-0.20250711082438-4aa4fd0b4d22
2025-08-20T21:26:10.1238311Z [00:01:31.172]➜  go: downloading github.com/mgutz/str v1.2.0
2025-08-20T21:26:10.1346573Z [00:01:31.182]➜  go: downloading github.com/sasha-s/go-deadlock v0.3.5
2025-08-20T21:26:10.1456450Z [00:01:31.194]➜  go: downloading github.com/adrg/xdg v0.4.0
2025-08-20T21:26:10.1603250Z [00:01:31.208]➜  go: downloading github.com/karimkhaleel/jsonschema v0.0.0-20231001195015-d933f0d94ea3
2025-08-20T21:26:10.2316914Z [00:01:31.279]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T21:26:10.2468680Z [00:01:31.295]➜  go: downloading github.com/sanity-io/litter v1.5.2
2025-08-20T21:26:10.2481575Z [00:01:31.296]➜  go: downloading github.com/gdamore/tcell/v2 v2.8.1
2025-08-20T21:26:10.2941230Z [00:01:31.342]➜  go: downloading github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
2025-08-20T21:26:10.2993120Z [00:01:31.347]➜  go: downloading gopkg.in/ozeidan/fuzzy-patricia.v3 v3.0.0
2025-08-20T21:26:10.3014805Z [00:01:31.349]➜  go: downloading github.com/sahilm/fuzzy v0.1.0
2025-08-20T21:26:10.3107720Z [00:01:31.359]➜  go: downloading github.com/gookit/color v1.4.2
2025-08-20T21:26:10.3267792Z [00:01:31.375]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T21:26:10.3635597Z [00:01:31.411]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:26:10.3673550Z [00:01:31.415]➜  go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
2025-08-20T21:26:10.3754602Z [00:01:31.423]➜  go: downloading github.com/kyokomi/emoji/v2 v2.2.8
2025-08-20T21:26:10.3808083Z [00:01:31.429]➜  go: downloading github.com/jesseduffield/minimal/gitignore v0.3.3-0.20211018110810-9cde264e6b1e
2025-08-20T21:26:10.3828220Z [00:01:31.431]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T21:26:10.3881434Z [00:01:31.436]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T21:26:10.4077210Z [00:01:31.455]➜  go: downloading github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
2025-08-20T21:26:10.4425344Z [00:01:31.490]➜  go: downloading github.com/mitchellh/go-ps v1.0.0
2025-08-20T21:26:10.4523383Z [00:01:31.500]➜  go: downloading github.com/aybabtme/humanlog v0.4.1
2025-08-20T21:26:10.4543630Z [00:01:31.502]➜  go: downloading github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
2025-08-20T21:26:10.5170384Z [00:01:31.565]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T21:26:11.0743416Z [00:01:32.122]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:26:11.0754133Z [00:01:32.123]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:26:11.0879415Z [00:01:32.136]➜  go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
2025-08-20T21:26:11.0881456Z [00:01:32.136]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:26:11.1005944Z [00:01:32.148]➜  go: downloading github.com/invopop/jsonschema v0.10.0
2025-08-20T21:26:11.1484821Z [00:01:32.196]➜  go: downloading github.com/gdamore/encoding v1.0.1
2025-08-20T21:26:11.1486638Z [00:01:32.197]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T21:26:11.1586050Z [00:01:32.206]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.6
2025-08-20T21:26:11.2152158Z [00:01:32.263]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T21:26:11.2326041Z [00:01:32.280]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T21:26:11.2756419Z [00:01:32.323]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:26:11.2758502Z [00:01:32.324]➜  go: downloading github.com/thoas/go-funk v0.9.1
2025-08-20T21:26:11.2759795Z [00:01:32.324]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T21:26:11.2956631Z [00:01:32.343]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:26:11.3027993Z [00:01:32.351]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:26:11.3046324Z [00:01:32.353]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T21:26:11.3202385Z [00:01:32.368]➜  go: downloading github.com/onsi/ginkgo v1.10.3
2025-08-20T21:26:11.3268782Z [00:01:32.375]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T21:26:11.3816462Z [00:01:32.429]➜  go: downloading github.com/fatih/color v1.9.0
2025-08-20T21:26:11.3950315Z [00:01:32.443]➜  go: downloading github.com/go-logfmt/logfmt v0.5.0
2025-08-20T21:26:11.4049472Z [00:01:32.453]➜  go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
2025-08-20T21:26:11.4302783Z [00:01:32.478]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:26:11.4304864Z [00:01:32.478]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:26:11.4341518Z [00:01:32.482]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T21:26:11.4371460Z [00:01:32.485]➜  go: downloading golang.org/x/crypto v0.37.0
2025-08-20T21:26:11.4596076Z [00:01:32.507]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T21:26:11.4697470Z [00:01:32.518]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T21:26:11.4820439Z [00:01:32.530]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:26:11.5145541Z [00:01:32.562]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T21:26:11.5925353Z [00:01:32.640]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T21:26:11.5950397Z [00:01:32.643]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T21:26:11.6011629Z [00:01:32.649]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:26:11.6127047Z [00:01:32.660]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T21:26:11.6235345Z [00:01:32.671]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T21:26:11.6544702Z [00:01:32.702]➜  go: downloading github.com/mattn/go-colorable v0.1.11
2025-08-20T21:26:11.6547147Z [00:01:32.702]➜  go: downloading github.com/mattn/go-isatty v0.0.14
2025-08-20T21:26:11.6814492Z [00:01:32.729]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T21:26:12.0099114Z [00:01:33.058]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T21:26:12.0099748Z [00:01:33.058]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:26:12.0100218Z [00:01:33.058]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T21:26:12.0166911Z [00:01:33.064]➜  go: downloading github.com/skeema/knownhosts v1.3.1
2025-08-20T21:26:12.0189670Z [00:01:33.067]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T21:26:12.0223576Z [00:01:33.070]➜  go: downloading golang.org/x/net v0.39.0
2025-08-20T21:26:12.0264042Z [00:01:33.074]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T21:26:12.0283847Z [00:01:33.076]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:26:12.0461804Z [00:01:33.094]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:26:12.0576643Z [00:01:33.106]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T21:26:12.2186120Z [00:01:33.266]➜  go: downloading github.com/hpcloud/tail v1.0.0
2025-08-20T21:26:12.2199707Z [00:01:33.268]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:26:12.2203286Z [00:01:33.268]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:26:12.2303800Z [00:01:33.278]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:26:12.2311917Z [00:01:33.279]➜  go: downloading gopkg.in/fsnotify.v1 v1.4.7
2025-08-20T21:26:13.3518146Z [00:01:34.400]➜  + go generate ./...
2025-08-20T21:26:41.1079742Z [00:02:02.156]➜  Generating cheatsheets in /tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings...
2025-08-20T21:26:41.6448070Z [00:02:02.693]➜  Generating test_list.go...
2025-08-20T21:26:42.3008888Z [00:02:03.349]➜  Generating jsonschema in /tmp/tmp.dNkSGwDM6G/TEMPREPO/schema...
2025-08-20T21:26:42.3201736Z [00:02:03.368]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/lazygit
2025-08-20T21:26:42.3227955Z [00:02:03.371]➜  WORK=/tmp/go-build1389117207
2025-08-20T21:26:42.4296295Z [00:02:03.477]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.4296742Z [00:02:03.477]➜  git status --porcelain
2025-08-20T21:26:42.7718254Z [00:02:03.820]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.7719305Z [00:02:03.820]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:26:42.7752318Z [00:02:03.823]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git config extensions.objectformat
2025-08-20T21:26:42.7763705Z [00:02:03.824]➜  0.001s # cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git config extensions.objectformat
2025-08-20T21:26:42.7765322Z [00:02:03.824]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 1d65196136c6dfe321a1173482dd41ed19477dea --
2025-08-20T21:26:42.7875519Z [00:02:03.835]➜  0.011s # cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 1d65196136c6dfe321a1173482dd41ed19477dea --
2025-08-20T21:26:42.7877206Z [00:02:03.835]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 1d65196136c6dfe321a1173482dd41ed19477dea
2025-08-20T21:26:42.8464146Z [00:02:03.894]➜  0.059s # cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 1d65196136c6dfe321a1173482dd41ed19477dea
2025-08-20T21:26:42.8465867Z [00:02:03.894]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 1d65196136c6 --
2025-08-20T21:26:42.8491995Z [00:02:03.897]➜  0.003s # cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 1d65196136c6 --
2025-08-20T21:26:42.8493444Z [00:02:03.897]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git cat-file blob 1d65196136c6dfe321a1173482dd41ed19477dea:go.mod
2025-08-20T21:26:42.8512967Z [00:02:03.899]➜  0.002s # cd /tmp/tmp.dNkSGwDM6G/TEMPREPO; git cat-file blob 1d65196136c6dfe321a1173482dd41ed19477dea:go.mod
2025-08-20T21:26:42.8559968Z [00:02:03.904]➜  internal/goarch
2025-08-20T21:26:42.8564228Z [00:02:03.904]➜  mkdir -p $WORK/b008/
2025-08-20T21:26:42.8564761Z [00:02:03.904]➜  internal/byteorder
2025-08-20T21:26:42.8565255Z [00:02:03.904]➜  mkdir -p $WORK/b014/
2025-08-20T21:26:42.8576221Z [00:02:03.905]➜  internal/unsafeheader
2025-08-20T21:26:42.8578748Z [00:02:03.905]➜  mkdir -p $WORK/b010/
2025-08-20T21:26:42.8579418Z [00:02:03.905]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T21:26:42.8580123Z [00:02:03.906]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.8584131Z [00:02:03.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b008=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:26:42.8587527Z [00:02:03.906]➜  echo '# import config' > $WORK/b010/importcfg # internal
2025-08-20T21:26:42.8590823Z [00:02:03.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b010=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:26:42.8593798Z [00:02:03.906]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T21:26:42.8596909Z [00:02:03.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b014=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:26:42.8605102Z [00:02:03.907]➜  internal/cpu
2025-08-20T21:26:42.8605602Z [00:02:03.907]➜  mkdir -p $WORK/b013/
2025-08-20T21:26:42.8606190Z [00:02:03.908]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T21:26:42.8606820Z [00:02:03.908]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:26:42.8608834Z [00:02:03.908]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:26:42.8635546Z [00:02:03.911]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:26:42.8645284Z [00:02:03.912]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:26:42.8650280Z [00:02:03.912]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T21:26:42.8651196Z [00:02:03.912]➜  internal/coverage/rtcov
2025-08-20T21:26:42.8651753Z [00:02:03.912]➜  mkdir -p $WORK/b016/
2025-08-20T21:26:42.8652931Z [00:02:03.913]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:26:42.8654140Z [00:02:03.913]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:26:42.8655519Z [00:02:03.913]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.8661474Z [00:02:03.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b016=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:26:42.8665220Z [00:02:03.914]➜  internal/abi
2025-08-20T21:26:42.8665753Z [00:02:03.914]➜  mkdir -p $WORK/b007/
2025-08-20T21:26:42.8666367Z [00:02:03.914]➜  echo -n > $WORK/b007/go_asm.h # internal
2025-08-20T21:26:42.8669090Z [00:02:03.915]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:26:42.8674826Z [00:02:03.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T21:26:42.8702779Z [00:02:03.917]➜  cd /root/.go/src/internal/abi
2025-08-20T21:26:42.8707119Z [00:02:03.917]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b007/symabis ./abi_test.s ./stub.s
2025-08-20T21:26:42.8752372Z [00:02:03.923]➜  cat >/tmp/go-build1389117207/b007/importcfg << 'EOF' # internal
2025-08-20T21:26:42.8756185Z [00:02:03.923]➜  # import config
2025-08-20T21:26:42.8756909Z [00:02:03.923]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.8757550Z [00:02:03.923]➜  EOF
2025-08-20T21:26:42.8758007Z [00:02:03.923]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.8764667Z [00:02:03.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b007/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:26:42.8775858Z [00:02:03.925]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:26:42.8781999Z [00:02:03.926]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:26:42.8803563Z [00:02:03.927]➜  internal/godebugs
2025-08-20T21:26:42.8805918Z [00:02:03.927]➜  mkdir -p $WORK/b017/
2025-08-20T21:26:42.8807302Z [00:02:03.927]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:26:42.8811210Z [00:02:03.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b017=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:26:42.8814707Z [00:02:03.928]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:26:42.8816441Z [00:02:03.929]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:26:42.8863943Z [00:02:03.934]➜  internal/goexperiment
2025-08-20T21:26:42.8927779Z [00:02:03.941]➜  mkdir -p $WORK/b018/
2025-08-20T21:26:42.8942773Z [00:02:03.941]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:26:42.8955041Z [00:02:03.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b018=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:26:42.8989171Z [00:02:03.947]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:26:42.8997017Z [00:02:03.947]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:26:42.9006868Z [00:02:03.948]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:26:42.9010727Z [00:02:03.949]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/cpu.o ./cpu.s
2025-08-20T21:26:42.9016126Z [00:02:03.949]➜  internal/goos
2025-08-20T21:26:42.9016672Z [00:02:03.949]➜  mkdir -p $WORK/b019/
2025-08-20T21:26:42.9017409Z [00:02:03.950]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:26:42.9018598Z [00:02:03.950]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9023418Z [00:02:03.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b019=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:26:42.9056256Z [00:02:03.953]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:26:42.9059453Z [00:02:03.954]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/cpu_x86.o ./cpu_x86.s
2025-08-20T21:26:42.9088153Z [00:02:03.957]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:26:42.9093038Z [00:02:03.957]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:26:42.9101947Z [00:02:03.958]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:26:42.9103364Z [00:02:03.958]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/cpu.o $WORK/b013/cpu_x86.o # internal
2025-08-20T21:26:42.9105231Z [00:02:03.958]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:26:42.9105896Z [00:02:03.958]➜  internal/profilerecord
2025-08-20T21:26:42.9106478Z [00:02:03.958]➜  mkdir -p $WORK/b020/
2025-08-20T21:26:42.9111391Z [00:02:03.959]➜  echo '# import config' > $WORK/b020/importcfg # internal
2025-08-20T21:26:42.9112203Z [00:02:03.959]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9118073Z [00:02:03.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b020=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:26:42.9123574Z [00:02:03.959]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:26:42.9124687Z [00:02:03.960]➜  internal/bytealg
2025-08-20T21:26:42.9125219Z [00:02:03.960]➜  mkdir -p $WORK/b012/
2025-08-20T21:26:42.9126680Z [00:02:03.960]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:26:42.9127896Z [00:02:03.960]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:26:42.9128587Z [00:02:03.960]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:26:42.9131281Z [00:02:03.961]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:26:42.9133456Z [00:02:03.961]➜  internal/chacha8rand
2025-08-20T21:26:42.9136107Z [00:02:03.962]➜  mkdir -p $WORK/b015/
2025-08-20T21:26:42.9136949Z [00:02:03.962]➜  echo -n > $WORK/b015/go_asm.h # internal
2025-08-20T21:26:42.9137728Z [00:02:03.962]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:26:42.9139924Z [00:02:03.962]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -I $WORK/b015/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b015/symabis ./chacha8_amd64.s
2025-08-20T21:26:42.9195295Z [00:02:03.967]➜  cat >/tmp/go-build1389117207/b012/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9196055Z [00:02:03.967]➜  # import config
2025-08-20T21:26:42.9197772Z [00:02:03.967]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:42.9198480Z [00:02:03.967]➜  EOF
2025-08-20T21:26:42.9198963Z [00:02:03.967]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9205149Z [00:02:03.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:26:42.9211457Z [00:02:03.967]➜  cat >/tmp/go-build1389117207/b015/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9212181Z [00:02:03.967]➜  # import config
2025-08-20T21:26:42.9212889Z [00:02:03.967]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:42.9213783Z [00:02:03.967]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:42.9214668Z [00:02:03.967]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.9215305Z [00:02:03.967]➜  EOF
2025-08-20T21:26:42.9220488Z [00:02:03.970]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:26:42.9232995Z [00:02:03.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b015/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack -asmhdr $WORK/b015/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:26:42.9237949Z [00:02:03.970]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:26:42.9239030Z [00:02:03.970]➜  internal/runtime/atomic
2025-08-20T21:26:42.9239846Z [00:02:03.970]➜  mkdir -p $WORK/b021/
2025-08-20T21:26:42.9240467Z [00:02:03.970]➜  echo -n > $WORK/b021/go_asm.h # internal
2025-08-20T21:26:42.9241283Z [00:02:03.970]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:26:42.9244193Z [00:02:03.971]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -I $WORK/b021/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b021/symabis ./atomic_amd64.s
2025-08-20T21:26:42.9276037Z [00:02:03.975]➜  cat >/tmp/go-build1389117207/b021/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9277826Z [00:02:03.975]➜  # import config
2025-08-20T21:26:42.9279613Z [00:02:03.975]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.9282487Z [00:02:03.975]➜  EOF
2025-08-20T21:26:42.9283027Z [00:02:03.976]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9288301Z [00:02:03.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b021/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:26:42.9383718Z [00:02:03.986]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:26:42.9389104Z [00:02:03.986]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/compare_amd64.o ./compare_amd64.s
2025-08-20T21:26:42.9435137Z [00:02:03.991]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/count_amd64.o ./count_amd64.s
2025-08-20T21:26:42.9549165Z [00:02:04.002]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/equal_amd64.o ./equal_amd64.s
2025-08-20T21:26:42.9580024Z [00:02:04.006]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:26:42.9583735Z [00:02:04.006]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -I $WORK/b015/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b015/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:26:42.9594996Z [00:02:04.007]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:26:42.9597162Z [00:02:04.007]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/index_amd64.o ./index_amd64.s
2025-08-20T21:26:42.9638339Z [00:02:04.011]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:26:42.9643793Z [00:02:04.012]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:26:42.9644620Z [00:02:04.012]➜  go tool pack r $WORK/b015/_pkg_.a $WORK/b015/chacha8_amd64.o # internal
2025-08-20T21:26:42.9645689Z [00:02:04.012]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:26:42.9649505Z [00:02:04.013]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:26:42.9652826Z [00:02:04.013]➜  internal/runtime/math
2025-08-20T21:26:42.9653395Z [00:02:04.013]➜  mkdir -p $WORK/b024/
2025-08-20T21:26:42.9654092Z [00:02:04.013]➜  cat >/tmp/go-build1389117207/b024/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9654705Z [00:02:04.013]➜  # import config
2025-08-20T21:26:42.9655405Z [00:02:04.013]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.9656070Z [00:02:04.013]➜  EOF
2025-08-20T21:26:42.9656535Z [00:02:04.013]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9659641Z [00:02:04.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b024=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:26:42.9686659Z [00:02:04.016]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:26:42.9693387Z [00:02:04.016]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -I $WORK/b021/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b021/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:26:42.9695335Z [00:02:04.017]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:26:42.9696757Z [00:02:04.017]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/compare_amd64.o $WORK/b012/count_amd64.o $WORK/b012/equal_amd64.o $WORK/b012/index_amd64.o $WORK/b012/indexbyte_amd64.o # internal
2025-08-20T21:26:42.9702615Z [00:02:04.018]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:26:42.9726368Z [00:02:04.020]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:26:42.9729460Z [00:02:04.020]➜  internal/runtime/syscall
2025-08-20T21:26:42.9730032Z [00:02:04.020]➜  mkdir -p $WORK/b025/
2025-08-20T21:26:42.9730653Z [00:02:04.020]➜  echo -n > $WORK/b025/go_asm.h # internal
2025-08-20T21:26:42.9731468Z [00:02:04.020]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:26:42.9733819Z [00:02:04.020]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -I $WORK/b025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b025/symabis ./asm_linux_amd64.s
2025-08-20T21:26:42.9750284Z [00:02:04.022]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:26:42.9752506Z [00:02:04.023]➜  go tool pack r $WORK/b021/_pkg_.a $WORK/b021/atomic_amd64.o # internal
2025-08-20T21:26:42.9753336Z [00:02:04.023]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:26:42.9764153Z [00:02:04.024]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:26:42.9771352Z [00:02:04.024]➜  internal/runtime/exithook
2025-08-20T21:26:42.9773772Z [00:02:04.025]➜  mkdir -p $WORK/b026/
2025-08-20T21:26:42.9774716Z [00:02:04.025]➜  cat >/tmp/go-build1389117207/b026/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9775409Z [00:02:04.025]➜  # import config
2025-08-20T21:26:42.9776191Z [00:02:04.025]➜  packagefile internal/runtime/atomic=/tmp/go-build1389117207/b021/_pkg_.a
2025-08-20T21:26:42.9776939Z [00:02:04.025]➜  EOF
2025-08-20T21:26:42.9777441Z [00:02:04.025]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:42.9794707Z [00:02:04.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b026=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:26:42.9797745Z [00:02:04.026]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:26:42.9799097Z [00:02:04.027]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:26:42.9809879Z [00:02:04.029]➜  internal/runtime/strconv
2025-08-20T21:26:42.9811615Z [00:02:04.029]➜  mkdir -p $WORK/b023/
2025-08-20T21:26:42.9816290Z [00:02:04.029]➜  cat >/tmp/go-build1389117207/b025/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9817062Z [00:02:04.029]➜  # import config
2025-08-20T21:26:42.9818689Z [00:02:04.029]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.9819359Z [00:02:04.029]➜  EOF
2025-08-20T21:26:42.9823545Z [00:02:04.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b025/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack -asmhdr $WORK/b025/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:26:42.9833568Z [00:02:04.030]➜  cat >/tmp/go-build1389117207/b023/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9834357Z [00:02:04.030]➜  # import config
2025-08-20T21:26:42.9835145Z [00:02:04.030]➜  packagefile internal/runtime/math=/tmp/go-build1389117207/b024/_pkg_.a
2025-08-20T21:26:42.9835912Z [00:02:04.030]➜  EOF
2025-08-20T21:26:42.9838894Z [00:02:04.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b023=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:26:42.9957423Z [00:02:04.043]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:26:42.9958833Z [00:02:04.043]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:26:42.9959951Z [00:02:04.043]➜  internal/runtime/gc
2025-08-20T21:26:42.9960509Z [00:02:04.043]➜  mkdir -p $WORK/b027/
2025-08-20T21:26:42.9961416Z [00:02:04.043]➜  cat >/tmp/go-build1389117207/b027/importcfg << 'EOF' # internal
2025-08-20T21:26:42.9962131Z [00:02:04.043]➜  # import config
2025-08-20T21:26:42.9962920Z [00:02:04.043]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:42.9963669Z [00:02:04.043]➜  EOF
2025-08-20T21:26:42.9967224Z [00:02:04.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b027=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:26:43.0035145Z [00:02:04.051]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:26:43.0041996Z [00:02:04.052]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:26:43.0045119Z [00:02:04.052]➜  internal/asan
2025-08-20T21:26:43.0045974Z [00:02:04.052]➜  mkdir -p $WORK/b029/
2025-08-20T21:26:43.0049896Z [00:02:04.053]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:26:43.0060460Z [00:02:04.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b029=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:26:43.0098205Z [00:02:04.058]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:26:43.0101984Z [00:02:04.058]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -I $WORK/b025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b025/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:26:43.0126181Z [00:02:04.060]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:26:43.0133084Z [00:02:04.061]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:26:43.0136310Z [00:02:04.061]➜  internal/msan
2025-08-20T21:26:43.0136840Z [00:02:04.061]➜  mkdir -p $WORK/b030/
2025-08-20T21:26:43.0152865Z [00:02:04.062]➜  echo '# import config' > $WORK/b030/importcfg # internal
2025-08-20T21:26:43.0159159Z [00:02:04.064]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.0163666Z [00:02:04.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b030=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:26:43.0168114Z [00:02:04.064]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:26:43.0169388Z [00:02:04.064]➜  go tool pack r $WORK/b025/_pkg_.a $WORK/b025/asm_linux_amd64.o # internal
2025-08-20T21:26:43.0170257Z [00:02:04.064]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:26:43.0171840Z [00:02:04.064]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:26:43.0173038Z [00:02:04.064]➜  internal/runtime/cgroup
2025-08-20T21:26:43.0173616Z [00:02:04.064]➜  mkdir -p $WORK/b022/
2025-08-20T21:26:43.0174340Z [00:02:04.064]➜  cat >/tmp/go-build1389117207/b022/importcfg << 'EOF' # internal
2025-08-20T21:26:43.0175029Z [00:02:04.064]➜  # import config
2025-08-20T21:26:43.0175807Z [00:02:04.064]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:43.0176833Z [00:02:04.064]➜  packagefile internal/runtime/strconv=/tmp/go-build1389117207/b023/_pkg_.a
2025-08-20T21:26:43.0177953Z [00:02:04.064]➜  packagefile internal/runtime/syscall=/tmp/go-build1389117207/b025/_pkg_.a
2025-08-20T21:26:43.0178716Z [00:02:04.064]➜  EOF
2025-08-20T21:26:43.0179209Z [00:02:04.064]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.0184266Z [00:02:04.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b022=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:26:43.0260404Z [00:02:04.074]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:26:43.0270566Z [00:02:04.075]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:26:43.0306603Z [00:02:04.078]➜  internal/runtime/sys
2025-08-20T21:26:43.0316069Z [00:02:04.078]➜  mkdir -p $WORK/b032/
2025-08-20T21:26:43.0316715Z [00:02:04.078]➜  echo -n > $WORK/b032/go_asm.h # internal
2025-08-20T21:26:43.0317391Z [00:02:04.078]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:26:43.0319629Z [00:02:04.078]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -I $WORK/b032/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b032/symabis ./empty.s
2025-08-20T21:26:43.0366886Z [00:02:04.085]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:26:43.0379161Z [00:02:04.086]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:26:43.0381863Z [00:02:04.086]➜  internal/stringslite
2025-08-20T21:26:43.0382650Z [00:02:04.086]➜  mkdir -p $WORK/b033/
2025-08-20T21:26:43.0384624Z [00:02:04.086]➜  cat >/tmp/go-build1389117207/b033/importcfg << 'EOF' # internal
2025-08-20T21:26:43.0385318Z [00:02:04.086]➜  # import config
2025-08-20T21:26:43.0386053Z [00:02:04.086]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:43.0386787Z [00:02:04.086]➜  EOF
2025-08-20T21:26:43.0387301Z [00:02:04.086]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.0390396Z [00:02:04.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b033=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:26:43.0393447Z [00:02:04.086]➜  cat >/tmp/go-build1389117207/b032/importcfg << 'EOF' # internal
2025-08-20T21:26:43.0394078Z [00:02:04.086]➜  # import config
2025-08-20T21:26:43.0414255Z [00:02:04.089]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:43.0415213Z [00:02:04.089]➜  packagefile internal/goos=/tmp/go-build1389117207/b019/_pkg_.a
2025-08-20T21:26:43.0415988Z [00:02:04.089]➜  EOF
2025-08-20T21:26:43.0422158Z [00:02:04.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b032/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack -asmhdr $WORK/b032/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:26:43.0682987Z [00:02:04.116]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:26:43.0692112Z [00:02:04.117]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:26:43.0703557Z [00:02:04.118]➜  internal/trace/tracev2
2025-08-20T21:26:43.0707191Z [00:02:04.118]➜  mkdir -p $WORK/b034/
2025-08-20T21:26:43.0707935Z [00:02:04.118]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T21:26:43.0713340Z [00:02:04.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b034=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:26:43.0754793Z [00:02:04.123]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:26:43.0757884Z [00:02:04.123]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -I $WORK/b032/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b032/empty.o ./empty.s
2025-08-20T21:26:43.0797364Z [00:02:04.127]➜  go tool pack r $WORK/b032/_pkg_.a $WORK/b032/empty.o # internal
2025-08-20T21:26:43.0798253Z [00:02:04.127]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:26:43.0800607Z [00:02:04.128]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:26:43.0804898Z [00:02:04.128]➜  sync/atomic
2025-08-20T21:26:43.0808062Z [00:02:04.128]➜  mkdir -p $WORK/b038/
2025-08-20T21:26:43.0812726Z [00:02:04.129]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T21:26:43.0813346Z [00:02:04.129]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:26:43.0815129Z [00:02:04.129]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b038/symabis ./asm.s
2025-08-20T21:26:43.0829288Z [00:02:04.130]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:26:43.0833572Z [00:02:04.131]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:26:43.0835633Z [00:02:04.132]➜  math/bits
2025-08-20T21:26:43.0838702Z [00:02:04.132]➜  mkdir -p $WORK/b041/
2025-08-20T21:26:43.0842597Z [00:02:04.132]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:26:43.0846542Z [00:02:04.132]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.0849611Z [00:02:04.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b041=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T21:26:43.0889512Z [00:02:04.137]➜  echo '# import config' > $WORK/b038/importcfg # internal
2025-08-20T21:26:43.0895574Z [00:02:04.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T21:26:43.0912301Z [00:02:04.139]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:26:43.0922382Z [00:02:04.140]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:26:43.0929098Z [00:02:04.141]➜  unicode
2025-08-20T21:26:43.0932293Z [00:02:04.141]➜  mkdir -p $WORK/b042/
2025-08-20T21:26:43.0933679Z [00:02:04.141]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:26:43.0938766Z [00:02:04.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b042=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T21:26:43.0955220Z [00:02:04.143]➜  cd /root/.go/src/internal/abi
2025-08-20T21:26:43.0957145Z [00:02:04.143]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b007/abi_test.o ./abi_test.s
2025-08-20T21:26:43.0996323Z [00:02:04.147]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b007/stub.o ./stub.s
2025-08-20T21:26:43.1143422Z [00:02:04.162]➜  go tool pack r $WORK/b007/_pkg_.a $WORK/b007/abi_test.o $WORK/b007/stub.o # internal
2025-08-20T21:26:43.1146347Z [00:02:04.162]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:26:43.1240626Z [00:02:04.172]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:26:43.1242931Z [00:02:04.172]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:26:43.1249995Z [00:02:04.173]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:26:43.1252433Z [00:02:04.173]➜  internal/race
2025-08-20T21:26:43.1257428Z [00:02:04.174]➜  mkdir -p $WORK/b031/
2025-08-20T21:26:43.1261801Z [00:02:04.174]➜  cat >/tmp/go-build1389117207/b031/importcfg << 'EOF' # internal
2025-08-20T21:26:43.1262589Z [00:02:04.174]➜  # import config
2025-08-20T21:26:43.1263317Z [00:02:04.174]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:43.1267971Z [00:02:04.174]➜  EOF
2025-08-20T21:26:43.1268390Z [00:02:04.174]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.1271537Z [00:02:04.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b031=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:26:43.1274360Z [00:02:04.174]➜  internal/synctest
2025-08-20T21:26:43.1274911Z [00:02:04.174]➜  mkdir -p $WORK/b039/
2025-08-20T21:26:43.1275641Z [00:02:04.174]➜  cat >/tmp/go-build1389117207/b039/importcfg << 'EOF' # internal
2025-08-20T21:26:43.1276307Z [00:02:04.174]➜  # import config
2025-08-20T21:26:43.1276985Z [00:02:04.174]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:43.1277587Z [00:02:04.174]➜  EOF
2025-08-20T21:26:43.1280367Z [00:02:04.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b039=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:26:43.1297656Z [00:02:04.178]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:26:43.1300490Z [00:02:04.178]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/asm.o ./asm.s
2025-08-20T21:26:43.1340698Z [00:02:04.182]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/asm.o # internal
2025-08-20T21:26:43.1341748Z [00:02:04.182]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:26:43.1366894Z [00:02:04.185]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:26:43.1369317Z [00:02:04.185]➜  unicode/utf8
2025-08-20T21:26:43.1370957Z [00:02:04.185]➜  mkdir -p $WORK/b043/
2025-08-20T21:26:43.1372257Z [00:02:04.185]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T21:26:43.1374290Z [00:02:04.185]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.1377144Z [00:02:04.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b043=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:26:43.1387112Z [00:02:04.187]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:26:43.1390300Z [00:02:04.187]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:26:43.1397143Z [00:02:04.187]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:26:43.1400778Z [00:02:04.188]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:26:43.1402046Z [00:02:04.188]➜  internal/sync
2025-08-20T21:26:43.1403471Z [00:02:04.188]➜  mkdir -p $WORK/b037/
2025-08-20T21:26:43.1404426Z [00:02:04.188]➜  internal/runtime/maps
2025-08-20T21:26:43.1405355Z [00:02:04.188]➜  mkdir -p $WORK/b028/
2025-08-20T21:26:43.1415559Z [00:02:04.189]➜  cat >/tmp/go-build1389117207/b028/importcfg << 'EOF' # internal
2025-08-20T21:26:43.1416359Z [00:02:04.189]➜  # import config
2025-08-20T21:26:43.1417080Z [00:02:04.189]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:43.1417958Z [00:02:04.189]➜  packagefile internal/asan=/tmp/go-build1389117207/b029/_pkg_.a
2025-08-20T21:26:43.1418852Z [00:02:04.189]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:43.1419744Z [00:02:04.189]➜  packagefile internal/msan=/tmp/go-build1389117207/b030/_pkg_.a
2025-08-20T21:26:43.1420645Z [00:02:04.189]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:43.1422045Z [00:02:04.189]➜  packagefile internal/runtime/math=/tmp/go-build1389117207/b024/_pkg_.a
2025-08-20T21:26:43.1423055Z [00:02:04.189]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:26:43.1423745Z [00:02:04.189]➜  EOF
2025-08-20T21:26:43.1424370Z [00:02:04.189]➜  cat >/tmp/go-build1389117207/b037/importcfg << 'EOF' # internal
2025-08-20T21:26:43.1425018Z [00:02:04.189]➜  # import config
2025-08-20T21:26:43.1425732Z [00:02:04.189]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:43.1426631Z [00:02:04.189]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:43.1427516Z [00:02:04.189]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:43.1428369Z [00:02:04.189]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:43.1429023Z [00:02:04.189]➜  EOF
2025-08-20T21:26:43.1433594Z [00:02:04.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b037=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T21:26:43.1442816Z [00:02:04.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b028=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:26:43.1689895Z [00:02:04.217]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:26:43.1700784Z [00:02:04.218]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:26:43.1718937Z [00:02:04.218]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:26:43.1719990Z [00:02:04.218]➜  cmp
2025-08-20T21:26:43.1720464Z [00:02:04.218]➜  mkdir -p $WORK/b047/
2025-08-20T21:26:43.1721887Z [00:02:04.219]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:26:43.1722988Z [00:02:04.219]➜  internal/itoa
2025-08-20T21:26:43.1723521Z [00:02:04.219]➜  mkdir -p $WORK/b049/
2025-08-20T21:26:43.1724248Z [00:02:04.219]➜  echo '# import config' > $WORK/b049/importcfg # internal
2025-08-20T21:26:43.1727189Z [00:02:04.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b049=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:26:43.1729786Z [00:02:04.219]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T21:26:43.1732580Z [00:02:04.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b047=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:26:43.1812670Z [00:02:04.229]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:26:43.1818362Z [00:02:04.230]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:26:43.1857414Z [00:02:04.234]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:26:43.1883729Z [00:02:04.236]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:26:43.1885674Z [00:02:04.236]➜  log/internal
2025-08-20T21:26:43.1887842Z [00:02:04.237]➜  mkdir -p $WORK/b069/
2025-08-20T21:26:43.1895100Z [00:02:04.237]➜  echo '# import config' > $WORK/b069/importcfg # internal
2025-08-20T21:26:43.1898490Z [00:02:04.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b069=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:26:43.1923032Z [00:02:04.240]➜  math
2025-08-20T21:26:43.1929234Z [00:02:04.240]➜  mkdir -p $WORK/b050/
2025-08-20T21:26:43.1929856Z [00:02:04.240]➜  echo -n > $WORK/b050/go_asm.h # internal
2025-08-20T21:26:43.1930440Z [00:02:04.240]➜  cd /root/.go/src/math
2025-08-20T21:26:43.1932819Z [00:02:04.240]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b050/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:26:43.1955640Z [00:02:04.243]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:26:43.1962470Z [00:02:04.244]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:26:43.1972873Z [00:02:04.245]➜  internal/nettrace
2025-08-20T21:26:43.1974219Z [00:02:04.245]➜  mkdir -p $WORK/b073/
2025-08-20T21:26:43.1977382Z [00:02:04.245]➜  echo '# import config' > $WORK/b073/importcfg # internal
2025-08-20T21:26:43.1978074Z [00:02:04.245]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.1981165Z [00:02:04.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b073=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:26:43.2007144Z [00:02:04.248]➜  cat >/tmp/go-build1389117207/b050/importcfg << 'EOF' # internal
2025-08-20T21:26:43.2010026Z [00:02:04.248]➜  # import config
2025-08-20T21:26:43.2011966Z [00:02:04.248]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:43.2012962Z [00:02:04.248]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:43.2013600Z [00:02:04.248]➜  EOF
2025-08-20T21:26:43.2025433Z [00:02:04.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b050/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack -asmhdr $WORK/b050/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:26:43.2061020Z [00:02:04.254]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:26:43.2069001Z [00:02:04.254]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:26:43.2087217Z [00:02:04.255]➜  encoding
2025-08-20T21:26:43.2087727Z [00:02:04.255]➜  mkdir -p $WORK/b086/
2025-08-20T21:26:43.2088422Z [00:02:04.255]➜  echo '# import config' > $WORK/b086/importcfg # internal
2025-08-20T21:26:43.2091340Z [00:02:04.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b086=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:26:43.2214621Z [00:02:04.268]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:26:43.2216703Z [00:02:04.269]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:26:43.2219196Z [00:02:04.269]➜  unicode/utf16
2025-08-20T21:26:43.2219739Z [00:02:04.269]➜  mkdir -p $WORK/b088/
2025-08-20T21:26:43.2220431Z [00:02:04.269]➜  echo '# import config' > $WORK/b088/importcfg # internal
2025-08-20T21:26:43.2228920Z [00:02:04.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b088=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:26:43.2369626Z [00:02:04.284]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:26:43.2372912Z [00:02:04.285]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:26:43.2379799Z [00:02:04.285]➜  github.com/bahlo/generic-list-go
2025-08-20T21:26:43.2380388Z [00:02:04.285]➜  mkdir -p $WORK/b095/
2025-08-20T21:26:43.2383643Z [00:02:04.286]➜  echo '# import config' > $WORK/b095/importcfg # internal
2025-08-20T21:26:43.2387495Z [00:02:04.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go=>github.com/bahlo/generic-list-go@v0.2.0;$WORK/b095=>" -p github.com/bahlo/generic-list-go -lang=go1.18 -complete -installsuffix shared -buildid oEkpW160wSdIIB5qu00b/oEkpW160wSdIIB5qu00b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack ./vendor/github.com/bahlo/generic-list-go/list.go
2025-08-20T21:26:43.2497367Z [00:02:04.298]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:26:43.2511862Z [00:02:04.299]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/d2/d28d1b0a7f7aa7b8a6a3afbf73476173a0f73d419b8092c8085cc1e8db1fc61f-d # internal
2025-08-20T21:26:43.2515978Z [00:02:04.299]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:26:43.2523507Z [00:02:04.300]➜  mkdir -p $WORK/b107/
2025-08-20T21:26:43.2527993Z [00:02:04.301]➜  echo '# import config' > $WORK/b107/importcfg # internal
2025-08-20T21:26:43.2534637Z [00:02:04.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier=>golang.org/x/text@v0.27.0/encoding/internal/identifier;$WORK/b107=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid HmSs6Hf2Nt_Rbui5afE-/HmSs6Hf2Nt_Rbui5afE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack ./vendor/golang.org/x/text/encoding/internal/identifier/identifier.go ./vendor/golang.org/x/text/encoding/internal/identifier/mib.go
2025-08-20T21:26:43.2790190Z [00:02:04.327]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:26:43.2813761Z [00:02:04.328]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/b4/b4d5124bd22721b79db73dc5cff00a54c83dfa24d36d799ceb072fc6e9daa5e0-d # internal
2025-08-20T21:26:43.2822946Z [00:02:04.330]➜  image/color
2025-08-20T21:26:43.2823476Z [00:02:04.330]➜  mkdir -p $WORK/b149/
2025-08-20T21:26:43.2824189Z [00:02:04.330]➜  echo '# import config' > $WORK/b149/importcfg # internal
2025-08-20T21:26:43.2827263Z [00:02:04.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b149=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:26:43.3195871Z [00:02:04.367]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:26:43.3252483Z [00:02:04.373]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:26:43.3307967Z [00:02:04.379]➜  github.com/rivo/uniseg
2025-08-20T21:26:43.3317764Z [00:02:04.379]➜  mkdir -p $WORK/b152/
2025-08-20T21:26:43.3350327Z [00:02:04.381]➜  cat >/tmp/go-build1389117207/b152/importcfg << 'EOF' # internal
2025-08-20T21:26:43.3351678Z [00:02:04.381]➜  # import config
2025-08-20T21:26:43.3352521Z [00:02:04.381]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:43.3353533Z [00:02:04.381]➜  EOF
2025-08-20T21:26:43.3362345Z [00:02:04.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg=>github.com/rivo/uniseg@v0.4.7;$WORK/b152=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack ./vendor/github.com/rivo/uniseg/doc.go ./vendor/github.com/rivo/uniseg/eastasianwidth.go ./vendor/github.com/rivo/uniseg/emojipresentation.go ./vendor/github.com/rivo/uniseg/grapheme.go ./vendor/github.com/rivo/uniseg/graphemeproperties.go ./vendor/github.com/rivo/uniseg/graphemerules.go ./vendor/github.com/rivo/uniseg/line.go ./vendor/github.com/rivo/uniseg/lineproperties.go ./vendor/github.com/rivo/uniseg/linerules.go ./vendor/github.com/rivo/uniseg/properties.go ./vendor/github.com/rivo/uniseg/sentence.go ./vendor/github.com/rivo/uniseg/sentenceproperties.go ./vendor/github.com/rivo/uniseg/sentencerules.go ./vendor/github.com/rivo/uniseg/step.go ./vendor/github.com/rivo/uniseg/width.go ./vendor/github.com/rivo/uniseg/word.go ./vendor/github.com/rivo/uniseg/wordproperties.go ./vendor/github.com/rivo/uniseg/wordrules.go
2025-08-20T21:26:43.3391992Z [00:02:04.387]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:26:43.3404245Z [00:02:04.388]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:26:43.3413531Z [00:02:04.389]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T21:26:43.3418751Z [00:02:04.389]➜  github.com/jesseduffield/lazygit/pkg/constants
2025-08-20T21:26:43.3419731Z [00:02:04.389]➜  mkdir -p $WORK/b157/
2025-08-20T21:26:43.3424402Z [00:02:04.390]➜  echo '# import config' > $WORK/b157/importcfg # internal
2025-08-20T21:26:43.3429490Z [00:02:04.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/constants=>github.com/jesseduffield/lazygit/pkg/constants;$WORK/b157=>" -p github.com/jesseduffield/lazygit/pkg/constants -lang=go1.24 -complete -installsuffix shared -buildid Xwl6ukHgBqwKmcIDvlhi/Xwl6ukHgBqwKmcIDvlhi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack ./pkg/constants/links.go
2025-08-20T21:26:43.3494250Z [00:02:04.397]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:26:43.3684813Z [00:02:04.416]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:26:43.3690531Z [00:02:04.417]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/bd/bdcca1e1caa9619a4f5121638828723f6940106d575e71b999dfa57b097ab5bb-d # internal
2025-08-20T21:26:43.3696438Z [00:02:04.417]➜  golang.org/x/exp/constraints
2025-08-20T21:26:43.3701973Z [00:02:04.417]➜  mkdir -p $WORK/b166/
2025-08-20T21:26:43.3702715Z [00:02:04.418]➜  echo '# import config' > $WORK/b166/importcfg # internal
2025-08-20T21:26:43.3706845Z [00:02:04.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/constraints=>golang.org/x/exp@v0.0.0-20240719175910-8a7402abbf56/constraints;$WORK/b166=>" -p golang.org/x/exp/constraints -lang=go1.20 -complete -installsuffix shared -buildid GVdFGy7rptX02avpSwED/GVdFGy7rptX02avpSwED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack ./vendor/golang.org/x/exp/constraints/constraints.go
2025-08-20T21:26:43.3752414Z [00:02:04.423]➜  runtime
2025-08-20T21:26:43.3786069Z [00:02:04.426]➜  mkdir -p $WORK/b011/
2025-08-20T21:26:43.3805281Z [00:02:04.427]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:26:43.3805935Z [00:02:04.427]➜  cd /root/.go/src/runtime
2025-08-20T21:26:43.3808658Z [00:02:04.427]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:26:43.3865533Z [00:02:04.434]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:26:43.3871052Z [00:02:04.435]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/0a/0aefd88302530a4bce33de08d1ce5a5bf570642703478ef0c54ea72a88f4462f-d # internal
2025-08-20T21:26:43.3885863Z [00:02:04.435]➜  golang.org/x/exp/slices
2025-08-20T21:26:43.3886419Z [00:02:04.435]➜  mkdir -p $WORK/b174/
2025-08-20T21:26:43.3887140Z [00:02:04.436]➜  cat >/tmp/go-build1389117207/b174/importcfg << 'EOF' # internal
2025-08-20T21:26:43.3887810Z [00:02:04.436]➜  # import config
2025-08-20T21:26:43.3888600Z [00:02:04.436]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1389117207/b166/_pkg_.a
2025-08-20T21:26:43.3889543Z [00:02:04.436]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:43.3890232Z [00:02:04.436]➜  EOF
2025-08-20T21:26:43.3890742Z [00:02:04.436]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.3895528Z [00:02:04.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices=>golang.org/x/exp@v0.0.0-20240719175910-8a7402abbf56/slices;$WORK/b174=>" -p golang.org/x/exp/slices -lang=go1.20 -complete -installsuffix shared -buildid GyAw9PoWM4deieDmNWhw/GyAw9PoWM4deieDmNWhw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack ./vendor/golang.org/x/exp/slices/cmp.go ./vendor/golang.org/x/exp/slices/slices.go ./vendor/golang.org/x/exp/slices/sort.go ./vendor/golang.org/x/exp/slices/zsortanyfunc.go ./vendor/golang.org/x/exp/slices/zsortordered.go
2025-08-20T21:26:43.4088716Z [00:02:04.457]➜  cat >/tmp/go-build1389117207/b011/importcfg << 'EOF' # internal
2025-08-20T21:26:43.4090790Z [00:02:04.457]➜  # import config
2025-08-20T21:26:43.4091721Z [00:02:04.457]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:43.4092680Z [00:02:04.457]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:43.4093646Z [00:02:04.457]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:43.4094936Z [00:02:04.457]➜  packagefile internal/chacha8rand=/tmp/go-build1389117207/b015/_pkg_.a
2025-08-20T21:26:43.4096002Z [00:02:04.457]➜  packagefile internal/coverage/rtcov=/tmp/go-build1389117207/b016/_pkg_.a
2025-08-20T21:26:43.4096966Z [00:02:04.457]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:43.4097874Z [00:02:04.457]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:43.4098813Z [00:02:04.457]➜  packagefile internal/godebugs=/tmp/go-build1389117207/b017/_pkg_.a
2025-08-20T21:26:43.4099807Z [00:02:04.457]➜  packagefile internal/goexperiment=/tmp/go-build1389117207/b018/_pkg_.a
2025-08-20T21:26:43.4100761Z [00:02:04.457]➜  packagefile internal/goos=/tmp/go-build1389117207/b019/_pkg_.a
2025-08-20T21:26:43.4101911Z [00:02:04.457]➜  packagefile internal/profilerecord=/tmp/go-build1389117207/b020/_pkg_.a
2025-08-20T21:26:43.4102938Z [00:02:04.457]➜  packagefile internal/runtime/atomic=/tmp/go-build1389117207/b021/_pkg_.a
2025-08-20T21:26:43.4103982Z [00:02:04.457]➜  packagefile internal/runtime/cgroup=/tmp/go-build1389117207/b022/_pkg_.a
2025-08-20T21:26:43.4105041Z [00:02:04.457]➜  packagefile internal/runtime/exithook=/tmp/go-build1389117207/b026/_pkg_.a
2025-08-20T21:26:43.4106072Z [00:02:04.457]➜  packagefile internal/runtime/gc=/tmp/go-build1389117207/b027/_pkg_.a
2025-08-20T21:26:43.4107058Z [00:02:04.457]➜  packagefile internal/runtime/maps=/tmp/go-build1389117207/b028/_pkg_.a
2025-08-20T21:26:43.4108065Z [00:02:04.457]➜  packagefile internal/runtime/math=/tmp/go-build1389117207/b024/_pkg_.a
2025-08-20T21:26:43.4109096Z [00:02:04.457]➜  packagefile internal/runtime/strconv=/tmp/go-build1389117207/b023/_pkg_.a
2025-08-20T21:26:43.4110112Z [00:02:04.457]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:26:43.4111319Z [00:02:04.457]➜  packagefile internal/runtime/syscall=/tmp/go-build1389117207/b025/_pkg_.a
2025-08-20T21:26:43.4112378Z [00:02:04.457]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:43.4113380Z [00:02:04.457]➜  packagefile internal/trace/tracev2=/tmp/go-build1389117207/b034/_pkg_.a
2025-08-20T21:26:43.4114498Z [00:02:04.457]➜  EOF
2025-08-20T21:26:43.4161209Z [00:02:04.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:26:43.4221555Z [00:02:04.470]➜  cd /root/.go/src/math
2025-08-20T21:26:43.4223350Z [00:02:04.470]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/dim_amd64.o ./dim_amd64.s
2025-08-20T21:26:43.4316678Z [00:02:04.479]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/exp_amd64.o ./exp_amd64.s
2025-08-20T21:26:43.4413333Z [00:02:04.486]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/floor_amd64.o ./floor_amd64.s
2025-08-20T21:26:43.4416538Z [00:02:04.487]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:26:43.4418121Z [00:02:04.489]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/9b/9bd34bb48c1ea9c6496e4f69c9729276a516046824b2fe014da0a849accedcf6-d # internal
2025-08-20T21:26:43.4419587Z [00:02:04.489]➜  container/list
2025-08-20T21:26:43.4420359Z [00:02:04.489]➜  mkdir -p $WORK/b199/
2025-08-20T21:26:43.4421244Z [00:02:04.489]➜  echo '# import config' > $WORK/b199/importcfg # internal
2025-08-20T21:26:43.4421969Z [00:02:04.489]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.4424859Z [00:02:04.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b199=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:26:43.4470675Z [00:02:04.495]➜  cd /root/.go/src/math
2025-08-20T21:26:43.4479571Z [00:02:04.495]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:26:43.4537790Z [00:02:04.502]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b050=>" -I $WORK/b050/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/log_amd64.o ./log_amd64.s
2025-08-20T21:26:43.4603407Z [00:02:04.508]➜  go tool pack r $WORK/b050/_pkg_.a $WORK/b050/dim_amd64.o $WORK/b050/exp_amd64.o $WORK/b050/floor_amd64.o $WORK/b050/hypot_amd64.o $WORK/b050/log_amd64.o # internal
2025-08-20T21:26:43.4608065Z [00:02:04.508]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:26:43.4640721Z [00:02:04.512]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:26:43.4653954Z [00:02:04.513]➜  crypto/internal/fips140/alias
2025-08-20T21:26:43.4654585Z [00:02:04.513]➜  mkdir -p $WORK/b207/
2025-08-20T21:26:43.4658195Z [00:02:04.513]➜  echo '# import config' > $WORK/b207/importcfg # internal
2025-08-20T21:26:43.4659029Z [00:02:04.514]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.4662770Z [00:02:04.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b207=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:26:43.4721034Z [00:02:04.520]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:26:43.4729616Z [00:02:04.521]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:26:43.4735169Z [00:02:04.521]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:26:43.4735810Z [00:02:04.521]➜  mkdir -p $WORK/b211/
2025-08-20T21:26:43.4736557Z [00:02:04.521]➜  cat >/tmp/go-build1389117207/b211/importcfg << 'EOF' # internal
2025-08-20T21:26:43.4737260Z [00:02:04.521]➜  # import config
2025-08-20T21:26:43.4738023Z [00:02:04.521]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:43.4738732Z [00:02:04.521]➜  EOF
2025-08-20T21:26:43.4746735Z [00:02:04.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b211=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:26:43.4771121Z [00:02:04.525]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:26:43.4773487Z [00:02:04.525]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:26:43.4774622Z [00:02:04.525]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:26:43.4775206Z [00:02:04.525]➜  mkdir -p $WORK/b212/
2025-08-20T21:26:43.4775907Z [00:02:04.525]➜  cat >/tmp/go-build1389117207/b212/importcfg << 'EOF' # internal
2025-08-20T21:26:43.4776598Z [00:02:04.525]➜  # import config
2025-08-20T21:26:43.4777290Z [00:02:04.525]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:43.4778511Z [00:02:04.525]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:43.4779216Z [00:02:04.525]➜  EOF
2025-08-20T21:26:43.4782642Z [00:02:04.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b212=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:26:43.4855980Z [00:02:04.533]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:26:43.4863459Z [00:02:04.534]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:26:43.4869141Z [00:02:04.535]➜  crypto/internal/boring/sig
2025-08-20T21:26:43.4869766Z [00:02:04.535]➜  mkdir -p $WORK/b225/
2025-08-20T21:26:43.4871776Z [00:02:04.535]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:26:43.4873686Z [00:02:04.535]➜  echo -n > $WORK/b225/go_asm.h # internal
2025-08-20T21:26:43.4875706Z [00:02:04.535]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:26:43.4879039Z [00:02:04.536]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b225=>" -I $WORK/b225/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b225/symabis ./sig_amd64.s
2025-08-20T21:26:43.4882460Z [00:02:04.536]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:26:43.4886552Z [00:02:04.536]➜  crypto/internal/fips140/subtle
2025-08-20T21:26:43.4887488Z [00:02:04.536]➜  mkdir -p $WORK/b215/
2025-08-20T21:26:43.4891956Z [00:02:04.537]➜  echo -n > $WORK/b215/go_asm.h # internal
2025-08-20T21:26:43.4892861Z [00:02:04.537]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:26:43.4895504Z [00:02:04.537]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b215=>" -I $WORK/b215/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b215/symabis ./xor_amd64.s
2025-08-20T21:26:43.4921627Z [00:02:04.540]➜  echo '# import config' > $WORK/b225/importcfg # internal
2025-08-20T21:26:43.4925453Z [00:02:04.540]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.4929028Z [00:02:04.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b225=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b225/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack -asmhdr $WORK/b225/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:26:43.4941814Z [00:02:04.542]➜  cat >/tmp/go-build1389117207/b215/importcfg << 'EOF' # internal
2025-08-20T21:26:43.4943313Z [00:02:04.542]➜  # import config
2025-08-20T21:26:43.4944711Z [00:02:04.542]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:43.4946162Z [00:02:04.542]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:43.4948075Z [00:02:04.542]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:43.4948711Z [00:02:04.542]➜  EOF
2025-08-20T21:26:43.4953004Z [00:02:04.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b215=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b215/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack -asmhdr $WORK/b215/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:26:43.4999695Z [00:02:04.548]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:26:43.5004392Z [00:02:04.548]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b225=>" -I $WORK/b225/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b225/sig_amd64.o ./sig_amd64.s
2025-08-20T21:26:43.5038416Z [00:02:04.552]➜  go tool pack r $WORK/b225/_pkg_.a $WORK/b225/sig_amd64.o # internal
2025-08-20T21:26:43.5041970Z [00:02:04.552]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:26:43.5065263Z [00:02:04.554]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:26:43.5070456Z [00:02:04.555]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:43.5071278Z [00:02:04.555]➜  mkdir -p $WORK/b246/
2025-08-20T21:26:43.5071956Z [00:02:04.555]➜  echo '# import config' > $WORK/b246/importcfg # internal
2025-08-20T21:26:43.5072642Z [00:02:04.555]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.5076572Z [00:02:04.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b246=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:26:43.5162549Z [00:02:04.562]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:26:43.5166184Z [00:02:04.564]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b215=>" -I $WORK/b215/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b215/xor_amd64.o ./xor_amd64.s
2025-08-20T21:26:43.5174782Z [00:02:04.565]➜  go tool pack r $WORK/b215/_pkg_.a $WORK/b215/xor_amd64.o # internal
2025-08-20T21:26:43.5198443Z [00:02:04.568]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:26:43.5200102Z [00:02:04.568]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:26:43.5203652Z [00:02:04.568]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:26:43.5205710Z [00:02:04.568]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:26:43.5207871Z [00:02:04.568]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T21:26:43.5208592Z [00:02:04.568]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:26:43.5209206Z [00:02:04.568]➜  mkdir -p $WORK/b259/
2025-08-20T21:26:43.5209730Z [00:02:04.568]➜  mkdir -p $WORK/b306/
2025-08-20T21:26:43.5210415Z [00:02:04.568]➜  echo '# import config' > $WORK/b259/importcfg # internal
2025-08-20T21:26:43.5211402Z [00:02:04.568]➜  echo '# import config' > $WORK/b306/importcfg # internal
2025-08-20T21:26:43.5212094Z [00:02:04.568]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.5215620Z [00:02:04.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b259=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:26:43.5223545Z [00:02:04.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.1.6/internal/byteutil;$WORK/b306=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.17 -complete -installsuffix shared -buildid wwn1aaM1UZfTiPblCEQz/wwn1aaM1UZfTiPblCEQz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.go
2025-08-20T21:26:43.5295101Z [00:02:04.577]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:26:43.5301081Z [00:02:04.578]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:26:43.5305218Z [00:02:04.578]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:43.5312750Z [00:02:04.579]➜  mkdir -p $WORK/b317/
2025-08-20T21:26:43.5313530Z [00:02:04.579]➜  echo '# import config' > $WORK/b317/importcfg # internal
2025-08-20T21:26:43.5317264Z [00:02:04.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1=>golang.org/x/crypto@v0.37.0/cryptobyte/asn1;$WORK/b317=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid 8IWgL0e5iejwvrTy-thw/8IWgL0e5iejwvrTy-thw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack ./vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:26:43.5320448Z [00:02:04.579]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:26:43.5325962Z [00:02:04.580]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/01/01220edebba947a5907f9ac44f133f6f4823b87becb04be3bc7da2f09f59495b-d # internal
2025-08-20T21:26:43.5327124Z [00:02:04.580]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T21:26:43.5327693Z [00:02:04.580]➜  mkdir -p $WORK/b358/
2025-08-20T21:26:43.5328368Z [00:02:04.580]➜  echo '# import config' > $WORK/b358/importcfg # internal
2025-08-20T21:26:43.5332042Z [00:02:04.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b358=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid Cc01TSDAahH5TBGUPPXf/Cc01TSDAahH5TBGUPPXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack ./vendor/github.com/pjbgf/sha1cd/internal/const.go
2025-08-20T21:26:43.5393610Z [00:02:04.587]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:26:43.5398868Z [00:02:04.588]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:26:43.5404426Z [00:02:04.588]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/0f/0fbefab96c4cb8bd64ab9891dd581e8e19281fa1c3a398156b7264096021db0b-d # internal
2025-08-20T21:26:43.5405556Z [00:02:04.588]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T21:26:43.5411496Z [00:02:04.589]➜  mkdir -p $WORK/b359/
2025-08-20T21:26:43.5415545Z [00:02:04.589]➜  echo -n > $WORK/b359/go_asm.h # internal
2025-08-20T21:26:43.5417808Z [00:02:04.589]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc
2025-08-20T21:26:43.5421371Z [00:02:04.589]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b359=>" -I $WORK/b359/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b359/symabis ./ubc_amd64.s
2025-08-20T21:26:43.5424716Z [00:02:04.590]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/17/17e4e991c54a508d6993c6e7911ed4f8d66943233eceb623c45f7c9303a824a8-d # internal
2025-08-20T21:26:43.5426868Z [00:02:04.590]➜  github.com/jesseduffield/go-git/v5/plumbing/color
2025-08-20T21:26:43.5428440Z [00:02:04.590]➜  mkdir -p $WORK/b390/
2025-08-20T21:26:43.5429156Z [00:02:04.590]➜  echo '# import config' > $WORK/b390/importcfg # internal
2025-08-20T21:26:43.5429885Z [00:02:04.590]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:43.5434217Z [00:02:04.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/color=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/color;$WORK/b390=>" -p github.com/jesseduffield/go-git/v5/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid MI517_NLLb9g3EWPhs3E/MI517_NLLb9g3EWPhs3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/color/color.go
2025-08-20T21:26:43.5501447Z [00:02:04.596]➜  echo '# import config' > $WORK/b359/importcfg # internal
2025-08-20T21:26:43.5514196Z [00:02:04.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b359=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -installsuffix shared -buildid q0DxKu1wKiDdioI1aU44/q0DxKu1wKiDdioI1aU44 -goversion go1.25.0 -symabis $WORK/b359/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack -asmhdr $WORK/b359/go_asm.h ./vendor/github.com/pjbgf/sha1cd/ubc/const.go ./vendor/github.com/pjbgf/sha1cd/ubc/ubc.go ./vendor/github.com/pjbgf/sha1cd/ubc/ubc_amd64.go ./vendor/github.com/pjbgf/sha1cd/ubc/ubc_generic.go
2025-08-20T21:26:43.5518218Z [00:02:04.598]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:26:43.5519708Z [00:02:04.598]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/ae/aef8ceeab1c20cb1802c662bd0334492ab422f1396278e6ac2888d92afe2bfec-d # internal
2025-08-20T21:26:43.5521304Z [00:02:04.598]➜  github.com/golang/groupcache/lru
2025-08-20T21:26:43.5521932Z [00:02:04.598]➜  mkdir -p $WORK/b416/
2025-08-20T21:26:43.5522636Z [00:02:04.598]➜  cat >/tmp/go-build1389117207/b416/importcfg << 'EOF' # internal
2025-08-20T21:26:43.5523293Z [00:02:04.598]➜  # import config
2025-08-20T21:26:43.5523976Z [00:02:04.598]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:43.5524619Z [00:02:04.598]➜  EOF
2025-08-20T21:26:43.5528086Z [00:02:04.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/lru=>github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru;$WORK/b416=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid KHT_3hIA8blpG4iCrJ5k/KHT_3hIA8blpG4iCrJ5k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack ./vendor/github.com/golang/groupcache/lru/lru.go
2025-08-20T21:26:43.5683053Z [00:02:04.616]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:26:43.5685231Z [00:02:04.616]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d # internal
2025-08-20T21:26:43.5688212Z [00:02:04.616]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:26:43.5688831Z [00:02:04.616]➜  mkdir -p $WORK/b422/
2025-08-20T21:26:43.5689520Z [00:02:04.617]➜  echo '# import config' > $WORK/b422/importcfg # internal
2025-08-20T21:26:43.5693400Z [00:02:04.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias=>golang.org/x/crypto@v0.37.0/internal/alias;$WORK/b422=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid pGuMqXTHfsWajV_-FWRF/pGuMqXTHfsWajV_-FWRF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack ./vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:26:43.5772298Z [00:02:04.625]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:26:43.5782295Z [00:02:04.626]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/50/50522027e01aef4b4e6426ad07471dc735400f6844cf5c4d873a8d57a0916cd4-d # internal
2025-08-20T21:26:43.5786949Z [00:02:04.626]➜  github.com/jesseduffield/generics/maps
2025-08-20T21:26:43.5787559Z [00:02:04.626]➜  mkdir -p $WORK/b435/
2025-08-20T21:26:43.5788224Z [00:02:04.626]➜  echo '# import config' > $WORK/b435/importcfg # internal
2025-08-20T21:26:43.5792331Z [00:02:04.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/maps=>github.com/jesseduffield/generics@v0.0.0-20250517122708-b0b4a53a6f5c/maps;$WORK/b435=>" -p github.com/jesseduffield/generics/maps -lang=go1.18 -complete -installsuffix shared -buildid cszTnMXjcLMCNZY8RXKR/cszTnMXjcLMCNZY8RXKR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack ./vendor/github.com/jesseduffield/generics/maps/maps.go
2025-08-20T21:26:43.5852294Z [00:02:04.633]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:26:43.5859468Z [00:02:04.634]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/f1/f14b90404a506ebe6df081c3e72e550be8360bffe9bf3638edf45f1b82d4e063-d # internal
2025-08-20T21:26:43.5860687Z [00:02:04.634]➜  github.com/jesseduffield/generics/set
2025-08-20T21:26:43.5864123Z [00:02:04.634]➜  mkdir -p $WORK/b436/
2025-08-20T21:26:43.5864953Z [00:02:04.634]➜  cat >/tmp/go-build1389117207/b436/importcfg << 'EOF' # internal
2025-08-20T21:26:43.5865621Z [00:02:04.634]➜  # import config
2025-08-20T21:26:43.5866498Z [00:02:04.634]➜  packagefile github.com/jesseduffield/generics/maps=/tmp/go-build1389117207/b435/_pkg_.a
2025-08-20T21:26:43.5867299Z [00:02:04.634]➜  EOF
2025-08-20T21:26:43.5873903Z [00:02:04.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/set=>github.com/jesseduffield/generics@v0.0.0-20250517122708-b0b4a53a6f5c/set;$WORK/b436=>" -p github.com/jesseduffield/generics/set -lang=go1.18 -complete -installsuffix shared -buildid gLONinzP75ZAKTrGpkw4/gLONinzP75ZAKTrGpkw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack ./vendor/github.com/jesseduffield/generics/set/set.go
2025-08-20T21:26:43.5973247Z [00:02:04.645]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:26:43.5979462Z [00:02:04.646]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/0a/0a7b1289f6d1281da0f230d43de70c39c43c3fd232c003d25066a08756e6f7b0-d # internal
2025-08-20T21:26:43.5982918Z [00:02:04.646]➜  github.com/jesseduffield/lazygit/pkg/gui/modes/diffing
2025-08-20T21:26:43.5985341Z [00:02:04.646]➜  mkdir -p $WORK/b448/
2025-08-20T21:26:43.5985999Z [00:02:04.646]➜  echo '# import config' > $WORK/b448/importcfg # internal
2025-08-20T21:26:43.5993867Z [00:02:04.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/diffing=>github.com/jesseduffield/lazygit/pkg/gui/modes/diffing;$WORK/b448=>" -p github.com/jesseduffield/lazygit/pkg/gui/modes/diffing -lang=go1.24 -complete -installsuffix shared -buildid CU_mf7rk94MXYDIBV3Vp/CU_mf7rk94MXYDIBV3Vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack ./pkg/gui/modes/diffing/diffing.go
2025-08-20T21:26:43.6194789Z [00:02:04.667]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:26:43.6206677Z [00:02:04.668]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/cd/cdc3e72841dad61b7edd01f5b12d32df05e55d7418a4fe14971d1cff45633627-d # internal
2025-08-20T21:26:43.6214074Z [00:02:04.669]➜  github.com/jesseduffield/lazygit/pkg/gui/modes/filtering
2025-08-20T21:26:43.6214807Z [00:02:04.669]➜  mkdir -p $WORK/b449/
2025-08-20T21:26:43.6215489Z [00:02:04.669]➜  echo '# import config' > $WORK/b449/importcfg # internal
2025-08-20T21:26:43.6219256Z [00:02:04.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/filtering=>github.com/jesseduffield/lazygit/pkg/gui/modes/filtering;$WORK/b449=>" -p github.com/jesseduffield/lazygit/pkg/gui/modes/filtering -lang=go1.24 -complete -installsuffix shared -buildid lgg8CAR0P-_jbwQOeA1U/lgg8CAR0P-_jbwQOeA1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack ./pkg/gui/modes/filtering/filtering.go
2025-08-20T21:26:43.6316480Z [00:02:04.679]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:26:43.6344137Z [00:02:04.682]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T21:26:43.6350286Z [00:02:04.682]➜  github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit
2025-08-20T21:26:43.6352892Z [00:02:04.682]➜  mkdir -p $WORK/b450/
2025-08-20T21:26:43.6353599Z [00:02:04.682]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:26:43.6354827Z [00:02:04.683]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/49/493b00f830b5e0268e3b73bf01ae0307ab887c1fa91c0ec656d2d16457a210ff-d # internal
2025-08-20T21:26:43.6357548Z [00:02:04.683]➜  github.com/gobwas/glob/util/runes
2025-08-20T21:26:43.6358133Z [00:02:04.683]➜  mkdir -p $WORK/b478/
2025-08-20T21:26:43.6358785Z [00:02:04.684]➜  echo '# import config' > $WORK/b478/importcfg # internal
2025-08-20T21:26:43.6365415Z [00:02:04.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/runes=>github.com/gobwas/glob@v0.2.3/util/runes;$WORK/b478=>" -p github.com/gobwas/glob/util/runes -lang=go1.16 -complete -installsuffix shared -buildid jDew9cu-k5ijTHqqYDyZ/jDew9cu-k5ijTHqqYDyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack ./vendor/github.com/gobwas/glob/util/runes/runes.go
2025-08-20T21:26:43.6376505Z [00:02:04.685]➜  echo '# import config' > $WORK/b450/importcfg # internal
2025-08-20T21:26:43.6383650Z [00:02:04.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/marked_base_commit=>github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit;$WORK/b450=>" -p github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit -lang=go1.24 -complete -installsuffix shared -buildid hTnHFTFGKioQi7yLOUPm/hTnHFTFGKioQi7yLOUPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack ./pkg/gui/modes/marked_base_commit/marked_base_commit.go
2025-08-20T21:26:43.6391760Z [00:02:04.687]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc
2025-08-20T21:26:43.6394368Z [00:02:04.687]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b359=>" -I $WORK/b359/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b359/ubc_amd64.o ./ubc_amd64.s
2025-08-20T21:26:43.6494202Z [00:02:04.697]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:26:43.6500585Z [00:02:04.698]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/27/2714eb09e981f689c3afa18c5ca40fc5f2ce1dcd5ff20b71f5bb142b2bd9ad41-d # internal
2025-08-20T21:26:43.6506543Z [00:02:04.698]➜  go tool pack r $WORK/b359/_pkg_.a $WORK/b359/ubc_amd64.o # internal
2025-08-20T21:26:43.6507364Z [00:02:04.698]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:26:43.6512166Z [00:02:04.699]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/24/243aaac4fdefe2b8f2ea23cac69ae7dffedef8cdb5a871ecc02aed83873e1c00-d # internal
2025-08-20T21:26:43.6525544Z [00:02:04.700]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:26:43.6533126Z [00:02:04.701]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/66/6659d2417e92220e03ff6ccde953aea8c150555293543f31cb44d6aa3e5319d3-d # internal
2025-08-20T21:26:45.4101599Z [00:02:06.458]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b011/asm_GOARCH.h
2025-08-20T21:26:45.4102680Z [00:02:06.458]➜  cd /root/.go/src/runtime
2025-08-20T21:26:45.4103939Z [00:02:06.458]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/asm.o ./asm.s
2025-08-20T21:26:45.4130027Z [00:02:06.461]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:45.4237917Z [00:02:06.472]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/duff_amd64.o ./duff_amd64.s
2025-08-20T21:26:45.4264876Z [00:02:06.474]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/ints.o ./ints.s
2025-08-20T21:26:45.4292062Z [00:02:06.477]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:26:45.4337030Z [00:02:06.481]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:26:45.4390655Z [00:02:06.487]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:26:45.4435605Z [00:02:06.491]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:26:45.4457551Z [00:02:06.494]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:26:45.4518037Z [00:02:06.500]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/test_amd64.o ./test_amd64.s
2025-08-20T21:26:45.4540646Z [00:02:06.502]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:26:45.4584163Z [00:02:06.506]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/asm.o $WORK/b011/asm_amd64.o $WORK/b011/duff_amd64.o $WORK/b011/ints.o $WORK/b011/memclr_amd64.o $WORK/b011/memmove_amd64.o $WORK/b011/preempt_amd64.o $WORK/b011/rt0_linux_amd64.o $WORK/b011/sys_linux_amd64.o $WORK/b011/test_amd64.o $WORK/b011/time_linux_amd64.o # internal
2025-08-20T21:26:45.4586234Z [00:02:06.507]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:26:45.4943914Z [00:02:06.542]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:26:45.4945080Z [00:02:06.542]➜  iter
2025-08-20T21:26:45.4949351Z [00:02:06.542]➜  mkdir -p $WORK/b040/
2025-08-20T21:26:45.4950470Z [00:02:06.542]➜  weak
2025-08-20T21:26:45.4963485Z [00:02:06.542]➜  mkdir -p $WORK/b077/
2025-08-20T21:26:45.4964041Z [00:02:06.543]➜  sync
2025-08-20T21:26:45.4964834Z [00:02:06.543]➜  mkdir -p $WORK/b036/
2025-08-20T21:26:45.4965576Z [00:02:06.543]➜  cat >/tmp/go-build1389117207/b040/importcfg << 'EOF' # internal
2025-08-20T21:26:45.4966282Z [00:02:06.543]➜  # import config
2025-08-20T21:26:45.4967008Z [00:02:06.543]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:45.4967907Z [00:02:06.543]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.4968536Z [00:02:06.543]➜  EOF
2025-08-20T21:26:45.4968972Z [00:02:06.543]➜  internal/reflectlite
2025-08-20T21:26:45.4969496Z [00:02:06.543]➜  mkdir -p $WORK/b006/
2025-08-20T21:26:45.4970079Z [00:02:06.543]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:45.4972670Z [00:02:06.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b040=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:26:45.4975022Z [00:02:06.543]➜  cat >/tmp/go-build1389117207/b077/importcfg << 'EOF' # internal
2025-08-20T21:26:45.4975707Z [00:02:06.543]➜  # import config
2025-08-20T21:26:45.4976401Z [00:02:06.543]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:45.4977268Z [00:02:06.543]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.4977873Z [00:02:06.543]➜  EOF
2025-08-20T21:26:45.4980402Z [00:02:06.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b077=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:26:45.4983335Z [00:02:06.543]➜  cat >/tmp/go-build1389117207/b036/importcfg << 'EOF' # internal
2025-08-20T21:26:45.4984024Z [00:02:06.543]➜  # import config
2025-08-20T21:26:45.4984709Z [00:02:06.543]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:45.4985577Z [00:02:06.543]➜  packagefile internal/sync=/tmp/go-build1389117207/b037/_pkg_.a
2025-08-20T21:26:45.4986484Z [00:02:06.543]➜  packagefile internal/synctest=/tmp/go-build1389117207/b039/_pkg_.a
2025-08-20T21:26:45.4987402Z [00:02:06.543]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.4988280Z [00:02:06.543]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:45.4988951Z [00:02:06.543]➜  EOF
2025-08-20T21:26:45.4993401Z [00:02:06.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b036=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T21:26:45.4997283Z [00:02:06.543]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:26:45.4997917Z [00:02:06.543]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:26:45.5000039Z [00:02:06.543]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./asm.s
2025-08-20T21:26:45.5002430Z [00:02:06.547]➜  cat >/tmp/go-build1389117207/b006/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5003094Z [00:02:06.547]➜  # import config
2025-08-20T21:26:45.5003794Z [00:02:06.547]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:45.5004999Z [00:02:06.547]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:45.5006016Z [00:02:06.547]➜  packagefile internal/unsafeheader=/tmp/go-build1389117207/b010/_pkg_.a
2025-08-20T21:26:45.5006915Z [00:02:06.547]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.5007509Z [00:02:06.547]➜  EOF
2025-08-20T21:26:45.5007974Z [00:02:06.547]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:45.5012079Z [00:02:06.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:26:45.5066194Z [00:02:06.554]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:26:45.5067471Z [00:02:06.554]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:26:45.5068538Z [00:02:06.554]➜  crypto/subtle
2025-08-20T21:26:45.5069040Z [00:02:06.554]➜  mkdir -p $WORK/b224/
2025-08-20T21:26:45.5069760Z [00:02:06.554]➜  cat >/tmp/go-build1389117207/b224/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5070411Z [00:02:06.554]➜  # import config
2025-08-20T21:26:45.5071378Z [00:02:06.554]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:45.5072398Z [00:02:06.554]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:26:45.5073558Z [00:02:06.554]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.5074204Z [00:02:06.554]➜  EOF
2025-08-20T21:26:45.5077310Z [00:02:06.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b224=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:26:45.5102595Z [00:02:06.558]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:26:45.5107313Z [00:02:06.559]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:26:45.5110217Z [00:02:06.559]➜  slices
2025-08-20T21:26:45.5112198Z [00:02:06.559]➜  mkdir -p $WORK/b052/
2025-08-20T21:26:45.5117030Z [00:02:06.560]➜  cat >/tmp/go-build1389117207/b052/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5118960Z [00:02:06.560]➜  # import config
2025-08-20T21:26:45.5119688Z [00:02:06.560]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:45.5120498Z [00:02:06.560]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:45.5121563Z [00:02:06.560]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:45.5122241Z [00:02:06.560]➜  EOF
2025-08-20T21:26:45.5125691Z [00:02:06.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b052=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T21:26:45.5224901Z [00:02:06.570]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:26:45.5227737Z [00:02:06.570]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:26:45.5228764Z [00:02:06.571]➜  maps
2025-08-20T21:26:45.5229232Z [00:02:06.571]➜  mkdir -p $WORK/b080/
2025-08-20T21:26:45.5236794Z [00:02:06.571]➜  cat >/tmp/go-build1389117207/b080/importcfg << 'EOF' # internal
2025-08-20T21:26:45.5238079Z [00:02:06.572]➜  # import config
2025-08-20T21:26:45.5251326Z [00:02:06.572]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:45.5252037Z [00:02:06.572]➜  EOF
2025-08-20T21:26:45.5254745Z [00:02:06.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b080=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:26:45.5331657Z [00:02:06.581]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:26:45.5334458Z [00:02:06.581]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:26:45.5382125Z [00:02:06.586]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:26:45.5389265Z [00:02:06.587]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:26:45.6085037Z [00:02:06.656]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:26:45.6088856Z [00:02:06.657]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/asm.o ./asm.s
2025-08-20T21:26:45.6114315Z [00:02:06.659]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/asm.o # internal
2025-08-20T21:26:45.6116171Z [00:02:06.659]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:26:45.6145629Z [00:02:06.662]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:26:45.6146651Z [00:02:06.662]➜  sort
2025-08-20T21:26:45.6147574Z [00:02:06.663]➜  mkdir -p $WORK/b102/
2025-08-20T21:26:45.6156985Z [00:02:06.663]➜  errors
2025-08-20T21:26:45.6157645Z [00:02:06.663]➜  mkdir -p $WORK/b005/
2025-08-20T21:26:45.6158376Z [00:02:06.663]➜  cat >/tmp/go-build1389117207/b005/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6159046Z [00:02:06.663]➜  # import config
2025-08-20T21:26:45.6159779Z [00:02:06.663]➜  packagefile internal/reflectlite=/tmp/go-build1389117207/b006/_pkg_.a
2025-08-20T21:26:45.6160446Z [00:02:06.663]➜  EOF
2025-08-20T21:26:45.6161058Z [00:02:06.663]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:45.6164654Z [00:02:06.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b005=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:26:45.6167456Z [00:02:06.664]➜  cat >/tmp/go-build1389117207/b102/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6168115Z [00:02:06.664]➜  # import config
2025-08-20T21:26:45.6168865Z [00:02:06.664]➜  packagefile internal/reflectlite=/tmp/go-build1389117207/b006/_pkg_.a
2025-08-20T21:26:45.6169770Z [00:02:06.664]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:45.6170596Z [00:02:06.664]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:45.6171435Z [00:02:06.664]➜  EOF
2025-08-20T21:26:45.6174673Z [00:02:06.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b102=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:26:45.6275706Z [00:02:06.675]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:26:45.6336133Z [00:02:06.681]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:26:45.6355651Z [00:02:06.681]➜  internal/bisect
2025-08-20T21:26:45.6356314Z [00:02:06.681]➜  mkdir -p $WORK/b060/
2025-08-20T21:26:45.6357031Z [00:02:06.681]➜  cat >/tmp/go-build1389117207/b060/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6357706Z [00:02:06.681]➜  # import config
2025-08-20T21:26:45.6358444Z [00:02:06.681]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.6359275Z [00:02:06.681]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.6360122Z [00:02:06.681]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:45.6361571Z [00:02:06.681]➜  EOF
2025-08-20T21:26:45.6364438Z [00:02:06.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b060=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:26:45.6366914Z [00:02:06.681]➜  internal/testlog
2025-08-20T21:26:45.6367415Z [00:02:06.681]➜  mkdir -p $WORK/b065/
2025-08-20T21:26:45.6368107Z [00:02:06.681]➜  cat >/tmp/go-build1389117207/b065/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6368979Z [00:02:06.681]➜  # import config
2025-08-20T21:26:45.6369607Z [00:02:06.681]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.6370422Z [00:02:06.681]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:45.6371289Z [00:02:06.681]➜  EOF
2025-08-20T21:26:45.6374197Z [00:02:06.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b065=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:26:45.6379146Z [00:02:06.686]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:26:45.6390268Z [00:02:06.687]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:26:45.6391490Z [00:02:06.687]➜  io
2025-08-20T21:26:45.6391908Z [00:02:06.687]➜  mkdir -p $WORK/b035/
2025-08-20T21:26:45.6398946Z [00:02:06.688]➜  cat >/tmp/go-build1389117207/b035/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6400612Z [00:02:06.688]➜  # import config
2025-08-20T21:26:45.6401476Z [00:02:06.688]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.6402310Z [00:02:06.688]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.6402907Z [00:02:06.688]➜  EOF
2025-08-20T21:26:45.6405552Z [00:02:06.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b035=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:26:45.6564227Z [00:02:06.704]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:26:45.6570766Z [00:02:06.705]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:26:45.6591419Z [00:02:06.707]➜  strconv
2025-08-20T21:26:45.6593746Z [00:02:06.707]➜  mkdir -p $WORK/b051/
2025-08-20T21:26:45.6667797Z [00:02:06.715]➜  cat >/tmp/go-build1389117207/b051/importcfg << 'EOF' # internal
2025-08-20T21:26:45.6671461Z [00:02:06.715]➜  # import config
2025-08-20T21:26:45.6672180Z [00:02:06.715]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.6673117Z [00:02:06.715]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.6674102Z [00:02:06.715]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:45.6675020Z [00:02:06.715]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:45.6675875Z [00:02:06.715]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:45.6676808Z [00:02:06.715]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:45.6677483Z [00:02:06.715]➜  EOF
2025-08-20T21:26:45.6685982Z [00:02:06.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b051=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T21:26:45.7089088Z [00:02:06.757]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:26:45.7098532Z [00:02:06.758]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:26:45.7103662Z [00:02:06.758]➜  internal/oserror
2025-08-20T21:26:45.7104542Z [00:02:06.758]➜  mkdir -p $WORK/b056/
2025-08-20T21:26:45.7105255Z [00:02:06.758]➜  cat >/tmp/go-build1389117207/b056/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7105895Z [00:02:06.758]➜  # import config
2025-08-20T21:26:45.7106508Z [00:02:06.758]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.7107142Z [00:02:06.758]➜  EOF
2025-08-20T21:26:45.7110000Z [00:02:06.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b056=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:26:45.7305663Z [00:02:06.778]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:26:45.7317913Z [00:02:06.780]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:26:45.7319238Z [00:02:06.780]➜  path
2025-08-20T21:26:45.7319846Z [00:02:06.780]➜  mkdir -p $WORK/b057/
2025-08-20T21:26:45.7320528Z [00:02:06.780]➜  cat >/tmp/go-build1389117207/b057/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7321315Z [00:02:06.780]➜  # import config
2025-08-20T21:26:45.7321945Z [00:02:06.780]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.7322828Z [00:02:06.780]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.7323719Z [00:02:06.780]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:45.7324370Z [00:02:06.780]➜  EOF
2025-08-20T21:26:45.7326960Z [00:02:06.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b057=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:26:45.7340519Z [00:02:06.782]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:26:45.7363170Z [00:02:06.784]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:26:45.7370464Z [00:02:06.785]➜  bytes
2025-08-20T21:26:45.7374232Z [00:02:06.785]➜  mkdir -p $WORK/b004/
2025-08-20T21:26:45.7382149Z [00:02:06.786]➜  cat >/tmp/go-build1389117207/b004/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7383173Z [00:02:06.786]➜  # import config
2025-08-20T21:26:45.7384114Z [00:02:06.786]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.7385299Z [00:02:06.786]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.7386443Z [00:02:06.786]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:45.7387480Z [00:02:06.786]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:45.7388923Z [00:02:06.786]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:45.7389963Z [00:02:06.786]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:45.7391156Z [00:02:06.786]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:45.7391947Z [00:02:06.786]➜  EOF
2025-08-20T21:26:45.7395229Z [00:02:06.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b004=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T21:26:45.7777273Z [00:02:06.826]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:26:45.7785186Z [00:02:06.826]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:26:45.7789095Z [00:02:06.826]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:26:45.7791264Z [00:02:06.827]➜  strings
2025-08-20T21:26:45.7792532Z [00:02:06.827]➜  mkdir -p $WORK/b044/
2025-08-20T21:26:45.7793415Z [00:02:06.827]➜  cat >/tmp/go-build1389117207/b044/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7794388Z [00:02:06.827]➜  # import config
2025-08-20T21:26:45.7795344Z [00:02:06.827]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.7797122Z [00:02:06.827]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:45.7798109Z [00:02:06.827]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.7799088Z [00:02:06.827]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:45.7799954Z [00:02:06.827]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:45.7800727Z [00:02:06.827]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:45.7801787Z [00:02:06.827]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:45.7802641Z [00:02:06.827]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.7803487Z [00:02:06.827]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:45.7804368Z [00:02:06.827]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:45.7805054Z [00:02:06.827]➜  EOF
2025-08-20T21:26:45.7809012Z [00:02:06.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b044=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:26:45.7838726Z [00:02:06.830]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:26:45.7839792Z [00:02:06.830]➜  internal/godebug
2025-08-20T21:26:45.7840316Z [00:02:06.830]➜  mkdir -p $WORK/b059/
2025-08-20T21:26:45.7841226Z [00:02:06.830]➜  cat >/tmp/go-build1389117207/b059/importcfg << 'EOF' # internal
2025-08-20T21:26:45.7841928Z [00:02:06.830]➜  # import config
2025-08-20T21:26:45.7842668Z [00:02:06.830]➜  packagefile internal/bisect=/tmp/go-build1389117207/b060/_pkg_.a
2025-08-20T21:26:45.7843664Z [00:02:06.830]➜  packagefile internal/godebugs=/tmp/go-build1389117207/b017/_pkg_.a
2025-08-20T21:26:45.7844555Z [00:02:06.830]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.7845398Z [00:02:06.830]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:45.7846036Z [00:02:06.830]➜  EOF
2025-08-20T21:26:45.7848858Z [00:02:06.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b059=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:26:45.9034028Z [00:02:06.950]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:26:45.9048192Z [00:02:06.953]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:26:45.9124212Z [00:02:06.960]➜  syscall
2025-08-20T21:26:45.9134252Z [00:02:06.960]➜  mkdir -p $WORK/b061/
2025-08-20T21:26:45.9134932Z [00:02:06.960]➜  echo -n > $WORK/b061/go_asm.h # internal
2025-08-20T21:26:45.9135518Z [00:02:06.960]➜  cd /root/.go/src/syscall
2025-08-20T21:26:45.9137397Z [00:02:06.960]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b061/symabis ./asm_linux_amd64.s
2025-08-20T21:26:45.9258005Z [00:02:06.973]➜  cat >/tmp/go-build1389117207/b061/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9263166Z [00:02:06.973]➜  # import config
2025-08-20T21:26:45.9263909Z [00:02:06.973]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.9264895Z [00:02:06.973]➜  packagefile internal/asan=/tmp/go-build1389117207/b029/_pkg_.a
2025-08-20T21:26:45.9265898Z [00:02:06.973]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.9266881Z [00:02:06.973]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:45.9267855Z [00:02:06.973]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:45.9268825Z [00:02:06.973]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:45.9269793Z [00:02:06.973]➜  packagefile internal/msan=/tmp/go-build1389117207/b030/_pkg_.a
2025-08-20T21:26:45.9270768Z [00:02:06.973]➜  packagefile internal/oserror=/tmp/go-build1389117207/b056/_pkg_.a
2025-08-20T21:26:45.9271932Z [00:02:06.973]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:45.9272953Z [00:02:06.973]➜  packagefile internal/runtime/syscall=/tmp/go-build1389117207/b025/_pkg_.a
2025-08-20T21:26:45.9273929Z [00:02:06.973]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.9274814Z [00:02:06.973]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:45.9275955Z [00:02:06.973]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.9276828Z [00:02:06.973]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:45.9277503Z [00:02:06.973]➜  EOF
2025-08-20T21:26:45.9278014Z [00:02:06.974]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:45.9288206Z [00:02:06.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b061/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack -asmhdr $WORK/b061/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T21:26:45.9516933Z [00:02:06.999]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:26:45.9543700Z [00:02:07.002]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:26:45.9611198Z [00:02:07.009]➜  reflect
2025-08-20T21:26:45.9618048Z [00:02:07.009]➜  mkdir -p $WORK/b048/
2025-08-20T21:26:45.9618738Z [00:02:07.009]➜  echo -n > $WORK/b048/go_asm.h # internal
2025-08-20T21:26:45.9619353Z [00:02:07.009]➜  cd /root/.go/src/reflect
2025-08-20T21:26:45.9621401Z [00:02:07.009]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b048/symabis ./asm_amd64.s
2025-08-20T21:26:45.9703093Z [00:02:07.018]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:26:45.9758010Z [00:02:07.023]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:26:45.9759263Z [00:02:07.023]➜  cat >/tmp/go-build1389117207/b048/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9759932Z [00:02:07.023]➜  # import config
2025-08-20T21:26:45.9760549Z [00:02:07.023]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.9761538Z [00:02:07.023]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:45.9762405Z [00:02:07.023]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:45.9763275Z [00:02:07.023]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:45.9764125Z [00:02:07.023]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:45.9765053Z [00:02:07.023]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:45.9767774Z [00:02:07.023]➜  packagefile internal/runtime/maps=/tmp/go-build1389117207/b028/_pkg_.a
2025-08-20T21:26:45.9769039Z [00:02:07.023]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:26:45.9773425Z [00:02:07.023]➜  packagefile internal/unsafeheader=/tmp/go-build1389117207/b010/_pkg_.a
2025-08-20T21:26:45.9774371Z [00:02:07.023]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:45.9775385Z [00:02:07.023]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:45.9776163Z [00:02:07.023]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:45.9776931Z [00:02:07.023]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:45.9777674Z [00:02:07.023]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:45.9778412Z [00:02:07.023]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:45.9779217Z [00:02:07.023]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:45.9779821Z [00:02:07.023]➜  EOF
2025-08-20T21:26:45.9780278Z [00:02:07.024]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:45.9785492Z [00:02:07.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b048/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T21:26:45.9789762Z [00:02:07.025]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:26:45.9790316Z [00:02:07.025]➜  mkdir -p $WORK/b072/
2025-08-20T21:26:45.9791141Z [00:02:07.025]➜  cat >/tmp/go-build1389117207/b072/importcfg << 'EOF' # internal
2025-08-20T21:26:45.9791777Z [00:02:07.025]➜  # import config
2025-08-20T21:26:45.9792594Z [00:02:07.025]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:45.9793172Z [00:02:07.025]➜  EOF
2025-08-20T21:26:45.9796421Z [00:02:07.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b072=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:26:46.0058228Z [00:02:07.054]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:26:46.0089492Z [00:02:07.057]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:26:46.0090678Z [00:02:07.057]➜  bufio
2025-08-20T21:26:46.0091588Z [00:02:07.057]➜  mkdir -p $WORK/b003/
2025-08-20T21:26:46.0092833Z [00:02:07.057]➜  cat >/tmp/go-build1389117207/b003/importcfg << 'EOF' # internal
2025-08-20T21:26:46.0094200Z [00:02:07.057]➜  # import config
2025-08-20T21:26:46.0094835Z [00:02:07.057]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:46.0095667Z [00:02:07.057]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:46.0096475Z [00:02:07.057]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:46.0097286Z [00:02:07.057]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:46.0098155Z [00:02:07.057]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:46.0098813Z [00:02:07.057]➜  EOF
2025-08-20T21:26:46.0101706Z [00:02:07.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b003=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:26:46.1102271Z [00:02:07.158]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:26:46.1123576Z [00:02:07.160]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:26:46.1144857Z [00:02:07.162]➜  internal/singleflight
2025-08-20T21:26:46.1148170Z [00:02:07.163]➜  mkdir -p $WORK/b074/
2025-08-20T21:26:46.1184701Z [00:02:07.166]➜  cat >/tmp/go-build1389117207/b074/importcfg << 'EOF' # internal
2025-08-20T21:26:46.1185688Z [00:02:07.166]➜  # import config
2025-08-20T21:26:46.1186766Z [00:02:07.166]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:46.1190145Z [00:02:07.166]➜  EOF
2025-08-20T21:26:46.1197802Z [00:02:07.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b074=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:26:46.1554352Z [00:02:07.203]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:26:46.1563834Z [00:02:07.204]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:26:46.1569371Z [00:02:07.205]➜  unique
2025-08-20T21:26:46.1575596Z [00:02:07.205]➜  mkdir -p $WORK/b076/
2025-08-20T21:26:46.1577077Z [00:02:07.205]➜  cat >/tmp/go-build1389117207/b076/importcfg << 'EOF' # internal
2025-08-20T21:26:46.1578092Z [00:02:07.205]➜  # import config
2025-08-20T21:26:46.1579674Z [00:02:07.205]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:26:46.1581056Z [00:02:07.205]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:46.1583578Z [00:02:07.205]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:46.1584621Z [00:02:07.205]➜  packagefile internal/sync=/tmp/go-build1389117207/b037/_pkg_.a
2025-08-20T21:26:46.1585515Z [00:02:07.205]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:46.1586311Z [00:02:07.205]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:46.1587107Z [00:02:07.205]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:46.1587939Z [00:02:07.205]➜  packagefile weak=/tmp/go-build1389117207/b077/_pkg_.a
2025-08-20T21:26:46.1588534Z [00:02:07.205]➜  EOF
2025-08-20T21:26:46.1593389Z [00:02:07.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b076=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T21:26:46.2419340Z [00:02:07.290]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:26:46.2505662Z [00:02:07.298]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:26:46.2689303Z [00:02:07.317]➜  runtime/cgo
2025-08-20T21:26:46.2704701Z [00:02:07.317]➜  mkdir -p $WORK/b078/
2025-08-20T21:26:46.2705573Z [00:02:07.318]➜  echo -n > $WORK/b078/preferlinkext # internal
2025-08-20T21:26:46.2706495Z [00:02:07.318]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:46.2708922Z [00:02:07.318]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b078/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:26:46.3082141Z [00:02:07.356]➜  cd $WORK/b078
2025-08-20T21:26:46.3085223Z [00:02:07.356]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x001.o -c _cgo_export.c
2025-08-20T21:26:46.3316899Z [00:02:07.379]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x002.o -c cgo.cgo2.c
2025-08-20T21:26:46.3365521Z [00:02:07.384]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:26:46.3394144Z [00:02:07.387]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:26:46.3426697Z [00:02:07.390]➜  net/netip
2025-08-20T21:26:46.3429506Z [00:02:07.391]➜  mkdir -p $WORK/b075/
2025-08-20T21:26:46.3435050Z [00:02:07.391]➜  cat >/tmp/go-build1389117207/b075/importcfg << 'EOF' # internal
2025-08-20T21:26:46.3438372Z [00:02:07.392]➜  # import config
2025-08-20T21:26:46.3440758Z [00:02:07.392]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:46.3441775Z [00:02:07.392]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:46.3442664Z [00:02:07.392]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:46.3443635Z [00:02:07.392]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:46.3444608Z [00:02:07.392]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:46.3445490Z [00:02:07.392]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:46.3446316Z [00:02:07.392]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:46.3447175Z [00:02:07.392]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:46.3448007Z [00:02:07.392]➜  packagefile unique=/tmp/go-build1389117207/b076/_pkg_.a
2025-08-20T21:26:46.3448639Z [00:02:07.392]➜  EOF
2025-08-20T21:26:46.3449137Z [00:02:07.392]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:46.3455519Z [00:02:07.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b075=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:26:46.3686255Z [00:02:07.416]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:46.3691998Z [00:02:07.416]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x003.o -c gcc_context.c
2025-08-20T21:26:46.3998685Z [00:02:07.447]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x004.o -c gcc_fatalf.c
2025-08-20T21:26:46.4050190Z [00:02:07.453]➜  cd /root/.go/src/syscall
2025-08-20T21:26:46.4053416Z [00:02:07.453]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b061/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:26:46.4090030Z [00:02:07.457]➜  go tool pack r $WORK/b061/_pkg_.a $WORK/b061/asm_linux_amd64.o # internal
2025-08-20T21:26:46.4095035Z [00:02:07.457]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:26:46.4155387Z [00:02:07.463]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:26:46.4160784Z [00:02:07.464]➜  time
2025-08-20T21:26:46.4163115Z [00:02:07.464]➜  mkdir -p $WORK/b058/
2025-08-20T21:26:46.4164293Z [00:02:07.464]➜  cat >/tmp/go-build1389117207/b058/importcfg << 'EOF' # internal
2025-08-20T21:26:46.4165222Z [00:02:07.464]➜  # import config
2025-08-20T21:26:46.4167004Z [00:02:07.464]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:46.4168237Z [00:02:07.464]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:46.4170035Z [00:02:07.464]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:46.4171645Z [00:02:07.464]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:46.4173849Z [00:02:07.464]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:46.4176232Z [00:02:07.464]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:46.4180093Z [00:02:07.464]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:46.4181084Z [00:02:07.464]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:46.4181697Z [00:02:07.464]➜  EOF
2025-08-20T21:26:46.4182171Z [00:02:07.465]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:46.4186395Z [00:02:07.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b058=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T21:26:46.4376523Z [00:02:07.485]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:46.4379533Z [00:02:07.485]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x005.o -c gcc_libinit.c
2025-08-20T21:26:46.4917320Z [00:02:07.539]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:26:46.5539071Z [00:02:07.601]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x007.o -c gcc_mmap.c
2025-08-20T21:26:46.6194353Z [00:02:07.667]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x008.o -c gcc_setenv.c
2025-08-20T21:26:46.6835630Z [00:02:07.731]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x009.o -c gcc_sigaction.c
2025-08-20T21:26:46.7729401Z [00:02:07.820]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x010.o -c gcc_stack_unix.c
2025-08-20T21:26:46.8254604Z [00:02:07.871]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:26:46.8303856Z [00:02:07.878]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:26:46.8310560Z [00:02:07.879]➜  internal/syscall/unix
2025-08-20T21:26:46.8313914Z [00:02:07.879]➜  mkdir -p $WORK/b063/
2025-08-20T21:26:46.8316785Z [00:02:07.879]➜  cat >/tmp/go-build1389117207/b063/importcfg << 'EOF' # internal
2025-08-20T21:26:46.8320154Z [00:02:07.880]➜  # import config
2025-08-20T21:26:46.8341568Z [00:02:07.880]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:46.8344896Z [00:02:07.880]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:46.8345833Z [00:02:07.880]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:46.8346521Z [00:02:07.880]➜  EOF
2025-08-20T21:26:46.8347059Z [00:02:07.880]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:46.8358959Z [00:02:07.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b063=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:26:46.8642027Z [00:02:07.912]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:46.8647505Z [00:02:07.912]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x011.o -c gcc_traceback.c
2025-08-20T21:26:46.8984965Z [00:02:07.946]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x012.o -c gcc_util.c
2025-08-20T21:26:46.9268560Z [00:02:07.974]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:26:46.9276954Z [00:02:07.975]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:26:46.9285300Z [00:02:07.976]➜  internal/syscall/execenv
2025-08-20T21:26:46.9286306Z [00:02:07.976]➜  mkdir -p $WORK/b064/
2025-08-20T21:26:46.9288032Z [00:02:07.976]➜  cat >/tmp/go-build1389117207/b064/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9288648Z [00:02:07.976]➜  # import config
2025-08-20T21:26:46.9289265Z [00:02:07.976]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:46.9289836Z [00:02:07.976]➜  EOF
2025-08-20T21:26:46.9290272Z [00:02:07.976]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:46.9293389Z [00:02:07.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b064=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:26:46.9454824Z [00:02:07.993]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:46.9458746Z [00:02:07.993]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x013.o -c linux_syscall.c
2025-08-20T21:26:46.9484346Z [00:02:07.994]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:26:46.9488863Z [00:02:07.997]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:26:46.9499335Z [00:02:07.998]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:26:46.9505317Z [00:02:07.998]➜  encoding/base64
2025-08-20T21:26:46.9505858Z [00:02:07.998]➜  mkdir -p $WORK/b087/
2025-08-20T21:26:46.9506593Z [00:02:07.998]➜  cat >/tmp/go-build1389117207/b087/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9507290Z [00:02:07.998]➜  # import config
2025-08-20T21:26:46.9508349Z [00:02:07.998]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:46.9509230Z [00:02:07.998]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:46.9510024Z [00:02:07.998]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:46.9511121Z [00:02:07.998]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:46.9511688Z [00:02:07.998]➜  EOF
2025-08-20T21:26:46.9512164Z [00:02:07.998]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:46.9515064Z [00:02:07.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b087=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:26:46.9535106Z [00:02:08.001]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:26:46.9608111Z [00:02:08.009]➜  io/fs
2025-08-20T21:26:46.9611419Z [00:02:08.009]➜  mkdir -p $WORK/b055/
2025-08-20T21:26:46.9677494Z [00:02:08.015]➜  cat >/tmp/go-build1389117207/b055/importcfg << 'EOF' # internal
2025-08-20T21:26:46.9680014Z [00:02:08.015]➜  # import config
2025-08-20T21:26:46.9682939Z [00:02:08.015]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:46.9688562Z [00:02:08.015]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:46.9689465Z [00:02:08.015]➜  packagefile internal/oserror=/tmp/go-build1389117207/b056/_pkg_.a
2025-08-20T21:26:46.9690280Z [00:02:08.015]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:46.9691172Z [00:02:08.015]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:46.9692222Z [00:02:08.015]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:46.9693016Z [00:02:08.015]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:46.9693790Z [00:02:08.016]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:46.9694404Z [00:02:08.016]➜  EOF
2025-08-20T21:26:46.9698067Z [00:02:08.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b055=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:26:47.0375871Z [00:02:08.085]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:26:47.0384089Z [00:02:08.086]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:26:47.0389557Z [00:02:08.087]➜  internal/poll
2025-08-20T21:26:47.0392554Z [00:02:08.087]➜  mkdir -p $WORK/b062/
2025-08-20T21:26:47.0397669Z [00:02:08.088]➜  cat >/tmp/go-build1389117207/b062/importcfg << 'EOF' # internal
2025-08-20T21:26:47.0402429Z [00:02:08.088]➜  # import config
2025-08-20T21:26:47.0403098Z [00:02:08.088]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.0404820Z [00:02:08.088]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:47.0406407Z [00:02:08.088]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:26:47.0408482Z [00:02:08.088]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.0409947Z [00:02:08.088]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:47.0411636Z [00:02:08.088]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.0413204Z [00:02:08.088]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.0414647Z [00:02:08.088]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:47.0416725Z [00:02:08.088]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:47.0417358Z [00:02:08.088]➜  EOF
2025-08-20T21:26:47.0427498Z [00:02:08.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b062=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:26:47.0784297Z [00:02:08.126]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:47.0787576Z [00:02:08.126]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_x014.o -c gcc_amd64.S
2025-08-20T21:26:47.0941071Z [00:02:08.142]➜  cd $WORK/b078
2025-08-20T21:26:47.0944215Z [00:02:08.142]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -I $WORK/b078/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b078/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:47.1180780Z [00:02:08.166]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.1188418Z [00:02:08.166]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -o $WORK/b078/_cgo_.o $WORK/b078/_cgo_main.o $WORK/b078/preferlinkext $WORK/b078/_x001.o $WORK/b078/_x002.o $WORK/b078/_x003.o $WORK/b078/_x004.o $WORK/b078/_x005.o $WORK/b078/_x006.o $WORK/b078/_x007.o $WORK/b078/_x008.o $WORK/b078/_x009.o $WORK/b078/_x010.o $WORK/b078/_x011.o $WORK/b078/_x012.o $WORK/b078/_x013.o $WORK/b078/_x014.o -O2 -g -lpthread
2025-08-20T21:26:47.1264676Z [00:02:08.174]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:26:47.1283001Z [00:02:08.176]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:26:47.1284972Z [00:02:08.176]➜  internal/filepathlite
2025-08-20T21:26:47.1285709Z [00:02:08.176]➜  mkdir -p $WORK/b054/
2025-08-20T21:26:47.1289429Z [00:02:08.177]➜  cat >/tmp/go-build1389117207/b054/importcfg << 'EOF' # internal
2025-08-20T21:26:47.1290149Z [00:02:08.177]➜  # import config
2025-08-20T21:26:47.1291035Z [00:02:08.177]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.1292233Z [00:02:08.177]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:47.1293233Z [00:02:08.177]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:47.1294136Z [00:02:08.177]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:47.1294960Z [00:02:08.177]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.1295574Z [00:02:08.177]➜  EOF
2025-08-20T21:26:47.1300205Z [00:02:08.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b054=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T21:26:47.1675558Z [00:02:08.215]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:26:47.1689031Z [00:02:08.217]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:26:47.1692112Z [00:02:08.217]➜  context
2025-08-20T21:26:47.1693603Z [00:02:08.217]➜  mkdir -p $WORK/b071/
2025-08-20T21:26:47.1701406Z [00:02:08.218]➜  cat >/tmp/go-build1389117207/b071/importcfg << 'EOF' # internal
2025-08-20T21:26:47.1702596Z [00:02:08.218]➜  # import config
2025-08-20T21:26:47.1703594Z [00:02:08.218]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.1705430Z [00:02:08.218]➜  packagefile internal/reflectlite=/tmp/go-build1389117207/b006/_pkg_.a
2025-08-20T21:26:47.1706593Z [00:02:08.218]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.1707963Z [00:02:08.218]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.1709092Z [00:02:08.218]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:47.1712039Z [00:02:08.218]➜  EOF
2025-08-20T21:26:47.1714832Z [00:02:08.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b071=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:26:47.1723292Z [00:02:08.220]➜  cd /root/.go/src/reflect
2025-08-20T21:26:47.1725985Z [00:02:08.220]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:47.1822960Z [00:02:08.230]➜  go tool pack r $WORK/b048/_pkg_.a $WORK/b048/asm_amd64.o # internal
2025-08-20T21:26:47.1827506Z [00:02:08.230]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:26:47.2141284Z [00:02:08.262]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:26:47.2164763Z [00:02:08.262]➜  internal/fmtsort
2025-08-20T21:26:47.2165323Z [00:02:08.262]➜  mkdir -p $WORK/b046/
2025-08-20T21:26:47.2166048Z [00:02:08.263]➜  cat >/tmp/go-build1389117207/b046/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2166703Z [00:02:08.263]➜  # import config
2025-08-20T21:26:47.2167341Z [00:02:08.263]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:47.2168223Z [00:02:08.263]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:47.2169016Z [00:02:08.263]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.2169610Z [00:02:08.263]➜  EOF
2025-08-20T21:26:47.2170111Z [00:02:08.263]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.2173289Z [00:02:08.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b046=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:26:47.2344527Z [00:02:08.280]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:26:47.2428168Z [00:02:08.290]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:26:47.2439111Z [00:02:08.292]➜  os
2025-08-20T21:26:47.2441738Z [00:02:08.292]➜  mkdir -p $WORK/b053/
2025-08-20T21:26:47.2443297Z [00:02:08.292]➜  cat >/tmp/go-build1389117207/b053/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2444190Z [00:02:08.292]➜  # import config
2025-08-20T21:26:47.2445857Z [00:02:08.292]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.2447598Z [00:02:08.292]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:47.2448984Z [00:02:08.292]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:47.2450222Z [00:02:08.292]➜  packagefile internal/filepathlite=/tmp/go-build1389117207/b054/_pkg_.a
2025-08-20T21:26:47.2452132Z [00:02:08.292]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:26:47.2453486Z [00:02:08.292]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:47.2456024Z [00:02:08.292]➜  packagefile internal/poll=/tmp/go-build1389117207/b062/_pkg_.a
2025-08-20T21:26:47.2457047Z [00:02:08.292]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:47.2458121Z [00:02:08.292]➜  packagefile internal/syscall/execenv=/tmp/go-build1389117207/b064/_pkg_.a
2025-08-20T21:26:47.2459443Z [00:02:08.292]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:26:47.2460492Z [00:02:08.292]➜  packagefile internal/testlog=/tmp/go-build1389117207/b065/_pkg_.a
2025-08-20T21:26:47.2465010Z [00:02:08.292]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.2465862Z [00:02:08.292]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:47.2466713Z [00:02:08.292]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:47.2467537Z [00:02:08.292]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.2468531Z [00:02:08.292]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.2469378Z [00:02:08.292]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.2470240Z [00:02:08.292]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:47.2471243Z [00:02:08.292]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:47.2471898Z [00:02:08.292]➜  EOF
2025-08-20T21:26:47.2481969Z [00:02:08.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b053=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T21:26:47.2613221Z [00:02:08.309]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b078=/tmp/go-build -gno-record-gcc-switches -o $WORK/b078/_cgo_.o $WORK/b078/_cgo_main.o $WORK/b078/preferlinkext $WORK/b078/_x001.o $WORK/b078/_x002.o $WORK/b078/_x003.o $WORK/b078/_x004.o $WORK/b078/_x005.o $WORK/b078/_x006.o $WORK/b078/_x007.o $WORK/b078/_x008.o $WORK/b078/_x009.o $WORK/b078/_x010.o $WORK/b078/_x011.o $WORK/b078/_x012.o $WORK/b078/_x013.o $WORK/b078/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:26:47.2622208Z [00:02:08.309]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b078/_cgo_.o -dynout $WORK/b078/_cgo_import.go -dynlinker
2025-08-20T21:26:47.2667063Z [00:02:08.315]➜  echo -n > $WORK/b078/go_asm.h # internal
2025-08-20T21:26:47.2672071Z [00:02:08.315]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:47.2675348Z [00:02:08.315]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b078/symabis ./asm_amd64.s
2025-08-20T21:26:47.2721245Z [00:02:08.320]➜  cat >/tmp/go-build1389117207/b078/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2725081Z [00:02:08.320]➜  # import config
2025-08-20T21:26:47.2726139Z [00:02:08.320]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:26:47.2727128Z [00:02:08.320]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.2727977Z [00:02:08.320]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.2728635Z [00:02:08.320]➜  EOF
2025-08-20T21:26:47.2729133Z [00:02:08.320]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.2734604Z [00:02:08.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b078=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b078/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack -asmhdr $WORK/b078/go_asm.h /root/.go/src/runtime/cgo/callbacks.go /root/.go/src/runtime/cgo/callbacks_traceback.go /root/.go/src/runtime/cgo/handle.go /root/.go/src/runtime/cgo/iscgo.go /root/.go/src/runtime/cgo/linux.go /root/.go/src/runtime/cgo/mmap.go /root/.go/src/runtime/cgo/setenv.go /root/.go/src/runtime/cgo/sigaction.go $WORK/b078/_cgo_gotypes.go $WORK/b078/cgo.cgo1.go $WORK/b078/_cgo_import.go
2025-08-20T21:26:47.2739189Z [00:02:08.320]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:26:47.2742027Z [00:02:08.322]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:26:47.2749363Z [00:02:08.323]➜  regexp/syntax
2025-08-20T21:26:47.2750603Z [00:02:08.323]➜  mkdir -p $WORK/b101/
2025-08-20T21:26:47.2753216Z [00:02:08.323]➜  cat >/tmp/go-build1389117207/b101/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2755888Z [00:02:08.323]➜  # import config
2025-08-20T21:26:47.2756561Z [00:02:08.323]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.2757352Z [00:02:08.323]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:47.2758146Z [00:02:08.323]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.2759266Z [00:02:08.323]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.2760066Z [00:02:08.323]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.2761888Z [00:02:08.323]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:47.2762809Z [00:02:08.323]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.2763474Z [00:02:08.323]➜  EOF
2025-08-20T21:26:47.2768014Z [00:02:08.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b101=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T21:26:47.2783714Z [00:02:08.326]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:26:47.2798971Z [00:02:08.328]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:26:47.2804869Z [00:02:08.328]➜  golang.org/x/text/transform
2025-08-20T21:26:47.2805465Z [00:02:08.328]➜  mkdir -p $WORK/b108/
2025-08-20T21:26:47.2809701Z [00:02:08.329]➜  cat >/tmp/go-build1389117207/b108/importcfg << 'EOF' # internal
2025-08-20T21:26:47.2813984Z [00:02:08.329]➜  # import config
2025-08-20T21:26:47.2814700Z [00:02:08.329]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:47.2815541Z [00:02:08.329]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.2816694Z [00:02:08.329]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.2817626Z [00:02:08.329]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.2818291Z [00:02:08.329]➜  EOF
2025-08-20T21:26:47.2821810Z [00:02:08.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b108=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid CMhylshZAMemxxIiYM7u/CMhylshZAMemxxIiYM7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack ./vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:26:47.3269988Z [00:02:08.375]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:26:47.3312555Z [00:02:08.379]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/91/91a1ca208a482eca17c107f0d65b4a33f3ad2598c4d538a12241937b5d14e7d7-d # internal
2025-08-20T21:26:47.3348361Z [00:02:08.383]➜  golang.org/x/text/encoding
2025-08-20T21:26:47.3350793Z [00:02:08.383]➜  mkdir -p $WORK/b106/
2025-08-20T21:26:47.3355324Z [00:02:08.383]➜  cat >/tmp/go-build1389117207/b106/importcfg << 'EOF' # internal
2025-08-20T21:26:47.3357712Z [00:02:08.383]➜  # import config
2025-08-20T21:26:47.3358390Z [00:02:08.383]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.3359447Z [00:02:08.383]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1389117207/b107/_pkg_.a
2025-08-20T21:26:47.3360601Z [00:02:08.383]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:26:47.3361696Z [00:02:08.383]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.3362525Z [00:02:08.383]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.3363408Z [00:02:08.384]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.3364039Z [00:02:08.384]➜  EOF
2025-08-20T21:26:47.3367422Z [00:02:08.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding=>golang.org/x/text@v0.27.0/encoding;$WORK/b106=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid uMEMio1KaWO0IHOqAm6S/uMEMio1KaWO0IHOqAm6S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack ./vendor/golang.org/x/text/encoding/encoding.go
2025-08-20T21:26:47.3947924Z [00:02:08.442]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b078/abi_GOARCH.h
2025-08-20T21:26:47.3948678Z [00:02:08.443]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:47.3950345Z [00:02:08.443]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b078=>" -I $WORK/b078/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b078/asm_amd64.o ./asm_amd64.s
2025-08-20T21:26:47.3952764Z [00:02:08.443]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:26:47.3961358Z [00:02:08.444]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/a8/a8879937f2ec0d156d84a09d5b89a360de1c760540ffc342a0273d8b0719b280-d # internal
2025-08-20T21:26:47.3976975Z [00:02:08.446]➜  github.com/gdamore/encoding
2025-08-20T21:26:47.3977559Z [00:02:08.446]➜  mkdir -p $WORK/b105/
2025-08-20T21:26:47.3981917Z [00:02:08.446]➜  cat >/tmp/go-build1389117207/b105/importcfg << 'EOF' # internal
2025-08-20T21:26:47.3982879Z [00:02:08.446]➜  # import config
2025-08-20T21:26:47.3985161Z [00:02:08.446]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1389117207/b106/_pkg_.a
2025-08-20T21:26:47.3986307Z [00:02:08.446]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:26:47.3987298Z [00:02:08.446]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.3988150Z [00:02:08.446]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.3988824Z [00:02:08.446]➜  EOF
2025-08-20T21:26:47.3989623Z [00:02:08.446]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.3995421Z [00:02:08.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding=>github.com/gdamore/encoding@v1.0.1;$WORK/b105=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid Y1XgPTTtxVO9K2nuMsfa/Y1XgPTTtxVO9K2nuMsfa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack ./vendor/github.com/gdamore/encoding/ascii.go ./vendor/github.com/gdamore/encoding/charmap.go ./vendor/github.com/gdamore/encoding/doc.go ./vendor/github.com/gdamore/encoding/ebcdic.go ./vendor/github.com/gdamore/encoding/latin1.go ./vendor/github.com/gdamore/encoding/latin5.go ./vendor/github.com/gdamore/encoding/utf8.go
2025-08-20T21:26:47.4041912Z [00:02:08.449]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:26:47.4047360Z [00:02:08.449]➜  go tool pack r $WORK/b078/_pkg_.a $WORK/b078/asm_amd64.o $WORK/b078/preferlinkext $WORK/b078/_x001.o $WORK/b078/_x002.o $WORK/b078/_x003.o $WORK/b078/_x004.o $WORK/b078/_x005.o $WORK/b078/_x006.o $WORK/b078/_x007.o $WORK/b078/_x008.o $WORK/b078/_x009.o $WORK/b078/_x010.o $WORK/b078/_x011.o $WORK/b078/_x012.o $WORK/b078/_x013.o $WORK/b078/_x014.o # internal
2025-08-20T21:26:47.4049474Z [00:02:08.450]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:26:47.4054452Z [00:02:08.453]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:26:47.4058782Z [00:02:08.454]➜  math/rand
2025-08-20T21:26:47.4059284Z [00:02:08.454]➜  mkdir -p $WORK/b150/
2025-08-20T21:26:47.4062432Z [00:02:08.454]➜  cat >/tmp/go-build1389117207/b150/importcfg << 'EOF' # internal
2025-08-20T21:26:47.4064383Z [00:02:08.454]➜  # import config
2025-08-20T21:26:47.4065136Z [00:02:08.454]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:47.4066046Z [00:02:08.454]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:47.4066860Z [00:02:08.454]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.4068102Z [00:02:08.454]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.4068793Z [00:02:08.454]➜  EOF
2025-08-20T21:26:47.4069300Z [00:02:08.454]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.4072982Z [00:02:08.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b150=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T21:26:47.4474296Z [00:02:08.495]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:26:47.4486506Z [00:02:08.496]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/c5/c5cb4024f055c5c9327a9c5c1128ed53691ace3470bd07e626e8a562b5a5c91c-d # internal
2025-08-20T21:26:47.4516035Z [00:02:08.499]➜  encoding/binary
2025-08-20T21:26:47.4518779Z [00:02:08.500]➜  mkdir -p $WORK/b154/
2025-08-20T21:26:47.4526189Z [00:02:08.500]➜  cat >/tmp/go-build1389117207/b154/importcfg << 'EOF' # internal
2025-08-20T21:26:47.4528214Z [00:02:08.501]➜  # import config
2025-08-20T21:26:47.4528914Z [00:02:08.501]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.4529738Z [00:02:08.501]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.4530526Z [00:02:08.501]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:47.4531855Z [00:02:08.501]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:47.4532723Z [00:02:08.501]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.4533545Z [00:02:08.501]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.4534426Z [00:02:08.501]➜  EOF
2025-08-20T21:26:47.4545471Z [00:02:08.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b154=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T21:26:47.4936488Z [00:02:08.541]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:26:47.4959226Z [00:02:08.544]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:26:47.4963685Z [00:02:08.544]➜  github.com/sahilm/fuzzy
2025-08-20T21:26:47.4964284Z [00:02:08.544]➜  mkdir -p $WORK/b164/
2025-08-20T21:26:47.4967831Z [00:02:08.545]➜  cat >/tmp/go-build1389117207/b164/importcfg << 'EOF' # internal
2025-08-20T21:26:47.4969221Z [00:02:08.545]➜  # import config
2025-08-20T21:26:47.4971454Z [00:02:08.545]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:47.4972218Z [00:02:08.545]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:47.4973242Z [00:02:08.545]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.4974485Z [00:02:08.545]➜  EOF
2025-08-20T21:26:47.4978370Z [00:02:08.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy=>github.com/sahilm/fuzzy@v0.1.0;$WORK/b164=>" -p github.com/sahilm/fuzzy -lang=go1.16 -complete -installsuffix shared -buildid A_x3sJBPbI7avUDg7Gh8/A_x3sJBPbI7avUDg7Gh8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack ./vendor/github.com/sahilm/fuzzy/fuzzy.go
2025-08-20T21:26:47.5251592Z [00:02:08.573]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:26:47.5261282Z [00:02:08.574]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/f0/f0d28121459135fd026c8877a8f9a3e856519c23c45bf9c78a9f3d862846430a-d # internal
2025-08-20T21:26:47.5265802Z [00:02:08.574]➜  go/build/constraint
2025-08-20T21:26:47.5266391Z [00:02:08.574]➜  mkdir -p $WORK/b184/
2025-08-20T21:26:47.5270189Z [00:02:08.575]➜  cat >/tmp/go-build1389117207/b184/importcfg << 'EOF' # internal
2025-08-20T21:26:47.5272291Z [00:02:08.575]➜  # import config
2025-08-20T21:26:47.5272960Z [00:02:08.575]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.5273741Z [00:02:08.575]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.5274474Z [00:02:08.575]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.5275294Z [00:02:08.575]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:47.5276141Z [00:02:08.575]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.5276814Z [00:02:08.575]➜  EOF
2025-08-20T21:26:47.5279949Z [00:02:08.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b184=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid eUCZy1eSeqqdzVk4i-rk/eUCZy1eSeqqdzVk4i-rk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:26:47.5751562Z [00:02:08.623]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:26:47.5802564Z [00:02:08.628]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:26:47.5807842Z [00:02:08.628]➜  regexp
2025-08-20T21:26:47.5822575Z [00:02:08.629]➜  mkdir -p $WORK/b100/
2025-08-20T21:26:47.5823347Z [00:02:08.629]➜  cat >/tmp/go-build1389117207/b100/importcfg << 'EOF' # internal
2025-08-20T21:26:47.5824327Z [00:02:08.629]➜  # import config
2025-08-20T21:26:47.5825011Z [00:02:08.629]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:47.5825772Z [00:02:08.629]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.5826597Z [00:02:08.630]➜  packagefile regexp/syntax=/tmp/go-build1389117207/b101/_pkg_.a
2025-08-20T21:26:47.5828807Z [00:02:08.630]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.5829690Z [00:02:08.630]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.5830570Z [00:02:08.630]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.5832825Z [00:02:08.630]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.5833726Z [00:02:08.630]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:47.5834660Z [00:02:08.630]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.5835346Z [00:02:08.630]➜  EOF
2025-08-20T21:26:47.5838547Z [00:02:08.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b100=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T21:26:47.5845677Z [00:02:08.631]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:26:47.5861818Z [00:02:08.633]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T21:26:47.5862902Z [00:02:08.633]➜  embed
2025-08-20T21:26:47.5863362Z [00:02:08.633]➜  mkdir -p $WORK/b187/
2025-08-20T21:26:47.5864113Z [00:02:08.633]➜  cat >/tmp/go-build1389117207/b187/importcfg << 'EOF' # internal
2025-08-20T21:26:47.5864804Z [00:02:08.633]➜  # import config
2025-08-20T21:26:47.5865741Z [00:02:08.633]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.5866646Z [00:02:08.633]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:47.5867643Z [00:02:08.633]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:47.5868594Z [00:02:08.633]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.5869388Z [00:02:08.633]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:47.5870181Z [00:02:08.633]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:47.5870776Z [00:02:08.633]➜  EOF
2025-08-20T21:26:47.5873454Z [00:02:08.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b187=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:26:47.6306386Z [00:02:08.678]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:26:47.6320704Z [00:02:08.680]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:26:47.6322392Z [00:02:08.680]➜  github.com/spf13/afero/internal/common
2025-08-20T21:26:47.6323182Z [00:02:08.680]➜  mkdir -p $WORK/b190/
2025-08-20T21:26:47.6328252Z [00:02:08.681]➜  cat >/tmp/go-build1389117207/b190/importcfg << 'EOF' # internal
2025-08-20T21:26:47.6342578Z [00:02:08.681]➜  # import config
2025-08-20T21:26:47.6343308Z [00:02:08.681]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:47.6343944Z [00:02:08.681]➜  EOF
2025-08-20T21:26:47.6347898Z [00:02:08.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/internal/common=>github.com/spf13/afero@v1.9.5/internal/common;$WORK/b190=>" -p github.com/spf13/afero/internal/common -lang=go1.16 -complete -installsuffix shared -buildid gWow0TqKG7cvkQZUwm2C/gWow0TqKG7cvkQZUwm2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack ./vendor/github.com/spf13/afero/internal/common/adapters.go
2025-08-20T21:26:47.6534368Z [00:02:08.701]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:26:47.6542563Z [00:02:08.702]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/ba/bab4628e3c44c1af9fccc8aadeee3eefb9a2d06a22cbbec2da59a1db239f8177-d # internal
2025-08-20T21:26:47.6547111Z [00:02:08.703]➜  golang.org/x/text/runes
2025-08-20T21:26:47.6550527Z [00:02:08.703]➜  mkdir -p $WORK/b192/
2025-08-20T21:26:47.6558595Z [00:02:08.704]➜  cat >/tmp/go-build1389117207/b192/importcfg << 'EOF' # internal
2025-08-20T21:26:47.6564528Z [00:02:08.704]➜  # import config
2025-08-20T21:26:47.6565398Z [00:02:08.704]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:26:47.6566364Z [00:02:08.704]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:47.6567248Z [00:02:08.704]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.6567869Z [00:02:08.704]➜  EOF
2025-08-20T21:26:47.6571378Z [00:02:08.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes=>golang.org/x/text@v0.27.0/runes;$WORK/b192=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid ZznIzIE9_2IGBKyEv-fJ/ZznIzIE9_2IGBKyEv-fJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack ./vendor/golang.org/x/text/runes/cond.go ./vendor/golang.org/x/text/runes/runes.go
2025-08-20T21:26:47.7583821Z [00:02:08.806]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:26:47.7597834Z [00:02:08.808]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/55/552a9d609035075c183fca6daa4a7847c9fb46a2ea15bc1acc7ae0a29121896e-d # internal
2025-08-20T21:26:47.7618716Z [00:02:08.808]➜  hash
2025-08-20T21:26:47.7619603Z [00:02:08.808]➜  mkdir -p $WORK/b198/
2025-08-20T21:26:47.7620383Z [00:02:08.808]➜  cat >/tmp/go-build1389117207/b198/importcfg << 'EOF' # internal
2025-08-20T21:26:47.7621457Z [00:02:08.808]➜  # import config
2025-08-20T21:26:47.7622144Z [00:02:08.808]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.7622767Z [00:02:08.808]➜  EOF
2025-08-20T21:26:47.7636651Z [00:02:08.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b198=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:26:47.7855815Z [00:02:08.833]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:26:47.7901739Z [00:02:08.838]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:26:47.7922639Z [00:02:08.840]➜  golang.org/x/sys/unix
2025-08-20T21:26:47.7923904Z [00:02:08.840]➜  mkdir -p $WORK/b153/
2025-08-20T21:26:47.7936373Z [00:02:08.841]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T21:26:47.7938023Z [00:02:08.841]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix
2025-08-20T21:26:47.7941232Z [00:02:08.841]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b153/symabis ./asm_linux_amd64.s
2025-08-20T21:26:47.7954223Z [00:02:08.842]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:26:47.7962582Z [00:02:08.844]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:26:47.7963968Z [00:02:08.844]➜  hash/crc32
2025-08-20T21:26:47.7964746Z [00:02:08.844]➜  mkdir -p $WORK/b197/
2025-08-20T21:26:47.7973476Z [00:02:08.845]➜  echo -n > $WORK/b197/go_asm.h # internal
2025-08-20T21:26:47.7979994Z [00:02:08.846]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:26:47.7982393Z [00:02:08.846]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b197/symabis ./crc32_amd64.s
2025-08-20T21:26:47.8027980Z [00:02:08.850]➜  cat >/tmp/go-build1389117207/b153/importcfg << 'EOF' # internal
2025-08-20T21:26:47.8032271Z [00:02:08.850]➜  # import config
2025-08-20T21:26:47.8032963Z [00:02:08.850]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:47.8033861Z [00:02:08.850]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:47.8034803Z [00:02:08.850]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:47.8035686Z [00:02:08.850]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:47.8036500Z [00:02:08.850]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.8037309Z [00:02:08.850]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:47.8038147Z [00:02:08.850]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.8038954Z [00:02:08.850]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.8039749Z [00:02:08.850]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.8040577Z [00:02:08.851]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:47.8041614Z [00:02:08.851]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:47.8042233Z [00:02:08.851]➜  EOF
2025-08-20T21:26:47.8042713Z [00:02:08.851]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.8059512Z [00:02:08.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b153=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid foQjh3EN9OHIiLJKRZR_/foQjh3EN9OHIiLJKRZR_ -goversion go1.25.0 -symabis $WORK/b153/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/go_asm.h ./vendor/golang.org/x/sys/unix/affinity_linux.go ./vendor/golang.org/x/sys/unix/aliases.go ./vendor/golang.org/x/sys/unix/auxv.go ./vendor/golang.org/x/sys/unix/bluetooth_linux.go ./vendor/golang.org/x/sys/unix/constants.go ./vendor/golang.org/x/sys/unix/dev_linux.go ./vendor/golang.org/x/sys/unix/dirent.go ./vendor/golang.org/x/sys/unix/endian_little.go ./vendor/golang.org/x/sys/unix/env_unix.go ./vendor/golang.org/x/sys/unix/fcntl.go ./vendor/golang.org/x/sys/unix/fdset.go ./vendor/golang.org/x/sys/unix/ifreq_linux.go ./vendor/golang.org/x/sys/unix/ioctl_linux.go ./vendor/golang.org/x/sys/unix/ioctl_unsigned.go ./vendor/golang.org/x/sys/unix/mremap.go ./vendor/golang.org/x/sys/unix/pagesize_unix.go ./vendor/golang.org/x/sys/unix/race0.go ./vendor/golang.org/x/sys/unix/readdirent_getdents.go ./vendor/golang.org/x/sys/unix/sockcmsg_linux.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go ./vendor/golang.org/x/sys/unix/syscall.go ./vendor/golang.org/x/sys/unix/syscall_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_alarm.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc.go ./vendor/golang.org/x/sys/unix/syscall_unix.go ./vendor/golang.org/x/sys/unix/syscall_unix_gc.go ./vendor/golang.org/x/sys/unix/sysvshm_linux.go ./vendor/golang.org/x/sys/unix/sysvshm_unix.go ./vendor/golang.org/x/sys/unix/timestruct.go ./vendor/golang.org/x/sys/unix/vgetrandom_linux.go ./vendor/golang.org/x/sys/unix/zerrors_linux.go ./vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go ./vendor/golang.org/x/sys/unix/zptrace_x86_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux.go ./vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
2025-08-20T21:26:47.8082099Z [00:02:08.856]➜  cat >/tmp/go-build1389117207/b197/importcfg << 'EOF' # internal
2025-08-20T21:26:47.8084132Z [00:02:08.856]➜  # import config
2025-08-20T21:26:47.8085130Z [00:02:08.856]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.8085949Z [00:02:08.856]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:47.8086899Z [00:02:08.856]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:47.8087856Z [00:02:08.856]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:47.8088722Z [00:02:08.856]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.8089579Z [00:02:08.856]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:47.8090224Z [00:02:08.856]➜  EOF
2025-08-20T21:26:47.8093979Z [00:02:08.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b197=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b197/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack -asmhdr $WORK/b197/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:26:47.8796897Z [00:02:08.928]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:26:47.8798950Z [00:02:08.928]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b197=>" -I $WORK/b197/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b197/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:26:47.8914868Z [00:02:08.939]➜  go tool pack r $WORK/b197/_pkg_.a $WORK/b197/crc32_amd64.o # internal
2025-08-20T21:26:47.8916255Z [00:02:08.939]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:26:47.8994075Z [00:02:08.947]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:26:47.8995839Z [00:02:08.948]➜  crypto
2025-08-20T21:26:47.8996727Z [00:02:08.948]➜  mkdir -p $WORK/b202/
2025-08-20T21:26:47.8998751Z [00:02:08.948]➜  cat >/tmp/go-build1389117207/b202/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9001360Z [00:02:08.948]➜  # import config
2025-08-20T21:26:47.9002009Z [00:02:08.948]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:47.9002782Z [00:02:08.948]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.9003600Z [00:02:08.948]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.9004205Z [00:02:08.948]➜  EOF
2025-08-20T21:26:47.9004668Z [00:02:08.948]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:47.9007176Z [00:02:08.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b202=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:26:47.9192444Z [00:02:08.967]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:26:47.9222147Z [00:02:08.970]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:26:47.9223858Z [00:02:08.970]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:26:47.9224701Z [00:02:08.970]➜  mkdir -p $WORK/b206/
2025-08-20T21:26:47.9226015Z [00:02:08.970]➜  cat >/tmp/go-build1389117207/b206/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9226952Z [00:02:08.970]➜  # import config
2025-08-20T21:26:47.9228045Z [00:02:08.970]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:47.9228960Z [00:02:08.970]➜  EOF
2025-08-20T21:26:47.9232804Z [00:02:08.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b206=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:26:47.9265975Z [00:02:08.974]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:26:47.9275308Z [00:02:08.975]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:26:47.9280535Z [00:02:08.975]➜  crypto/internal/impl
2025-08-20T21:26:47.9281199Z [00:02:08.975]➜  mkdir -p $WORK/b213/
2025-08-20T21:26:47.9281877Z [00:02:08.976]➜  cat >/tmp/go-build1389117207/b213/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9282535Z [00:02:08.976]➜  # import config
2025-08-20T21:26:47.9283185Z [00:02:08.976]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.9283759Z [00:02:08.976]➜  EOF
2025-08-20T21:26:47.9286534Z [00:02:08.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b213=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:26:47.9397633Z [00:02:08.988]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:26:47.9408851Z [00:02:08.989]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:26:47.9412923Z [00:02:08.989]➜  crypto/internal/fips140
2025-08-20T21:26:47.9414680Z [00:02:08.989]➜  mkdir -p $WORK/b205/
2025-08-20T21:26:47.9419092Z [00:02:08.990]➜  cat >/tmp/go-build1389117207/b205/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9419878Z [00:02:08.990]➜  # import config
2025-08-20T21:26:47.9422163Z [00:02:08.990]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1389117207/b206/_pkg_.a
2025-08-20T21:26:47.9423176Z [00:02:08.990]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.9424179Z [00:02:08.990]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:47.9425293Z [00:02:08.990]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:47.9426453Z [00:02:08.990]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:47.9427135Z [00:02:08.990]➜  EOF
2025-08-20T21:26:47.9431867Z [00:02:08.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b205=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:26:47.9453859Z [00:02:08.993]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:26:47.9482788Z [00:02:08.996]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:26:47.9488938Z [00:02:08.997]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:26:47.9491673Z [00:02:08.997]➜  math/rand/v2
2025-08-20T21:26:47.9493533Z [00:02:08.997]➜  mkdir -p $WORK/b222/
2025-08-20T21:26:47.9499227Z [00:02:08.998]➜  cat >/tmp/go-build1389117207/b222/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9499901Z [00:02:08.998]➜  # import config
2025-08-20T21:26:47.9500542Z [00:02:08.998]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.9501639Z [00:02:08.998]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:47.9502600Z [00:02:08.998]➜  packagefile internal/chacha8rand=/tmp/go-build1389117207/b015/_pkg_.a
2025-08-20T21:26:47.9503456Z [00:02:08.998]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:47.9504238Z [00:02:08.998]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:47.9504843Z [00:02:08.998]➜  EOF
2025-08-20T21:26:47.9508556Z [00:02:08.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b222=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:26:47.9583021Z [00:02:09.005]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:26:47.9594567Z [00:02:09.006]➜  fmt
2025-08-20T21:26:47.9595024Z [00:02:09.006]➜  mkdir -p $WORK/b045/
2025-08-20T21:26:47.9595759Z [00:02:09.006]➜  cat >/tmp/go-build1389117207/b045/importcfg << 'EOF' # internal
2025-08-20T21:26:47.9596426Z [00:02:09.006]➜  # import config
2025-08-20T21:26:47.9597100Z [00:02:09.006]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:47.9598015Z [00:02:09.006]➜  packagefile internal/fmtsort=/tmp/go-build1389117207/b046/_pkg_.a
2025-08-20T21:26:47.9598888Z [00:02:09.006]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:47.9599669Z [00:02:09.006]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:47.9600430Z [00:02:09.006]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:47.9601423Z [00:02:09.006]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:47.9602212Z [00:02:09.006]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:47.9603023Z [00:02:09.006]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:47.9605151Z [00:02:09.006]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:47.9605996Z [00:02:09.006]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:47.9606929Z [00:02:09.006]➜  EOF
2025-08-20T21:26:47.9609984Z [00:02:09.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b045=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T21:26:47.9655619Z [00:02:09.013]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:26:47.9667115Z [00:02:09.014]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:26:47.9689858Z [00:02:09.017]➜  net
2025-08-20T21:26:47.9693771Z [00:02:09.017]➜  mkdir -p $WORK/b070/
2025-08-20T21:26:47.9698512Z [00:02:09.018]➜  echo -n > $WORK/b070/preferlinkext # internal
2025-08-20T21:26:47.9699721Z [00:02:09.018]➜  cd /root/.go/src/net
2025-08-20T21:26:47.9707310Z [00:02:09.018]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b070/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T21:26:48.0288185Z [00:02:09.077]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:26:48.0302007Z [00:02:09.078]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:26:48.0305385Z [00:02:09.078]➜  path/filepath
2025-08-20T21:26:48.0305881Z [00:02:09.078]➜  mkdir -p $WORK/b082/
2025-08-20T21:26:48.0311429Z [00:02:09.079]➜  cat >/tmp/go-build1389117207/b082/importcfg << 'EOF' # internal
2025-08-20T21:26:48.0313348Z [00:02:09.079]➜  # import config
2025-08-20T21:26:48.0315017Z [00:02:09.079]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.0315916Z [00:02:09.079]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:48.0317324Z [00:02:09.079]➜  packagefile internal/filepathlite=/tmp/go-build1389117207/b054/_pkg_.a
2025-08-20T21:26:48.0318232Z [00:02:09.079]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:48.0319014Z [00:02:09.079]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.0319787Z [00:02:09.079]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.0320593Z [00:02:09.079]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:48.0321665Z [00:02:09.079]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.0322625Z [00:02:09.079]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:48.0323476Z [00:02:09.079]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:48.0324111Z [00:02:09.079]➜  EOF
2025-08-20T21:26:48.0324616Z [00:02:09.079]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:48.0328519Z [00:02:09.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b082=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T21:26:48.1473267Z [00:02:09.195]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:26:48.1497969Z [00:02:09.197]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:26:48.1504649Z [00:02:09.197]➜  os/exec
2025-08-20T21:26:48.1506294Z [00:02:09.197]➜  mkdir -p $WORK/b117/
2025-08-20T21:26:48.1507367Z [00:02:09.197]➜  cat >/tmp/go-build1389117207/b117/importcfg << 'EOF' # internal
2025-08-20T21:26:48.1508181Z [00:02:09.197]➜  # import config
2025-08-20T21:26:48.1508869Z [00:02:09.197]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:48.1509716Z [00:02:09.197]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:48.1510562Z [00:02:09.197]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.1514580Z [00:02:09.197]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:48.1515648Z [00:02:09.197]➜  packagefile internal/syscall/execenv=/tmp/go-build1389117207/b064/_pkg_.a
2025-08-20T21:26:48.1516715Z [00:02:09.197]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:26:48.1517653Z [00:02:09.197]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:48.1518479Z [00:02:09.198]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:48.1519281Z [00:02:09.198]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.1520170Z [00:02:09.198]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:48.1523831Z [00:02:09.198]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.1524759Z [00:02:09.198]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.1525621Z [00:02:09.198]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.1526435Z [00:02:09.198]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:48.1527254Z [00:02:09.198]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:48.1527856Z [00:02:09.198]➜  EOF
2025-08-20T21:26:48.1530785Z [00:02:09.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b117=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:26:48.2726430Z [00:02:09.320]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:26:48.2817520Z [00:02:09.330]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:26:48.2867099Z [00:02:09.335]➜  github.com/go-errors/errors
2025-08-20T21:26:48.2869929Z [00:02:09.335]➜  mkdir -p $WORK/b066/
2025-08-20T21:26:48.2877554Z [00:02:09.336]➜  cat >/tmp/go-build1389117207/b066/importcfg << 'EOF' # internal
2025-08-20T21:26:48.2878773Z [00:02:09.336]➜  # import config
2025-08-20T21:26:48.2879608Z [00:02:09.336]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:48.2880612Z [00:02:09.336]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:48.2882095Z [00:02:09.336]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.2883183Z [00:02:09.336]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.2885588Z [00:02:09.336]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.2886821Z [00:02:09.336]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:48.2888403Z [00:02:09.336]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.2890551Z [00:02:09.336]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.2891921Z [00:02:09.336]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.2892576Z [00:02:09.336]➜  EOF
2025-08-20T21:26:48.2909397Z [00:02:09.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors=>github.com/go-errors/errors@v1.5.1;$WORK/b066=>" -p github.com/go-errors/errors -lang=go1.14 -complete -installsuffix shared -buildid Ji4z0sw1qQ7EoU_xKQZj/Ji4z0sw1qQ7EoU_xKQZj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack ./vendor/github.com/go-errors/errors/error.go ./vendor/github.com/go-errors/errors/error_1_13.go ./vendor/github.com/go-errors/errors/join_unwrap_1_20.go ./vendor/github.com/go-errors/errors/parse_panic.go ./vendor/github.com/go-errors/errors/stackframe.go
2025-08-20T21:26:48.3054825Z [00:02:09.353]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:26:48.3061992Z [00:02:09.354]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:26:48.3066885Z [00:02:09.354]➜  log
2025-08-20T21:26:48.3067370Z [00:02:09.354]➜  mkdir -p $WORK/b068/
2025-08-20T21:26:48.3069618Z [00:02:09.355]➜  cat >/tmp/go-build1389117207/b068/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3070561Z [00:02:09.355]➜  # import config
2025-08-20T21:26:48.3071549Z [00:02:09.355]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.3072335Z [00:02:09.355]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:48.3073148Z [00:02:09.355]➜  packagefile log/internal=/tmp/go-build1389117207/b069/_pkg_.a
2025-08-20T21:26:48.3073931Z [00:02:09.355]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.3074687Z [00:02:09.355]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.3075429Z [00:02:09.355]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:48.3076158Z [00:02:09.355]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:48.3076869Z [00:02:09.355]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:48.3077393Z [00:02:09.355]➜  EOF
2025-08-20T21:26:48.3079562Z [00:02:09.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b068=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:26:48.3702069Z [00:02:09.418]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:26:48.3735698Z [00:02:09.421]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/6c/6ca07507f5baa55e77144b1ed901e32fe8d6097e7eb3b8640c4a1dbef22efd3e-d # internal
2025-08-20T21:26:48.3736978Z [00:02:09.421]➜  net/url
2025-08-20T21:26:48.3737622Z [00:02:09.421]➜  mkdir -p $WORK/b081/
2025-08-20T21:26:48.3738486Z [00:02:09.421]➜  cat >/tmp/go-build1389117207/b081/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3739335Z [00:02:09.421]➜  # import config
2025-08-20T21:26:48.3740147Z [00:02:09.421]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.3741304Z [00:02:09.421]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.3742246Z [00:02:09.421]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:48.3743256Z [00:02:09.421]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:48.3744268Z [00:02:09.421]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:48.3745285Z [00:02:09.421]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.3746310Z [00:02:09.421]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.3747100Z [00:02:09.421]➜  EOF
2025-08-20T21:26:48.3749670Z [00:02:09.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b081=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:26:48.3858207Z [00:02:09.434]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:26:48.3875810Z [00:02:09.435]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:26:48.3879355Z [00:02:09.436]➜  text/template/parse
2025-08-20T21:26:48.3879908Z [00:02:09.436]➜  mkdir -p $WORK/b083/
2025-08-20T21:26:48.3886819Z [00:02:09.436]➜  cat >/tmp/go-build1389117207/b083/importcfg << 'EOF' # internal
2025-08-20T21:26:48.3887579Z [00:02:09.436]➜  # import config
2025-08-20T21:26:48.3888241Z [00:02:09.436]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:48.3889049Z [00:02:09.436]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.3889843Z [00:02:09.436]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.3890664Z [00:02:09.436]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.3891718Z [00:02:09.436]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.3892537Z [00:02:09.436]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:48.3893426Z [00:02:09.436]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:48.3894176Z [00:02:09.436]➜  EOF
2025-08-20T21:26:48.3897640Z [00:02:09.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b083=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:26:48.5419924Z [00:02:09.590]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:26:48.5489290Z [00:02:09.597]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:26:48.5513322Z [00:02:09.599]➜  encoding/json
2025-08-20T21:26:48.5519543Z [00:02:09.600]➜  mkdir -p $WORK/b085/
2025-08-20T21:26:48.5530100Z [00:02:09.601]➜  cat >/tmp/go-build1389117207/b085/importcfg << 'EOF' # internal
2025-08-20T21:26:48.5537171Z [00:02:09.601]➜  # import config
2025-08-20T21:26:48.5537894Z [00:02:09.601]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:48.5538732Z [00:02:09.601]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:48.5539563Z [00:02:09.601]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:48.5540468Z [00:02:09.601]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:48.5541578Z [00:02:09.601]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.5542389Z [00:02:09.601]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.5543168Z [00:02:09.601]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:48.5543940Z [00:02:09.601]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:48.5544778Z [00:02:09.601]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:48.5545622Z [00:02:09.601]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:48.5546462Z [00:02:09.601]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.5547330Z [00:02:09.601]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.5548179Z [00:02:09.601]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:48.5549026Z [00:02:09.601]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:48.5549901Z [00:02:09.601]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:26:48.5550812Z [00:02:09.601]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:48.5558268Z [00:02:09.601]➜  EOF
2025-08-20T21:26:48.5564556Z [00:02:09.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b085=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T21:26:48.7186003Z [00:02:09.766]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:26:48.7253453Z [00:02:09.773]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T21:26:48.7264271Z [00:02:09.774]➜  text/template
2025-08-20T21:26:48.7269925Z [00:02:09.775]➜  mkdir -p $WORK/b079/
2025-08-20T21:26:48.7282329Z [00:02:09.776]➜  cat >/tmp/go-build1389117207/b079/importcfg << 'EOF' # internal
2025-08-20T21:26:48.7283262Z [00:02:09.776]➜  # import config
2025-08-20T21:26:48.7283944Z [00:02:09.776]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:48.7284734Z [00:02:09.776]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.7285605Z [00:02:09.776]➜  packagefile internal/fmtsort=/tmp/go-build1389117207/b046/_pkg_.a
2025-08-20T21:26:48.7286456Z [00:02:09.776]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:48.7287221Z [00:02:09.776]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:48.7287963Z [00:02:09.776]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:48.7288744Z [00:02:09.776]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:48.7289491Z [00:02:09.776]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.7290253Z [00:02:09.776]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:48.7291322Z [00:02:09.776]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:48.7292535Z [00:02:09.776]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:48.7293374Z [00:02:09.776]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:48.7294199Z [00:02:09.776]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.7295011Z [00:02:09.776]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:48.7295898Z [00:02:09.776]➜  packagefile text/template/parse=/tmp/go-build1389117207/b083/_pkg_.a
2025-08-20T21:26:48.7296833Z [00:02:09.776]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:48.7297725Z [00:02:09.776]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:48.7298387Z [00:02:09.776]➜  EOF
2025-08-20T21:26:48.7338890Z [00:02:09.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b079=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:26:48.7819231Z [00:02:09.830]➜  cd $WORK/b070
2025-08-20T21:26:48.7823489Z [00:02:09.830]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x001.o -c _cgo_export.c
2025-08-20T21:26:48.8072429Z [00:02:09.855]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:26:48.8542201Z [00:02:09.902]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:26:48.9036242Z [00:02:09.951]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:26:48.9230393Z [00:02:09.971]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix
2025-08-20T21:26:48.9236089Z [00:02:09.971]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b153/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:26:48.9345769Z [00:02:09.982]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/asm_linux_amd64.o # internal
2025-08-20T21:26:48.9351518Z [00:02:09.983]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:26:48.9515439Z [00:02:09.999]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/82/82b1de35776326b134c7c4c79d17e57ba5b236135736217e63c3fe2e736cc521-d # internal
2025-08-20T21:26:48.9522369Z [00:02:10.000]➜  github.com/adrg/xdg/internal/pathutil
2025-08-20T21:26:48.9528057Z [00:02:10.001]➜  mkdir -p $WORK/b092/
2025-08-20T21:26:48.9537121Z [00:02:10.002]➜  cat >/tmp/go-build1389117207/b092/importcfg << 'EOF' # internal
2025-08-20T21:26:48.9539590Z [00:02:10.002]➜  # import config
2025-08-20T21:26:48.9540789Z [00:02:10.002]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:48.9542204Z [00:02:10.002]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.9544434Z [00:02:10.002]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:48.9545352Z [00:02:10.002]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:48.9545976Z [00:02:10.002]➜  EOF
2025-08-20T21:26:48.9552325Z [00:02:10.003]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:48.9561254Z [00:02:10.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil=>github.com/adrg/xdg@v0.4.0/internal/pathutil;$WORK/b092=>" -p github.com/adrg/xdg/internal/pathutil -lang=go1.14 -complete -installsuffix shared -buildid cPvykNfxkooVdv3Zky8g/cPvykNfxkooVdv3Zky8g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack ./vendor/github.com/adrg/xdg/internal/pathutil/pathutil.go ./vendor/github.com/adrg/xdg/internal/pathutil/pathutil_unix.go
2025-08-20T21:26:48.9837217Z [00:02:10.031]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:26:48.9843951Z [00:02:10.032]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/5d/5d64fce01bac9aede631848f863004c860c2aab2d9941901ad0ff3d09122d0f1-d # internal
2025-08-20T21:26:48.9849483Z [00:02:10.033]➜  github.com/adrg/xdg
2025-08-20T21:26:48.9850058Z [00:02:10.033]➜  mkdir -p $WORK/b091/
2025-08-20T21:26:48.9854871Z [00:02:10.033]➜  cat >/tmp/go-build1389117207/b091/importcfg << 'EOF' # internal
2025-08-20T21:26:48.9863039Z [00:02:10.033]➜  # import config
2025-08-20T21:26:48.9864220Z [00:02:10.033]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build1389117207/b092/_pkg_.a
2025-08-20T21:26:48.9865267Z [00:02:10.033]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:48.9866172Z [00:02:10.033]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:48.9867048Z [00:02:10.033]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:48.9867677Z [00:02:10.033]➜  EOF
2025-08-20T21:26:48.9871908Z [00:02:10.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg=>github.com/adrg/xdg@v0.4.0;$WORK/b091=>" -p github.com/adrg/xdg -lang=go1.14 -complete -installsuffix shared -buildid JKzL_hYUsqAhUBnouUSS/JKzL_hYUsqAhUBnouUSS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack ./vendor/github.com/adrg/xdg/base_dirs.go ./vendor/github.com/adrg/xdg/doc.go ./vendor/github.com/adrg/xdg/paths_unix.go ./vendor/github.com/adrg/xdg/user_dirs.go ./vendor/github.com/adrg/xdg/xdg.go
2025-08-20T21:26:49.0035512Z [00:02:10.051]➜  cd $WORK/b070
2025-08-20T21:26:49.0038713Z [00:02:10.051]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:26:49.0738890Z [00:02:10.122]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:26:49.0815564Z [00:02:10.129]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/ad/ad53096bbc5492dd6d2d00dadc329c4be1d5b3ea2c38917a18cc68d92bd984bc-d # internal
2025-08-20T21:26:49.0819562Z [00:02:10.130]➜  github.com/buger/jsonparser
2025-08-20T21:26:49.0820178Z [00:02:10.130]➜  mkdir -p $WORK/b096/
2025-08-20T21:26:49.0824410Z [00:02:10.130]➜  cat >/tmp/go-build1389117207/b096/importcfg << 'EOF' # internal
2025-08-20T21:26:49.0826001Z [00:02:10.131]➜  # import config
2025-08-20T21:26:49.0843121Z [00:02:10.131]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:49.0861971Z [00:02:10.131]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.0862956Z [00:02:10.131]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.0863893Z [00:02:10.131]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:49.0864838Z [00:02:10.131]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:49.0865794Z [00:02:10.131]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.0866760Z [00:02:10.131]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:49.0867499Z [00:02:10.131]➜  EOF
2025-08-20T21:26:49.0868090Z [00:02:10.131]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:49.0873149Z [00:02:10.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser=>github.com/buger/jsonparser@v1.1.1;$WORK/b096=>" -p github.com/buger/jsonparser -lang=go1.13 -complete -installsuffix shared -buildid 4ynuACIGwmrrbamUzCan/4ynuACIGwmrrbamUzCan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack ./vendor/github.com/buger/jsonparser/bytes.go ./vendor/github.com/buger/jsonparser/bytes_unsafe.go ./vendor/github.com/buger/jsonparser/escape.go ./vendor/github.com/buger/jsonparser/fuzz.go ./vendor/github.com/buger/jsonparser/parser.go
2025-08-20T21:26:49.1257163Z [00:02:10.174]➜  cd $WORK/b070
2025-08-20T21:26:49.1260173Z [00:02:10.174]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:26:49.1885835Z [00:02:10.236]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -I $WORK/b070/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b070/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:49.2104644Z [00:02:10.258]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:26:49.2160696Z [00:02:10.264]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:49.2164028Z [00:02:10.264]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -o $WORK/b070/_cgo_.o $WORK/b070/_cgo_main.o $WORK/b070/preferlinkext $WORK/b070/_x001.o $WORK/b070/_x002.o $WORK/b070/_x003.o $WORK/b070/_x004.o $WORK/b070/_x005.o $WORK/b070/_x006.o -O2 -g -lresolv
2025-08-20T21:26:49.2171713Z [00:02:10.265]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T21:26:49.2177504Z [00:02:10.265]➜  gopkg.in/yaml.v3
2025-08-20T21:26:49.2178377Z [00:02:10.266]➜  mkdir -p $WORK/b099/
2025-08-20T21:26:49.2187459Z [00:02:10.266]➜  cat >/tmp/go-build1389117207/b099/importcfg << 'EOF' # internal
2025-08-20T21:26:49.2192131Z [00:02:10.266]➜  # import config
2025-08-20T21:26:49.2214136Z [00:02:10.266]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:49.2217363Z [00:02:10.266]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:49.2218997Z [00:02:10.266]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:49.2220250Z [00:02:10.266]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.2221487Z [00:02:10.266]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.2222582Z [00:02:10.267]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:49.2223997Z [00:02:10.267]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:49.2225621Z [00:02:10.267]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:49.2226999Z [00:02:10.267]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:49.2228201Z [00:02:10.267]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:49.2229601Z [00:02:10.267]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.2231022Z [00:02:10.267]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:49.2232432Z [00:02:10.267]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:49.2233697Z [00:02:10.267]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:49.2235302Z [00:02:10.267]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:49.2237060Z [00:02:10.267]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:49.2238290Z [00:02:10.267]➜  EOF
2025-08-20T21:26:49.2244440Z [00:02:10.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3=>gopkg.in/yaml.v3@v3.0.1;$WORK/b099=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack ./vendor/gopkg.in/yaml.v3/apic.go ./vendor/gopkg.in/yaml.v3/decode.go ./vendor/gopkg.in/yaml.v3/emitterc.go ./vendor/gopkg.in/yaml.v3/encode.go ./vendor/gopkg.in/yaml.v3/parserc.go ./vendor/gopkg.in/yaml.v3/readerc.go ./vendor/gopkg.in/yaml.v3/resolve.go ./vendor/gopkg.in/yaml.v3/scannerc.go ./vendor/gopkg.in/yaml.v3/sorter.go ./vendor/gopkg.in/yaml.v3/writerc.go ./vendor/gopkg.in/yaml.v3/yaml.go ./vendor/gopkg.in/yaml.v3/yamlh.go ./vendor/gopkg.in/yaml.v3/yamlprivateh.go
2025-08-20T21:26:49.2536494Z [00:02:10.301]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:26:49.2619390Z [00:02:10.310]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:26:49.2623099Z [00:02:10.310]➜  github.com/gdamore/tcell/v2/terminfo
2025-08-20T21:26:49.2623731Z [00:02:10.310]➜  mkdir -p $WORK/b109/
2025-08-20T21:26:49.2626873Z [00:02:10.311]➜  cat >/tmp/go-build1389117207/b109/importcfg << 'EOF' # internal
2025-08-20T21:26:49.2630421Z [00:02:10.311]➜  # import config
2025-08-20T21:26:49.2631300Z [00:02:10.311]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:49.2632144Z [00:02:10.311]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.2632946Z [00:02:10.311]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.2633721Z [00:02:10.311]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:49.2634494Z [00:02:10.311]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:49.2635323Z [00:02:10.311]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.2636157Z [00:02:10.311]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:49.2636968Z [00:02:10.311]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:49.2637757Z [00:02:10.311]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:49.2638356Z [00:02:10.311]➜  EOF
2025-08-20T21:26:49.2642023Z [00:02:10.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo=>github.com/gdamore/tcell/v2@v2.8.1/terminfo;$WORK/b109=>" -p github.com/gdamore/tcell/v2/terminfo -lang=go1.12 -complete -installsuffix shared -buildid -uTOGwe154QlQ6hFbD_E/-uTOGwe154QlQ6hFbD_E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go
2025-08-20T21:26:49.2708490Z [00:02:10.319]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:26:49.2725764Z [00:02:10.320]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/af/af13a275e84eafafb56e7a02f72bc9d98ee40fc11548076ff8d1506a6601fe48-d # internal
2025-08-20T21:26:49.2744405Z [00:02:10.322]➜  database/sql/driver
2025-08-20T21:26:49.2744971Z [00:02:10.322]➜  mkdir -p $WORK/b148/
2025-08-20T21:26:49.2745707Z [00:02:10.322]➜  cat >/tmp/go-build1389117207/b148/importcfg << 'EOF' # internal
2025-08-20T21:26:49.2746390Z [00:02:10.322]➜  # import config
2025-08-20T21:26:49.2747056Z [00:02:10.322]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:49.2747880Z [00:02:10.322]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.2748664Z [00:02:10.322]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.2749467Z [00:02:10.322]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:49.2750289Z [00:02:10.322]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.2751290Z [00:02:10.322]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:49.2751938Z [00:02:10.322]➜  EOF
2025-08-20T21:26:49.2755113Z [00:02:10.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b148=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:26:49.3105278Z [00:02:10.358]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b070=/tmp/go-build -gno-record-gcc-switches -o $WORK/b070/_cgo_.o $WORK/b070/_cgo_main.o $WORK/b070/preferlinkext $WORK/b070/_x001.o $WORK/b070/_x002.o $WORK/b070/_x003.o $WORK/b070/_x004.o $WORK/b070/_x005.o $WORK/b070/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:26:49.3110220Z [00:02:10.359]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b070/_cgo_.o -dynout $WORK/b070/_cgo_import.go
2025-08-20T21:26:49.3162257Z [00:02:10.364]➜  cat >/tmp/go-build1389117207/b070/importcfg << 'EOF' # internal
2025-08-20T21:26:49.3163016Z [00:02:10.364]➜  # import config
2025-08-20T21:26:49.3163874Z [00:02:10.364]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:26:49.3164834Z [00:02:10.364]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:49.3165703Z [00:02:10.364]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:49.3166532Z [00:02:10.364]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.3167594Z [00:02:10.364]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1389117207/b072/_pkg_.a
2025-08-20T21:26:49.3168730Z [00:02:10.364]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:26:49.3169701Z [00:02:10.364]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:49.3170691Z [00:02:10.364]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:26:49.3171963Z [00:02:10.364]➜  packagefile internal/nettrace=/tmp/go-build1389117207/b073/_pkg_.a
2025-08-20T21:26:49.3172943Z [00:02:10.364]➜  packagefile internal/poll=/tmp/go-build1389117207/b062/_pkg_.a
2025-08-20T21:26:49.3174005Z [00:02:10.364]➜  packagefile internal/singleflight=/tmp/go-build1389117207/b074/_pkg_.a
2025-08-20T21:26:49.3175144Z [00:02:10.364]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:26:49.3176209Z [00:02:10.364]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:26:49.3177152Z [00:02:10.364]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:49.3177952Z [00:02:10.364]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:49.3178817Z [00:02:10.364]➜  packagefile net/netip=/tmp/go-build1389117207/b075/_pkg_.a
2025-08-20T21:26:49.3180043Z [00:02:10.364]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:49.3180990Z [00:02:10.364]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:49.3181845Z [00:02:10.364]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:49.3182680Z [00:02:10.364]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:49.3183531Z [00:02:10.364]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:49.3184376Z [00:02:10.364]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:49.3185201Z [00:02:10.364]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:49.3186072Z [00:02:10.364]➜  packagefile runtime/cgo=/tmp/go-build1389117207/b078/_pkg_.a
2025-08-20T21:26:49.3186727Z [00:02:10.364]➜  EOF
2025-08-20T21:26:49.3223078Z [00:02:10.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b070=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/net/addrselect.go /root/.go/src/net/cgo_unix.go /root/.go/src/net/conf.go /root/.go/src/net/dial.go /root/.go/src/net/dnsclient.go /root/.go/src/net/dnsclient_unix.go /root/.go/src/net/dnsconfig.go /root/.go/src/net/dnsconfig_unix.go /root/.go/src/net/error_posix.go /root/.go/src/net/error_unix.go /root/.go/src/net/fd_posix.go /root/.go/src/net/fd_unix.go /root/.go/src/net/file.go /root/.go/src/net/file_posix.go /root/.go/src/net/file_unix.go /root/.go/src/net/hook.go /root/.go/src/net/hook_unix.go /root/.go/src/net/hosts.go /root/.go/src/net/interface.go /root/.go/src/net/interface_linux.go /root/.go/src/net/ip.go /root/.go/src/net/iprawsock.go /root/.go/src/net/iprawsock_posix.go /root/.go/src/net/ipsock.go /root/.go/src/net/ipsock_posix.go /root/.go/src/net/lookup.go /root/.go/src/net/lookup_unix.go /root/.go/src/net/mac.go /root/.go/src/net/mptcpsock_linux.go /root/.go/src/net/net.go /root/.go/src/net/netcgo_off.go /root/.go/src/net/netgo_off.go /root/.go/src/net/nss.go /root/.go/src/net/parse.go /root/.go/src/net/pipe.go /root/.go/src/net/port.go /root/.go/src/net/port_unix.go /root/.go/src/net/rawconn.go /root/.go/src/net/rlimit_unix.go /root/.go/src/net/sendfile.go /root/.go/src/net/sendfile_nonwindows.go /root/.go/src/net/sock_cloexec.go /root/.go/src/net/sock_linux.go /root/.go/src/net/sock_posix.go /root/.go/src/net/sockaddr_posix.go /root/.go/src/net/sockopt_linux.go /root/.go/src/net/sockopt_posix.go /root/.go/src/net/sockoptip4_linux.go /root/.go/src/net/sockoptip6_posix.go /root/.go/src/net/splice_linux.go /root/.go/src/net/tcpsock.go /root/.go/src/net/tcpsock_posix.go /root/.go/src/net/tcpsock_unix.go /root/.go/src/net/tcpsockopt_posix.go /root/.go/src/net/tcpsockopt_unix.go /root/.go/src/net/udpsock.go /root/.go/src/net/udpsock_posix.go /root/.go/src/net/unixsock.go /root/.go/src/net/unixsock_posix.go /root/.go/src/net/unixsock_readmsg_cmsg_cloexec.go /root/.go/src/net/writev_unix.go $WORK/b070/_cgo_gotypes.go $WORK/b070/cgo_linux.cgo1.go $WORK/b070/cgo_resnew.cgo1.go $WORK/b070/cgo_socknew.cgo1.go $WORK/b070/cgo_unix_cgo.cgo1.go $WORK/b070/cgo_unix_cgo_res.cgo1.go $WORK/b070/_cgo_import.go
2025-08-20T21:26:49.3753696Z [00:02:10.423]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:26:49.3776995Z [00:02:10.426]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:26:49.3778590Z [00:02:10.426]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:26:49.3779951Z [00:02:10.426]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:26:49.3782055Z [00:02:10.426]➜  mkdir -p $WORK/b147/
2025-08-20T21:26:49.3782835Z [00:02:10.426]➜  cat >/tmp/go-build1389117207/b147/importcfg << 'EOF' # internal
2025-08-20T21:26:49.3784885Z [00:02:10.426]➜  # import config
2025-08-20T21:26:49.3786576Z [00:02:10.426]➜  packagefile database/sql/driver=/tmp/go-build1389117207/b148/_pkg_.a
2025-08-20T21:26:49.3787590Z [00:02:10.426]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:49.3788495Z [00:02:10.426]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.3789383Z [00:02:10.426]➜  packagefile image/color=/tmp/go-build1389117207/b149/_pkg_.a
2025-08-20T21:26:49.3791976Z [00:02:10.426]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:49.3792838Z [00:02:10.426]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:49.3793703Z [00:02:10.426]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:49.3794311Z [00:02:10.426]➜  EOF
2025-08-20T21:26:49.3795374Z [00:02:10.426]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/11/11ecf8bfe04169784b5738e0450528204a9623e7c45f5b8dd4e5edd0b9036c18-d # internal
2025-08-20T21:26:49.3796358Z [00:02:10.427]➜  github.com/gdamore/tcell/v2/terminfo/a/ansi
2025-08-20T21:26:49.3796964Z [00:02:10.427]➜  mkdir -p $WORK/b111/
2025-08-20T21:26:49.3797684Z [00:02:10.427]➜  cat >/tmp/go-build1389117207/b111/importcfg << 'EOF' # internal
2025-08-20T21:26:49.3798352Z [00:02:10.427]➜  # import config
2025-08-20T21:26:49.3799199Z [00:02:10.427]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.3799997Z [00:02:10.427]➜  EOF
2025-08-20T21:26:49.3806340Z [00:02:10.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/ansi;$WORK/b111=>" -p github.com/gdamore/tcell/v2/terminfo/a/ansi -lang=go1.12 -complete -installsuffix shared -buildid Ut9sBvUsUSn895WZ6TUN/Ut9sBvUsUSn895WZ6TUN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go
2025-08-20T21:26:49.3819743Z [00:02:10.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b147=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid 5ZfmM3DAm6Kgvew992V-/5ZfmM3DAm6Kgvew992V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack ./vendor/github.com/lucasb-eyer/go-colorful/colorgens.go ./vendor/github.com/lucasb-eyer/go-colorful/colors.go ./vendor/github.com/lucasb-eyer/go-colorful/happy_palettegen.go ./vendor/github.com/lucasb-eyer/go-colorful/hexcolor.go ./vendor/github.com/lucasb-eyer/go-colorful/hsluv.go ./vendor/github.com/lucasb-eyer/go-colorful/soft_palettegen.go ./vendor/github.com/lucasb-eyer/go-colorful/warm_palettegen.go
2025-08-20T21:26:49.3897792Z [00:02:10.438]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:26:49.3903805Z [00:02:10.438]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/fe/fe91b6698cad5d56f0025a36be6765d75ceb854ed4cc78e16d2b3a01de7a51b9-d # internal
2025-08-20T21:26:49.3905776Z [00:02:10.438]➜  github.com/gdamore/tcell/v2/terminfo/v/vt100
2025-08-20T21:26:49.3907160Z [00:02:10.438]➜  mkdir -p $WORK/b112/
2025-08-20T21:26:49.3910772Z [00:02:10.439]➜  cat >/tmp/go-build1389117207/b112/importcfg << 'EOF' # internal
2025-08-20T21:26:49.3911648Z [00:02:10.439]➜  # import config
2025-08-20T21:26:49.3912541Z [00:02:10.439]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.3913365Z [00:02:10.439]➜  EOF
2025-08-20T21:26:49.3917592Z [00:02:10.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt100;$WORK/b112=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt100 -lang=go1.12 -complete -installsuffix shared -buildid 4LAjPijY1Vom39f6WhGI/4LAjPijY1Vom39f6WhGI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go
2025-08-20T21:26:49.4008777Z [00:02:10.449]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:26:49.4024208Z [00:02:10.449]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/da/da5571557ecd6a3b26d414751dca2aa572430ab3af21c0bbc2783e8d4954a82d-d # internal
2025-08-20T21:26:49.4025276Z [00:02:10.450]➜  github.com/gdamore/tcell/v2/terminfo/v/vt102
2025-08-20T21:26:49.4037780Z [00:02:10.450]➜  mkdir -p $WORK/b113/
2025-08-20T21:26:49.4038747Z [00:02:10.450]➜  cat >/tmp/go-build1389117207/b113/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4039472Z [00:02:10.450]➜  # import config
2025-08-20T21:26:49.4040374Z [00:02:10.450]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.4041380Z [00:02:10.450]➜  EOF
2025-08-20T21:26:49.4045201Z [00:02:10.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt102;$WORK/b113=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt102 -lang=go1.12 -complete -installsuffix shared -buildid D_pYQ4RDYUwO9W10GPTm/D_pYQ4RDYUwO9W10GPTm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go
2025-08-20T21:26:49.4127922Z [00:02:10.461]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:26:49.4134663Z [00:02:10.461]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/1a/1adfc235adf0d8655341eb4fafb63b67d9f14fad56c7f2b4f56ca308e4341907-d # internal
2025-08-20T21:26:49.4135918Z [00:02:10.461]➜  github.com/gdamore/tcell/v2/terminfo/v/vt220
2025-08-20T21:26:49.4136578Z [00:02:10.462]➜  mkdir -p $WORK/b114/
2025-08-20T21:26:49.4140550Z [00:02:10.462]➜  cat >/tmp/go-build1389117207/b114/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4141502Z [00:02:10.462]➜  # import config
2025-08-20T21:26:49.4143303Z [00:02:10.462]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.4144116Z [00:02:10.462]➜  EOF
2025-08-20T21:26:49.4148135Z [00:02:10.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt220;$WORK/b114=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt220 -lang=go1.12 -complete -installsuffix shared -buildid QSMTvEO_6pbvd9gXu_Kv/QSMTvEO_6pbvd9gXu_Kv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go
2025-08-20T21:26:49.4253635Z [00:02:10.473]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:26:49.4261922Z [00:02:10.474]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/64/64db6719524d7030e8f3982aca37f98f787f23f5c2cc162d663b682ca1bf4985-d # internal
2025-08-20T21:26:49.4264523Z [00:02:10.474]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm
2025-08-20T21:26:49.4265434Z [00:02:10.475]➜  mkdir -p $WORK/b115/
2025-08-20T21:26:49.4271087Z [00:02:10.475]➜  cat >/tmp/go-build1389117207/b115/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4271853Z [00:02:10.475]➜  # import config
2025-08-20T21:26:49.4272785Z [00:02:10.475]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.4273621Z [00:02:10.475]➜  EOF
2025-08-20T21:26:49.4277689Z [00:02:10.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm;$WORK/b115=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm -lang=go1.12 -complete -installsuffix shared -buildid eW5qm561yIwhKVu7yUV0/eW5qm561yIwhKVu7yUV0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/direct.go ./vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go
2025-08-20T21:26:49.4466745Z [00:02:10.494]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:26:49.4473554Z [00:02:10.495]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/eb/ebc9d3fbdf772f35b02a633a7a3b053b801f6b8907cc923e3731d494456fe079-d # internal
2025-08-20T21:26:49.4474877Z [00:02:10.495]➜  github.com/gdamore/tcell/v2/terminfo/base
2025-08-20T21:26:49.4475500Z [00:02:10.495]➜  mkdir -p $WORK/b110/
2025-08-20T21:26:49.4478450Z [00:02:10.496]➜  cat >/tmp/go-build1389117207/b110/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4479201Z [00:02:10.496]➜  # import config
2025-08-20T21:26:49.4480156Z [00:02:10.496]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1389117207/b111/_pkg_.a
2025-08-20T21:26:49.4481797Z [00:02:10.496]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1389117207/b112/_pkg_.a
2025-08-20T21:26:49.4483140Z [00:02:10.496]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1389117207/b113/_pkg_.a
2025-08-20T21:26:49.4484484Z [00:02:10.496]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1389117207/b114/_pkg_.a
2025-08-20T21:26:49.4485791Z [00:02:10.496]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1389117207/b115/_pkg_.a
2025-08-20T21:26:49.4486630Z [00:02:10.496]➜  EOF
2025-08-20T21:26:49.4490653Z [00:02:10.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/base=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/base;$WORK/b110=>" -p github.com/gdamore/tcell/v2/terminfo/base -lang=go1.12 -complete -installsuffix shared -buildid wY2ncmTeUVNvFnLqQv93/wY2ncmTeUVNvFnLqQv93 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go
2025-08-20T21:26:49.4550239Z [00:02:10.503]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:26:49.4557449Z [00:02:10.504]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/49/49dde555895f031db409823b1353058cc52faf11dff2f8e1d85c3e5cf4254017-d # internal
2025-08-20T21:26:49.4558732Z [00:02:10.504]➜  github.com/gdamore/tcell/v2/terminfo/dynamic
2025-08-20T21:26:49.4559415Z [00:02:10.504]➜  mkdir -p $WORK/b116/
2025-08-20T21:26:49.4565401Z [00:02:10.504]➜  cat >/tmp/go-build1389117207/b116/importcfg << 'EOF' # internal
2025-08-20T21:26:49.4566168Z [00:02:10.504]➜  # import config
2025-08-20T21:26:49.4566867Z [00:02:10.504]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:49.4567697Z [00:02:10.504]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:49.4568750Z [00:02:10.504]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.4569790Z [00:02:10.504]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:26:49.4570690Z [00:02:10.504]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:49.4571843Z [00:02:10.504]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.4572690Z [00:02:10.504]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:49.4573328Z [00:02:10.504]➜  EOF
2025-08-20T21:26:49.4584211Z [00:02:10.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/dynamic;$WORK/b116=>" -p github.com/gdamore/tcell/v2/terminfo/dynamic -lang=go1.12 -complete -installsuffix shared -buildid 5a1-3tjsaHqwbefWyfcG/5a1-3tjsaHqwbefWyfcG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go
2025-08-20T21:26:49.5346806Z [00:02:10.582]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:26:49.5373922Z [00:02:10.585]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/1c/1c9173e08641b9f3fc40a9e0a12bc59762aa01376e4c4f2f4411b037fcce813a-d # internal
2025-08-20T21:26:49.5391064Z [00:02:10.587]➜  github.com/gdamore/tcell/v2/terminfo/a/aixterm
2025-08-20T21:26:49.5393970Z [00:02:10.587]➜  mkdir -p $WORK/b119/
2025-08-20T21:26:49.5401166Z [00:02:10.588]➜  cat >/tmp/go-build1389117207/b119/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5403745Z [00:02:10.588]➜  # import config
2025-08-20T21:26:49.5404741Z [00:02:10.588]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.5405550Z [00:02:10.588]➜  EOF
2025-08-20T21:26:49.5413451Z [00:02:10.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/aixterm;$WORK/b119=>" -p github.com/gdamore/tcell/v2/terminfo/a/aixterm -lang=go1.12 -complete -installsuffix shared -buildid QvBcyWb0wflIDq_7qdNf/QvBcyWb0wflIDq_7qdNf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go
2025-08-20T21:26:49.5593770Z [00:02:10.607]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:26:49.5598874Z [00:02:10.608]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/a6/a61fe7e9fbe187407ac7896cbb09946fc8dc8c0f946467404779b07b4b3c6e51-d # internal
2025-08-20T21:26:49.5605359Z [00:02:10.608]➜  github.com/gdamore/tcell/v2/terminfo/a/alacritty
2025-08-20T21:26:49.5609459Z [00:02:10.609]➜  mkdir -p $WORK/b120/
2025-08-20T21:26:49.5616975Z [00:02:10.610]➜  cat >/tmp/go-build1389117207/b120/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5617876Z [00:02:10.610]➜  # import config
2025-08-20T21:26:49.5623559Z [00:02:10.610]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.5624419Z [00:02:10.610]➜  EOF
2025-08-20T21:26:49.5630567Z [00:02:10.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/a/alacritty;$WORK/b120=>" -p github.com/gdamore/tcell/v2/terminfo/a/alacritty -lang=go1.12 -complete -installsuffix shared -buildid J_M0IdYFugYxY_M0O0Sm/J_M0IdYFugYxY_M0O0Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/direct.go ./vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go
2025-08-20T21:26:49.5676198Z [00:02:10.615]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:26:49.5683914Z [00:02:10.616]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/05/05d57f6edf4aeb6da7013db67a5264d0229f78b95edd8959bd7aab7d99c33a68-d # internal
2025-08-20T21:26:49.5725589Z [00:02:10.620]➜  github.com/gdamore/tcell/v2/terminfo/b/beterm
2025-08-20T21:26:49.5726247Z [00:02:10.620]➜  mkdir -p $WORK/b121/
2025-08-20T21:26:49.5732314Z [00:02:10.621]➜  cat >/tmp/go-build1389117207/b121/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5732980Z [00:02:10.621]➜  # import config
2025-08-20T21:26:49.5733817Z [00:02:10.621]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.5734580Z [00:02:10.621]➜  EOF
2025-08-20T21:26:49.5738234Z [00:02:10.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/b/beterm;$WORK/b121=>" -p github.com/gdamore/tcell/v2/terminfo/b/beterm -lang=go1.12 -complete -installsuffix shared -buildid kl4LDfyc_7X8iDYxvCi4/kl4LDfyc_7X8iDYxvCi4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go
2025-08-20T21:26:49.5874936Z [00:02:10.635]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:26:49.5880785Z [00:02:10.636]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/73/732cee04ae44038fec639ab546e5f1fa9d324fd682be8a452c6e11c5ef875f32-d # internal
2025-08-20T21:26:49.5887490Z [00:02:10.637]➜  github.com/gdamore/tcell/v2/terminfo/c/cygwin
2025-08-20T21:26:49.5893924Z [00:02:10.637]➜  mkdir -p $WORK/b122/
2025-08-20T21:26:49.5894689Z [00:02:10.637]➜  cat >/tmp/go-build1389117207/b122/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5895393Z [00:02:10.637]➜  # import config
2025-08-20T21:26:49.5899653Z [00:02:10.637]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.5900465Z [00:02:10.637]➜  EOF
2025-08-20T21:26:49.5904476Z [00:02:10.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/c/cygwin;$WORK/b122=>" -p github.com/gdamore/tcell/v2/terminfo/c/cygwin -lang=go1.12 -complete -installsuffix shared -buildid IryNhMnPANZeqvPYu-9h/IryNhMnPANZeqvPYu-9h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
2025-08-20T21:26:49.5924387Z [00:02:10.640]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:26:49.5925897Z [00:02:10.640]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/54/540c564bbfa14aa8d353db228e6d408f507c52652db72debe27bd22f7831ae21-d # internal
2025-08-20T21:26:49.5928145Z [00:02:10.640]➜  github.com/gdamore/tcell/v2/terminfo/d/dtterm
2025-08-20T21:26:49.5929719Z [00:02:10.640]➜  mkdir -p $WORK/b123/
2025-08-20T21:26:49.5930456Z [00:02:10.640]➜  cat >/tmp/go-build1389117207/b123/importcfg << 'EOF' # internal
2025-08-20T21:26:49.5931280Z [00:02:10.640]➜  # import config
2025-08-20T21:26:49.5932122Z [00:02:10.640]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.5933170Z [00:02:10.640]➜  EOF
2025-08-20T21:26:49.5936989Z [00:02:10.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/d/dtterm;$WORK/b123=>" -p github.com/gdamore/tcell/v2/terminfo/d/dtterm -lang=go1.12 -complete -installsuffix shared -buildid TPQpIUJLnpA_VsVtUzOj/TPQpIUJLnpA_VsVtUzOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go
2025-08-20T21:26:49.6004626Z [00:02:10.648]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:26:49.6008362Z [00:02:10.649]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/3e/3e140bfa6d935f7d9c52005138160781bc7ecc2455a4d59a8fe0175fc8612bec-d # internal
2025-08-20T21:26:49.6021594Z [00:02:10.650]➜  github.com/gdamore/tcell/v2/terminfo/e/emacs
2025-08-20T21:26:49.6028032Z [00:02:10.651]➜  mkdir -p $WORK/b124/
2025-08-20T21:26:49.6028948Z [00:02:10.651]➜  cat >/tmp/go-build1389117207/b124/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6029621Z [00:02:10.651]➜  # import config
2025-08-20T21:26:49.6030501Z [00:02:10.651]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6031554Z [00:02:10.651]➜  EOF
2025-08-20T21:26:49.6035407Z [00:02:10.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/e/emacs;$WORK/b124=>" -p github.com/gdamore/tcell/v2/terminfo/e/emacs -lang=go1.12 -complete -installsuffix shared -buildid lmeMtpo1XsoM6Owb-n-r/lmeMtpo1XsoM6Owb-n-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go
2025-08-20T21:26:49.6213356Z [00:02:10.669]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:26:49.6221844Z [00:02:10.670]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/cc/cc8961d1479537f13dd48041fa360c03c9afd1dfe67fda6d8490906d674440aa-d # internal
2025-08-20T21:26:49.6224499Z [00:02:10.670]➜  github.com/gdamore/tcell/v2/terminfo/f/foot
2025-08-20T21:26:49.6225141Z [00:02:10.670]➜  mkdir -p $WORK/b125/
2025-08-20T21:26:49.6231793Z [00:02:10.671]➜  cat >/tmp/go-build1389117207/b125/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6232474Z [00:02:10.671]➜  # import config
2025-08-20T21:26:49.6233334Z [00:02:10.671]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6234111Z [00:02:10.671]➜  EOF
2025-08-20T21:26:49.6241547Z [00:02:10.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/f/foot=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/f/foot;$WORK/b125=>" -p github.com/gdamore/tcell/v2/terminfo/f/foot -lang=go1.12 -complete -installsuffix shared -buildid T7o2ErSNlE2fV2ec-6gE/T7o2ErSNlE2fV2ec-6gE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/f/foot/foot.go
2025-08-20T21:26:49.6261248Z [00:02:10.674]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:26:49.6268693Z [00:02:10.675]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/8c/8c55ad818079feb5abbcf80198b9576e16cb0c46b6109426aaf51738353871f1-d # internal
2025-08-20T21:26:49.6275327Z [00:02:10.675]➜  github.com/gdamore/tcell/v2/terminfo/g/gnome
2025-08-20T21:26:49.6275992Z [00:02:10.675]➜  mkdir -p $WORK/b126/
2025-08-20T21:26:49.6312370Z [00:02:10.679]➜  cat >/tmp/go-build1389117207/b126/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6315389Z [00:02:10.679]➜  # import config
2025-08-20T21:26:49.6316253Z [00:02:10.679]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6317044Z [00:02:10.679]➜  EOF
2025-08-20T21:26:49.6321030Z [00:02:10.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/g/gnome;$WORK/b126=>" -p github.com/gdamore/tcell/v2/terminfo/g/gnome -lang=go1.12 -complete -installsuffix shared -buildid EgO5Zf4Lw_W0WRWGjJeO/EgO5Zf4Lw_W0WRWGjJeO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go
2025-08-20T21:26:49.6485360Z [00:02:10.696]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:26:49.6489219Z [00:02:10.696]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/f2/f2902cb87b622cc8cb5892234fad00f351d04f3fc39905a7bac38c79efc32b5c-d # internal
2025-08-20T21:26:49.6490512Z [00:02:10.696]➜  github.com/gdamore/tcell/v2/terminfo/h/hpterm
2025-08-20T21:26:49.6491800Z [00:02:10.696]➜  mkdir -p $WORK/b127/
2025-08-20T21:26:49.6492847Z [00:02:10.696]➜  cat >/tmp/go-build1389117207/b127/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6493790Z [00:02:10.696]➜  # import config
2025-08-20T21:26:49.6494854Z [00:02:10.696]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6495826Z [00:02:10.696]➜  EOF
2025-08-20T21:26:49.6499826Z [00:02:10.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/h/hpterm;$WORK/b127=>" -p github.com/gdamore/tcell/v2/terminfo/h/hpterm -lang=go1.12 -complete -installsuffix shared -buildid eXL3BkrnY1SKzOd59H7L/eXL3BkrnY1SKzOd59H7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go
2025-08-20T21:26:49.6609557Z [00:02:10.709]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:26:49.6617342Z [00:02:10.709]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/61/61b157f7296b4340d37b65ada2ef93443e8efcdea01cef217f5372bf5dab258e-d # internal
2025-08-20T21:26:49.6622448Z [00:02:10.710]➜  github.com/gdamore/tcell/v2/terminfo/k/konsole
2025-08-20T21:26:49.6626883Z [00:02:10.710]➜  mkdir -p $WORK/b128/
2025-08-20T21:26:49.6627605Z [00:02:10.710]➜  cat >/tmp/go-build1389117207/b128/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6628248Z [00:02:10.710]➜  # import config
2025-08-20T21:26:49.6629065Z [00:02:10.710]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6629789Z [00:02:10.710]➜  EOF
2025-08-20T21:26:49.6633546Z [00:02:10.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/konsole;$WORK/b128=>" -p github.com/gdamore/tcell/v2/terminfo/k/konsole -lang=go1.12 -complete -installsuffix shared -buildid EzbbFx_ai3thqV-pVSzI/EzbbFx_ai3thqV-pVSzI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go
2025-08-20T21:26:49.6714120Z [00:02:10.719]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:26:49.6721216Z [00:02:10.720]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/09/0948c0aa7bc57c5450de7252ab644ce6547469bdbef69692d0f3d837ea8fca0e-d # internal
2025-08-20T21:26:49.6723330Z [00:02:10.720]➜  github.com/gdamore/tcell/v2/terminfo/k/kterm
2025-08-20T21:26:49.6724951Z [00:02:10.720]➜  mkdir -p $WORK/b129/
2025-08-20T21:26:49.6725715Z [00:02:10.720]➜  cat >/tmp/go-build1389117207/b129/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6726389Z [00:02:10.720]➜  # import config
2025-08-20T21:26:49.6727252Z [00:02:10.720]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6728023Z [00:02:10.720]➜  EOF
2025-08-20T21:26:49.6732172Z [00:02:10.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/k/kterm;$WORK/b129=>" -p github.com/gdamore/tcell/v2/terminfo/k/kterm -lang=go1.12 -complete -installsuffix shared -buildid vJgVBR_Rh6kVdr9yUY7u/vJgVBR_Rh6kVdr9yUY7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go
2025-08-20T21:26:49.6829891Z [00:02:10.731]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:26:49.6835342Z [00:02:10.731]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/c7/c713b6a30645443cff451aa408cfa02aa882f5971e9a323b7e430e556ab3f7c1-d # internal
2025-08-20T21:26:49.6839347Z [00:02:10.732]➜  github.com/gdamore/tcell/v2/terminfo/l/linux
2025-08-20T21:26:49.6839933Z [00:02:10.732]➜  mkdir -p $WORK/b130/
2025-08-20T21:26:49.6844161Z [00:02:10.732]➜  cat >/tmp/go-build1389117207/b130/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6847330Z [00:02:10.733]➜  # import config
2025-08-20T21:26:49.6850629Z [00:02:10.733]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6854566Z [00:02:10.733]➜  EOF
2025-08-20T21:26:49.6858252Z [00:02:10.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/l/linux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/l/linux;$WORK/b130=>" -p github.com/gdamore/tcell/v2/terminfo/l/linux -lang=go1.12 -complete -installsuffix shared -buildid W-OF1-Tb6zrgFwZKipgp/W-OF1-Tb6zrgFwZKipgp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go
2025-08-20T21:26:49.6921614Z [00:02:10.740]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:26:49.6927832Z [00:02:10.741]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/e7/e7ae21e2c98ef2d68e08cb92ed42c5d443b9cfbfac2cfcfcdf1f51f3c1932d3f-d # internal
2025-08-20T21:26:49.6939631Z [00:02:10.742]➜  github.com/gdamore/tcell/v2/terminfo/p/pcansi
2025-08-20T21:26:49.6946056Z [00:02:10.742]➜  mkdir -p $WORK/b131/
2025-08-20T21:26:49.6946805Z [00:02:10.742]➜  cat >/tmp/go-build1389117207/b131/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6947471Z [00:02:10.742]➜  # import config
2025-08-20T21:26:49.6948338Z [00:02:10.742]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6949129Z [00:02:10.742]➜  EOF
2025-08-20T21:26:49.6953273Z [00:02:10.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/p/pcansi;$WORK/b131=>" -p github.com/gdamore/tcell/v2/terminfo/p/pcansi -lang=go1.12 -complete -installsuffix shared -buildid h4w14GoC832H1O_W6z77/h4w14GoC832H1O_W6z77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go
2025-08-20T21:26:49.6962018Z [00:02:10.744]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:26:49.6976025Z [00:02:10.744]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/23/236c0bc71c5f94251f160ed8cd4d542b766cc905c1fcfdf833278d0ac1994ada-d # internal
2025-08-20T21:26:49.6977220Z [00:02:10.744]➜  github.com/gdamore/tcell/v2/terminfo/r/rxvt
2025-08-20T21:26:49.6977830Z [00:02:10.744]➜  mkdir -p $WORK/b132/
2025-08-20T21:26:49.6978610Z [00:02:10.744]➜  cat >/tmp/go-build1389117207/b132/importcfg << 'EOF' # internal
2025-08-20T21:26:49.6979276Z [00:02:10.744]➜  # import config
2025-08-20T21:26:49.6980129Z [00:02:10.744]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.6981063Z [00:02:10.744]➜  EOF
2025-08-20T21:26:49.6984788Z [00:02:10.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/r/rxvt;$WORK/b132=>" -p github.com/gdamore/tcell/v2/terminfo/r/rxvt -lang=go1.12 -complete -installsuffix shared -buildid yOmlWTNTGXSAgSmSG-Ni/yOmlWTNTGXSAgSmSG-Ni -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go
2025-08-20T21:26:49.7137364Z [00:02:10.761]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:26:49.7147960Z [00:02:10.762]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/3c/3ca14b33fdf16d7797ab2494b3e13ea69db96606bcee3ce7ce4dc42f11a4f2c4-d # internal
2025-08-20T21:26:49.7149173Z [00:02:10.762]➜  github.com/gdamore/tcell/v2/terminfo/s/screen
2025-08-20T21:26:49.7153741Z [00:02:10.763]➜  mkdir -p $WORK/b133/
2025-08-20T21:26:49.7154593Z [00:02:10.763]➜  cat >/tmp/go-build1389117207/b133/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7155282Z [00:02:10.763]➜  # import config
2025-08-20T21:26:49.7156190Z [00:02:10.763]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7157276Z [00:02:10.763]➜  EOF
2025-08-20T21:26:49.7166574Z [00:02:10.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/screen=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/screen;$WORK/b133=>" -p github.com/gdamore/tcell/v2/terminfo/s/screen -lang=go1.12 -complete -installsuffix shared -buildid TGxOa4ZDiA8uzN_noxWZ/TGxOa4ZDiA8uzN_noxWZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go
2025-08-20T21:26:49.7314661Z [00:02:10.779]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:26:49.7323356Z [00:02:10.780]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/1e/1e5420cf6abc5224a8431f12bf17c921c0c1be72c05ff5061fd9370532b697d8-d # internal
2025-08-20T21:26:49.7328490Z [00:02:10.780]➜  github.com/gdamore/tcell/v2/terminfo/s/simpleterm
2025-08-20T21:26:49.7331966Z [00:02:10.780]➜  mkdir -p $WORK/b134/
2025-08-20T21:26:49.7332745Z [00:02:10.781]➜  cat >/tmp/go-build1389117207/b134/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7333436Z [00:02:10.781]➜  # import config
2025-08-20T21:26:49.7334337Z [00:02:10.781]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7335154Z [00:02:10.781]➜  EOF
2025-08-20T21:26:49.7339184Z [00:02:10.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/simpleterm;$WORK/b134=>" -p github.com/gdamore/tcell/v2/terminfo/s/simpleterm -lang=go1.12 -complete -installsuffix shared -buildid aVhkDWBCLz1HHzjklB9H/aVhkDWBCLz1HHzjklB9H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go
2025-08-20T21:26:49.7374983Z [00:02:10.785]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:26:49.7388920Z [00:02:10.786]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/63/63e9cbb7808050ae42f4be4dfa27434f425dd849b798c15b0d0b60ab2cf48d18-d # internal
2025-08-20T21:26:49.7390152Z [00:02:10.786]➜  github.com/gdamore/tcell/v2/terminfo/s/sun
2025-08-20T21:26:49.7390766Z [00:02:10.786]➜  mkdir -p $WORK/b135/
2025-08-20T21:26:49.7391672Z [00:02:10.786]➜  cat >/tmp/go-build1389117207/b135/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7392316Z [00:02:10.786]➜  # import config
2025-08-20T21:26:49.7393154Z [00:02:10.786]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7393920Z [00:02:10.786]➜  EOF
2025-08-20T21:26:49.7417717Z [00:02:10.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/sun=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/s/sun;$WORK/b135=>" -p github.com/gdamore/tcell/v2/terminfo/s/sun -lang=go1.12 -complete -installsuffix shared -buildid PZnLkE_YnGjVnMmjSRYK/PZnLkE_YnGjVnMmjSRYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go
2025-08-20T21:26:49.7486665Z [00:02:10.796]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:26:49.7487940Z [00:02:10.796]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/b0/b03d372bc5a09109f637a8b7418c9026c5482589062979dec8641422507e5d0d-d # internal
2025-08-20T21:26:49.7489041Z [00:02:10.796]➜  github.com/gdamore/tcell/v2/terminfo/t/tmux
2025-08-20T21:26:49.7489651Z [00:02:10.796]➜  mkdir -p $WORK/b136/
2025-08-20T21:26:49.7490365Z [00:02:10.796]➜  cat >/tmp/go-build1389117207/b136/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7491251Z [00:02:10.796]➜  # import config
2025-08-20T21:26:49.7492099Z [00:02:10.796]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7492912Z [00:02:10.796]➜  EOF
2025-08-20T21:26:49.7498203Z [00:02:10.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/t/tmux;$WORK/b136=>" -p github.com/gdamore/tcell/v2/terminfo/t/tmux -lang=go1.12 -complete -installsuffix shared -buildid 2H57GIC-BM5Se4RDH7jw/2H57GIC-BM5Se4RDH7jw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go
2025-08-20T21:26:49.7624763Z [00:02:10.810]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:26:49.7638770Z [00:02:10.811]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/f1/f1b21570ae38e10aabbf7d4d5ce8f3247f7007cd7fa0cab50eb59bb30121577a-d # internal
2025-08-20T21:26:49.7641619Z [00:02:10.811]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:26:49.7642858Z [00:02:10.812]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/37/373f119000ea16fee47cdadb79b50cfb393a51e73838927d4d97b1410e49a58e-d # internal
2025-08-20T21:26:49.7645704Z [00:02:10.812]➜  github.com/gdamore/tcell/v2/terminfo/v/vt400
2025-08-20T21:26:49.7649963Z [00:02:10.812]➜  mkdir -p $WORK/b138/
2025-08-20T21:26:49.7650732Z [00:02:10.812]➜  cat >/tmp/go-build1389117207/b138/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7651500Z [00:02:10.813]➜  # import config
2025-08-20T21:26:49.7652338Z [00:02:10.813]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7653126Z [00:02:10.813]➜  EOF
2025-08-20T21:26:49.7657100Z [00:02:10.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt400;$WORK/b138=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt400 -lang=go1.12 -complete -installsuffix shared -buildid yG56j9tU9y5iYp0sBmaa/yG56j9tU9y5iYp0sBmaa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go
2025-08-20T21:26:49.7660514Z [00:02:10.813]➜  github.com/gdamore/tcell/v2/terminfo/v/vt320
2025-08-20T21:26:49.7668118Z [00:02:10.813]➜  mkdir -p $WORK/b137/
2025-08-20T21:26:49.7668951Z [00:02:10.814]➜  cat >/tmp/go-build1389117207/b137/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7669647Z [00:02:10.814]➜  # import config
2025-08-20T21:26:49.7692965Z [00:02:10.814]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7697158Z [00:02:10.814]➜  EOF
2025-08-20T21:26:49.7701153Z [00:02:10.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt320;$WORK/b137=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt320 -lang=go1.12 -complete -installsuffix shared -buildid tucIJxW1Dq3tQSzgYJ-O/tucIJxW1Dq3tQSzgYJ-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go
2025-08-20T21:26:49.7777752Z [00:02:10.826]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:26:49.7783682Z [00:02:10.826]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/18/1875a00c623afe8e2c5bbd7e7fb42b43b6a4f24938c99e76b216070718c038db-d # internal
2025-08-20T21:26:49.7804373Z [00:02:10.828]➜  github.com/gdamore/tcell/v2/terminfo/v/vt420
2025-08-20T21:26:49.7807248Z [00:02:10.828]➜  mkdir -p $WORK/b139/
2025-08-20T21:26:49.7807954Z [00:02:10.828]➜  cat >/tmp/go-build1389117207/b139/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7808567Z [00:02:10.828]➜  # import config
2025-08-20T21:26:49.7809400Z [00:02:10.828]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7810143Z [00:02:10.828]➜  EOF
2025-08-20T21:26:49.7813930Z [00:02:10.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt420;$WORK/b139=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt420 -lang=go1.12 -complete -installsuffix shared -buildid 7nhYe1t-ENgXvpAz6gzh/7nhYe1t-ENgXvpAz6gzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go
2025-08-20T21:26:49.7821287Z [00:02:10.830]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:26:49.7827344Z [00:02:10.831]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/e3/e355d6447703b980f8c9c348873657eba2aad1357f33ca6df99e26863aabd019-d # internal
2025-08-20T21:26:49.7835731Z [00:02:10.831]➜  github.com/gdamore/tcell/v2/terminfo/v/vt52
2025-08-20T21:26:49.7839273Z [00:02:10.832]➜  mkdir -p $WORK/b140/
2025-08-20T21:26:49.7842106Z [00:02:10.832]➜  cat >/tmp/go-build1389117207/b140/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7844331Z [00:02:10.832]➜  # import config
2025-08-20T21:26:49.7847066Z [00:02:10.832]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7850310Z [00:02:10.832]➜  EOF
2025-08-20T21:26:49.7854024Z [00:02:10.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/v/vt52;$WORK/b140=>" -p github.com/gdamore/tcell/v2/terminfo/v/vt52 -lang=go1.12 -complete -installsuffix shared -buildid 0wLKrZByI6CCEqW95EdD/0wLKrZByI6CCEqW95EdD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go
2025-08-20T21:26:49.7922125Z [00:02:10.840]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:26:49.7928260Z [00:02:10.841]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/2e/2e1aa0321764a1800f4059d7883688d8565a69777a5a6a4e08a5dbc4e327db97-d # internal
2025-08-20T21:26:49.7935060Z [00:02:10.841]➜  github.com/gdamore/tcell/v2/terminfo/w/wy50
2025-08-20T21:26:49.7935713Z [00:02:10.841]➜  mkdir -p $WORK/b141/
2025-08-20T21:26:49.7936446Z [00:02:10.841]➜  cat >/tmp/go-build1389117207/b141/importcfg << 'EOF' # internal
2025-08-20T21:26:49.7937105Z [00:02:10.841]➜  # import config
2025-08-20T21:26:49.7937980Z [00:02:10.841]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.7938799Z [00:02:10.841]➜  EOF
2025-08-20T21:26:49.7942612Z [00:02:10.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy50;$WORK/b141=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy50 -lang=go1.12 -complete -installsuffix shared -buildid 5EBMjj8GxoA-epIfbKxO/5EBMjj8GxoA-epIfbKxO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go
2025-08-20T21:26:49.8104231Z [00:02:10.858]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:26:49.8112943Z [00:02:10.859]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/31/317b7a149c4ade87083d0b9dea3d069ed93a11e6aca73c35146572e511f78eb5-d # internal
2025-08-20T21:26:49.8114163Z [00:02:10.859]➜  github.com/gdamore/tcell/v2/terminfo/w/wy60
2025-08-20T21:26:49.8115752Z [00:02:10.859]➜  mkdir -p $WORK/b142/
2025-08-20T21:26:49.8119167Z [00:02:10.860]➜  cat >/tmp/go-build1389117207/b142/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8119908Z [00:02:10.860]➜  # import config
2025-08-20T21:26:49.8120769Z [00:02:10.860]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.8121656Z [00:02:10.860]➜  EOF
2025-08-20T21:26:49.8125374Z [00:02:10.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy60;$WORK/b142=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy60 -lang=go1.12 -complete -installsuffix shared -buildid iduiHQj365tMxa1QoZ-A/iduiHQj365tMxa1QoZ-A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go
2025-08-20T21:26:49.8148498Z [00:02:10.863]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:26:49.8158727Z [00:02:10.864]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/f5/f58c722a25fc3b98725208852ec9f314e09ff293e63fc774ed47eb4fd49724dd-d # internal
2025-08-20T21:26:49.8178078Z [00:02:10.865]➜  github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T21:26:49.8182080Z [00:02:10.866]➜  mkdir -p $WORK/b143/
2025-08-20T21:26:49.8189460Z [00:02:10.866]➜  cat >/tmp/go-build1389117207/b143/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8190129Z [00:02:10.866]➜  # import config
2025-08-20T21:26:49.8191185Z [00:02:10.866]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.8191983Z [00:02:10.866]➜  EOF
2025-08-20T21:26:49.8195606Z [00:02:10.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/w/wy99_ansi;$WORK/b143=>" -p github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi -lang=go1.12 -complete -installsuffix shared -buildid tBV_jN_HbRc9fUp7j_3O/tBV_jN_HbRc9fUp7j_3O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go
2025-08-20T21:26:49.8261622Z [00:02:10.874]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:26:49.8268838Z [00:02:10.875]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/86/860e948e18b83f67129061281dec9acf06beb4b975a29368cefe0b49e28e972a-d # internal
2025-08-20T21:26:49.8273525Z [00:02:10.875]➜  github.com/gdamore/tcell/v2/terminfo/x/xfce
2025-08-20T21:26:49.8274146Z [00:02:10.875]➜  mkdir -p $WORK/b144/
2025-08-20T21:26:49.8342621Z [00:02:10.882]➜  cat >/tmp/go-build1389117207/b144/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8347228Z [00:02:10.882]➜  # import config
2025-08-20T21:26:49.8348138Z [00:02:10.882]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.8350226Z [00:02:10.882]➜  EOF
2025-08-20T21:26:49.8358586Z [00:02:10.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xfce;$WORK/b144=>" -p github.com/gdamore/tcell/v2/terminfo/x/xfce -lang=go1.12 -complete -installsuffix shared -buildid 7Dkdsbv6tVRiplPbSgRU/7Dkdsbv6tVRiplPbSgRU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go
2025-08-20T21:26:49.8480297Z [00:02:10.896]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:26:49.8488769Z [00:02:10.896]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/a0/a05298feec7749afb2c1de49b7ef615a745376e3053f5f6f9dff65ce0a0bed7d-d # internal
2025-08-20T21:26:49.8494937Z [00:02:10.897]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty
2025-08-20T21:26:49.8497404Z [00:02:10.897]➜  mkdir -p $WORK/b145/
2025-08-20T21:26:49.8498146Z [00:02:10.897]➜  cat >/tmp/go-build1389117207/b145/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8498795Z [00:02:10.898]➜  # import config
2025-08-20T21:26:49.8499595Z [00:02:10.898]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.8500328Z [00:02:10.898]➜  EOF
2025-08-20T21:26:49.8504078Z [00:02:10.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_ghostty;$WORK/b145=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty -lang=go1.12 -complete -installsuffix shared -buildid jO-c26rmvlZEoas9yi7B/jO-c26rmvlZEoas9yi7B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty/term.go
2025-08-20T21:26:49.8519317Z [00:02:10.900]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:26:49.8555548Z [00:02:10.900]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/98/983248e5a82e7c10d2c228c669c2558df2d41bf5c223c83168ea95cb3ea1c7f0-d # internal
2025-08-20T21:26:49.8556813Z [00:02:10.900]➜  github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T21:26:49.8557458Z [00:02:10.900]➜  mkdir -p $WORK/b146/
2025-08-20T21:26:49.8558178Z [00:02:10.903]➜  cat >/tmp/go-build1389117207/b146/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8558835Z [00:02:10.903]➜  # import config
2025-08-20T21:26:49.8559684Z [00:02:10.903]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:49.8560457Z [00:02:10.903]➜  EOF
2025-08-20T21:26:49.8564615Z [00:02:10.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/x/xterm_kitty;$WORK/b146=>" -p github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty -lang=go1.12 -complete -installsuffix shared -buildid wMQtfEgVYufnMZmz7GtN/wMQtfEgVYufnMZmz7GtN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go
2025-08-20T21:26:49.8630567Z [00:02:10.911]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:26:49.8645320Z [00:02:10.911]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/33/3372a0c6108a13eefcff3f67bd196ffa5b1390a91adac243be09326d2fd64696-d # internal
2025-08-20T21:26:49.8646883Z [00:02:10.911]➜  github.com/mattn/go-runewidth
2025-08-20T21:26:49.8647492Z [00:02:10.911]➜  mkdir -p $WORK/b151/
2025-08-20T21:26:49.8648242Z [00:02:10.912]➜  cat >/tmp/go-build1389117207/b151/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8648933Z [00:02:10.912]➜  # import config
2025-08-20T21:26:49.8649706Z [00:02:10.912]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1389117207/b152/_pkg_.a
2025-08-20T21:26:49.8650624Z [00:02:10.912]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:49.8651629Z [00:02:10.912]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:49.8652485Z [00:02:10.912]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:49.8653098Z [00:02:10.912]➜  EOF
2025-08-20T21:26:49.8657225Z [00:02:10.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b151=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid 3jRGoxD3BDFGd0rRY7mt/3jRGoxD3BDFGd0rRY7mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack ./vendor/github.com/mattn/go-runewidth/runewidth.go ./vendor/github.com/mattn/go-runewidth/runewidth_posix.go ./vendor/github.com/mattn/go-runewidth/runewidth_table.go
2025-08-20T21:26:49.8712028Z [00:02:10.919]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:26:49.8722570Z [00:02:10.920]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/ed/ed39b0ad3a27b14ccd4b2e6a0a0dbcc2e3b69f4fe20956c040ebe5227ea451aa-d # internal
2025-08-20T21:26:49.8723833Z [00:02:10.920]➜  github.com/gdamore/tcell/v2/terminfo/extended
2025-08-20T21:26:49.8728805Z [00:02:10.920]➜  mkdir -p $WORK/b118/
2025-08-20T21:26:49.8729549Z [00:02:10.921]➜  cat >/tmp/go-build1389117207/b118/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8751585Z [00:02:10.921]➜  # import config
2025-08-20T21:26:49.8752606Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build1389117207/b119/_pkg_.a
2025-08-20T21:26:49.8754310Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build1389117207/b120/_pkg_.a
2025-08-20T21:26:49.8755657Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1389117207/b111/_pkg_.a
2025-08-20T21:26:49.8756993Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build1389117207/b121/_pkg_.a
2025-08-20T21:26:49.8758352Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build1389117207/b122/_pkg_.a
2025-08-20T21:26:49.8759574Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build1389117207/b123/_pkg_.a
2025-08-20T21:26:49.8760823Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build1389117207/b124/_pkg_.a
2025-08-20T21:26:49.8763180Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build1389117207/b125/_pkg_.a
2025-08-20T21:26:49.8764440Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build1389117207/b126/_pkg_.a
2025-08-20T21:26:49.8765787Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build1389117207/b127/_pkg_.a
2025-08-20T21:26:49.8767116Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build1389117207/b128/_pkg_.a
2025-08-20T21:26:49.8768474Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build1389117207/b129/_pkg_.a
2025-08-20T21:26:49.8769771Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build1389117207/b130/_pkg_.a
2025-08-20T21:26:49.8771402Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build1389117207/b131/_pkg_.a
2025-08-20T21:26:49.8772740Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build1389117207/b132/_pkg_.a
2025-08-20T21:26:49.8774262Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build1389117207/b133/_pkg_.a
2025-08-20T21:26:49.8775630Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build1389117207/b134/_pkg_.a
2025-08-20T21:26:49.8776925Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build1389117207/b135/_pkg_.a
2025-08-20T21:26:49.8778207Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build1389117207/b136/_pkg_.a
2025-08-20T21:26:49.8779605Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1389117207/b112/_pkg_.a
2025-08-20T21:26:49.8781103Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1389117207/b113/_pkg_.a
2025-08-20T21:26:49.8782342Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1389117207/b114/_pkg_.a
2025-08-20T21:26:49.8783649Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build1389117207/b137/_pkg_.a
2025-08-20T21:26:49.8784898Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build1389117207/b138/_pkg_.a
2025-08-20T21:26:49.8786198Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build1389117207/b139/_pkg_.a
2025-08-20T21:26:49.8787473Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build1389117207/b140/_pkg_.a
2025-08-20T21:26:49.8788716Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build1389117207/b141/_pkg_.a
2025-08-20T21:26:49.8789972Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build1389117207/b142/_pkg_.a
2025-08-20T21:26:49.8801552Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build1389117207/b143/_pkg_.a
2025-08-20T21:26:49.8803017Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build1389117207/b144/_pkg_.a
2025-08-20T21:26:49.8804408Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1389117207/b115/_pkg_.a
2025-08-20T21:26:49.8806187Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build1389117207/b145/_pkg_.a
2025-08-20T21:26:49.8807646Z [00:02:10.921]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build1389117207/b146/_pkg_.a
2025-08-20T21:26:49.8808533Z [00:02:10.921]➜  EOF
2025-08-20T21:26:49.8812538Z [00:02:10.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/extended=>github.com/gdamore/tcell/v2@v2.8.1/terminfo/extended;$WORK/b118=>" -p github.com/gdamore/tcell/v2/terminfo/extended -lang=go1.12 -complete -installsuffix shared -buildid 063avBUzDl8P0rtgTjPw/063avBUzDl8P0rtgTjPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go
2025-08-20T21:26:49.8923966Z [00:02:10.940]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:26:49.8930445Z [00:02:10.941]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/f1/f1cd3a329568006f9f345008fe68897c0264fcb4946b8f712f42f8335cd196c2-d # internal
2025-08-20T21:26:49.8938971Z [00:02:10.942]➜  golang.org/x/term
2025-08-20T21:26:49.8946703Z [00:02:10.942]➜  mkdir -p $WORK/b155/
2025-08-20T21:26:49.8947525Z [00:02:10.942]➜  cat >/tmp/go-build1389117207/b155/importcfg << 'EOF' # internal
2025-08-20T21:26:49.8948195Z [00:02:10.943]➜  # import config
2025-08-20T21:26:49.8950356Z [00:02:10.943]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:49.8951964Z [00:02:10.943]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:49.8971952Z [00:02:10.943]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:26:49.8973135Z [00:02:10.943]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:49.8974219Z [00:02:10.943]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:49.8975092Z [00:02:10.943]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:49.8975908Z [00:02:10.943]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:49.8976844Z [00:02:10.943]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:49.8977517Z [00:02:10.943]➜  EOF
2025-08-20T21:26:49.8981399Z [00:02:10.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term=>golang.org/x/term@v0.33.0;$WORK/b155=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid izlTkvMfU3WhO81Bxzce/izlTkvMfU3WhO81Bxzce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack ./vendor/golang.org/x/term/term.go ./vendor/golang.org/x/term/term_unix.go ./vendor/golang.org/x/term/term_unix_other.go ./vendor/golang.org/x/term/terminal.go
2025-08-20T21:26:49.9316582Z [00:02:10.979]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:26:49.9328417Z [00:02:10.981]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T21:26:49.9333610Z [00:02:10.981]➜  os/signal
2025-08-20T21:26:49.9334631Z [00:02:10.981]➜  mkdir -p $WORK/b156/
2025-08-20T21:26:49.9342086Z [00:02:10.982]➜  echo -n > $WORK/b156/go_asm.h # internal
2025-08-20T21:26:49.9347783Z [00:02:10.983]➜  cd /root/.go/src/os/signal
2025-08-20T21:26:49.9351210Z [00:02:10.983]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b156/symabis ./sig.s
2025-08-20T21:26:49.9402649Z [00:02:10.987]➜  cat >/tmp/go-build1389117207/b156/importcfg << 'EOF' # internal
2025-08-20T21:26:49.9405026Z [00:02:10.987]➜  # import config
2025-08-20T21:26:49.9405779Z [00:02:10.987]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:49.9406925Z [00:02:10.987]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:49.9407737Z [00:02:10.987]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:49.9408577Z [00:02:10.987]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:49.9409421Z [00:02:10.987]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:49.9410055Z [00:02:10.987]➜  EOF
2025-08-20T21:26:49.9410553Z [00:02:10.988]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:49.9414227Z [00:02:10.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b156=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b156/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack -asmhdr $WORK/b156/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:26:49.9636618Z [00:02:11.011]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:26:49.9763626Z [00:02:11.024]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T21:26:49.9785416Z [00:02:11.026]➜  io/ioutil
2025-08-20T21:26:49.9787885Z [00:02:11.027]➜  mkdir -p $WORK/b161/
2025-08-20T21:26:49.9792281Z [00:02:11.027]➜  cat >/tmp/go-build1389117207/b161/importcfg << 'EOF' # internal
2025-08-20T21:26:49.9797216Z [00:02:11.027]➜  # import config
2025-08-20T21:26:49.9798004Z [00:02:11.027]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:49.9798861Z [00:02:11.027]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:49.9799628Z [00:02:11.027]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:49.9800715Z [00:02:11.027]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:49.9801759Z [00:02:11.027]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:49.9802346Z [00:02:11.027]➜  EOF
2025-08-20T21:26:49.9805119Z [00:02:11.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b161=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:26:50.0217425Z [00:02:11.069]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:26:50.0235452Z [00:02:11.071]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/dd/dda30cd1d0e670e4614de9275fc0507b2485fafedc94363aec237f4e9a7a8cec-d # internal
2025-08-20T21:26:50.0289134Z [00:02:11.077]➜  os/user
2025-08-20T21:26:50.0291746Z [00:02:11.077]➜  mkdir -p $WORK/b162/
2025-08-20T21:26:50.0296177Z [00:02:11.077]➜  echo -n > $WORK/b162/preferlinkext # internal
2025-08-20T21:26:50.0302250Z [00:02:11.078]➜  cd /root/.go/src/os/user
2025-08-20T21:26:50.0304145Z [00:02:11.078]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b162/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b162/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:26:50.0353351Z [00:02:11.083]➜  cd /root/.go/src/os/signal
2025-08-20T21:26:50.0355749Z [00:02:11.083]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b156/sig.o ./sig.s
2025-08-20T21:26:50.0376896Z [00:02:11.086]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:26:50.0391200Z [00:02:11.087]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:26:50.0393154Z [00:02:11.087]➜  flag
2025-08-20T21:26:50.0395035Z [00:02:11.087]➜  mkdir -p $WORK/b168/
2025-08-20T21:26:50.0399664Z [00:02:11.088]➜  cat >/tmp/go-build1389117207/b168/importcfg << 'EOF' # internal
2025-08-20T21:26:50.0401815Z [00:02:11.088]➜  # import config
2025-08-20T21:26:50.0404567Z [00:02:11.088]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:50.0405418Z [00:02:11.088]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:50.0406227Z [00:02:11.088]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.0406938Z [00:02:11.088]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.0407683Z [00:02:11.088]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.0408471Z [00:02:11.088]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:50.0414995Z [00:02:11.088]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:50.0415874Z [00:02:11.088]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:50.0416654Z [00:02:11.088]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.0417412Z [00:02:11.088]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.0418220Z [00:02:11.088]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.0418830Z [00:02:11.088]➜  EOF
2025-08-20T21:26:50.0419483Z [00:02:11.089]➜  go tool pack r $WORK/b156/_pkg_.a $WORK/b156/sig.o # internal
2025-08-20T21:26:50.0420266Z [00:02:11.089]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:26:50.0443174Z [00:02:11.090]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:26:50.0444850Z [00:02:11.090]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:50.0449148Z [00:02:11.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b168=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:26:50.0451882Z [00:02:11.091]➜  github.com/gdamore/tcell/v2
2025-08-20T21:26:50.0453478Z [00:02:11.091]➜  mkdir -p $WORK/b104/
2025-08-20T21:26:50.0454212Z [00:02:11.093]➜  cat >/tmp/go-build1389117207/b104/importcfg << 'EOF' # internal
2025-08-20T21:26:50.0454921Z [00:02:11.093]➜  # import config
2025-08-20T21:26:50.0455574Z [00:02:11.093]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:50.0456455Z [00:02:11.093]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:50.0457299Z [00:02:11.093]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:50.0458097Z [00:02:11.093]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.0459066Z [00:02:11.093]➜  packagefile github.com/gdamore/encoding=/tmp/go-build1389117207/b105/_pkg_.a
2025-08-20T21:26:50.0460161Z [00:02:11.093]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:26:50.0461559Z [00:02:11.093]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build1389117207/b110/_pkg_.a
2025-08-20T21:26:50.0462862Z [00:02:11.093]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build1389117207/b116/_pkg_.a
2025-08-20T21:26:50.0464135Z [00:02:11.093]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build1389117207/b118/_pkg_.a
2025-08-20T21:26:50.0465380Z [00:02:11.093]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1389117207/b147/_pkg_.a
2025-08-20T21:26:50.0466518Z [00:02:11.093]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:26:50.0467588Z [00:02:11.093]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:26:50.0468864Z [00:02:11.093]➜  packagefile golang.org/x/term=/tmp/go-build1389117207/b155/_pkg_.a
2025-08-20T21:26:50.0469881Z [00:02:11.093]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1389117207/b106/_pkg_.a
2025-08-20T21:26:50.0474573Z [00:02:11.093]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:26:50.0475672Z [00:02:11.093]➜  packagefile image/color=/tmp/go-build1389117207/b149/_pkg_.a
2025-08-20T21:26:50.0476472Z [00:02:11.093]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.0477332Z [00:02:11.093]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:50.0478074Z [00:02:11.093]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.0478838Z [00:02:11.093]➜  packagefile os/signal=/tmp/go-build1389117207/b156/_pkg_.a
2025-08-20T21:26:50.0479653Z [00:02:11.093]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:50.0480469Z [00:02:11.093]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.0481512Z [00:02:11.093]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.0482295Z [00:02:11.093]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.0483041Z [00:02:11.093]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:50.0483844Z [00:02:11.093]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.0484666Z [00:02:11.093]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:50.0485264Z [00:02:11.093]➜  EOF
2025-08-20T21:26:50.0497664Z [00:02:11.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2=>github.com/gdamore/tcell/v2@v2.8.1;$WORK/b104=>" -p github.com/gdamore/tcell/v2 -lang=go1.12 -complete -installsuffix shared -buildid VG616Gjwd6nTPQHgUjUX/VG616Gjwd6nTPQHgUjUX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack ./vendor/github.com/gdamore/tcell/v2/attr.go ./vendor/github.com/gdamore/tcell/v2/cell.go ./vendor/github.com/gdamore/tcell/v2/charset_unix.go ./vendor/github.com/gdamore/tcell/v2/color.go ./vendor/github.com/gdamore/tcell/v2/colorfit.go ./vendor/github.com/gdamore/tcell/v2/console_stub.go ./vendor/github.com/gdamore/tcell/v2/doc.go ./vendor/github.com/gdamore/tcell/v2/encoding.go ./vendor/github.com/gdamore/tcell/v2/errors.go ./vendor/github.com/gdamore/tcell/v2/event.go ./vendor/github.com/gdamore/tcell/v2/focus.go ./vendor/github.com/gdamore/tcell/v2/interrupt.go ./vendor/github.com/gdamore/tcell/v2/key.go ./vendor/github.com/gdamore/tcell/v2/mouse.go ./vendor/github.com/gdamore/tcell/v2/nonblock_unix.go ./vendor/github.com/gdamore/tcell/v2/paste.go ./vendor/github.com/gdamore/tcell/v2/resize.go ./vendor/github.com/gdamore/tcell/v2/runes.go ./vendor/github.com/gdamore/tcell/v2/screen.go ./vendor/github.com/gdamore/tcell/v2/simulation.go ./vendor/github.com/gdamore/tcell/v2/stdin_unix.go ./vendor/github.com/gdamore/tcell/v2/style.go ./vendor/github.com/gdamore/tcell/v2/terms_default.go ./vendor/github.com/gdamore/tcell/v2/terms_dynamic.go ./vendor/github.com/gdamore/tcell/v2/tscreen.go ./vendor/github.com/gdamore/tcell/v2/tscreen_unix.go ./vendor/github.com/gdamore/tcell/v2/tty.go ./vendor/github.com/gdamore/tcell/v2/tty_unix.go
2025-08-20T21:26:50.2380452Z [00:02:11.286]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:26:50.2417739Z [00:02:11.290]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:26:50.2422414Z [00:02:11.290]➜  internal/sysinfo
2025-08-20T21:26:50.2422949Z [00:02:11.290]➜  mkdir -p $WORK/b169/
2025-08-20T21:26:50.2427635Z [00:02:11.290]➜  cat >/tmp/go-build1389117207/b169/importcfg << 'EOF' # internal
2025-08-20T21:26:50.2438279Z [00:02:11.291]➜  # import config
2025-08-20T21:26:50.2439050Z [00:02:11.291]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:50.2440396Z [00:02:11.291]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:50.2441472Z [00:02:11.291]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:50.2442329Z [00:02:11.291]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.2443123Z [00:02:11.291]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.2443937Z [00:02:11.291]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.2444780Z [00:02:11.291]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.2448329Z [00:02:11.291]➜  EOF
2025-08-20T21:26:50.2451629Z [00:02:11.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b169=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:26:50.2749673Z [00:02:11.323]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:26:50.2762369Z [00:02:11.324]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T21:26:50.2766144Z [00:02:11.324]➜  runtime/debug
2025-08-20T21:26:50.2768701Z [00:02:11.325]➜  mkdir -p $WORK/b170/
2025-08-20T21:26:50.2773739Z [00:02:11.325]➜  echo -n > $WORK/b170/go_asm.h # internal
2025-08-20T21:26:50.2776619Z [00:02:11.326]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:26:50.2779731Z [00:02:11.326]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b170/symabis ./debug.s
2025-08-20T21:26:50.2821695Z [00:02:11.330]➜  cat >/tmp/go-build1389117207/b170/importcfg << 'EOF' # internal
2025-08-20T21:26:50.2825391Z [00:02:11.330]➜  # import config
2025-08-20T21:26:50.2826086Z [00:02:11.330]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.2826962Z [00:02:11.330]➜  packagefile internal/poll=/tmp/go-build1389117207/b062/_pkg_.a
2025-08-20T21:26:50.2827809Z [00:02:11.330]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.2828625Z [00:02:11.330]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:50.2829462Z [00:02:11.330]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:50.2830249Z [00:02:11.330]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.2831249Z [00:02:11.330]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.2832012Z [00:02:11.330]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.2832593Z [00:02:11.330]➜  EOF
2025-08-20T21:26:50.2833059Z [00:02:11.330]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:50.2836650Z [00:02:11.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b170=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b170/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack -asmhdr $WORK/b170/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T21:26:50.3540004Z [00:02:11.402]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:26:50.3544196Z [00:02:11.402]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b170/debug.o ./debug.s
2025-08-20T21:26:50.3580395Z [00:02:11.406]➜  go tool pack r $WORK/b170/_pkg_.a $WORK/b170/debug.o # internal
2025-08-20T21:26:50.3597638Z [00:02:11.406]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:26:50.3601670Z [00:02:11.408]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T21:26:50.3604141Z [00:02:11.408]➜  runtime/trace
2025-08-20T21:26:50.3611642Z [00:02:11.409]➜  mkdir -p $WORK/b171/
2025-08-20T21:26:50.3617479Z [00:02:11.409]➜  cat >/tmp/go-build1389117207/b171/importcfg << 'EOF' # internal
2025-08-20T21:26:50.3618114Z [00:02:11.409]➜  # import config
2025-08-20T21:26:50.3618688Z [00:02:11.409]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:50.3619397Z [00:02:11.409]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:50.3620091Z [00:02:11.409]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.3621394Z [00:02:11.409]➜  packagefile internal/trace/tracev2=/tmp/go-build1389117207/b034/_pkg_.a
2025-08-20T21:26:50.3622927Z [00:02:11.409]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.3623653Z [00:02:11.409]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:50.3624360Z [00:02:11.409]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:50.3625058Z [00:02:11.409]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.3625773Z [00:02:11.409]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:50.3626488Z [00:02:11.409]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.3627000Z [00:02:11.409]➜  EOF
2025-08-20T21:26:50.3627428Z [00:02:11.409]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:50.3631646Z [00:02:11.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b171=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:26:50.4251253Z [00:02:11.473]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:26:50.4269120Z [00:02:11.475]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T21:26:50.4275738Z [00:02:11.475]➜  testing
2025-08-20T21:26:50.4278196Z [00:02:11.476]➜  mkdir -p $WORK/b167/
2025-08-20T21:26:50.4286341Z [00:02:11.476]➜  cat >/tmp/go-build1389117207/b167/importcfg << 'EOF' # internal
2025-08-20T21:26:50.4291448Z [00:02:11.476]➜  # import config
2025-08-20T21:26:50.4292211Z [00:02:11.476]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:50.4293096Z [00:02:11.476]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:50.4293949Z [00:02:11.476]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:50.4294772Z [00:02:11.476]➜  packagefile flag=/tmp/go-build1389117207/b168/_pkg_.a
2025-08-20T21:26:50.4295599Z [00:02:11.476]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.4296465Z [00:02:11.476]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:26:50.4297410Z [00:02:11.476]➜  packagefile internal/sysinfo=/tmp/go-build1389117207/b169/_pkg_.a
2025-08-20T21:26:50.4298269Z [00:02:11.476]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.4299059Z [00:02:11.476]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:50.4299880Z [00:02:11.476]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:50.4300685Z [00:02:11.476]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.4302086Z [00:02:11.476]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:50.4302931Z [00:02:11.476]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:50.4303731Z [00:02:11.476]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:50.4304576Z [00:02:11.476]➜  packagefile runtime/debug=/tmp/go-build1389117207/b170/_pkg_.a
2025-08-20T21:26:50.4305447Z [00:02:11.476]➜  packagefile runtime/trace=/tmp/go-build1389117207/b171/_pkg_.a
2025-08-20T21:26:50.4306285Z [00:02:11.476]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:50.4307083Z [00:02:11.476]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.4307887Z [00:02:11.476]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.4308663Z [00:02:11.476]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.4309479Z [00:02:11.476]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:50.4310291Z [00:02:11.476]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.4311502Z [00:02:11.476]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:50.4312405Z [00:02:11.476]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:50.4313071Z [00:02:11.476]➜  EOF
2025-08-20T21:26:50.4317796Z [00:02:11.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b167=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:26:50.4651993Z [00:02:11.510]➜  cd $WORK/b162
2025-08-20T21:26:50.4656829Z [00:02:11.510]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -I $WORK/b162/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b162/_x001.o -c _cgo_export.c
2025-08-20T21:26:50.5191260Z [00:02:11.567]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -I $WORK/b162/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b162/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:26:50.6292090Z [00:02:11.677]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -I $WORK/b162/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b162/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:26:50.7034486Z [00:02:11.751]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -I $WORK/b162/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b162/_cgo_main.o -c _cgo_main.c
2025-08-20T21:26:50.7771696Z [00:02:11.825]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:50.7775982Z [00:02:11.825]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -o $WORK/b162/_cgo_.o $WORK/b162/_cgo_main.o $WORK/b162/preferlinkext $WORK/b162/_x001.o $WORK/b162/_x002.o $WORK/b162/_x003.o -O2 -g
2025-08-20T21:26:50.8899853Z [00:02:11.937]➜  cd /root/.go/src/net
2025-08-20T21:26:50.8903597Z [00:02:11.938]➜  go tool pack r $WORK/b070/_pkg_.a $WORK/b070/preferlinkext $WORK/b070/_x001.o $WORK/b070/_x002.o $WORK/b070/_x003.o $WORK/b070/_x004.o $WORK/b070/_x005.o $WORK/b070/_x006.o # internal
2025-08-20T21:26:50.8939917Z [00:02:11.942]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:26:50.9287361Z [00:02:11.976]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/e4/e4b9638766df521e198fb3cb0e2f07b775d8d1a3763d87c65d989adc084934e4-d # internal
2025-08-20T21:26:50.9291722Z [00:02:11.977]➜  github.com/integrii/flaggy
2025-08-20T21:26:50.9292294Z [00:02:11.977]➜  mkdir -p $WORK/b067/
2025-08-20T21:26:50.9302963Z [00:02:11.978]➜  cat >/tmp/go-build1389117207/b067/importcfg << 'EOF' # internal
2025-08-20T21:26:50.9305181Z [00:02:11.978]➜  # import config
2025-08-20T21:26:50.9305839Z [00:02:11.978]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:50.9306635Z [00:02:11.978]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.9307376Z [00:02:11.978]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:50.9308106Z [00:02:11.978]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:50.9308840Z [00:02:11.978]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:50.9309621Z [00:02:11.978]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:50.9310429Z [00:02:11.978]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.9311450Z [00:02:11.978]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.9312327Z [00:02:11.978]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:26:50.9313447Z [00:02:11.978]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:50.9314356Z [00:02:11.978]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:50.9314979Z [00:02:11.978]➜  EOF
2025-08-20T21:26:50.9315432Z [00:02:11.978]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:50.9322602Z [00:02:11.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy=>github.com/integrii/flaggy@v1.4.0;$WORK/b067=>" -p github.com/integrii/flaggy -lang=go1.12 -complete -installsuffix shared -buildid 7VVH4oionlLewB4LnPlJ/7VVH4oionlLewB4LnPlJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack ./vendor/github.com/integrii/flaggy/argumentParser.go ./vendor/github.com/integrii/flaggy/flag.go ./vendor/github.com/integrii/flaggy/help.go ./vendor/github.com/integrii/flaggy/helpValues.go ./vendor/github.com/integrii/flaggy/main.go ./vendor/github.com/integrii/flaggy/parsedValue.go ./vendor/github.com/integrii/flaggy/parser.go ./vendor/github.com/integrii/flaggy/positionalValue.go ./vendor/github.com/integrii/flaggy/subCommand.go
2025-08-20T21:26:50.9609725Z [00:02:12.008]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b162=/tmp/go-build -gno-record-gcc-switches -o $WORK/b162/_cgo_.o $WORK/b162/_cgo_main.o $WORK/b162/preferlinkext $WORK/b162/_x001.o $WORK/b162/_x002.o $WORK/b162/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:26:50.9644195Z [00:02:12.009]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b162/_cgo_.o -dynout $WORK/b162/_cgo_import.go
2025-08-20T21:26:50.9645369Z [00:02:12.009]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:26:50.9699236Z [00:02:12.017]➜  cat >/tmp/go-build1389117207/b162/importcfg << 'EOF' # internal
2025-08-20T21:26:50.9699973Z [00:02:12.017]➜  # import config
2025-08-20T21:26:50.9700677Z [00:02:12.017]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:50.9702071Z [00:02:12.017]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:50.9702908Z [00:02:12.017]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:50.9703747Z [00:02:12.017]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:50.9706787Z [00:02:12.017]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.9707550Z [00:02:12.017]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:50.9708344Z [00:02:12.017]➜  packagefile runtime/cgo=/tmp/go-build1389117207/b078/_pkg_.a
2025-08-20T21:26:50.9708981Z [00:02:12.017]➜  EOF
2025-08-20T21:26:50.9713300Z [00:02:12.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b162=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b162/_cgo_gotypes.go $WORK/b162/cgo_lookup_cgo.cgo1.go $WORK/b162/getgrouplist_unix.cgo1.go $WORK/b162/_cgo_import.go
2025-08-20T21:26:50.9800080Z [00:02:12.028]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/2e/2edcb1dd6a2f3a62cf870747f2a24fe6e39477b9b649faa9d035d69cc7fea1c4-d # internal
2025-08-20T21:26:50.9807779Z [00:02:12.029]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:26:50.9808884Z [00:02:12.029]➜  mkdir -p $WORK/b098/
2025-08-20T21:26:50.9810277Z [00:02:12.029]➜  cat >/tmp/go-build1389117207/b098/importcfg << 'EOF' # internal
2025-08-20T21:26:50.9812946Z [00:02:12.029]➜  # import config
2025-08-20T21:26:50.9813633Z [00:02:12.029]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:50.9814445Z [00:02:12.029]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:50.9815563Z [00:02:12.029]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:50.9816229Z [00:02:12.029]➜  EOF
2025-08-20T21:26:50.9819665Z [00:02:12.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/buffer=>github.com/mailru/easyjson@v0.7.7/buffer;$WORK/b098=>" -p github.com/mailru/easyjson/buffer -lang=go1.12 -complete -installsuffix shared -buildid 8qmeCRGk0z4k7wgsSwbH/8qmeCRGk0z4k7wgsSwbH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack ./vendor/github.com/mailru/easyjson/buffer/pool.go
2025-08-20T21:26:51.0386581Z [00:02:12.086]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:26:51.0390667Z [00:02:12.087]➜  cd /root/.go/src/os/user
2025-08-20T21:26:51.0392030Z [00:02:12.087]➜  go tool pack r $WORK/b162/_pkg_.a $WORK/b162/preferlinkext $WORK/b162/_x001.o $WORK/b162/_x002.o $WORK/b162/_x003.o # internal
2025-08-20T21:26:51.0393078Z [00:02:12.087]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:26:51.0398685Z [00:02:12.088]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/61/6178617ad8e44a90e20f800e395fef36372a427c3305e09d699ec51670c4c8da-d # internal
2025-08-20T21:26:51.0403990Z [00:02:12.088]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/6e/6e92c31b5df31e4a0a1f04c3b8d440a71f90588925f7c50afd15a0bd6f2667f2-d # internal
2025-08-20T21:26:51.0406783Z [00:02:12.088]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:26:51.0407391Z [00:02:12.088]➜  mkdir -p $WORK/b097/
2025-08-20T21:26:51.0409089Z [00:02:12.089]➜  cat >/tmp/go-build1389117207/b097/importcfg << 'EOF' # internal
2025-08-20T21:26:51.0411051Z [00:02:12.089]➜  # import config
2025-08-20T21:26:51.0411935Z [00:02:12.089]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build1389117207/b098/_pkg_.a
2025-08-20T21:26:51.0412974Z [00:02:12.089]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.0415071Z [00:02:12.089]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.0416219Z [00:02:12.089]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.0416849Z [00:02:12.089]➜  EOF
2025-08-20T21:26:51.0417930Z [00:02:12.089]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:51.0426381Z [00:02:12.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/jwriter=>github.com/mailru/easyjson@v0.7.7/jwriter;$WORK/b097=>" -p github.com/mailru/easyjson/jwriter -lang=go1.12 -complete -installsuffix shared -buildid j-CkGk8kMXQTyQdZ0SVR/j-CkGk8kMXQTyQdZ0SVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack ./vendor/github.com/mailru/easyjson/jwriter/writer.go
2025-08-20T21:26:51.0429380Z [00:02:12.090]➜  github.com/jesseduffield/gocui
2025-08-20T21:26:51.0431715Z [00:02:12.090]➜  mkdir -p $WORK/b103/
2025-08-20T21:26:51.0432487Z [00:02:12.091]➜  cat >/tmp/go-build1389117207/b103/importcfg << 'EOF' # internal
2025-08-20T21:26:51.0433124Z [00:02:12.091]➜  # import config
2025-08-20T21:26:51.0433754Z [00:02:12.091]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.0434525Z [00:02:12.091]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:51.0435303Z [00:02:12.091]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.0436101Z [00:02:12.091]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.0437036Z [00:02:12.091]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1389117207/b104/_pkg_.a
2025-08-20T21:26:51.0438089Z [00:02:12.091]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:26:51.0443509Z [00:02:12.091]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:26:51.0444470Z [00:02:12.091]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.0445528Z [00:02:12.091]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:51.0446328Z [00:02:12.091]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.0447137Z [00:02:12.091]➜  packagefile os/signal=/tmp/go-build1389117207/b156/_pkg_.a
2025-08-20T21:26:51.0447945Z [00:02:12.091]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:51.0448777Z [00:02:12.091]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.0449587Z [00:02:12.091]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.0450376Z [00:02:12.091]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.0451463Z [00:02:12.091]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:51.0452299Z [00:02:12.091]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:51.0453134Z [00:02:12.091]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.0453996Z [00:02:12.091]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.0454617Z [00:02:12.091]➜  EOF
2025-08-20T21:26:51.0463086Z [00:02:12.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui=>github.com/jesseduffield/gocui@v0.3.1-0.20250711082438-4aa4fd0b4d22;$WORK/b103=>" -p github.com/jesseduffield/gocui -lang=go1.12 -complete -installsuffix shared -buildid s9xEDfHIzcOj0hI56kr3/s9xEDfHIzcOj0hI56kr3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack ./vendor/github.com/jesseduffield/gocui/attribute.go ./vendor/github.com/jesseduffield/gocui/doc.go ./vendor/github.com/jesseduffield/gocui/edit.go ./vendor/github.com/jesseduffield/gocui/escape.go ./vendor/github.com/jesseduffield/gocui/gui.go ./vendor/github.com/jesseduffield/gocui/gui_others.go ./vendor/github.com/jesseduffield/gocui/keybinding.go ./vendor/github.com/jesseduffield/gocui/loader.go ./vendor/github.com/jesseduffield/gocui/scrollbar.go ./vendor/github.com/jesseduffield/gocui/task.go ./vendor/github.com/jesseduffield/gocui/task_manager.go ./vendor/github.com/jesseduffield/gocui/tcell_driver.go ./vendor/github.com/jesseduffield/gocui/text_area.go ./vendor/github.com/jesseduffield/gocui/view.go
2025-08-20T21:26:51.1056928Z [00:02:12.153]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:26:51.1071441Z [00:02:12.155]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/05/050af0903d12ec1faa7a2ed419acff75f6a651ce52fbc0489cdc38e10eb6e0fe-d # internal
2025-08-20T21:26:51.1074759Z [00:02:12.155]➜  github.com/wk8/go-ordered-map/v2
2025-08-20T21:26:51.1075331Z [00:02:12.155]➜  mkdir -p $WORK/b094/
2025-08-20T21:26:51.1093121Z [00:02:12.156]➜  cat >/tmp/go-build1389117207/b094/importcfg << 'EOF' # internal
2025-08-20T21:26:51.1094869Z [00:02:12.156]➜  # import config
2025-08-20T21:26:51.1095531Z [00:02:12.156]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.1096600Z [00:02:12.156]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:51.1097441Z [00:02:12.156]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:51.1098283Z [00:02:12.156]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.1099310Z [00:02:12.156]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build1389117207/b095/_pkg_.a
2025-08-20T21:26:51.1100476Z [00:02:12.156]➜  packagefile github.com/buger/jsonparser=/tmp/go-build1389117207/b096/_pkg_.a
2025-08-20T21:26:51.1102008Z [00:02:12.156]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build1389117207/b097/_pkg_.a
2025-08-20T21:26:51.1103068Z [00:02:12.156]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1389117207/b099/_pkg_.a
2025-08-20T21:26:51.1103974Z [00:02:12.156]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:51.1104856Z [00:02:12.156]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.1105549Z [00:02:12.156]➜  EOF
2025-08-20T21:26:51.1109682Z [00:02:12.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2=>github.com/wk8/go-ordered-map/v2@v2.1.8;$WORK/b094=>" -p github.com/wk8/go-ordered-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid cwNCGxfxj2AirwCvSsvh/cwNCGxfxj2AirwCvSsvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack ./vendor/github.com/wk8/go-ordered-map/v2/json.go ./vendor/github.com/wk8/go-ordered-map/v2/orderedmap.go ./vendor/github.com/wk8/go-ordered-map/v2/yaml.go
2025-08-20T21:26:51.1141797Z [00:02:12.160]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:26:51.1285499Z [00:02:12.176]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T21:26:51.1288010Z [00:02:12.176]➜  github.com/xo/terminfo
2025-08-20T21:26:51.1288554Z [00:02:12.176]➜  mkdir -p $WORK/b160/
2025-08-20T21:26:51.1289337Z [00:02:12.176]➜  cat >/tmp/go-build1389117207/b160/importcfg << 'EOF' # internal
2025-08-20T21:26:51.1290349Z [00:02:12.176]➜  # import config
2025-08-20T21:26:51.1291284Z [00:02:12.176]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.1292109Z [00:02:12.176]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.1292864Z [00:02:12.176]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.1293680Z [00:02:12.176]➜  packagefile io/ioutil=/tmp/go-build1389117207/b161/_pkg_.a
2025-08-20T21:26:51.1294483Z [00:02:12.176]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.1295256Z [00:02:12.176]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:26:51.1296043Z [00:02:12.176]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:51.1296807Z [00:02:12.176]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.1297621Z [00:02:12.176]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.1298430Z [00:02:12.176]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.1299258Z [00:02:12.176]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.1299861Z [00:02:12.176]➜  EOF
2025-08-20T21:26:51.1305585Z [00:02:12.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo=>github.com/xo/terminfo@v0.0.0-20210125001918-ca9a967f8778;$WORK/b160=>" -p github.com/xo/terminfo -lang=go1.15 -complete -installsuffix shared -buildid SPPXVNbS00OBf99byvXd/SPPXVNbS00OBf99byvXd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack ./vendor/github.com/xo/terminfo/caps.go ./vendor/github.com/xo/terminfo/capvals.go ./vendor/github.com/xo/terminfo/color.go ./vendor/github.com/xo/terminfo/load.go ./vendor/github.com/xo/terminfo/param.go ./vendor/github.com/xo/terminfo/stack.go ./vendor/github.com/xo/terminfo/terminfo.go ./vendor/github.com/xo/terminfo/util.go
2025-08-20T21:26:51.2163715Z [00:02:12.264]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:26:51.2203442Z [00:02:12.268]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/ea/eae00cac503a935121d3f457ff379afc969f1974af8dc163a762c31574b6b64a-d # internal
2025-08-20T21:26:51.2208412Z [00:02:12.269]➜  github.com/samber/lo
2025-08-20T21:26:51.2216882Z [00:02:12.270]➜  mkdir -p $WORK/b165/
2025-08-20T21:26:51.2217794Z [00:02:12.270]➜  cat >/tmp/go-build1389117207/b165/importcfg << 'EOF' # internal
2025-08-20T21:26:51.2218448Z [00:02:12.270]➜  # import config
2025-08-20T21:26:51.2219066Z [00:02:12.270]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.2219840Z [00:02:12.270]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.2220781Z [00:02:12.270]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1389117207/b166/_pkg_.a
2025-08-20T21:26:51.2222020Z [00:02:12.270]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:51.2222791Z [00:02:12.270]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.2223595Z [00:02:12.270]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:51.2224382Z [00:02:12.270]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.2225142Z [00:02:12.270]➜  packagefile testing=/tmp/go-build1389117207/b167/_pkg_.a
2025-08-20T21:26:51.2225889Z [00:02:12.270]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:51.2226649Z [00:02:12.270]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.2227287Z [00:02:12.270]➜  EOF
2025-08-20T21:26:51.2234785Z [00:02:12.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo=>github.com/samber/lo@v1.31.0;$WORK/b165=>" -p github.com/samber/lo -lang=go1.18 -complete -installsuffix shared -buildid ZvArW4oOf7WtgJhriOcq/ZvArW4oOf7WtgJhriOcq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack ./vendor/github.com/samber/lo/channel.go ./vendor/github.com/samber/lo/concurrency.go ./vendor/github.com/samber/lo/condition.go ./vendor/github.com/samber/lo/constraints.go ./vendor/github.com/samber/lo/errors.go ./vendor/github.com/samber/lo/find.go ./vendor/github.com/samber/lo/func.go ./vendor/github.com/samber/lo/intersect.go ./vendor/github.com/samber/lo/map.go ./vendor/github.com/samber/lo/math.go ./vendor/github.com/samber/lo/retry.go ./vendor/github.com/samber/lo/slice.go ./vendor/github.com/samber/lo/string.go ./vendor/github.com/samber/lo/test.go ./vendor/github.com/samber/lo/tuples.go ./vendor/github.com/samber/lo/type_manipulation.go ./vendor/github.com/samber/lo/types.go
2025-08-20T21:26:51.2242068Z [00:02:12.272]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:26:51.2260438Z [00:02:12.274]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/0c/0c43e7c19f4db7007220f1428d05ac27e6cb1ccad46919694c7b472631c3bcef-d # internal
2025-08-20T21:26:51.2266365Z [00:02:12.274]➜  github.com/jesseduffield/generics/orderedset
2025-08-20T21:26:51.2267095Z [00:02:12.274]➜  mkdir -p $WORK/b093/
2025-08-20T21:26:51.2267903Z [00:02:12.274]➜  cat >/tmp/go-build1389117207/b093/importcfg << 'EOF' # internal
2025-08-20T21:26:51.2268598Z [00:02:12.274]➜  # import config
2025-08-20T21:26:51.2269440Z [00:02:12.274]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build1389117207/b094/_pkg_.a
2025-08-20T21:26:51.2270318Z [00:02:12.274]➜  EOF
2025-08-20T21:26:51.2275149Z [00:02:12.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/orderedset=>github.com/jesseduffield/generics@v0.0.0-20250517122708-b0b4a53a6f5c/orderedset;$WORK/b093=>" -p github.com/jesseduffield/generics/orderedset -lang=go1.18 -complete -installsuffix shared -buildid 92DtdgLpZdYRm9cXSRbi/92DtdgLpZdYRm9cXSRbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack ./vendor/github.com/jesseduffield/generics/orderedset/orderedset.go
2025-08-20T21:26:51.2382283Z [00:02:12.286]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:26:51.2388768Z [00:02:12.287]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/e6/e658765c5e56af980b47327e25c8f8b1e9ad75d0ecafe7b057a600b4fbd89d77-d # internal
2025-08-20T21:26:51.2394100Z [00:02:12.287]➜  github.com/sirupsen/logrus
2025-08-20T21:26:51.2394726Z [00:02:12.287]➜  mkdir -p $WORK/b172/
2025-08-20T21:26:51.2398277Z [00:02:12.287]➜  cat >/tmp/go-build1389117207/b172/importcfg << 'EOF' # internal
2025-08-20T21:26:51.2404838Z [00:02:12.288]➜  # import config
2025-08-20T21:26:51.2405563Z [00:02:12.288]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:51.2406428Z [00:02:12.288]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.2407272Z [00:02:12.288]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:51.2408205Z [00:02:12.288]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:51.2421980Z [00:02:12.288]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.2423044Z [00:02:12.288]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:26:51.2424105Z [00:02:12.288]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.2426207Z [00:02:12.288]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:51.2427026Z [00:02:12.288]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.2427898Z [00:02:12.288]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:51.2428723Z [00:02:12.288]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:51.2429499Z [00:02:12.288]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.2430268Z [00:02:12.288]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.2431266Z [00:02:12.288]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.2432322Z [00:02:12.288]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.2433147Z [00:02:12.288]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:51.2433963Z [00:02:12.288]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:51.2434793Z [00:02:12.288]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.2435428Z [00:02:12.288]➜  EOF
2025-08-20T21:26:51.2446497Z [00:02:12.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus=>github.com/sirupsen/logrus@v1.9.3;$WORK/b172=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid na4gqfmfiginaqQ9h6qG/na4gqfmfiginaqQ9h6qG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack ./vendor/github.com/sirupsen/logrus/alt_exit.go ./vendor/github.com/sirupsen/logrus/buffer_pool.go ./vendor/github.com/sirupsen/logrus/doc.go ./vendor/github.com/sirupsen/logrus/entry.go ./vendor/github.com/sirupsen/logrus/exported.go ./vendor/github.com/sirupsen/logrus/formatter.go ./vendor/github.com/sirupsen/logrus/hooks.go ./vendor/github.com/sirupsen/logrus/json_formatter.go ./vendor/github.com/sirupsen/logrus/logger.go ./vendor/github.com/sirupsen/logrus/logrus.go ./vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go ./vendor/github.com/sirupsen/logrus/terminal_check_unix.go ./vendor/github.com/sirupsen/logrus/text_formatter.go ./vendor/github.com/sirupsen/logrus/writer.go
2025-08-20T21:26:51.3094905Z [00:02:12.357]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:26:51.3124150Z [00:02:12.360]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/53/53c9434f257965bfdcfde170e906bb61e6d046ef2f1f9e2fc7665dec393cc03b-d # internal
2025-08-20T21:26:51.3137407Z [00:02:12.360]➜  github.com/stefanhaller/git-todo-parser/todo
2025-08-20T21:26:51.3138513Z [00:02:12.360]➜  mkdir -p $WORK/b173/
2025-08-20T21:26:51.3139291Z [00:02:12.361]➜  cat >/tmp/go-build1389117207/b173/importcfg << 'EOF' # internal
2025-08-20T21:26:51.3139961Z [00:02:12.361]➜  # import config
2025-08-20T21:26:51.3140614Z [00:02:12.361]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:51.3141721Z [00:02:12.361]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.3142522Z [00:02:12.361]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.3143305Z [00:02:12.361]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.3144115Z [00:02:12.361]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.3144735Z [00:02:12.361]➜  EOF
2025-08-20T21:26:51.3149520Z [00:02:12.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo=>github.com/stefanhaller/git-todo-parser@v0.0.7-0.20250429125209-dcf39e4641f5/todo;$WORK/b173=>" -p github.com/stefanhaller/git-todo-parser/todo -lang=go1.13 -complete -installsuffix shared -buildid ljn860HSMuA6NodsTSim/ljn860HSMuA6NodsTSim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack ./vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go ./vendor/github.com/stefanhaller/git-todo-parser/todo/todo.go ./vendor/github.com/stefanhaller/git-todo-parser/todo/write.go
2025-08-20T21:26:51.3682253Z [00:02:12.416]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:26:51.3753376Z [00:02:12.423]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/e8/e84b21ada70555692b8f80f7cfc259822a25862dad052ca8dd5921aec0ff6392-d # internal
2025-08-20T21:26:51.3767326Z [00:02:12.425]➜  github.com/gookit/color
2025-08-20T21:26:51.3778848Z [00:02:12.426]➜  mkdir -p $WORK/b159/
2025-08-20T21:26:51.3785040Z [00:02:12.426]➜  cat >/tmp/go-build1389117207/b159/importcfg << 'EOF' # internal
2025-08-20T21:26:51.3794731Z [00:02:12.426]➜  # import config
2025-08-20T21:26:51.3797340Z [00:02:12.426]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.3802049Z [00:02:12.426]➜  packagefile github.com/xo/terminfo=/tmp/go-build1389117207/b160/_pkg_.a
2025-08-20T21:26:51.3804767Z [00:02:12.426]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.3805684Z [00:02:12.426]➜  packagefile io/ioutil=/tmp/go-build1389117207/b161/_pkg_.a
2025-08-20T21:26:51.3808481Z [00:02:12.426]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:51.3809308Z [00:02:12.426]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:51.3810107Z [00:02:12.426]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.3811091Z [00:02:12.427]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:51.3811934Z [00:02:12.427]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:51.3812787Z [00:02:12.427]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.3813599Z [00:02:12.427]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.3814418Z [00:02:12.427]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:51.3815039Z [00:02:12.427]➜  EOF
2025-08-20T21:26:51.3843087Z [00:02:12.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color=>github.com/gookit/color@v1.4.2;$WORK/b159=>" -p github.com/gookit/color -lang=go1.12 -complete -installsuffix shared -buildid HfxV9YNZn4FmAOS7Zx2_/HfxV9YNZn4FmAOS7Zx2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack ./vendor/github.com/gookit/color/color.go ./vendor/github.com/gookit/color/color_16.go ./vendor/github.com/gookit/color/color_256.go ./vendor/github.com/gookit/color/color_rgb.go ./vendor/github.com/gookit/color/color_tag.go ./vendor/github.com/gookit/color/convert.go ./vendor/github.com/gookit/color/detect_env.go ./vendor/github.com/gookit/color/detect_nonwin.go ./vendor/github.com/gookit/color/printer.go ./vendor/github.com/gookit/color/quickstart.go ./vendor/github.com/gookit/color/style.go ./vendor/github.com/gookit/color/utils.go
2025-08-20T21:26:51.3987549Z [00:02:12.446]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:26:51.3996626Z [00:02:12.447]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/dc/dcce91393aa7027767f107f5c962a8cc6ab3a2bfe13d629ba292597572f20a80-d # internal
2025-08-20T21:26:51.4001590Z [00:02:12.448]➜  github.com/jesseduffield/lazygit/pkg/utils/yaml_utils
2025-08-20T21:26:51.4002326Z [00:02:12.448]➜  mkdir -p $WORK/b175/
2025-08-20T21:26:51.4036498Z [00:02:12.451]➜  cat >/tmp/go-build1389117207/b175/importcfg << 'EOF' # internal
2025-08-20T21:26:51.4043207Z [00:02:12.451]➜  # import config
2025-08-20T21:26:51.4043920Z [00:02:12.451]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.4044758Z [00:02:12.451]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.4045646Z [00:02:12.451]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.4046532Z [00:02:12.451]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1389117207/b099/_pkg_.a
2025-08-20T21:26:51.4047399Z [00:02:12.451]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:51.4048013Z [00:02:12.451]➜  EOF
2025-08-20T21:26:51.4057406Z [00:02:12.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils=>github.com/jesseduffield/lazygit/pkg/utils/yaml_utils;$WORK/b175=>" -p github.com/jesseduffield/lazygit/pkg/utils/yaml_utils -lang=go1.24 -complete -installsuffix shared -buildid p50i6GVviKP-lGaXhD7u/p50i6GVviKP-lGaXhD7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack ./pkg/utils/yaml_utils/yaml_utils.go
2025-08-20T21:26:51.4669633Z [00:02:12.515]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:26:51.4705976Z [00:02:12.518]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/45/458191ef9eeb407bf2e150f5779d60999b70503d05db10966ee75d21fa0386a0-d # internal
2025-08-20T21:26:51.4707602Z [00:02:12.518]➜  go/token
2025-08-20T21:26:51.4708214Z [00:02:12.518]➜  mkdir -p $WORK/b179/
2025-08-20T21:26:51.4709117Z [00:02:12.518]➜  cat >/tmp/go-build1389117207/b179/importcfg << 'EOF' # internal
2025-08-20T21:26:51.4712378Z [00:02:12.518]➜  # import config
2025-08-20T21:26:51.4713064Z [00:02:12.518]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:51.4713886Z [00:02:12.518]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.4714698Z [00:02:12.518]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:51.4715522Z [00:02:12.518]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:51.4716336Z [00:02:12.518]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.4717153Z [00:02:12.518]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.4718016Z [00:02:12.518]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:51.4718871Z [00:02:12.518]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.4719719Z [00:02:12.518]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.4720350Z [00:02:12.518]➜  EOF
2025-08-20T21:26:51.4723788Z [00:02:12.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b179=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:26:51.5422938Z [00:02:12.588]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:26:51.5467306Z [00:02:12.594]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/1a/1a5a8ea7f96f03144583c9a3553548fd1b7b8fc700c4975319b86b472842f2bc-d # internal
2025-08-20T21:26:51.5525427Z [00:02:12.600]➜  go/doc/comment
2025-08-20T21:26:51.5528032Z [00:02:12.600]➜  mkdir -p $WORK/b181/
2025-08-20T21:26:51.5559942Z [00:02:12.604]➜  cat >/tmp/go-build1389117207/b181/importcfg << 'EOF' # internal
2025-08-20T21:26:51.5565937Z [00:02:12.604]➜  # import config
2025-08-20T21:26:51.5566734Z [00:02:12.604]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.5567589Z [00:02:12.604]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.5568392Z [00:02:12.604]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:51.5569169Z [00:02:12.604]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.5570353Z [00:02:12.604]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.5571520Z [00:02:12.604]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.5572544Z [00:02:12.604]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.5575132Z [00:02:12.604]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.5575804Z [00:02:12.604]➜  EOF
2025-08-20T21:26:51.5580298Z [00:02:12.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b181=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:26:51.5831490Z [00:02:12.631]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:26:51.6026713Z [00:02:12.650]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/4e/4e952c3067f1f8a4054852ef1fb567d8d6f86474394b4ddc804500ba65d85c80-d # internal
2025-08-20T21:26:51.6031856Z [00:02:12.650]➜  internal/lazyregexp
2025-08-20T21:26:51.6032452Z [00:02:12.650]➜  mkdir -p $WORK/b182/
2025-08-20T21:26:51.6038494Z [00:02:12.652]➜  cat >/tmp/go-build1389117207/b182/importcfg << 'EOF' # internal
2025-08-20T21:26:51.6039965Z [00:02:12.652]➜  # import config
2025-08-20T21:26:51.6041838Z [00:02:12.652]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.6043359Z [00:02:12.652]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:51.6044528Z [00:02:12.652]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.6045597Z [00:02:12.652]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.6047240Z [00:02:12.652]➜  EOF
2025-08-20T21:26:51.6051563Z [00:02:12.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b182=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:26:51.6162793Z [00:02:12.664]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:26:51.6185614Z [00:02:12.666]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T21:26:51.6189693Z [00:02:12.666]➜  go/scanner
2025-08-20T21:26:51.6190198Z [00:02:12.666]➜  mkdir -p $WORK/b178/
2025-08-20T21:26:51.6197633Z [00:02:12.668]➜  cat >/tmp/go-build1389117207/b178/importcfg << 'EOF' # internal
2025-08-20T21:26:51.6198687Z [00:02:12.668]➜  # import config
2025-08-20T21:26:51.6199484Z [00:02:12.668]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.6202934Z [00:02:12.668]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.6203820Z [00:02:12.668]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:26:51.6204621Z [00:02:12.668]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.6205452Z [00:02:12.668]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:51.6206282Z [00:02:12.668]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.6207053Z [00:02:12.668]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.6207838Z [00:02:12.668]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.6208658Z [00:02:12.668]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.6209283Z [00:02:12.668]➜  EOF
2025-08-20T21:26:51.6213800Z [00:02:12.668]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b178=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:26:51.6472182Z [00:02:12.695]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:26:51.6502042Z [00:02:12.696]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T21:26:51.6503243Z [00:02:12.697]➜  dario.cat/mergo
2025-08-20T21:26:51.6503793Z [00:02:12.697]➜  mkdir -p $WORK/b186/
2025-08-20T21:26:51.6504566Z [00:02:12.697]➜  cat >/tmp/go-build1389117207/b186/importcfg << 'EOF' # internal
2025-08-20T21:26:51.6505302Z [00:02:12.697]➜  # import config
2025-08-20T21:26:51.6505988Z [00:02:12.697]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.6506852Z [00:02:12.697]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.6507750Z [00:02:12.697]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:51.6508996Z [00:02:12.697]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.6509916Z [00:02:12.697]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.6510629Z [00:02:12.697]➜  EOF
2025-08-20T21:26:51.6514553Z [00:02:12.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo=>dario.cat/mergo@v1.0.1;$WORK/b186=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid 4XY8mP95WW7_kxzAYzag/4XY8mP95WW7_kxzAYzag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack ./vendor/dario.cat/mergo/doc.go ./vendor/dario.cat/mergo/map.go ./vendor/dario.cat/mergo/merge.go ./vendor/dario.cat/mergo/mergo.go
2025-08-20T21:26:51.7090733Z [00:02:12.757]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:26:51.7193865Z [00:02:12.766]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:26:51.7199660Z [00:02:12.768]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T21:26:51.7205211Z [00:02:12.768]➜  go/ast
2025-08-20T21:26:51.7211070Z [00:02:12.769]➜  mkdir -p $WORK/b177/
2025-08-20T21:26:51.7217267Z [00:02:12.769]➜  cat >/tmp/go-build1389117207/b177/importcfg << 'EOF' # internal
2025-08-20T21:26:51.7217975Z [00:02:12.769]➜  # import config
2025-08-20T21:26:51.7218677Z [00:02:12.769]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.7219508Z [00:02:12.769]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:51.7220302Z [00:02:12.769]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.7221332Z [00:02:12.769]➜  packagefile go/scanner=/tmp/go-build1389117207/b178/_pkg_.a
2025-08-20T21:26:51.7223718Z [00:02:12.769]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:26:51.7224483Z [00:02:12.769]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.7225237Z [00:02:12.769]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:51.7225957Z [00:02:12.769]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.7226671Z [00:02:12.769]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:51.7227437Z [00:02:12.769]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:51.7228199Z [00:02:12.769]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.7229041Z [00:02:12.769]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.7229644Z [00:02:12.769]➜  EOF
2025-08-20T21:26:51.7234543Z [00:02:12.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b177=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid PexCy4wQdBDw-jgPdab0/PexCy4wQdBDw-jgPdab0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:26:51.7302129Z [00:02:12.778]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/cb/cbf5e7e79ce0d6c81ad7978059efef0f9f964b3cb9dc7fa58503c22109ee323c-d # internal
2025-08-20T21:26:51.7307867Z [00:02:12.778]➜  github.com/jesseduffield/lazygit/pkg/gui/style
2025-08-20T21:26:51.7312902Z [00:02:12.778]➜  mkdir -p $WORK/b163/
2025-08-20T21:26:51.7313673Z [00:02:12.778]➜  cat >/tmp/go-build1389117207/b163/importcfg << 'EOF' # internal
2025-08-20T21:26:51.7317642Z [00:02:12.779]➜  # import config
2025-08-20T21:26:51.7318321Z [00:02:12.779]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.7319287Z [00:02:12.779]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:26:51.7320558Z [00:02:12.779]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:26:51.7321421Z [00:02:12.779]➜  EOF
2025-08-20T21:26:51.7325492Z [00:02:12.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style=>github.com/jesseduffield/lazygit/pkg/gui/style;$WORK/b163=>" -p github.com/jesseduffield/lazygit/pkg/gui/style -lang=go1.24 -complete -installsuffix shared -buildid dGnCid_GtYE7hh0_2lRT/dGnCid_GtYE7hh0_2lRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack ./pkg/gui/style/basic_styles.go ./pkg/gui/style/color.go ./pkg/gui/style/decoration.go ./pkg/gui/style/hyperlink.go ./pkg/gui/style/text_style.go
2025-08-20T21:26:51.7917373Z [00:02:12.839]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:26:51.7933189Z [00:02:12.841]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d # internal
2025-08-20T21:26:51.7934420Z [00:02:12.841]➜  github.com/cloudfoundry/jibber_jabber
2025-08-20T21:26:51.7935019Z [00:02:12.841]➜  mkdir -p $WORK/b188/
2025-08-20T21:26:51.7938166Z [00:02:12.841]➜  cat >/tmp/go-build1389117207/b188/importcfg << 'EOF' # internal
2025-08-20T21:26:51.7939647Z [00:02:12.841]➜  # import config
2025-08-20T21:26:51.7940363Z [00:02:12.841]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.7941378Z [00:02:12.841]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.7942366Z [00:02:12.842]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.7943014Z [00:02:12.842]➜  EOF
2025-08-20T21:26:51.7947465Z [00:02:12.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber=>github.com/cloudfoundry/jibber_jabber@v0.0.0-20151120183258-bcc4c8345a21;$WORK/b188=>" -p github.com/cloudfoundry/jibber_jabber -lang=go1.16 -complete -installsuffix shared -buildid 0XTM1WUiFN4zXJiuYRgB/0XTM1WUiFN4zXJiuYRgB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack ./vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber.go ./vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_unix.go
2025-08-20T21:26:51.7970473Z [00:02:12.845]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:26:51.7987882Z [00:02:12.847]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/19/19963481c4dffaaaf5e3f29e7cf6b9917e0ddef31b982fdc880501e6ebc3321c-d # internal
2025-08-20T21:26:51.7994708Z [00:02:12.847]➜  github.com/jesseduffield/lazygit/pkg/utils
2025-08-20T21:26:51.7996044Z [00:02:12.847]➜  mkdir -p $WORK/b158/
2025-08-20T21:26:51.8001481Z [00:02:12.848]➜  cat >/tmp/go-build1389117207/b158/importcfg << 'EOF' # internal
2025-08-20T21:26:51.8002815Z [00:02:12.848]➜  # import config
2025-08-20T21:26:51.8003516Z [00:02:12.848]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:51.8004371Z [00:02:12.848]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.8005255Z [00:02:12.848]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:51.8006130Z [00:02:12.848]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.8006940Z [00:02:12.848]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.8007884Z [00:02:12.848]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:26:51.8008952Z [00:02:12.848]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:26:51.8010115Z [00:02:12.848]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:26:51.8011589Z [00:02:12.848]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:26:51.8012884Z [00:02:12.848]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:26:51.8013979Z [00:02:12.848]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build1389117207/b164/_pkg_.a
2025-08-20T21:26:51.8015351Z [00:02:12.848]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:51.8016408Z [00:02:12.848]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:26:51.8017623Z [00:02:12.848]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:26:51.8018805Z [00:02:12.848]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:26:51.8019680Z [00:02:12.848]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.8020465Z [00:02:12.848]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.8021476Z [00:02:12.848]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:51.8022348Z [00:02:12.848]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:51.8023177Z [00:02:12.849]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:51.8024013Z [00:02:12.849]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.8024843Z [00:02:12.849]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.8025655Z [00:02:12.849]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.8026510Z [00:02:12.849]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:26:51.8027367Z [00:02:12.849]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:51.8028186Z [00:02:12.849]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:51.8028810Z [00:02:12.849]➜  EOF
2025-08-20T21:26:51.8036374Z [00:02:12.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils=>github.com/jesseduffield/lazygit/pkg/utils;$WORK/b158=>" -p github.com/jesseduffield/lazygit/pkg/utils -lang=go1.24 -complete -installsuffix shared -buildid Gacoxeo1eyRnvmG0H6pV/Gacoxeo1eyRnvmG0H6pV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack ./pkg/utils/color.go ./pkg/utils/date.go ./pkg/utils/dummies.go ./pkg/utils/errors.go ./pkg/utils/formatting.go ./pkg/utils/history_buffer.go ./pkg/utils/io.go ./pkg/utils/lines.go ./pkg/utils/once_writer.go ./pkg/utils/rebase_todo.go ./pkg/utils/regexp.go ./pkg/utils/search.go ./pkg/utils/slice.go ./pkg/utils/string_pool.go ./pkg/utils/string_stack.go ./pkg/utils/template.go ./pkg/utils/thread_safe_map.go ./pkg/utils/utils.go
2025-08-20T21:26:51.8099829Z [00:02:12.858]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:26:51.8124472Z [00:02:12.860]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T21:26:51.8128507Z [00:02:12.861]➜  github.com/spf13/afero/mem
2025-08-20T21:26:51.8130473Z [00:02:12.861]➜  mkdir -p $WORK/b191/
2025-08-20T21:26:51.8131420Z [00:02:12.861]➜  cat >/tmp/go-build1389117207/b191/importcfg << 'EOF' # internal
2025-08-20T21:26:51.8132115Z [00:02:12.861]➜  # import config
2025-08-20T21:26:51.8132785Z [00:02:12.861]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:51.8133628Z [00:02:12.861]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.8134712Z [00:02:12.861]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1389117207/b190/_pkg_.a
2025-08-20T21:26:51.8135693Z [00:02:12.861]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.8136424Z [00:02:12.861]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:51.8137203Z [00:02:12.861]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:51.8138016Z [00:02:12.861]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:51.8138893Z [00:02:12.861]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.8139734Z [00:02:12.861]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.8141081Z [00:02:12.861]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:51.8141939Z [00:02:12.861]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:51.8142527Z [00:02:12.861]➜  EOF
2025-08-20T21:26:51.8146231Z [00:02:12.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem=>github.com/spf13/afero@v1.9.5/mem;$WORK/b191=>" -p github.com/spf13/afero/mem -lang=go1.16 -complete -installsuffix shared -buildid hLmkIXw-LT69aUcyPmmb/hLmkIXw-LT69aUcyPmmb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack ./vendor/github.com/spf13/afero/mem/dir.go ./vendor/github.com/spf13/afero/mem/dirmap.go ./vendor/github.com/spf13/afero/mem/file.go
2025-08-20T21:26:51.8176553Z [00:02:12.865]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:26:51.8177950Z [00:02:12.865]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/48/48c233181fb12c89d6b1102e6b3fedf57ca570b9d8a48020f0c8758a8f616a87-d # internal
2025-08-20T21:26:51.8179147Z [00:02:12.865]➜  github.com/jesseduffield/lazygit/pkg/i18n
2025-08-20T21:26:51.8179787Z [00:02:12.865]➜  mkdir -p $WORK/b185/
2025-08-20T21:26:51.8189196Z [00:02:12.867]➜  cat >/tmp/go-build1389117207/b185/importcfg << 'EOF' # internal
2025-08-20T21:26:51.8189934Z [00:02:12.867]➜  # import config
2025-08-20T21:26:51.8201922Z [00:02:12.867]➜  packagefile dario.cat/mergo=/tmp/go-build1389117207/b186/_pkg_.a
2025-08-20T21:26:51.8204997Z [00:02:12.867]➜  packagefile embed=/tmp/go-build1389117207/b187/_pkg_.a
2025-08-20T21:26:51.8205928Z [00:02:12.867]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:51.8206781Z [00:02:12.867]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.8208066Z [00:02:12.867]➜  packagefile github.com/cloudfoundry/jibber_jabber=/tmp/go-build1389117207/b188/_pkg_.a
2025-08-20T21:26:51.8209238Z [00:02:12.867]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:26:51.8210269Z [00:02:12.867]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:51.8213001Z [00:02:12.867]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:26:51.8213976Z [00:02:12.867]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:51.8214818Z [00:02:12.867]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:51.8215456Z [00:02:12.867]➜  EOF
2025-08-20T21:26:51.8216142Z [00:02:12.867]➜  cat >/tmp/go-build1389117207/b185/embedcfg << 'EOF' # internal
2025-08-20T21:26:51.8216777Z [00:02:12.867]➜  {
2025-08-20T21:26:51.8217196Z [00:02:12.867]➜  	"Patterns": {
2025-08-20T21:26:51.8217711Z [00:02:12.867]➜  		"translations/*.json": [
2025-08-20T21:26:51.8218292Z [00:02:12.867]➜  			"translations/ja.json",
2025-08-20T21:26:51.8218898Z [00:02:12.867]➜  			"translations/ko.json",
2025-08-20T21:26:51.8219489Z [00:02:12.867]➜  			"translations/nl.json",
2025-08-20T21:26:51.8220060Z [00:02:12.867]➜  			"translations/pl.json",
2025-08-20T21:26:51.8220620Z [00:02:12.867]➜  			"translations/pt.json",
2025-08-20T21:26:51.8221358Z [00:02:12.867]➜  			"translations/ru.json",
2025-08-20T21:26:51.8221952Z [00:02:12.867]➜  			"translations/zh-CN.json",
2025-08-20T21:26:51.8222525Z [00:02:12.867]➜  			"translations/zh-TW.json"
2025-08-20T21:26:51.8223021Z [00:02:12.867]➜  		]
2025-08-20T21:26:51.8223402Z [00:02:12.867]➜  	},
2025-08-20T21:26:51.8223822Z [00:02:12.867]➜  	"Files": {
2025-08-20T21:26:51.8224696Z [00:02:12.867]➜  		"translations/ja.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ja.json",
2025-08-20T21:26:51.8225901Z [00:02:12.867]➜  		"translations/ko.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ko.json",
2025-08-20T21:26:51.8227132Z [00:02:12.867]➜  		"translations/nl.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/nl.json",
2025-08-20T21:26:51.8228586Z [00:02:12.867]➜  		"translations/pl.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pl.json",
2025-08-20T21:26:51.8229791Z [00:02:12.867]➜  		"translations/pt.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pt.json",
2025-08-20T21:26:51.8231094Z [00:02:12.867]➜  		"translations/ru.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ru.json",
2025-08-20T21:26:51.8232357Z [00:02:12.867]➜  		"translations/zh-CN.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-CN.json",
2025-08-20T21:26:51.8233609Z [00:02:12.867]➜  		"translations/zh-TW.json": "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-TW.json"
2025-08-20T21:26:51.8234433Z [00:02:12.867]➜  	}
2025-08-20T21:26:51.8234841Z [00:02:12.867]➜  }EOF
2025-08-20T21:26:51.8238293Z [00:02:12.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n=>github.com/jesseduffield/lazygit/pkg/i18n;$WORK/b185=>" -p github.com/jesseduffield/lazygit/pkg/i18n -lang=go1.24 -complete -installsuffix shared -buildid 7YNA0WN5SVtSGXg_ls9d/7YNA0WN5SVtSGXg_ls9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -embedcfg $WORK/b185/embedcfg -pack ./pkg/i18n/english.go ./pkg/i18n/i18n.go
2025-08-20T21:26:51.8793390Z [00:02:12.926]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:26:51.8797115Z [00:02:12.927]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/5a/5a3481177df5e9c51589044a5745bea2b84a51b97e728c152dcbae544dbc6663-d # internal
2025-08-20T21:26:51.8820540Z [00:02:12.930]➜  golang.org/x/text/unicode/norm
2025-08-20T21:26:51.8825694Z [00:02:12.930]➜  mkdir -p $WORK/b193/
2025-08-20T21:26:51.8826475Z [00:02:12.930]➜  cat >/tmp/go-build1389117207/b193/importcfg << 'EOF' # internal
2025-08-20T21:26:51.8827205Z [00:02:12.930]➜  # import config
2025-08-20T21:26:51.8827951Z [00:02:12.930]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:51.8829138Z [00:02:12.930]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.8830176Z [00:02:12.930]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:26:51.8831423Z [00:02:12.930]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.8832249Z [00:02:12.930]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.8833149Z [00:02:12.930]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:51.8833830Z [00:02:12.930]➜  EOF
2025-08-20T21:26:51.8840326Z [00:02:12.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm=>golang.org/x/text@v0.27.0/unicode/norm;$WORK/b193=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid DKxteRv8fhKNIzLts60D/DKxteRv8fhKNIzLts60D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack ./vendor/golang.org/x/text/unicode/norm/composition.go ./vendor/golang.org/x/text/unicode/norm/forminfo.go ./vendor/golang.org/x/text/unicode/norm/input.go ./vendor/golang.org/x/text/unicode/norm/iter.go ./vendor/golang.org/x/text/unicode/norm/normalize.go ./vendor/golang.org/x/text/unicode/norm/readwriter.go ./vendor/golang.org/x/text/unicode/norm/tables15.0.0.go ./vendor/golang.org/x/text/unicode/norm/transform.go ./vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:26:51.9376635Z [00:02:12.985]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:26:51.9400315Z [00:02:12.988]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/60/605cbc0af2292732a22b528abbc74d476c715d3037f76552b9ca960bbfc6c7b5-d # internal
2025-08-20T21:26:51.9407895Z [00:02:12.989]➜  compress/flate
2025-08-20T21:26:51.9410791Z [00:02:12.989]➜  mkdir -p $WORK/b196/
2025-08-20T21:26:51.9418071Z [00:02:12.990]➜  cat >/tmp/go-build1389117207/b196/importcfg << 'EOF' # internal
2025-08-20T21:26:51.9440403Z [00:02:12.990]➜  # import config
2025-08-20T21:26:51.9441313Z [00:02:12.990]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:51.9442506Z [00:02:12.990]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:51.9443321Z [00:02:12.990]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:51.9444107Z [00:02:12.990]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:51.9444874Z [00:02:12.990]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:51.9445983Z [00:02:12.990]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:51.9447047Z [00:02:12.990]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:51.9448046Z [00:02:12.990]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:51.9449039Z [00:02:12.990]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:51.9449826Z [00:02:12.990]➜  EOF
2025-08-20T21:26:51.9454852Z [00:02:12.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b196=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:26:52.2089909Z [00:02:13.257]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:26:52.2154154Z [00:02:13.263]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/7d/7de066aedb18803a770def4ec4dc54ece41f5c3b924db77f068f2dd3e97b5d80-d # internal
2025-08-20T21:26:52.2162634Z [00:02:13.264]➜  crypto/internal/fips140/sha256
2025-08-20T21:26:52.2167507Z [00:02:13.265]➜  mkdir -p $WORK/b210/
2025-08-20T21:26:52.2175854Z [00:02:13.265]➜  echo -n > $WORK/b210/go_asm.h # internal
2025-08-20T21:26:52.2176638Z [00:02:13.265]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:26:52.2179131Z [00:02:13.265]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b210=>" -I $WORK/b210/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b210/symabis ./sha256block_amd64.s
2025-08-20T21:26:52.2198329Z [00:02:13.268]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:26:52.2223136Z [00:02:13.270]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:26:52.2228709Z [00:02:13.271]➜  compress/gzip
2025-08-20T21:26:52.2229227Z [00:02:13.271]➜  mkdir -p $WORK/b195/
2025-08-20T21:26:52.2229956Z [00:02:13.271]➜  cat >/tmp/go-build1389117207/b195/importcfg << 'EOF' # internal
2025-08-20T21:26:52.2230629Z [00:02:13.271]➜  # import config
2025-08-20T21:26:52.2232920Z [00:02:13.271]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:52.2233785Z [00:02:13.271]➜  packagefile compress/flate=/tmp/go-build1389117207/b196/_pkg_.a
2025-08-20T21:26:52.2234682Z [00:02:13.271]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:52.2235522Z [00:02:13.271]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.2236289Z [00:02:13.271]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:52.2237084Z [00:02:13.271]➜  packagefile hash/crc32=/tmp/go-build1389117207/b197/_pkg_.a
2025-08-20T21:26:52.2237879Z [00:02:13.271]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.2238658Z [00:02:13.271]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:52.2239235Z [00:02:13.271]➜  EOF
2025-08-20T21:26:52.2239724Z [00:02:13.271]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.2243202Z [00:02:13.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b195=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:26:52.2245863Z [00:02:13.271]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:26:52.2255084Z [00:02:13.273]➜  cat >/tmp/go-build1389117207/b210/importcfg << 'EOF' # internal
2025-08-20T21:26:52.2257450Z [00:02:13.273]➜  # import config
2025-08-20T21:26:52.2258094Z [00:02:13.273]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.2259027Z [00:02:13.273]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.2260301Z [00:02:13.273]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.2261793Z [00:02:13.273]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:52.2262748Z [00:02:13.273]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:52.2263551Z [00:02:13.273]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.2264279Z [00:02:13.273]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:52.2265017Z [00:02:13.273]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.2265583Z [00:02:13.273]➜  EOF
2025-08-20T21:26:52.2277277Z [00:02:13.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b210=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b210/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack -asmhdr $WORK/b210/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T21:26:52.2297262Z [00:02:13.277]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T21:26:52.2298255Z [00:02:13.278]➜  go/doc
2025-08-20T21:26:52.2299031Z [00:02:13.278]➜  mkdir -p $WORK/b180/
2025-08-20T21:26:52.2313961Z [00:02:13.279]➜  cat >/tmp/go-build1389117207/b180/importcfg << 'EOF' # internal
2025-08-20T21:26:52.2315786Z [00:02:13.279]➜  # import config
2025-08-20T21:26:52.2316413Z [00:02:13.279]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:52.2317166Z [00:02:13.279]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:52.2317922Z [00:02:13.279]➜  packagefile go/ast=/tmp/go-build1389117207/b177/_pkg_.a
2025-08-20T21:26:52.2318741Z [00:02:13.279]➜  packagefile go/doc/comment=/tmp/go-build1389117207/b181/_pkg_.a
2025-08-20T21:26:52.2319469Z [00:02:13.279]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:26:52.2320273Z [00:02:13.279]➜  packagefile internal/lazyregexp=/tmp/go-build1389117207/b182/_pkg_.a
2025-08-20T21:26:52.2321334Z [00:02:13.279]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.2322126Z [00:02:13.279]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:52.2322924Z [00:02:13.279]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:52.2323725Z [00:02:13.279]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:52.2324544Z [00:02:13.279]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:52.2325377Z [00:02:13.279]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:52.2326232Z [00:02:13.279]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:52.2327208Z [00:02:13.279]➜  EOF
2025-08-20T21:26:52.2331037Z [00:02:13.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b180=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T21:26:52.2748147Z [00:02:13.323]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:26:52.2752315Z [00:02:13.323]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b210=>" -I $WORK/b210/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b210/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:26:52.2782539Z [00:02:13.324]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:26:52.2791622Z [00:02:13.327]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:26:52.2792675Z [00:02:13.327]➜  go/parser
2025-08-20T21:26:52.2793163Z [00:02:13.327]➜  mkdir -p $WORK/b183/
2025-08-20T21:26:52.2793874Z [00:02:13.327]➜  cat >/tmp/go-build1389117207/b183/importcfg << 'EOF' # internal
2025-08-20T21:26:52.2794532Z [00:02:13.327]➜  # import config
2025-08-20T21:26:52.2795167Z [00:02:13.327]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.2795975Z [00:02:13.327]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.2797053Z [00:02:13.327]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:52.2797916Z [00:02:13.327]➜  packagefile go/ast=/tmp/go-build1389117207/b177/_pkg_.a
2025-08-20T21:26:52.2798829Z [00:02:13.327]➜  packagefile go/build/constraint=/tmp/go-build1389117207/b184/_pkg_.a
2025-08-20T21:26:52.2799736Z [00:02:13.327]➜  packagefile go/scanner=/tmp/go-build1389117207/b178/_pkg_.a
2025-08-20T21:26:52.2800583Z [00:02:13.327]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:26:52.2801589Z [00:02:13.327]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.2802492Z [00:02:13.327]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:52.2803268Z [00:02:13.327]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:52.2804094Z [00:02:13.327]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:52.2804967Z [00:02:13.327]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:52.2805582Z [00:02:13.327]➜  EOF
2025-08-20T21:26:52.2806077Z [00:02:13.327]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.2809339Z [00:02:13.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b183=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:26:52.2975075Z [00:02:13.345]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:26:52.2978017Z [00:02:13.345]➜  go tool pack r $WORK/b210/_pkg_.a $WORK/b210/sha256block_amd64.o # internal
2025-08-20T21:26:52.2984069Z [00:02:13.346]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:26:52.2990230Z [00:02:13.347]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:26:52.3080391Z [00:02:13.356]➜  crypto/internal/fips140/sha3
2025-08-20T21:26:52.3083941Z [00:02:13.356]➜  mkdir -p $WORK/b214/
2025-08-20T21:26:52.3090536Z [00:02:13.357]➜  echo -n > $WORK/b214/go_asm.h # internal
2025-08-20T21:26:52.3094173Z [00:02:13.357]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:26:52.3096451Z [00:02:13.357]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b214/symabis ./sha3_amd64.s
2025-08-20T21:26:52.3360221Z [00:02:13.384]➜  cat >/tmp/go-build1389117207/b214/importcfg << 'EOF' # internal
2025-08-20T21:26:52.3364863Z [00:02:13.384]➜  # import config
2025-08-20T21:26:52.3365567Z [00:02:13.384]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.3366720Z [00:02:13.384]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.3367888Z [00:02:13.384]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:52.3369092Z [00:02:13.384]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.3370308Z [00:02:13.384]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:52.3371502Z [00:02:13.384]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.3372339Z [00:02:13.384]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.3372957Z [00:02:13.384]➜  EOF
2025-08-20T21:26:52.3373433Z [00:02:13.384]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.3379145Z [00:02:13.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b214=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b214/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack -asmhdr $WORK/b214/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:26:52.3809412Z [00:02:13.429]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:26:52.3857647Z [00:02:13.433]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/b2/b217c290cb1a84c97f8cc5a704d0d9bbddf7aa75396211d984eef0f8160bc25b-d # internal
2025-08-20T21:26:52.3865274Z [00:02:13.434]➜  crypto/internal/fips140/sha512
2025-08-20T21:26:52.3866449Z [00:02:13.434]➜  mkdir -p $WORK/b216/
2025-08-20T21:26:52.3876769Z [00:02:13.435]➜  echo -n > $WORK/b216/go_asm.h # internal
2025-08-20T21:26:52.3877575Z [00:02:13.436]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:26:52.3885220Z [00:02:13.436]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b216=>" -I $WORK/b216/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b216/symabis ./sha512block_amd64.s
2025-08-20T21:26:52.3945339Z [00:02:13.442]➜  cat >/tmp/go-build1389117207/b216/importcfg << 'EOF' # internal
2025-08-20T21:26:52.3950619Z [00:02:13.443]➜  # import config
2025-08-20T21:26:52.3951686Z [00:02:13.443]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.3952844Z [00:02:13.443]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.3954287Z [00:02:13.443]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.3955586Z [00:02:13.443]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:52.3957041Z [00:02:13.443]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:52.3957971Z [00:02:13.443]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.3958802Z [00:02:13.443]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:52.3959649Z [00:02:13.443]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.3960297Z [00:02:13.443]➜  EOF
2025-08-20T21:26:52.3984867Z [00:02:13.446]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.3993984Z [00:02:13.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b216=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b216/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack -asmhdr $WORK/b216/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T21:26:52.4122125Z [00:02:13.459]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:26:52.4124558Z [00:02:13.459]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b214/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:26:52.4335816Z [00:02:13.481]➜  go tool pack r $WORK/b214/_pkg_.a $WORK/b214/sha3_amd64.o # internal
2025-08-20T21:26:52.4389919Z [00:02:13.481]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:26:52.4393930Z [00:02:13.482]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:26:52.4395039Z [00:02:13.483]➜  crypto/internal/sysrand
2025-08-20T21:26:52.4395976Z [00:02:13.483]➜  mkdir -p $WORK/b220/
2025-08-20T21:26:52.4396851Z [00:02:13.483]➜  cat >/tmp/go-build1389117207/b220/importcfg << 'EOF' # internal
2025-08-20T21:26:52.4397481Z [00:02:13.483]➜  # import config
2025-08-20T21:26:52.4398098Z [00:02:13.483]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.4399027Z [00:02:13.483]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:26:52.4399931Z [00:02:13.483]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:52.4400713Z [00:02:13.483]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:52.4401753Z [00:02:13.483]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:52.4402613Z [00:02:13.483]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:52.4403444Z [00:02:13.483]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:52.4404322Z [00:02:13.483]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:52.4405142Z [00:02:13.483]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:52.4405764Z [00:02:13.483]➜  EOF
2025-08-20T21:26:52.4406266Z [00:02:13.483]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.4409966Z [00:02:13.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b220=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:26:52.4726577Z [00:02:13.520]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:26:52.4733413Z [00:02:13.521]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:26:52.4736183Z [00:02:13.522]➜  crypto/internal/entropy
2025-08-20T21:26:52.4738699Z [00:02:13.522]➜  mkdir -p $WORK/b219/
2025-08-20T21:26:52.4739431Z [00:02:13.522]➜  cat >/tmp/go-build1389117207/b219/importcfg << 'EOF' # internal
2025-08-20T21:26:52.4740111Z [00:02:13.522]➜  # import config
2025-08-20T21:26:52.4741073Z [00:02:13.522]➜  packagefile crypto/internal/sysrand=/tmp/go-build1389117207/b220/_pkg_.a
2025-08-20T21:26:52.4741820Z [00:02:13.522]➜  EOF
2025-08-20T21:26:52.4745050Z [00:02:13.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b219=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:26:52.4860413Z [00:02:13.534]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:26:52.4869307Z [00:02:13.534]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:26:52.4870381Z [00:02:13.534]➜  crypto/internal/randutil
2025-08-20T21:26:52.4871118Z [00:02:13.534]➜  mkdir -p $WORK/b221/
2025-08-20T21:26:52.4871842Z [00:02:13.535]➜  cat >/tmp/go-build1389117207/b221/importcfg << 'EOF' # internal
2025-08-20T21:26:52.4872510Z [00:02:13.535]➜  # import config
2025-08-20T21:26:52.4873133Z [00:02:13.535]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.4873967Z [00:02:13.535]➜  packagefile math/rand/v2=/tmp/go-build1389117207/b222/_pkg_.a
2025-08-20T21:26:52.4874640Z [00:02:13.535]➜  EOF
2025-08-20T21:26:52.4877664Z [00:02:13.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b221=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:26:52.4953829Z [00:02:13.543]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:26:52.4974331Z [00:02:13.545]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:26:52.4976913Z [00:02:13.545]➜  math/big
2025-08-20T21:26:52.4977381Z [00:02:13.545]➜  mkdir -p $WORK/b226/
2025-08-20T21:26:52.4977991Z [00:02:13.545]➜  echo -n > $WORK/b226/go_asm.h # internal
2025-08-20T21:26:52.4978613Z [00:02:13.545]➜  cd /root/.go/src/math/big
2025-08-20T21:26:52.4980521Z [00:02:13.545]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b226=>" -I $WORK/b226/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b226/symabis ./arith_amd64.s
2025-08-20T21:26:52.5012629Z [00:02:13.549]➜  cat >/tmp/go-build1389117207/b226/importcfg << 'EOF' # internal
2025-08-20T21:26:52.5015956Z [00:02:13.549]➜  # import config
2025-08-20T21:26:52.5016609Z [00:02:13.549]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.5017374Z [00:02:13.549]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.5018164Z [00:02:13.549]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:52.5019066Z [00:02:13.549]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:52.5020003Z [00:02:13.549]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:52.5020826Z [00:02:13.549]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.5021852Z [00:02:13.549]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:52.5022712Z [00:02:13.549]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.5023551Z [00:02:13.549]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:52.5024366Z [00:02:13.549]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:52.5025200Z [00:02:13.549]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:52.5026035Z [00:02:13.549]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:52.5026852Z [00:02:13.549]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:52.5027479Z [00:02:13.549]➜  EOF
2025-08-20T21:26:52.5027971Z [00:02:13.549]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.5036298Z [00:02:13.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b226=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b226/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack -asmhdr $WORK/b226/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:26:52.5095292Z [00:02:13.557]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:26:52.5099080Z [00:02:13.558]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b216=>" -I $WORK/b216/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b216/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:26:52.5222715Z [00:02:13.570]➜  go tool pack r $WORK/b216/_pkg_.a $WORK/b216/sha512block_amd64.o # internal
2025-08-20T21:26:52.5223764Z [00:02:13.570]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:26:52.5230229Z [00:02:13.571]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:26:52.5234420Z [00:02:13.571]➜  crypto/internal/fips140/hmac
2025-08-20T21:26:52.5236446Z [00:02:13.572]➜  mkdir -p $WORK/b209/
2025-08-20T21:26:52.5247096Z [00:02:13.573]➜  cat >/tmp/go-build1389117207/b209/importcfg << 'EOF' # internal
2025-08-20T21:26:52.5250412Z [00:02:13.573]➜  # import config
2025-08-20T21:26:52.5251211Z [00:02:13.573]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.5252111Z [00:02:13.573]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.5253161Z [00:02:13.573]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:52.5254239Z [00:02:13.573]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:52.5255296Z [00:02:13.573]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:52.5256221Z [00:02:13.573]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.5257029Z [00:02:13.573]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:52.5257625Z [00:02:13.573]➜  EOF
2025-08-20T21:26:52.5268251Z [00:02:13.575]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.5273142Z [00:02:13.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b209=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:26:52.5701098Z [00:02:13.618]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:26:52.5709070Z [00:02:13.619]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:26:52.5711675Z [00:02:13.619]➜  crypto/internal/fips140/check
2025-08-20T21:26:52.5712228Z [00:02:13.619]➜  mkdir -p $WORK/b208/
2025-08-20T21:26:52.5713206Z [00:02:13.619]➜  cat >/tmp/go-build1389117207/b208/importcfg << 'EOF' # internal
2025-08-20T21:26:52.5713878Z [00:02:13.619]➜  # import config
2025-08-20T21:26:52.5714523Z [00:02:13.619]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.5715574Z [00:02:13.619]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:26:52.5716705Z [00:02:13.619]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:52.5717918Z [00:02:13.619]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.5719161Z [00:02:13.619]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1389117207/b206/_pkg_.a
2025-08-20T21:26:52.5737083Z [00:02:13.622]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.5737701Z [00:02:13.622]➜  EOF
2025-08-20T21:26:52.5741126Z [00:02:13.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b208=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:26:52.5924069Z [00:02:13.640]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:26:52.5938217Z [00:02:13.642]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:26:52.5944717Z [00:02:13.642]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:26:52.5949515Z [00:02:13.643]➜  crypto/internal/fips140/aes
2025-08-20T21:26:52.5954812Z [00:02:13.643]➜  mkdir -p $WORK/b204/
2025-08-20T21:26:52.5955444Z [00:02:13.643]➜  echo -n > $WORK/b204/go_asm.h # internal
2025-08-20T21:26:52.5957452Z [00:02:13.644]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:26:52.5960825Z [00:02:13.644]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b204=>" -I $WORK/b204/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b204/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:26:52.5996505Z [00:02:13.647]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T21:26:52.6005772Z [00:02:13.648]➜  cat >/tmp/go-build1389117207/b204/importcfg << 'EOF' # internal
2025-08-20T21:26:52.6011381Z [00:02:13.649]➜  # import config
2025-08-20T21:26:52.6012046Z [00:02:13.649]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.6012952Z [00:02:13.649]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.6014033Z [00:02:13.649]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:52.6015150Z [00:02:13.649]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:52.6016279Z [00:02:13.649]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:52.6017481Z [00:02:13.649]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.6018653Z [00:02:13.649]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:52.6019802Z [00:02:13.649]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1389117207/b206/_pkg_.a
2025-08-20T21:26:52.6021037Z [00:02:13.649]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:52.6021938Z [00:02:13.649]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.6022762Z [00:02:13.649]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.6023822Z [00:02:13.649]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:52.6024471Z [00:02:13.649]➜  EOF
2025-08-20T21:26:52.6024960Z [00:02:13.649]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.6033151Z [00:02:13.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b204=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b204/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack -asmhdr $WORK/b204/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:26:52.6046263Z [00:02:13.652]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:26:52.6049110Z [00:02:13.653]➜  mkdir -p $WORK/b233/
2025-08-20T21:26:52.6057036Z [00:02:13.653]➜  cat >/tmp/go-build1389117207/b233/importcfg << 'EOF' # internal
2025-08-20T21:26:52.6065294Z [00:02:13.654]➜  # import config
2025-08-20T21:26:52.6066171Z [00:02:13.654]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:52.6067347Z [00:02:13.654]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:52.6068321Z [00:02:13.654]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.6069167Z [00:02:13.654]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.6069785Z [00:02:13.654]➜  EOF
2025-08-20T21:26:52.6079177Z [00:02:13.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b233=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:26:52.6929022Z [00:02:13.740]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:26:52.6934744Z [00:02:13.741]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b204=>" -I $WORK/b204/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b204/aes_amd64.o ./aes_amd64.s
2025-08-20T21:26:52.7035978Z [00:02:13.751]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b204=>" -I $WORK/b204/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b204/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:26:52.7079856Z [00:02:13.756]➜  go tool pack r $WORK/b204/_pkg_.a $WORK/b204/aes_amd64.o $WORK/b204/ctr_amd64.o # internal
2025-08-20T21:26:52.7083661Z [00:02:13.756]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:26:52.7112079Z [00:02:13.759]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:26:52.7115633Z [00:02:13.759]➜  crypto/internal/fips140/drbg
2025-08-20T21:26:52.7118110Z [00:02:13.759]➜  mkdir -p $WORK/b218/
2025-08-20T21:26:52.7119953Z [00:02:13.759]➜  cat >/tmp/go-build1389117207/b218/importcfg << 'EOF' # internal
2025-08-20T21:26:52.7121352Z [00:02:13.759]➜  # import config
2025-08-20T21:26:52.7122139Z [00:02:13.759]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.7123169Z [00:02:13.760]➜  packagefile crypto/internal/entropy=/tmp/go-build1389117207/b219/_pkg_.a
2025-08-20T21:26:52.7124217Z [00:02:13.760]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.7125305Z [00:02:13.760]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:26:52.7126421Z [00:02:13.760]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:52.7127548Z [00:02:13.760]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:52.7128735Z [00:02:13.760]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.7130713Z [00:02:13.760]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:52.7131899Z [00:02:13.760]➜  packagefile crypto/internal/sysrand=/tmp/go-build1389117207/b220/_pkg_.a
2025-08-20T21:26:52.7132767Z [00:02:13.760]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.7133487Z [00:02:13.760]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.7134217Z [00:02:13.760]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:52.7134975Z [00:02:13.760]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:52.7135775Z [00:02:13.760]➜  EOF
2025-08-20T21:26:52.7136213Z [00:02:13.760]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.7141214Z [00:02:13.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b218=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:26:52.7323877Z [00:02:13.780]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:26:52.7370335Z [00:02:13.784]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T21:26:52.7383722Z [00:02:13.785]➜  github.com/karimkhaleel/jsonschema
2025-08-20T21:26:52.7384376Z [00:02:13.785]➜  mkdir -p $WORK/b176/
2025-08-20T21:26:52.7385100Z [00:02:13.785]➜  cat >/tmp/go-build1389117207/b176/importcfg << 'EOF' # internal
2025-08-20T21:26:52.7385749Z [00:02:13.785]➜  # import config
2025-08-20T21:26:52.7386382Z [00:02:13.785]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.7387205Z [00:02:13.785]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:52.7388032Z [00:02:13.785]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.7388798Z [00:02:13.785]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:52.7389727Z [00:02:13.785]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build1389117207/b094/_pkg_.a
2025-08-20T21:26:52.7390690Z [00:02:13.785]➜  packagefile go/ast=/tmp/go-build1389117207/b177/_pkg_.a
2025-08-20T21:26:52.7391917Z [00:02:13.785]➜  packagefile go/doc=/tmp/go-build1389117207/b180/_pkg_.a
2025-08-20T21:26:52.7392783Z [00:02:13.785]➜  packagefile go/parser=/tmp/go-build1389117207/b183/_pkg_.a
2025-08-20T21:26:52.7393602Z [00:02:13.785]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:26:52.7394403Z [00:02:13.785]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:52.7395149Z [00:02:13.785]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:52.7395896Z [00:02:13.785]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:52.7396659Z [00:02:13.785]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:52.7397460Z [00:02:13.785]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:52.7398266Z [00:02:13.785]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:52.7399046Z [00:02:13.785]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:52.7399815Z [00:02:13.785]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:52.7400588Z [00:02:13.785]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:52.7407464Z [00:02:13.785]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:52.7408054Z [00:02:13.785]➜  EOF
2025-08-20T21:26:52.7412980Z [00:02:13.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema=>github.com/karimkhaleel/jsonschema@v0.0.0-20231001195015-d933f0d94ea3;$WORK/b176=>" -p github.com/karimkhaleel/jsonschema -lang=go1.18 -complete -installsuffix shared -buildid afL9VaDQ0Ra2g-qQwbLz/afL9VaDQ0Ra2g-qQwbLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack ./vendor/github.com/karimkhaleel/jsonschema/comment_extractor.go ./vendor/github.com/karimkhaleel/jsonschema/id.go ./vendor/github.com/karimkhaleel/jsonschema/reflect.go ./vendor/github.com/karimkhaleel/jsonschema/utils.go
2025-08-20T21:26:52.7594559Z [00:02:13.807]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:26:52.7602305Z [00:02:13.808]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:26:52.7606534Z [00:02:13.808]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:26:52.7607073Z [00:02:13.808]➜  mkdir -p $WORK/b217/
2025-08-20T21:26:52.7614882Z [00:02:13.809]➜  echo -n > $WORK/b217/go_asm.h # internal
2025-08-20T21:26:52.7616787Z [00:02:13.809]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:26:52.7619932Z [00:02:13.809]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b217=>" -I $WORK/b217/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b217/symabis ./gcm_amd64.s
2025-08-20T21:26:52.7674756Z [00:02:13.815]➜  cat >/tmp/go-build1389117207/b217/importcfg << 'EOF' # internal
2025-08-20T21:26:52.7675416Z [00:02:13.815]➜  # import config
2025-08-20T21:26:52.7676142Z [00:02:13.815]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:52.7677213Z [00:02:13.815]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:26:52.7678275Z [00:02:13.815]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:52.7679332Z [00:02:13.815]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:52.7680384Z [00:02:13.815]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:52.7681698Z [00:02:13.815]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:52.7682852Z [00:02:13.815]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:52.7684336Z [00:02:13.815]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:52.7685404Z [00:02:13.815]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:52.7686268Z [00:02:13.815]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.7687093Z [00:02:13.815]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:52.7687635Z [00:02:13.815]➜  EOF
2025-08-20T21:26:52.7688119Z [00:02:13.815]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.7694782Z [00:02:13.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b217=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b217/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack -asmhdr $WORK/b217/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:26:52.8521421Z [00:02:13.900]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:26:52.8524342Z [00:02:13.900]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b217=>" -I $WORK/b217/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b217/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:26:52.8716062Z [00:02:13.919]➜  go tool pack r $WORK/b217/_pkg_.a $WORK/b217/gcm_amd64.o # internal
2025-08-20T21:26:52.8717624Z [00:02:13.920]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:26:52.8731656Z [00:02:13.921]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:26:52.8756860Z [00:02:13.924]➜  crypto/internal/fips140only
2025-08-20T21:26:52.8761673Z [00:02:13.924]➜  mkdir -p $WORK/b223/
2025-08-20T21:26:52.8766374Z [00:02:13.924]➜  cat >/tmp/go-build1389117207/b223/importcfg << 'EOF' # internal
2025-08-20T21:26:52.8791968Z [00:02:13.924]➜  # import config
2025-08-20T21:26:52.8792808Z [00:02:13.924]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:52.8793929Z [00:02:13.924]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:52.8795008Z [00:02:13.924]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:52.8796126Z [00:02:13.924]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:52.8797048Z [00:02:13.924]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:52.8797916Z [00:02:13.924]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:52.8798743Z [00:02:13.924]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.8799305Z [00:02:13.924]➜  EOF
2025-08-20T21:26:52.8799771Z [00:02:13.925]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:52.8803164Z [00:02:13.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b223=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:26:52.9146509Z [00:02:13.962]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:26:52.9166932Z [00:02:13.964]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:26:52.9168057Z [00:02:13.964]➜  crypto/cipher
2025-08-20T21:26:52.9170004Z [00:02:13.964]➜  mkdir -p $WORK/b203/
2025-08-20T21:26:52.9174583Z [00:02:13.964]➜  cat >/tmp/go-build1389117207/b203/importcfg << 'EOF' # internal
2025-08-20T21:26:52.9179057Z [00:02:13.964]➜  # import config
2025-08-20T21:26:52.9182413Z [00:02:13.964]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:52.9185172Z [00:02:13.964]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:26:52.9206329Z [00:02:13.964]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1389117207/b217/_pkg_.a
2025-08-20T21:26:52.9207564Z [00:02:13.964]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:52.9208757Z [00:02:13.964]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:52.9209803Z [00:02:13.964]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:52.9210681Z [00:02:13.964]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:52.9211799Z [00:02:13.964]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:52.9212681Z [00:02:13.964]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:52.9213275Z [00:02:13.964]➜  EOF
2025-08-20T21:26:52.9217433Z [00:02:13.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b203=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:26:53.1086121Z [00:02:14.156]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:26:53.1141828Z [00:02:14.162]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:26:53.1147504Z [00:02:14.163]➜  crypto/internal/boring
2025-08-20T21:26:53.1151231Z [00:02:14.163]➜  mkdir -p $WORK/b201/
2025-08-20T21:26:53.1158153Z [00:02:14.164]➜  cat >/tmp/go-build1389117207/b201/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1159838Z [00:02:14.164]➜  # import config
2025-08-20T21:26:53.1160488Z [00:02:14.164]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:53.1161531Z [00:02:14.164]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:53.1162593Z [00:02:14.164]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1389117207/b225/_pkg_.a
2025-08-20T21:26:53.1163565Z [00:02:14.164]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.1164191Z [00:02:14.164]➜  EOF
2025-08-20T21:26:53.1167768Z [00:02:14.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b201=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:26:53.1444470Z [00:02:14.192]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:26:53.1493757Z [00:02:14.197]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:26:53.1507438Z [00:02:14.199]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:26:53.1514637Z [00:02:14.199]➜  crypto/aes
2025-08-20T21:26:53.1519334Z [00:02:14.200]➜  mkdir -p $WORK/b228/
2025-08-20T21:26:53.1528179Z [00:02:14.201]➜  cat >/tmp/go-build1389117207/b228/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1531972Z [00:02:14.201]➜  # import config
2025-08-20T21:26:53.1533538Z [00:02:14.201]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:53.1535816Z [00:02:14.201]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.1538626Z [00:02:14.201]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:26:53.1539581Z [00:02:14.201]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.1545021Z [00:02:14.201]➜  EOF
2025-08-20T21:26:53.1549127Z [00:02:14.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b228=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:26:53.1563489Z [00:02:14.204]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/21/21ad74d88e9aeffde390bf9e01cc36a9256eb89b34616fba64c4c299a1e8f68f-d # internal
2025-08-20T21:26:53.1594354Z [00:02:14.207]➜  github.com/jesseduffield/lazygit/pkg/config
2025-08-20T21:26:53.1595005Z [00:02:14.207]➜  mkdir -p $WORK/b090/
2025-08-20T21:26:53.1602593Z [00:02:14.208]➜  cat >/tmp/go-build1389117207/b090/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1603270Z [00:02:14.208]➜  # import config
2025-08-20T21:26:53.1603920Z [00:02:14.208]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.1604708Z [00:02:14.208]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:53.1605575Z [00:02:14.208]➜  packagefile github.com/adrg/xdg=/tmp/go-build1389117207/b091/_pkg_.a
2025-08-20T21:26:53.1606868Z [00:02:14.208]➜  packagefile github.com/jesseduffield/generics/orderedset=/tmp/go-build1389117207/b093/_pkg_.a
2025-08-20T21:26:53.1608489Z [00:02:14.208]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:26:53.1609740Z [00:02:14.208]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:26:53.1611263Z [00:02:14.208]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:26:53.1612611Z [00:02:14.208]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils/yaml_utils=/tmp/go-build1389117207/b175/_pkg_.a
2025-08-20T21:26:53.1613879Z [00:02:14.208]➜  packagefile github.com/karimkhaleel/jsonschema=/tmp/go-build1389117207/b176/_pkg_.a
2025-08-20T21:26:53.1614916Z [00:02:14.208]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:53.1615846Z [00:02:14.208]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1389117207/b099/_pkg_.a
2025-08-20T21:26:53.1616687Z [00:02:14.208]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:53.1617451Z [00:02:14.208]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:53.1618242Z [00:02:14.208]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:53.1619071Z [00:02:14.208]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:53.1619848Z [00:02:14.208]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:53.1620622Z [00:02:14.208]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:53.1621682Z [00:02:14.208]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:53.1622500Z [00:02:14.208]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:53.1623121Z [00:02:14.208]➜  EOF
2025-08-20T21:26:53.1627657Z [00:02:14.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config=>github.com/jesseduffield/lazygit/pkg/config;$WORK/b090=>" -p github.com/jesseduffield/lazygit/pkg/config -lang=go1.24 -complete -installsuffix shared -buildid 5IdvzHXtFibJFfARkGVh/5IdvzHXtFibJFfARkGVh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack ./pkg/config/app_config.go ./pkg/config/config_linux.go ./pkg/config/dummies.go ./pkg/config/editor_presets.go ./pkg/config/keynames.go ./pkg/config/user_config.go ./pkg/config/user_config_validation.go
2025-08-20T21:26:53.1651210Z [00:02:14.213]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:26:53.1724003Z [00:02:14.220]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:26:53.1730693Z [00:02:14.221]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:26:53.1736779Z [00:02:14.221]➜  crypto/des
2025-08-20T21:26:53.1739834Z [00:02:14.222]➜  mkdir -p $WORK/b229/
2025-08-20T21:26:53.1759078Z [00:02:14.222]➜  cat >/tmp/go-build1389117207/b229/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1759784Z [00:02:14.222]➜  # import config
2025-08-20T21:26:53.1760497Z [00:02:14.222]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:53.1763555Z [00:02:14.222]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:53.1764711Z [00:02:14.222]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.1765674Z [00:02:14.222]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.1766583Z [00:02:14.222]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:53.1767648Z [00:02:14.222]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.1768572Z [00:02:14.222]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.1769157Z [00:02:14.222]➜  EOF
2025-08-20T21:26:53.1788777Z [00:02:14.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b229=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:26:53.1792750Z [00:02:14.223]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:26:53.1793849Z [00:02:14.225]➜  crypto/internal/fips140/nistec
2025-08-20T21:26:53.1794399Z [00:02:14.225]➜  mkdir -p $WORK/b232/
2025-08-20T21:26:53.1794990Z [00:02:14.226]➜  echo -n > $WORK/b232/go_asm.h # internal
2025-08-20T21:26:53.1795658Z [00:02:14.226]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:26:53.1798125Z [00:02:14.226]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b232=>" -I $WORK/b232/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b232/symabis ./p256_asm_amd64.s
2025-08-20T21:26:53.1991946Z [00:02:14.247]➜  cat >/tmp/go-build1389117207/b232/importcfg << 'EOF' # internal
2025-08-20T21:26:53.1994877Z [00:02:14.247]➜  # import config
2025-08-20T21:26:53.1998406Z [00:02:14.248]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.2003155Z [00:02:14.248]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1389117207/b233/_pkg_.a
2025-08-20T21:26:53.2004286Z [00:02:14.248]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:53.2005386Z [00:02:14.248]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.2006557Z [00:02:14.248]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.2007324Z [00:02:14.248]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.2008107Z [00:02:14.248]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:53.2008839Z [00:02:14.248]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.2009390Z [00:02:14.248]➜  EOF
2025-08-20T21:26:53.2009829Z [00:02:14.248]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.2016229Z [00:02:14.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b232=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b232/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack -asmhdr $WORK/b232/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:26:53.2235040Z [00:02:14.271]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:26:53.2243640Z [00:02:14.272]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:26:53.2250631Z [00:02:14.273]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:53.2255864Z [00:02:14.273]➜  mkdir -p $WORK/b234/
2025-08-20T21:26:53.2263549Z [00:02:14.274]➜  echo -n > $WORK/b234/go_asm.h # internal
2025-08-20T21:26:53.2269386Z [00:02:14.275]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:53.2277041Z [00:02:14.275]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b234=>" -I $WORK/b234/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b234/symabis ./fe_amd64.s
2025-08-20T21:26:53.2332469Z [00:02:14.280]➜  cat >/tmp/go-build1389117207/b234/importcfg << 'EOF' # internal
2025-08-20T21:26:53.2333245Z [00:02:14.280]➜  # import config
2025-08-20T21:26:53.2342085Z [00:02:14.280]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.2343265Z [00:02:14.280]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:53.2344390Z [00:02:14.280]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.2345400Z [00:02:14.280]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.2346262Z [00:02:14.280]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.2346899Z [00:02:14.280]➜  EOF
2025-08-20T21:26:53.2347380Z [00:02:14.282]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.2352319Z [00:02:14.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b234=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b234/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack -asmhdr $WORK/b234/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:26:53.2401131Z [00:02:14.288]➜  cd /root/.go/src/math/big
2025-08-20T21:26:53.2405223Z [00:02:14.288]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b226=>" -I $WORK/b226/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b226/arith_amd64.o ./arith_amd64.s
2025-08-20T21:26:53.2454344Z [00:02:14.293]➜  go tool pack r $WORK/b226/_pkg_.a $WORK/b226/arith_amd64.o # internal
2025-08-20T21:26:53.2455335Z [00:02:14.293]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:26:53.2537671Z [00:02:14.302]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:26:53.2540123Z [00:02:14.302]➜  crypto/rand
2025-08-20T21:26:53.2540628Z [00:02:14.302]➜  mkdir -p $WORK/b200/
2025-08-20T21:26:53.2541495Z [00:02:14.302]➜  cat >/tmp/go-build1389117207/b200/importcfg << 'EOF' # internal
2025-08-20T21:26:53.2542136Z [00:02:14.302]➜  # import config
2025-08-20T21:26:53.2542962Z [00:02:14.302]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.2544022Z [00:02:14.302]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.2545131Z [00:02:14.302]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:53.2546256Z [00:02:14.302]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.2547337Z [00:02:14.302]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:53.2548381Z [00:02:14.302]➜  packagefile crypto/internal/sysrand=/tmp/go-build1389117207/b220/_pkg_.a
2025-08-20T21:26:53.2549309Z [00:02:14.302]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.2550110Z [00:02:14.302]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.2551112Z [00:02:14.302]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:53.2551751Z [00:02:14.302]➜  EOF
2025-08-20T21:26:53.2554594Z [00:02:14.303]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.2557816Z [00:02:14.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b200=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:26:53.2911015Z [00:02:14.339]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:26:53.2917693Z [00:02:14.339]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:26:53.2921890Z [00:02:14.340]➜  crypto/internal/boring/bbig
2025-08-20T21:26:53.2922489Z [00:02:14.340]➜  mkdir -p $WORK/b237/
2025-08-20T21:26:53.2924235Z [00:02:14.340]➜  cat >/tmp/go-build1389117207/b237/importcfg << 'EOF' # internal
2025-08-20T21:26:53.2924981Z [00:02:14.340]➜  # import config
2025-08-20T21:26:53.2925879Z [00:02:14.340]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.2926879Z [00:02:14.340]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:53.2927501Z [00:02:14.340]➜  EOF
2025-08-20T21:26:53.2930576Z [00:02:14.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b237=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:26:53.2937050Z [00:02:14.342]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:26:53.2942060Z [00:02:14.342]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b234=>" -I $WORK/b234/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b234/fe_amd64.o ./fe_amd64.s
2025-08-20T21:26:53.3004826Z [00:02:14.348]➜  go tool pack r $WORK/b234/_pkg_.a $WORK/b234/fe_amd64.o # internal
2025-08-20T21:26:53.3005632Z [00:02:14.348]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:26:53.3021352Z [00:02:14.350]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:26:53.3022748Z [00:02:14.350]➜  crypto/internal/fips140/bigmod
2025-08-20T21:26:53.3023578Z [00:02:14.350]➜  mkdir -p $WORK/b239/
2025-08-20T21:26:53.3024470Z [00:02:14.350]➜  echo -n > $WORK/b239/go_asm.h # internal
2025-08-20T21:26:53.3025586Z [00:02:14.350]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:26:53.3028211Z [00:02:14.350]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b239/symabis ./nat_amd64.s
2025-08-20T21:26:53.3061619Z [00:02:14.354]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:26:53.3068961Z [00:02:14.355]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:26:53.3075800Z [00:02:14.355]➜  crypto/internal/fips140cache
2025-08-20T21:26:53.3076372Z [00:02:14.355]➜  mkdir -p $WORK/b240/
2025-08-20T21:26:53.3077109Z [00:02:14.355]➜  cat >/tmp/go-build1389117207/b240/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3079641Z [00:02:14.355]➜  # import config
2025-08-20T21:26:53.3080562Z [00:02:14.356]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:53.3081946Z [00:02:14.356]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.3083384Z [00:02:14.356]➜  packagefile weak=/tmp/go-build1389117207/b077/_pkg_.a
2025-08-20T21:26:53.3084380Z [00:02:14.356]➜  EOF
2025-08-20T21:26:53.3085235Z [00:02:14.356]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.3088759Z [00:02:14.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b240=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:26:53.3102976Z [00:02:14.358]➜  cat >/tmp/go-build1389117207/b239/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3104877Z [00:02:14.358]➜  # import config
2025-08-20T21:26:53.3109141Z [00:02:14.358]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.3110361Z [00:02:14.358]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.3111695Z [00:02:14.358]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:26:53.3112728Z [00:02:14.358]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:53.3113597Z [00:02:14.358]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.3114389Z [00:02:14.358]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.3114995Z [00:02:14.358]➜  EOF
2025-08-20T21:26:53.3119057Z [00:02:14.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b239=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b239/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack -asmhdr $WORK/b239/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:26:53.3241911Z [00:02:14.372]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:26:53.3289501Z [00:02:14.372]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:26:53.3290608Z [00:02:14.373]➜  crypto/sha3
2025-08-20T21:26:53.3291297Z [00:02:14.373]➜  mkdir -p $WORK/b242/
2025-08-20T21:26:53.3292015Z [00:02:14.373]➜  cat >/tmp/go-build1389117207/b242/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3292667Z [00:02:14.373]➜  # import config
2025-08-20T21:26:53.3293306Z [00:02:14.373]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:53.3294267Z [00:02:14.373]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:53.3295208Z [00:02:14.373]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.3295803Z [00:02:14.373]➜  EOF
2025-08-20T21:26:53.3298374Z [00:02:14.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b242=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:26:53.3698192Z [00:02:14.417]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:26:53.3717157Z [00:02:14.419]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:26:53.3718250Z [00:02:14.419]➜  crypto/internal/fips140hash
2025-08-20T21:26:53.3720257Z [00:02:14.420]➜  mkdir -p $WORK/b241/
2025-08-20T21:26:53.3721658Z [00:02:14.420]➜  cat >/tmp/go-build1389117207/b241/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3724187Z [00:02:14.420]➜  # import config
2025-08-20T21:26:53.3725406Z [00:02:14.420]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:53.3728164Z [00:02:14.420]➜  packagefile crypto/sha3=/tmp/go-build1389117207/b242/_pkg_.a
2025-08-20T21:26:53.3729407Z [00:02:14.420]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.3731591Z [00:02:14.420]➜  EOF
2025-08-20T21:26:53.3735086Z [00:02:14.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b241=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:26:53.3938091Z [00:02:14.441]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:26:53.3944172Z [00:02:14.442]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:26:53.3949248Z [00:02:14.443]➜  crypto/sha512
2025-08-20T21:26:53.3950350Z [00:02:14.443]➜  mkdir -p $WORK/b243/
2025-08-20T21:26:53.3954671Z [00:02:14.443]➜  cat >/tmp/go-build1389117207/b243/importcfg << 'EOF' # internal
2025-08-20T21:26:53.3955904Z [00:02:14.443]➜  # import config
2025-08-20T21:26:53.3956915Z [00:02:14.443]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:53.3958957Z [00:02:14.443]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.3960001Z [00:02:14.443]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:53.3961049Z [00:02:14.443]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.3961662Z [00:02:14.443]➜  EOF
2025-08-20T21:26:53.3964651Z [00:02:14.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b243=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:26:53.4332995Z [00:02:14.481]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:26:53.4339944Z [00:02:14.482]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b239/nat_amd64.o ./nat_amd64.s
2025-08-20T21:26:53.4408368Z [00:02:14.489]➜  go tool pack r $WORK/b239/_pkg_.a $WORK/b239/nat_amd64.o # internal
2025-08-20T21:26:53.4414330Z [00:02:14.489]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:26:53.4437103Z [00:02:14.491]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:26:53.4442546Z [00:02:14.492]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:26:53.4449120Z [00:02:14.493]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:26:53.4466208Z [00:02:14.495]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:26:53.4470358Z [00:02:14.495]➜  mkdir -p $WORK/b249/
2025-08-20T21:26:53.4483726Z [00:02:14.495]➜  cat >/tmp/go-build1389117207/b249/importcfg << 'EOF' # internal
2025-08-20T21:26:53.4484962Z [00:02:14.495]➜  # import config
2025-08-20T21:26:53.4487015Z [00:02:14.495]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.4488338Z [00:02:14.495]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1389117207/b234/_pkg_.a
2025-08-20T21:26:53.4489633Z [00:02:14.495]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:53.4491530Z [00:02:14.495]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.4492612Z [00:02:14.495]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.4493462Z [00:02:14.495]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.4494309Z [00:02:14.495]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.4495090Z [00:02:14.495]➜  EOF
2025-08-20T21:26:53.4501722Z [00:02:14.498]➜  encoding/asn1
2025-08-20T21:26:53.4504218Z [00:02:14.498]➜  mkdir -p $WORK/b245/
2025-08-20T21:26:53.4505713Z [00:02:14.498]➜  cat >/tmp/go-build1389117207/b245/importcfg << 'EOF' # internal
2025-08-20T21:26:53.4506906Z [00:02:14.498]➜  # import config
2025-08-20T21:26:53.4507904Z [00:02:14.498]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.4509228Z [00:02:14.498]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.4511327Z [00:02:14.498]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:53.4512861Z [00:02:14.498]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:53.4514257Z [00:02:14.498]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:53.4542166Z [00:02:14.498]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:53.4543663Z [00:02:14.498]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:53.4544970Z [00:02:14.498]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.4546311Z [00:02:14.498]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:53.4547594Z [00:02:14.498]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:53.4549216Z [00:02:14.498]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:26:53.4550719Z [00:02:14.498]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:53.4552204Z [00:02:14.498]➜  EOF
2025-08-20T21:26:53.4553203Z [00:02:14.498]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.4557059Z [00:02:14.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b245=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:26:53.4565862Z [00:02:14.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b249=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:26:53.6360440Z [00:02:14.684]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:26:53.6378933Z [00:02:14.686]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:26:53.6386230Z [00:02:14.686]➜  crypto/internal/fips140/ed25519
2025-08-20T21:26:53.6386828Z [00:02:14.686]➜  mkdir -p $WORK/b248/
2025-08-20T21:26:53.6387571Z [00:02:14.686]➜  cat >/tmp/go-build1389117207/b248/importcfg << 'EOF' # internal
2025-08-20T21:26:53.6389471Z [00:02:14.686]➜  # import config
2025-08-20T21:26:53.6390148Z [00:02:14.686]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.6391261Z [00:02:14.686]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.6392430Z [00:02:14.686]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.6393554Z [00:02:14.686]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:53.6394740Z [00:02:14.686]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1389117207/b249/_pkg_.a
2025-08-20T21:26:53.6395919Z [00:02:14.686]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:53.6396877Z [00:02:14.686]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.6397712Z [00:02:14.686]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.6398541Z [00:02:14.686]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.6399150Z [00:02:14.686]➜  EOF
2025-08-20T21:26:53.6403009Z [00:02:14.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b248=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:26:53.6632474Z [00:02:14.711]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:26:53.6712890Z [00:02:14.719]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/4e/4e613994c5c52dce9ad0312703f8675306e88633b69793d3bad8869a7b8a8235-d # internal
2025-08-20T21:26:53.6715492Z [00:02:14.719]➜  crypto/internal/fips140/hkdf
2025-08-20T21:26:53.6717643Z [00:02:14.719]➜  mkdir -p $WORK/b251/
2025-08-20T21:26:53.6725924Z [00:02:14.720]➜  cat >/tmp/go-build1389117207/b251/importcfg << 'EOF' # internal
2025-08-20T21:26:53.6729088Z [00:02:14.720]➜  # import config
2025-08-20T21:26:53.6731542Z [00:02:14.720]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.6732897Z [00:02:14.720]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.6736240Z [00:02:14.720]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.6737416Z [00:02:14.720]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:26:53.6738592Z [00:02:14.720]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:53.6739611Z [00:02:14.721]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.6740468Z [00:02:14.721]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.6741314Z [00:02:14.721]➜  EOF
2025-08-20T21:26:53.6750234Z [00:02:14.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b251=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:26:53.6762201Z [00:02:14.724]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:26:53.6828626Z [00:02:14.731]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:26:53.6832067Z [00:02:14.731]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:53.6834303Z [00:02:14.731]➜  mkdir -p $WORK/b244/
2025-08-20T21:26:53.6836014Z [00:02:14.732]➜  cat >/tmp/go-build1389117207/b244/importcfg << 'EOF' # internal
2025-08-20T21:26:53.6838939Z [00:02:14.732]➜  # import config
2025-08-20T21:26:53.6840552Z [00:02:14.732]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:53.6843897Z [00:02:14.732]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:53.6844961Z [00:02:14.732]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.6848046Z [00:02:14.732]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:53.6849174Z [00:02:14.732]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b246/_pkg_.a
2025-08-20T21:26:53.6850249Z [00:02:14.732]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:53.6851323Z [00:02:14.732]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:53.6852456Z [00:02:14.732]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:53.6853107Z [00:02:14.732]➜  EOF
2025-08-20T21:26:53.6869279Z [00:02:14.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b244=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:26:53.6948531Z [00:02:14.743]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:26:53.6970207Z [00:02:14.744]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:26:53.6971463Z [00:02:14.744]➜  crypto/ed25519
2025-08-20T21:26:53.6971996Z [00:02:14.744]➜  mkdir -p $WORK/b247/
2025-08-20T21:26:53.6972703Z [00:02:14.744]➜  cat >/tmp/go-build1389117207/b247/importcfg << 'EOF' # internal
2025-08-20T21:26:53.6973355Z [00:02:14.745]➜  # import config
2025-08-20T21:26:53.6974022Z [00:02:14.745]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:53.6975020Z [00:02:14.745]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1389117207/b248/_pkg_.a
2025-08-20T21:26:53.6976142Z [00:02:14.745]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1389117207/b240/_pkg_.a
2025-08-20T21:26:53.6977278Z [00:02:14.745]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.6978268Z [00:02:14.745]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:53.6979175Z [00:02:14.745]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:53.6980091Z [00:02:14.745]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.6981326Z [00:02:14.745]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.6982044Z [00:02:14.745]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.6993016Z [00:02:14.745]➜  EOF
2025-08-20T21:26:53.6996734Z [00:02:14.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b247=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:26:53.6999622Z [00:02:14.745]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:26:53.7006115Z [00:02:14.748]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:26:53.7015238Z [00:02:14.748]➜  crypto/hkdf
2025-08-20T21:26:53.7015778Z [00:02:14.748]➜  mkdir -p $WORK/b250/
2025-08-20T21:26:53.7016546Z [00:02:14.748]➜  cat >/tmp/go-build1389117207/b250/importcfg << 'EOF' # internal
2025-08-20T21:26:53.7017234Z [00:02:14.748]➜  # import config
2025-08-20T21:26:53.7018024Z [00:02:14.748]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1389117207/b251/_pkg_.a
2025-08-20T21:26:53.7019109Z [00:02:14.748]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1389117207/b241/_pkg_.a
2025-08-20T21:26:53.7020157Z [00:02:14.748]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.7021219Z [00:02:14.748]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.7022024Z [00:02:14.748]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.7022572Z [00:02:14.748]➜  EOF
2025-08-20T21:26:53.7025381Z [00:02:14.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b250=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:26:53.7079273Z [00:02:14.756]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:26:53.7092883Z [00:02:14.756]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:26:53.7094368Z [00:02:14.757]➜  crypto/hmac
2025-08-20T21:26:53.7095244Z [00:02:14.757]➜  mkdir -p $WORK/b252/
2025-08-20T21:26:53.7139651Z [00:02:14.762]➜  cat >/tmp/go-build1389117207/b252/importcfg << 'EOF' # internal
2025-08-20T21:26:53.7140535Z [00:02:14.762]➜  # import config
2025-08-20T21:26:53.7141700Z [00:02:14.762]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.7142881Z [00:02:14.762]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:26:53.7144031Z [00:02:14.762]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1389117207/b241/_pkg_.a
2025-08-20T21:26:53.7145212Z [00:02:14.762]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.7146989Z [00:02:14.762]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:53.7147818Z [00:02:14.762]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.7148377Z [00:02:14.762]➜  EOF
2025-08-20T21:26:53.7151003Z [00:02:14.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b252=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:26:53.7352705Z [00:02:14.783]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:26:53.7364380Z [00:02:14.784]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:26:53.7375390Z [00:02:14.785]➜  crypto/internal/fips140/mlkem
2025-08-20T21:26:53.7376013Z [00:02:14.785]➜  mkdir -p $WORK/b253/
2025-08-20T21:26:53.7376773Z [00:02:14.785]➜  cat >/tmp/go-build1389117207/b253/importcfg << 'EOF' # internal
2025-08-20T21:26:53.7377461Z [00:02:14.785]➜  # import config
2025-08-20T21:26:53.7378134Z [00:02:14.785]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.7379074Z [00:02:14.785]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.7380178Z [00:02:14.785]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.7381448Z [00:02:14.785]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:53.7382597Z [00:02:14.785]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:53.7383753Z [00:02:14.785]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:53.7384948Z [00:02:14.785]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.7385970Z [00:02:14.785]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.7386593Z [00:02:14.785]➜  EOF
2025-08-20T21:26:53.7391714Z [00:02:14.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b253=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:26:53.8822694Z [00:02:14.930]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:26:53.8885048Z [00:02:14.936]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:26:53.8896775Z [00:02:14.937]➜  crypto/internal/fips140/tls12
2025-08-20T21:26:53.8899203Z [00:02:14.937]➜  mkdir -p $WORK/b254/
2025-08-20T21:26:53.8899938Z [00:02:14.937]➜  cat >/tmp/go-build1389117207/b254/importcfg << 'EOF' # internal
2025-08-20T21:26:53.8900585Z [00:02:14.937]➜  # import config
2025-08-20T21:26:53.8901378Z [00:02:14.937]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.8902211Z [00:02:14.937]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.8903210Z [00:02:14.937]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.8904200Z [00:02:14.937]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:26:53.8905320Z [00:02:14.937]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:53.8906422Z [00:02:14.937]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:53.8907349Z [00:02:14.937]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.8908109Z [00:02:14.937]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.8908681Z [00:02:14.937]➜  EOF
2025-08-20T21:26:53.8912330Z [00:02:14.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b254=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:26:53.8917090Z [00:02:14.940]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:26:53.8951016Z [00:02:14.943]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:26:53.8956041Z [00:02:14.943]➜  crypto/internal/fips140/tls13
2025-08-20T21:26:53.8961936Z [00:02:14.943]➜  mkdir -p $WORK/b255/
2025-08-20T21:26:53.8962655Z [00:02:14.944]➜  cat >/tmp/go-build1389117207/b255/importcfg << 'EOF' # internal
2025-08-20T21:26:53.8963339Z [00:02:14.944]➜  # import config
2025-08-20T21:26:53.8963989Z [00:02:14.944]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.8964911Z [00:02:14.944]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.8966019Z [00:02:14.944]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.8967142Z [00:02:14.944]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1389117207/b251/_pkg_.a
2025-08-20T21:26:53.8968330Z [00:02:14.944]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:53.8969492Z [00:02:14.944]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.8970449Z [00:02:14.944]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.8971423Z [00:02:14.944]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.8972003Z [00:02:14.944]➜  EOF
2025-08-20T21:26:53.8975784Z [00:02:14.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b255=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:26:53.8980217Z [00:02:14.945]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:26:53.9002527Z [00:02:14.948]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:26:53.9004599Z [00:02:14.948]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:26:53.9006519Z [00:02:14.949]➜  mkdir -p $WORK/b258/
2025-08-20T21:26:53.9011631Z [00:02:14.949]➜  cat >/tmp/go-build1389117207/b258/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9014143Z [00:02:14.949]➜  # import config
2025-08-20T21:26:53.9016508Z [00:02:14.949]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:26:53.9017607Z [00:02:14.949]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:53.9018562Z [00:02:14.949]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:53.9019482Z [00:02:14.949]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.9020603Z [00:02:14.949]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1389117207/b259/_pkg_.a
2025-08-20T21:26:53.9021862Z [00:02:14.949]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.9022720Z [00:02:14.949]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:53.9023351Z [00:02:14.949]➜  EOF
2025-08-20T21:26:53.9027619Z [00:02:14.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b258=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:26:53.9085866Z [00:02:14.956]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:26:53.9091595Z [00:02:14.956]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b232=>" -I $WORK/b232/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b232/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:26:53.9154190Z [00:02:14.963]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:26:53.9164622Z [00:02:14.964]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:26:53.9171161Z [00:02:14.965]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:53.9178232Z [00:02:14.965]➜  mkdir -p $WORK/b260/
2025-08-20T21:26:53.9178982Z [00:02:14.965]➜  go tool pack r $WORK/b232/_pkg_.a $WORK/b232/p256_asm_amd64.o # internal
2025-08-20T21:26:53.9179727Z [00:02:14.966]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:26:53.9186340Z [00:02:14.966]➜  echo -n > $WORK/b260/go_asm.h # internal
2025-08-20T21:26:53.9193801Z [00:02:14.967]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:53.9196727Z [00:02:14.967]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b260=>" -I $WORK/b260/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b260/symabis ./sum_amd64.s
2025-08-20T21:26:53.9245432Z [00:02:14.971]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:26:53.9252234Z [00:02:14.973]➜  crypto/internal/fips140/ecdh
2025-08-20T21:26:53.9252840Z [00:02:14.973]➜  mkdir -p $WORK/b231/
2025-08-20T21:26:53.9260633Z [00:02:14.974]➜  cat >/tmp/go-build1389117207/b231/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9261940Z [00:02:14.974]➜  # import config
2025-08-20T21:26:53.9262840Z [00:02:14.974]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.9263968Z [00:02:14.974]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.9265253Z [00:02:14.974]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.9266559Z [00:02:14.974]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:53.9267850Z [00:02:14.974]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1389117207/b232/_pkg_.a
2025-08-20T21:26:53.9269249Z [00:02:14.974]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:26:53.9270476Z [00:02:14.974]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.9271797Z [00:02:14.974]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.9272683Z [00:02:14.974]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.9273571Z [00:02:14.974]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.9274211Z [00:02:14.974]➜  EOF
2025-08-20T21:26:53.9276871Z [00:02:14.976]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.9285952Z [00:02:14.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b231=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:26:53.9297204Z [00:02:14.977]➜  cat >/tmp/go-build1389117207/b260/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9297905Z [00:02:14.977]➜  # import config
2025-08-20T21:26:53.9298616Z [00:02:14.977]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:53.9299542Z [00:02:14.977]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:53.9300451Z [00:02:14.977]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:53.9301279Z [00:02:14.977]➜  EOF
2025-08-20T21:26:53.9311690Z [00:02:14.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b260=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b260/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack -asmhdr $WORK/b260/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:26:53.9383976Z [00:02:14.984]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:26:53.9388026Z [00:02:14.987]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:26:53.9392470Z [00:02:14.987]➜  crypto/elliptic
2025-08-20T21:26:53.9403511Z [00:02:14.987]➜  mkdir -p $WORK/b236/
2025-08-20T21:26:53.9404267Z [00:02:14.987]➜  cat >/tmp/go-build1389117207/b236/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9404947Z [00:02:14.987]➜  # import config
2025-08-20T21:26:53.9406053Z [00:02:14.987]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1389117207/b232/_pkg_.a
2025-08-20T21:26:53.9407051Z [00:02:14.987]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.9407843Z [00:02:14.987]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.9408617Z [00:02:14.987]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:53.9409423Z [00:02:14.987]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.9410009Z [00:02:14.987]➜  EOF
2025-08-20T21:26:53.9414486Z [00:02:14.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b236=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:26:53.9709073Z [00:02:15.019]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:53.9713839Z [00:02:15.019]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b260=>" -I $WORK/b260/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b260/sum_amd64.o ./sum_amd64.s
2025-08-20T21:26:53.9722275Z [00:02:15.020]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:26:53.9725384Z [00:02:15.020]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:26:53.9731936Z [00:02:15.021]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:26:53.9738007Z [00:02:15.021]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:26:53.9740052Z [00:02:15.021]➜  mkdir -p $WORK/b238/
2025-08-20T21:26:53.9740720Z [00:02:15.022]➜  cat >/tmp/go-build1389117207/b238/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9741862Z [00:02:15.022]➜  # import config
2025-08-20T21:26:53.9748286Z [00:02:15.022]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.9749402Z [00:02:15.022]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:53.9750495Z [00:02:15.022]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1389117207/b239/_pkg_.a
2025-08-20T21:26:53.9752031Z [00:02:15.022]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:53.9756791Z [00:02:15.022]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:53.9757966Z [00:02:15.022]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:26:53.9759096Z [00:02:15.022]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1389117207/b232/_pkg_.a
2025-08-20T21:26:53.9760220Z [00:02:15.022]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:53.9765838Z [00:02:15.022]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.9766655Z [00:02:15.022]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:53.9767411Z [00:02:15.022]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.9768178Z [00:02:15.022]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:53.9768778Z [00:02:15.022]➜  EOF
2025-08-20T21:26:53.9769298Z [00:02:15.022]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.9774177Z [00:02:15.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b238=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:26:53.9778589Z [00:02:15.022]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:26:53.9779559Z [00:02:15.022]➜  crypto/ecdh
2025-08-20T21:26:53.9780038Z [00:02:15.022]➜  mkdir -p $WORK/b230/
2025-08-20T21:26:53.9780728Z [00:02:15.023]➜  cat >/tmp/go-build1389117207/b230/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9781570Z [00:02:15.023]➜  # import config
2025-08-20T21:26:53.9782207Z [00:02:15.023]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:53.9782981Z [00:02:15.023]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:53.9783879Z [00:02:15.023]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:53.9784962Z [00:02:15.023]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1389117207/b231/_pkg_.a
2025-08-20T21:26:53.9786195Z [00:02:15.023]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1389117207/b234/_pkg_.a
2025-08-20T21:26:53.9793965Z [00:02:15.023]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:53.9797669Z [00:02:15.024]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:53.9803251Z [00:02:15.024]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:53.9804344Z [00:02:15.024]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:53.9805175Z [00:02:15.024]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:53.9805781Z [00:02:15.024]➜  EOF
2025-08-20T21:26:53.9808883Z [00:02:15.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b230=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:26:53.9817561Z [00:02:15.027]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:53.9818469Z [00:02:15.027]➜  go tool pack r $WORK/b260/_pkg_.a $WORK/b260/sum_amd64.o # internal
2025-08-20T21:26:53.9819288Z [00:02:15.027]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:26:53.9820521Z [00:02:15.028]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:26:53.9821754Z [00:02:15.028]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:26:53.9822305Z [00:02:15.028]➜  mkdir -p $WORK/b261/
2025-08-20T21:26:53.9822876Z [00:02:15.028]➜  echo -n > $WORK/b261/go_asm.h # internal
2025-08-20T21:26:53.9823576Z [00:02:15.029]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:53.9825931Z [00:02:15.029]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b261/symabis ./cpu_gc_x86.s
2025-08-20T21:26:53.9854976Z [00:02:15.033]➜  cat >/tmp/go-build1389117207/b261/importcfg << 'EOF' # internal
2025-08-20T21:26:53.9858144Z [00:02:15.033]➜  # import config
2025-08-20T21:26:53.9858825Z [00:02:15.033]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:53.9872878Z [00:02:15.033]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:53.9874843Z [00:02:15.033]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:53.9876238Z [00:02:15.033]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:53.9877606Z [00:02:15.033]➜  EOF
2025-08-20T21:26:53.9878723Z [00:02:15.033]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:53.9886529Z [00:02:15.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b261=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b261/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack -asmhdr $WORK/b261/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:26:54.0410580Z [00:02:15.089]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:54.0416179Z [00:02:15.089]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b261/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:26:54.0454077Z [00:02:15.093]➜  go tool pack r $WORK/b261/_pkg_.a $WORK/b261/cpu_gc_x86.o # internal
2025-08-20T21:26:54.0457578Z [00:02:15.094]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:26:54.0470531Z [00:02:15.095]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:26:54.0485836Z [00:02:15.095]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:54.0486972Z [00:02:15.095]➜  mkdir -p $WORK/b257/
2025-08-20T21:26:54.0487573Z [00:02:15.096]➜  echo -n > $WORK/b257/go_asm.h # internal
2025-08-20T21:26:54.0488325Z [00:02:15.096]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:54.0491408Z [00:02:15.096]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b257=>" -I $WORK/b257/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b257/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:26:54.0683024Z [00:02:15.114]➜  cat >/tmp/go-build1389117207/b257/importcfg << 'EOF' # internal
2025-08-20T21:26:54.0692214Z [00:02:15.116]➜  # import config
2025-08-20T21:26:54.0693080Z [00:02:15.116]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:26:54.0694287Z [00:02:15.116]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:26:54.0695659Z [00:02:15.117]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:54.0696754Z [00:02:15.117]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:26:54.0697655Z [00:02:15.117]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:54.0698608Z [00:02:15.117]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:54.0699468Z [00:02:15.117]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.0700477Z [00:02:15.117]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1389117207/b258/_pkg_.a
2025-08-20T21:26:54.0701949Z [00:02:15.117]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1389117207/b259/_pkg_.a
2025-08-20T21:26:54.0703539Z [00:02:15.117]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1389117207/b260/_pkg_.a
2025-08-20T21:26:54.0704819Z [00:02:15.117]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1389117207/b261/_pkg_.a
2025-08-20T21:26:54.0705561Z [00:02:15.117]➜  EOF
2025-08-20T21:26:54.0706033Z [00:02:15.117]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.0713124Z [00:02:15.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b257=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b257/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack -asmhdr $WORK/b257/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:26:54.0928442Z [00:02:15.140]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:26:54.0949651Z [00:02:15.143]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:26:54.0961185Z [00:02:15.144]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:26:54.0979110Z [00:02:15.146]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:26:54.0993314Z [00:02:15.146]➜  crypto/md5
2025-08-20T21:26:54.0993850Z [00:02:15.146]➜  mkdir -p $WORK/b262/
2025-08-20T21:26:54.0994492Z [00:02:15.147]➜  echo -n > $WORK/b262/go_asm.h # internal
2025-08-20T21:26:54.0995135Z [00:02:15.147]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:26:54.0997206Z [00:02:15.147]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b262=>" -I $WORK/b262/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b262/symabis ./md5block_amd64.s
2025-08-20T21:26:54.1009251Z [00:02:15.149]➜  crypto/rc4
2025-08-20T21:26:54.1013312Z [00:02:15.149]➜  mkdir -p $WORK/b263/
2025-08-20T21:26:54.1023877Z [00:02:15.149]➜  cat >/tmp/go-build1389117207/b263/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1024554Z [00:02:15.149]➜  # import config
2025-08-20T21:26:54.1025329Z [00:02:15.149]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:26:54.1026366Z [00:02:15.149]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.1027331Z [00:02:15.149]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1028167Z [00:02:15.149]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:54.1028800Z [00:02:15.149]➜  EOF
2025-08-20T21:26:54.1029275Z [00:02:15.149]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.1032060Z [00:02:15.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b263=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:26:54.1102353Z [00:02:15.158]➜  cat >/tmp/go-build1389117207/b262/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1118204Z [00:02:15.158]➜  # import config
2025-08-20T21:26:54.1118893Z [00:02:15.158]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.1119886Z [00:02:15.158]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.1120768Z [00:02:15.158]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1121985Z [00:02:15.158]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:54.1122860Z [00:02:15.158]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:54.1123691Z [00:02:15.158]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:54.1124285Z [00:02:15.158]➜  EOF
2025-08-20T21:26:54.1127527Z [00:02:15.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b262=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b262/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack -asmhdr $WORK/b262/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:26:54.1139741Z [00:02:15.159]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:26:54.1141378Z [00:02:15.161]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:26:54.1142445Z [00:02:15.161]➜  crypto/ecdsa
2025-08-20T21:26:54.1142963Z [00:02:15.161]➜  mkdir -p $WORK/b235/
2025-08-20T21:26:54.1149138Z [00:02:15.163]➜  cat >/tmp/go-build1389117207/b235/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1153064Z [00:02:15.163]➜  # import config
2025-08-20T21:26:54.1153888Z [00:02:15.163]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:54.1155082Z [00:02:15.163]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:54.1156097Z [00:02:15.163]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.1156950Z [00:02:15.163]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:26:54.1157850Z [00:02:15.163]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:54.1158875Z [00:02:15.163]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:54.1160284Z [00:02:15.163]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1389117207/b237/_pkg_.a
2025-08-20T21:26:54.1161595Z [00:02:15.163]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1389117207/b238/_pkg_.a
2025-08-20T21:26:54.1162701Z [00:02:15.163]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1389117207/b232/_pkg_.a
2025-08-20T21:26:54.1163826Z [00:02:15.163]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1389117207/b240/_pkg_.a
2025-08-20T21:26:54.1164968Z [00:02:15.163]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1389117207/b241/_pkg_.a
2025-08-20T21:26:54.1166188Z [00:02:15.163]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.1167273Z [00:02:15.163]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:54.1168285Z [00:02:15.163]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:54.1169210Z [00:02:15.163]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:54.1170078Z [00:02:15.163]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1171223Z [00:02:15.163]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b244/_pkg_.a
2025-08-20T21:26:54.1172506Z [00:02:15.163]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b246/_pkg_.a
2025-08-20T21:26:54.1173514Z [00:02:15.163]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.1174385Z [00:02:15.163]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:54.1175464Z [00:02:15.163]➜  packagefile math/rand/v2=/tmp/go-build1389117207/b222/_pkg_.a
2025-08-20T21:26:54.1176280Z [00:02:15.163]➜  EOF
2025-08-20T21:26:54.1179933Z [00:02:15.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b235=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:26:54.1202422Z [00:02:15.168]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:54.1205895Z [00:02:15.168]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b257=>" -I $WORK/b257/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b257/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:26:54.1249648Z [00:02:15.173]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:26:54.1269412Z [00:02:15.174]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:26:54.1270613Z [00:02:15.174]➜  crypto/internal/fips140/rsa
2025-08-20T21:26:54.1271439Z [00:02:15.174]➜  mkdir -p $WORK/b265/
2025-08-20T21:26:54.1272181Z [00:02:15.174]➜  cat >/tmp/go-build1389117207/b265/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1272886Z [00:02:15.174]➜  # import config
2025-08-20T21:26:54.1273558Z [00:02:15.174]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.1274567Z [00:02:15.174]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:54.1275902Z [00:02:15.174]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1389117207/b239/_pkg_.a
2025-08-20T21:26:54.1277056Z [00:02:15.174]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:54.1278182Z [00:02:15.174]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:26:54.1279340Z [00:02:15.174]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:54.1280829Z [00:02:15.174]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:26:54.1282205Z [00:02:15.174]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:26:54.1283347Z [00:02:15.174]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:26:54.1284325Z [00:02:15.174]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1285162Z [00:02:15.174]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:54.1285932Z [00:02:15.174]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.1286713Z [00:02:15.174]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.1287321Z [00:02:15.174]➜  EOF
2025-08-20T21:26:54.1287803Z [00:02:15.174]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.1300124Z [00:02:15.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b265=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:26:54.1545608Z [00:02:15.202]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:26:54.1553035Z [00:02:15.203]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b262=>" -I $WORK/b262/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b262/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:26:54.1609106Z [00:02:15.209]➜  go tool pack r $WORK/b262/_pkg_.a $WORK/b262/md5block_amd64.o # internal
2025-08-20T21:26:54.1613983Z [00:02:15.209]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:26:54.1618969Z [00:02:15.210]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:26:54.1638746Z [00:02:15.211]➜  crypto/sha1
2025-08-20T21:26:54.1639293Z [00:02:15.211]➜  mkdir -p $WORK/b266/
2025-08-20T21:26:54.1639920Z [00:02:15.211]➜  echo -n > $WORK/b266/go_asm.h # internal
2025-08-20T21:26:54.1640555Z [00:02:15.211]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:26:54.1642879Z [00:02:15.211]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b266=>" -I $WORK/b266/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b266/symabis ./sha1block_amd64.s
2025-08-20T21:26:54.1699015Z [00:02:15.218]➜  cat >/tmp/go-build1389117207/b266/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1711416Z [00:02:15.218]➜  # import config
2025-08-20T21:26:54.1712058Z [00:02:15.218]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.1712918Z [00:02:15.218]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:54.1713917Z [00:02:15.218]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.1714885Z [00:02:15.218]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:26:54.1715736Z [00:02:15.218]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1716468Z [00:02:15.218]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:54.1717263Z [00:02:15.218]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:54.1718173Z [00:02:15.218]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:54.1719027Z [00:02:15.218]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:54.1719957Z [00:02:15.218]➜  EOF
2025-08-20T21:26:54.1720432Z [00:02:15.218]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.1724954Z [00:02:15.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b266=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b266/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack -asmhdr $WORK/b266/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T21:26:54.1765131Z [00:02:15.224]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:54.1768241Z [00:02:15.224]➜  go tool pack r $WORK/b257/_pkg_.a $WORK/b257/chacha20poly1305_amd64.o # internal
2025-08-20T21:26:54.1773372Z [00:02:15.225]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:26:54.1789959Z [00:02:15.227]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:26:54.1796604Z [00:02:15.227]➜  crypto/internal/hpke
2025-08-20T21:26:54.1799737Z [00:02:15.228]➜  mkdir -p $WORK/b256/
2025-08-20T21:26:54.1807989Z [00:02:15.229]➜  cat >/tmp/go-build1389117207/b256/importcfg << 'EOF' # internal
2025-08-20T21:26:54.1809083Z [00:02:15.229]➜  # import config
2025-08-20T21:26:54.1811810Z [00:02:15.229]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:54.1814124Z [00:02:15.229]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.1814943Z [00:02:15.229]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:54.1815858Z [00:02:15.229]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:54.1817051Z [00:02:15.229]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:26:54.1818030Z [00:02:15.229]➜  packagefile crypto/hkdf=/tmp/go-build1389117207/b250/_pkg_.a
2025-08-20T21:26:54.1818923Z [00:02:15.229]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:54.1819798Z [00:02:15.229]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.1824104Z [00:02:15.229]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1389117207/b257/_pkg_.a
2025-08-20T21:26:54.1825355Z [00:02:15.229]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:54.1826311Z [00:02:15.229]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:54.1826976Z [00:02:15.229]➜  EOF
2025-08-20T21:26:54.1827473Z [00:02:15.229]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.1830561Z [00:02:15.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b256=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:26:54.2198969Z [00:02:15.268]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:26:54.2203121Z [00:02:15.268]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b266=>" -I $WORK/b266/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b266/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:26:54.2435119Z [00:02:15.291]➜  go tool pack r $WORK/b266/_pkg_.a $WORK/b266/sha1block_amd64.o # internal
2025-08-20T21:26:54.2476297Z [00:02:15.295]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:26:54.2485409Z [00:02:15.296]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:26:54.2490501Z [00:02:15.297]➜  crypto/sha256
2025-08-20T21:26:54.2491318Z [00:02:15.297]➜  mkdir -p $WORK/b267/
2025-08-20T21:26:54.2505053Z [00:02:15.297]➜  cat >/tmp/go-build1389117207/b267/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2505717Z [00:02:15.297]➜  # import config
2025-08-20T21:26:54.2506405Z [00:02:15.297]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.2507355Z [00:02:15.297]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:54.2508450Z [00:02:15.297]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:26:54.2509330Z [00:02:15.297]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:54.2509932Z [00:02:15.297]➜  EOF
2025-08-20T21:26:54.2510426Z [00:02:15.298]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:54.2513510Z [00:02:15.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b267=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:26:54.2523138Z [00:02:15.300]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:26:54.2545710Z [00:02:15.302]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:26:54.2559323Z [00:02:15.302]➜  crypto/fips140
2025-08-20T21:26:54.2560105Z [00:02:15.302]➜  mkdir -p $WORK/b269/
2025-08-20T21:26:54.2562331Z [00:02:15.302]➜  cat >/tmp/go-build1389117207/b269/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2563080Z [00:02:15.302]➜  # import config
2025-08-20T21:26:54.2563889Z [00:02:15.302]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:26:54.2565248Z [00:02:15.302]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:26:54.2566068Z [00:02:15.302]➜  EOF
2025-08-20T21:26:54.2568759Z [00:02:15.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b269=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:26:54.2685864Z [00:02:15.316]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:26:54.2695098Z [00:02:15.317]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:26:54.2705970Z [00:02:15.318]➜  crypto/tls/internal/fips140tls
2025-08-20T21:26:54.2708990Z [00:02:15.318]➜  mkdir -p $WORK/b268/
2025-08-20T21:26:54.2709808Z [00:02:15.319]➜  cat >/tmp/go-build1389117207/b268/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2710497Z [00:02:15.319]➜  # import config
2025-08-20T21:26:54.2711409Z [00:02:15.319]➜  packagefile crypto/fips140=/tmp/go-build1389117207/b269/_pkg_.a
2025-08-20T21:26:54.2712334Z [00:02:15.319]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:54.2712998Z [00:02:15.319]➜  EOF
2025-08-20T21:26:54.2716284Z [00:02:15.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b268=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:26:54.2742537Z [00:02:15.320]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:26:54.2744078Z [00:02:15.320]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:26:54.2747911Z [00:02:15.320]➜  crypto/dsa
2025-08-20T21:26:54.2748610Z [00:02:15.320]➜  mkdir -p $WORK/b271/
2025-08-20T21:26:54.2749602Z [00:02:15.320]➜  cat >/tmp/go-build1389117207/b271/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2750803Z [00:02:15.320]➜  # import config
2025-08-20T21:26:54.2752165Z [00:02:15.320]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.2753755Z [00:02:15.320]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:54.2755190Z [00:02:15.320]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.2756456Z [00:02:15.320]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.2757689Z [00:02:15.320]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:54.2758751Z [00:02:15.320]➜  EOF
2025-08-20T21:26:54.2761714Z [00:02:15.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b271=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:26:54.2979361Z [00:02:15.346]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:26:54.2990771Z [00:02:15.347]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:26:54.2993867Z [00:02:15.347]➜  encoding/hex
2025-08-20T21:26:54.2996271Z [00:02:15.347]➜  mkdir -p $WORK/b273/
2025-08-20T21:26:54.2997079Z [00:02:15.347]➜  cat >/tmp/go-build1389117207/b273/importcfg << 'EOF' # internal
2025-08-20T21:26:54.2997734Z [00:02:15.347]➜  # import config
2025-08-20T21:26:54.2998673Z [00:02:15.347]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.2999512Z [00:02:15.347]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.3000243Z [00:02:15.347]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.3001195Z [00:02:15.347]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:54.3002028Z [00:02:15.347]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.3002631Z [00:02:15.347]➜  EOF
2025-08-20T21:26:54.3005265Z [00:02:15.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b273=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:26:54.3297443Z [00:02:15.377]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:26:54.3316600Z [00:02:15.379]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:26:54.3334205Z [00:02:15.380]➜  crypto/rsa
2025-08-20T21:26:54.3334736Z [00:02:15.380]➜  mkdir -p $WORK/b264/
2025-08-20T21:26:54.3335492Z [00:02:15.380]➜  cat >/tmp/go-build1389117207/b264/importcfg << 'EOF' # internal
2025-08-20T21:26:54.3336203Z [00:02:15.380]➜  # import config
2025-08-20T21:26:54.3336886Z [00:02:15.380]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.3337840Z [00:02:15.380]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:54.3338968Z [00:02:15.380]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1389117207/b237/_pkg_.a
2025-08-20T21:26:54.3340092Z [00:02:15.380]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1389117207/b239/_pkg_.a
2025-08-20T21:26:54.3341477Z [00:02:15.380]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1389117207/b265/_pkg_.a
2025-08-20T21:26:54.3342631Z [00:02:15.380]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1389117207/b241/_pkg_.a
2025-08-20T21:26:54.3344066Z [00:02:15.380]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:26:54.3345179Z [00:02:15.380]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:26:54.3346192Z [00:02:15.380]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:54.3347115Z [00:02:15.380]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:54.3348011Z [00:02:15.380]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.3348828Z [00:02:15.380]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.3349646Z [00:02:15.380]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:54.3350546Z [00:02:15.380]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:54.3351667Z [00:02:15.380]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.3352476Z [00:02:15.380]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:54.3353272Z [00:02:15.380]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:54.3353880Z [00:02:15.380]➜  EOF
2025-08-20T21:26:54.3357166Z [00:02:15.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b264=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:26:54.3362900Z [00:02:15.384]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:26:54.3374609Z [00:02:15.385]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:26:54.3392628Z [00:02:15.387]➜  encoding/pem
2025-08-20T21:26:54.3393447Z [00:02:15.387]➜  mkdir -p $WORK/b274/
2025-08-20T21:26:54.3394822Z [00:02:15.387]➜  cat >/tmp/go-build1389117207/b274/importcfg << 'EOF' # internal
2025-08-20T21:26:54.3397805Z [00:02:15.387]➜  # import config
2025-08-20T21:26:54.3398481Z [00:02:15.387]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.3399368Z [00:02:15.387]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:54.3400248Z [00:02:15.387]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.3401297Z [00:02:15.387]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.3402102Z [00:02:15.387]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:54.3402910Z [00:02:15.387]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.3403559Z [00:02:15.387]➜  EOF
2025-08-20T21:26:54.3406253Z [00:02:15.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b274=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:26:54.3477212Z [00:02:15.395]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:26:54.3485431Z [00:02:15.396]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:26:54.3493860Z [00:02:15.396]➜  crypto/x509/pkix
2025-08-20T21:26:54.3494438Z [00:02:15.396]➜  mkdir -p $WORK/b272/
2025-08-20T21:26:54.3495179Z [00:02:15.397]➜  cat >/tmp/go-build1389117207/b272/importcfg << 'EOF' # internal
2025-08-20T21:26:54.3495866Z [00:02:15.397]➜  # import config
2025-08-20T21:26:54.3496599Z [00:02:15.397]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:54.3497925Z [00:02:15.397]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:54.3498793Z [00:02:15.397]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.3499619Z [00:02:15.397]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:54.3500465Z [00:02:15.397]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:54.3501318Z [00:02:15.397]➜  EOF
2025-08-20T21:26:54.3504187Z [00:02:15.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b272=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:26:54.4319591Z [00:02:15.480]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:26:54.4328735Z [00:02:15.481]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:26:54.4332183Z [00:02:15.481]➜  vendor/golang.org/x/text/transform
2025-08-20T21:26:54.4333482Z [00:02:15.481]➜  mkdir -p $WORK/b278/
2025-08-20T21:26:54.4334634Z [00:02:15.481]➜  cat >/tmp/go-build1389117207/b278/importcfg << 'EOF' # internal
2025-08-20T21:26:54.4335752Z [00:02:15.481]➜  # import config
2025-08-20T21:26:54.4336710Z [00:02:15.481]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.4337826Z [00:02:15.481]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.4338977Z [00:02:15.481]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.4341585Z [00:02:15.481]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.4342823Z [00:02:15.481]➜  EOF
2025-08-20T21:26:54.4346614Z [00:02:15.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b278=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:26:54.4450117Z [00:02:15.493]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:26:54.4471430Z [00:02:15.495]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:26:54.4486247Z [00:02:15.496]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:54.4490219Z [00:02:15.497]➜  mkdir -p $WORK/b279/
2025-08-20T21:26:54.4492894Z [00:02:15.497]➜  cat >/tmp/go-build1389117207/b279/importcfg << 'EOF' # internal
2025-08-20T21:26:54.4493944Z [00:02:15.497]➜  # import config
2025-08-20T21:26:54.4494749Z [00:02:15.497]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.4497654Z [00:02:15.497]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:54.4498484Z [00:02:15.497]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.4499235Z [00:02:15.497]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:54.4499998Z [00:02:15.497]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:54.4500824Z [00:02:15.497]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.4501657Z [00:02:15.497]➜  EOF
2025-08-20T21:26:54.4506999Z [00:02:15.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b279=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:26:54.4792936Z [00:02:15.527]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:26:54.4877259Z [00:02:15.534]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:26:54.4888734Z [00:02:15.536]➜  net/textproto
2025-08-20T21:26:54.4889290Z [00:02:15.536]➜  mkdir -p $WORK/b281/
2025-08-20T21:26:54.4890313Z [00:02:15.536]➜  cat >/tmp/go-build1389117207/b281/importcfg << 'EOF' # internal
2025-08-20T21:26:54.4891233Z [00:02:15.536]➜  # import config
2025-08-20T21:26:54.4891939Z [00:02:15.536]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:54.4892790Z [00:02:15.536]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.4893580Z [00:02:15.536]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.4894349Z [00:02:15.536]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.4895142Z [00:02:15.536]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.4895937Z [00:02:15.536]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:54.4896708Z [00:02:15.536]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:54.4897588Z [00:02:15.536]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:54.4898440Z [00:02:15.536]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.4899246Z [00:02:15.536]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.4899855Z [00:02:15.536]➜  EOF
2025-08-20T21:26:54.4903849Z [00:02:15.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b281=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid zlmslJPeX1hVjI3ONEoS/zlmslJPeX1hVjI3ONEoS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:26:54.5318473Z [00:02:15.580]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:26:54.5327930Z [00:02:15.581]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:26:54.5334943Z [00:02:15.581]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:26:54.5336646Z [00:02:15.582]➜  mkdir -p $WORK/b280/
2025-08-20T21:26:54.5356388Z [00:02:15.584]➜  cat >/tmp/go-build1389117207/b280/importcfg << 'EOF' # internal
2025-08-20T21:26:54.5358742Z [00:02:15.584]➜  # import config
2025-08-20T21:26:54.5360458Z [00:02:15.584]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:26:54.5361629Z [00:02:15.584]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:54.5362522Z [00:02:15.584]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.5363535Z [00:02:15.584]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1389117207/b278/_pkg_.a
2025-08-20T21:26:54.5364637Z [00:02:15.584]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.5365419Z [00:02:15.584]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.5366262Z [00:02:15.584]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.5366928Z [00:02:15.584]➜  EOF
2025-08-20T21:26:54.5374326Z [00:02:15.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b280=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:26:54.5740404Z [00:02:15.622]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:26:54.5809485Z [00:02:15.629]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:26:54.5852672Z [00:02:15.632]➜  crypto/x509
2025-08-20T21:26:54.5855091Z [00:02:15.632]➜  mkdir -p $WORK/b270/
2025-08-20T21:26:54.5857479Z [00:02:15.632]➜  cat >/tmp/go-build1389117207/b270/importcfg << 'EOF' # internal
2025-08-20T21:26:54.5862575Z [00:02:15.632]➜  # import config
2025-08-20T21:26:54.5863469Z [00:02:15.632]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:54.5864760Z [00:02:15.632]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:26:54.5865832Z [00:02:15.632]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.5868049Z [00:02:15.632]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:54.5869170Z [00:02:15.632]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:54.5870251Z [00:02:15.633]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:54.5871517Z [00:02:15.633]➜  packagefile crypto/des=/tmp/go-build1389117207/b229/_pkg_.a
2025-08-20T21:26:54.5872586Z [00:02:15.633]➜  packagefile crypto/dsa=/tmp/go-build1389117207/b271/_pkg_.a
2025-08-20T21:26:54.5873970Z [00:02:15.633]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:26:54.5875478Z [00:02:15.633]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:26:54.5879136Z [00:02:15.633]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:26:54.5880116Z [00:02:15.633]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:54.5881364Z [00:02:15.633]➜  packagefile crypto/md5=/tmp/go-build1389117207/b262/_pkg_.a
2025-08-20T21:26:54.5882304Z [00:02:15.633]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:26:54.5883573Z [00:02:15.633]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:26:54.5884487Z [00:02:15.633]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:54.5885423Z [00:02:15.633]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:54.5886373Z [00:02:15.633]➜  packagefile crypto/x509/pkix=/tmp/go-build1389117207/b272/_pkg_.a
2025-08-20T21:26:54.5887334Z [00:02:15.633]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:54.5888263Z [00:02:15.633]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:54.5889184Z [00:02:15.633]➜  packagefile encoding/pem=/tmp/go-build1389117207/b274/_pkg_.a
2025-08-20T21:26:54.5890028Z [00:02:15.633]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.5910687Z [00:02:15.633]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.5912174Z [00:02:15.633]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b244/_pkg_.a
2025-08-20T21:26:54.5913448Z [00:02:15.633]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b246/_pkg_.a
2025-08-20T21:26:54.5914560Z [00:02:15.633]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:54.5915492Z [00:02:15.633]➜  packagefile internal/goos=/tmp/go-build1389117207/b019/_pkg_.a
2025-08-20T21:26:54.5916311Z [00:02:15.633]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.5917084Z [00:02:15.633]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:54.5917863Z [00:02:15.633]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:26:54.5918641Z [00:02:15.633]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:54.5919415Z [00:02:15.633]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:54.5920513Z [00:02:15.633]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:54.5921761Z [00:02:15.633]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:54.5922712Z [00:02:15.633]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:54.5923516Z [00:02:15.633]➜  packagefile net/netip=/tmp/go-build1389117207/b075/_pkg_.a
2025-08-20T21:26:54.5924342Z [00:02:15.633]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:54.5925118Z [00:02:15.633]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:54.5925941Z [00:02:15.633]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:54.5926791Z [00:02:15.633]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:54.5927579Z [00:02:15.633]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:54.5928423Z [00:02:15.633]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:54.5929221Z [00:02:15.633]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.5930006Z [00:02:15.633]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.5930779Z [00:02:15.633]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:54.5931773Z [00:02:15.633]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:54.5932618Z [00:02:15.633]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:26:54.5933478Z [00:02:15.633]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.5934134Z [00:02:15.633]➜  EOF
2025-08-20T21:26:54.5939353Z [00:02:15.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b270=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid dHEozP2Pa27Qb11_m2pn/dHEozP2Pa27Qb11_m2pn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:26:54.5944454Z [00:02:15.636]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:26:54.5945733Z [00:02:15.639]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/01/015f7ff613a5d11b18bc5ac18929cc061ea1d264c4269f8aef92403095c34200-d # internal
2025-08-20T21:26:54.5952215Z [00:02:15.643]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:54.5955071Z [00:02:15.643]➜  mkdir -p $WORK/b283/
2025-08-20T21:26:54.5962849Z [00:02:15.644]➜  cat >/tmp/go-build1389117207/b283/importcfg << 'EOF' # internal
2025-08-20T21:26:54.5965460Z [00:02:15.644]➜  # import config
2025-08-20T21:26:54.5968481Z [00:02:15.644]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.5971858Z [00:02:15.644]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.5975960Z [00:02:15.644]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.5976783Z [00:02:15.644]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.5981600Z [00:02:15.644]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.5982234Z [00:02:15.644]➜  EOF
2025-08-20T21:26:54.5987530Z [00:02:15.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b283=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:26:54.6378169Z [00:02:15.686]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:26:54.6400304Z [00:02:15.688]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:26:54.6408094Z [00:02:15.688]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:26:54.6408687Z [00:02:15.688]➜  mkdir -p $WORK/b277/
2025-08-20T21:26:54.6409382Z [00:02:15.688]➜  cat >/tmp/go-build1389117207/b277/importcfg << 'EOF' # internal
2025-08-20T21:26:54.6410031Z [00:02:15.688]➜  # import config
2025-08-20T21:26:54.6410784Z [00:02:15.688]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:26:54.6432282Z [00:02:15.688]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:54.6433301Z [00:02:15.688]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.6434412Z [00:02:15.688]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1389117207/b278/_pkg_.a
2025-08-20T21:26:54.6435638Z [00:02:15.688]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1389117207/b279/_pkg_.a
2025-08-20T21:26:54.6436670Z [00:02:15.688]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.6437379Z [00:02:15.688]➜  EOF
2025-08-20T21:26:54.6441505Z [00:02:15.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b277=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:26:54.6846234Z [00:02:15.732]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:26:54.6854322Z [00:02:15.733]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:26:54.6856395Z [00:02:15.733]➜  mime
2025-08-20T21:26:54.6856882Z [00:02:15.734]➜  mkdir -p $WORK/b284/
2025-08-20T21:26:54.6861556Z [00:02:15.734]➜  cat >/tmp/go-build1389117207/b284/importcfg << 'EOF' # internal
2025-08-20T21:26:54.6863227Z [00:02:15.734]➜  # import config
2025-08-20T21:26:54.6864806Z [00:02:15.734]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:54.6867220Z [00:02:15.734]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.6868496Z [00:02:15.734]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:54.6870088Z [00:02:15.734]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.6871323Z [00:02:15.734]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.6872268Z [00:02:15.734]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.6873739Z [00:02:15.734]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:54.6875867Z [00:02:15.734]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:54.6876676Z [00:02:15.734]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:54.6877498Z [00:02:15.734]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.6878296Z [00:02:15.734]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:54.6879104Z [00:02:15.734]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:54.6880289Z [00:02:15.734]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:54.6881179Z [00:02:15.734]➜  EOF
2025-08-20T21:26:54.6884408Z [00:02:15.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b284=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:26:54.7104731Z [00:02:15.758]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:26:54.7125726Z [00:02:15.760]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:26:54.7128063Z [00:02:15.760]➜  mime/quotedprintable
2025-08-20T21:26:54.7128785Z [00:02:15.761]➜  mkdir -p $WORK/b286/
2025-08-20T21:26:54.7136494Z [00:02:15.761]➜  cat >/tmp/go-build1389117207/b286/importcfg << 'EOF' # internal
2025-08-20T21:26:54.7137265Z [00:02:15.761]➜  # import config
2025-08-20T21:26:54.7137903Z [00:02:15.761]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:54.7138648Z [00:02:15.761]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.7139399Z [00:02:15.761]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.7140136Z [00:02:15.761]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.7140710Z [00:02:15.761]➜  EOF
2025-08-20T21:26:54.7144058Z [00:02:15.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b286=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:26:54.7442273Z [00:02:15.792]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:26:54.7455474Z [00:02:15.793]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:26:54.7461957Z [00:02:15.794]➜  net/http/internal
2025-08-20T21:26:54.7466931Z [00:02:15.794]➜  mkdir -p $WORK/b288/
2025-08-20T21:26:54.7476141Z [00:02:15.795]➜  cat >/tmp/go-build1389117207/b288/importcfg << 'EOF' # internal
2025-08-20T21:26:54.7485060Z [00:02:15.795]➜  # import config
2025-08-20T21:26:54.7485783Z [00:02:15.795]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:54.7486624Z [00:02:15.795]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.7487467Z [00:02:15.795]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.7488321Z [00:02:15.796]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.7489122Z [00:02:15.796]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.7489784Z [00:02:15.796]➜  EOF
2025-08-20T21:26:54.7499173Z [00:02:15.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b288=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:26:54.7833859Z [00:02:15.831]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:26:54.7849138Z [00:02:15.833]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:26:54.7857847Z [00:02:15.834]➜  net/http/internal/ascii
2025-08-20T21:26:54.7863754Z [00:02:15.834]➜  mkdir -p $WORK/b289/
2025-08-20T21:26:54.7874467Z [00:02:15.835]➜  cat >/tmp/go-build1389117207/b289/importcfg << 'EOF' # internal
2025-08-20T21:26:54.7876136Z [00:02:15.835]➜  # import config
2025-08-20T21:26:54.7878324Z [00:02:15.835]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.7883424Z [00:02:15.835]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:54.7884089Z [00:02:15.835]➜  EOF
2025-08-20T21:26:54.7887024Z [00:02:15.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b289=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:26:54.8006696Z [00:02:15.848]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:26:54.8019926Z [00:02:15.850]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:26:54.8029765Z [00:02:15.850]➜  github.com/jesseduffield/lazygit/pkg/env
2025-08-20T21:26:54.8034242Z [00:02:15.851]➜  mkdir -p $WORK/b291/
2025-08-20T21:26:54.8043179Z [00:02:15.852]➜  cat >/tmp/go-build1389117207/b291/importcfg << 'EOF' # internal
2025-08-20T21:26:54.8044553Z [00:02:15.852]➜  # import config
2025-08-20T21:26:54.8045396Z [00:02:15.852]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:54.8047548Z [00:02:15.852]➜  EOF
2025-08-20T21:26:54.8050654Z [00:02:15.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/env=>github.com/jesseduffield/lazygit/pkg/env;$WORK/b291=>" -p github.com/jesseduffield/lazygit/pkg/env -lang=go1.24 -complete -installsuffix shared -buildid kD-prvQ4JW8Uvg83g4Nl/kD-prvQ4JW8Uvg83g4Nl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack ./pkg/env/env.go
2025-08-20T21:26:54.8458672Z [00:02:15.894]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:26:54.8464985Z [00:02:15.894]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/81/8105ae83cbb70cf82d0b332b998995a984c36474fcce24fa3d852d53c5f3b0e8-d # internal
2025-08-20T21:26:54.8597645Z [00:02:15.907]➜  github.com/jesseduffield/lazygit/pkg/commands/models
2025-08-20T21:26:54.8695554Z [00:02:15.917]➜  mkdir -p $WORK/b294/
2025-08-20T21:26:54.8702123Z [00:02:15.918]➜  cat >/tmp/go-build1389117207/b294/importcfg << 'EOF' # internal
2025-08-20T21:26:54.8702981Z [00:02:15.918]➜  # import config
2025-08-20T21:26:54.8703637Z [00:02:15.918]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.8704702Z [00:02:15.918]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:26:54.8705946Z [00:02:15.918]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:26:54.8707089Z [00:02:15.918]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:54.8708242Z [00:02:15.918]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:26:54.8709345Z [00:02:15.918]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:54.8710221Z [00:02:15.918]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:54.8710818Z [00:02:15.918]➜  EOF
2025-08-20T21:26:54.8719638Z [00:02:15.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models=>github.com/jesseduffield/lazygit/pkg/commands/models;$WORK/b294=>" -p github.com/jesseduffield/lazygit/pkg/commands/models -lang=go1.24 -complete -installsuffix shared -buildid 19oOxn2NFSOOjGRtSAev/19oOxn2NFSOOjGRtSAev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack ./pkg/commands/models/author.go ./pkg/commands/models/branch.go ./pkg/commands/models/commit.go ./pkg/commands/models/commit_file.go ./pkg/commands/models/file.go ./pkg/commands/models/ref.go ./pkg/commands/models/remote.go ./pkg/commands/models/remote_branch.go ./pkg/commands/models/stash_entry.go ./pkg/commands/models/submodule_config.go ./pkg/commands/models/tag.go ./pkg/commands/models/working_tree_state.go ./pkg/commands/models/worktree.go
2025-08-20T21:26:54.9364454Z [00:02:15.984]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:26:54.9414309Z [00:02:15.989]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:26:54.9424558Z [00:02:15.990]➜  mime/multipart
2025-08-20T21:26:54.9430210Z [00:02:15.991]➜  mkdir -p $WORK/b285/
2025-08-20T21:26:54.9439079Z [00:02:15.992]➜  cat >/tmp/go-build1389117207/b285/importcfg << 'EOF' # internal
2025-08-20T21:26:54.9442578Z [00:02:15.992]➜  # import config
2025-08-20T21:26:54.9447230Z [00:02:15.992]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:54.9448092Z [00:02:15.993]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:54.9451191Z [00:02:15.993]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:54.9452707Z [00:02:15.993]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:54.9453821Z [00:02:15.993]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:54.9455607Z [00:02:15.993]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:54.9457745Z [00:02:15.993]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:54.9458533Z [00:02:15.993]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:54.9459307Z [00:02:15.993]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:54.9460075Z [00:02:15.993]➜  packagefile mime=/tmp/go-build1389117207/b284/_pkg_.a
2025-08-20T21:26:54.9463183Z [00:02:15.993]➜  packagefile mime/quotedprintable=/tmp/go-build1389117207/b286/_pkg_.a
2025-08-20T21:26:54.9464509Z [00:02:15.993]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:26:54.9465347Z [00:02:15.993]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:54.9466173Z [00:02:15.993]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:54.9467034Z [00:02:15.993]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:54.9467870Z [00:02:15.993]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:54.9468666Z [00:02:15.993]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:54.9469253Z [00:02:15.993]➜  EOF
2025-08-20T21:26:54.9486804Z [00:02:15.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b285=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:26:55.0488218Z [00:02:16.096]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:26:55.0581982Z [00:02:16.106]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:26:55.0590497Z [00:02:16.107]➜  vendor/golang.org/x/net/idna
2025-08-20T21:26:55.0592220Z [00:02:16.107]➜  mkdir -p $WORK/b276/
2025-08-20T21:26:55.0594429Z [00:02:16.107]➜  cat >/tmp/go-build1389117207/b276/importcfg << 'EOF' # internal
2025-08-20T21:26:55.0595315Z [00:02:16.107]➜  # import config
2025-08-20T21:26:55.0596598Z [00:02:16.107]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:26:55.0598638Z [00:02:16.107]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:26:55.0600058Z [00:02:16.107]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:26:55.0601314Z [00:02:16.107]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.0602703Z [00:02:16.107]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1389117207/b277/_pkg_.a
2025-08-20T21:26:55.0604234Z [00:02:16.107]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1389117207/b279/_pkg_.a
2025-08-20T21:26:55.0605746Z [00:02:16.107]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1389117207/b280/_pkg_.a
2025-08-20T21:26:55.0606930Z [00:02:16.107]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:55.0608274Z [00:02:16.107]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.0611648Z [00:02:16.107]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:55.0612324Z [00:02:16.107]➜  EOF
2025-08-20T21:26:55.0617666Z [00:02:16.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b276=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:26:55.1188562Z [00:02:16.166]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:26:55.1299608Z [00:02:16.178]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/bb/bb75a7197c421ac1dca17aea721ddb6c602dde014499f0a85416c0bb48351e16-d # internal
2025-08-20T21:26:55.1330023Z [00:02:16.180]➜  container/heap
2025-08-20T21:26:55.1330584Z [00:02:16.180]➜  mkdir -p $WORK/b298/
2025-08-20T21:26:55.1331545Z [00:02:16.180]➜  cat >/tmp/go-build1389117207/b298/importcfg << 'EOF' # internal
2025-08-20T21:26:55.1332212Z [00:02:16.180]➜  # import config
2025-08-20T21:26:55.1332863Z [00:02:16.180]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:55.1333465Z [00:02:16.180]➜  EOF
2025-08-20T21:26:55.1336157Z [00:02:16.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b298=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:26:55.1566665Z [00:02:16.204]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:26:55.1573899Z [00:02:16.205]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T21:26:55.1612766Z [00:02:16.205]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T21:26:55.1614475Z [00:02:16.205]➜  mkdir -p $WORK/b301/
2025-08-20T21:26:55.1615637Z [00:02:16.209]➜  cat >/tmp/go-build1389117207/b301/importcfg << 'EOF' # internal
2025-08-20T21:26:55.1616593Z [00:02:16.209]➜  # import config
2025-08-20T21:26:55.1617387Z [00:02:16.209]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.1618347Z [00:02:16.209]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:55.1619120Z [00:02:16.209]➜  EOF
2025-08-20T21:26:55.1623630Z [00:02:16.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/errors;$WORK/b301=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.17 -complete -installsuffix shared -buildid jhg9rxIK7QcZWjBY7oX9/jhg9rxIK7QcZWjBY7oX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.go
2025-08-20T21:26:55.1728452Z [00:02:16.221]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:26:55.1762681Z [00:02:16.224]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:26:55.1785116Z [00:02:16.226]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T21:26:55.1790175Z [00:02:16.227]➜  mkdir -p $WORK/b303/
2025-08-20T21:26:55.1795197Z [00:02:16.227]➜  cat >/tmp/go-build1389117207/b303/importcfg << 'EOF' # internal
2025-08-20T21:26:55.1799974Z [00:02:16.228]➜  # import config
2025-08-20T21:26:55.1805213Z [00:02:16.228]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:55.1809475Z [00:02:16.229]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.1816975Z [00:02:16.229]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.1817635Z [00:02:16.229]➜  EOF
2025-08-20T21:26:55.1821843Z [00:02:16.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/aes/keywrap;$WORK/b303=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.17 -complete -installsuffix shared -buildid yZ85tI2sCFSj4hi3718w/yZ85tI2sCFSj4hi3718w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap/keywrap.go
2025-08-20T21:26:55.2080101Z [00:02:16.256]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:26:55.2085884Z [00:02:16.256]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/4c/4cab2498e6efd11a5825ec9b12df7d683a4d3f0ebdcd742491e76eb8863b2d06-d # internal
2025-08-20T21:26:55.2088066Z [00:02:16.257]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T21:26:55.2090533Z [00:02:16.257]➜  mkdir -p $WORK/b305/
2025-08-20T21:26:55.2095181Z [00:02:16.257]➜  cat >/tmp/go-build1389117207/b305/importcfg << 'EOF' # internal
2025-08-20T21:26:55.2095923Z [00:02:16.257]➜  # import config
2025-08-20T21:26:55.2096603Z [00:02:16.257]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:55.2097491Z [00:02:16.257]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.2098364Z [00:02:16.257]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.2099555Z [00:02:16.257]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1389117207/b306/_pkg_.a
2025-08-20T21:26:55.2100463Z [00:02:16.257]➜  EOF
2025-08-20T21:26:55.2106043Z [00:02:16.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax=>github.com/ProtonMail/go-crypto@v1.1.6/eax;$WORK/b305=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.17 -complete -installsuffix shared -buildid R3wmCCVjRuEf4jgMjnXY/R3wmCCVjRuEf4jgMjnXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/eax/eax.go ./vendor/github.com/ProtonMail/go-crypto/eax/eax_test_vectors.go ./vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go
2025-08-20T21:26:55.2114235Z [00:02:16.259]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:26:55.2148393Z [00:02:16.262]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/95/95a18faec866d034d3ea1b99e9903fae5c285366964b884755ca13b66ecd10f6-d # internal
2025-08-20T21:26:55.2149583Z [00:02:16.262]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T21:26:55.2150198Z [00:02:16.262]➜  mkdir -p $WORK/b300/
2025-08-20T21:26:55.2151458Z [00:02:16.262]➜  cat >/tmp/go-build1389117207/b300/importcfg << 'EOF' # internal
2025-08-20T21:26:55.2152225Z [00:02:16.262]➜  # import config
2025-08-20T21:26:55.2152882Z [00:02:16.262]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:55.2153662Z [00:02:16.262]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:55.2154511Z [00:02:16.262]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:55.2155649Z [00:02:16.262]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:55.2156679Z [00:02:16.262]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.2157444Z [00:02:16.262]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:55.2158034Z [00:02:16.262]➜  EOF
2025-08-20T21:26:55.2163568Z [00:02:16.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/armor;$WORK/b300=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.17 -complete -installsuffix shared -buildid uXxsenio02SRwckG8RDE/uXxsenio02SRwckG8RDE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/armor/armor.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/armor/encode.go
2025-08-20T21:26:55.2679339Z [00:02:16.316]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:26:55.2698207Z [00:02:16.318]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/a5/a5e13bdf2d1915a4466e1469c9172b7075a50213875f3152cfa16848671e3ff0-d # internal
2025-08-20T21:26:55.2703189Z [00:02:16.318]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T21:26:55.2706006Z [00:02:16.318]➜  mkdir -p $WORK/b307/
2025-08-20T21:26:55.2712759Z [00:02:16.319]➜  cat >/tmp/go-build1389117207/b307/importcfg << 'EOF' # internal
2025-08-20T21:26:55.2727357Z [00:02:16.319]➜  # import config
2025-08-20T21:26:55.2728073Z [00:02:16.319]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:55.2729210Z [00:02:16.319]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:55.2730076Z [00:02:16.319]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.2731114Z [00:02:16.319]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:55.2731952Z [00:02:16.319]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.2733026Z [00:02:16.319]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1389117207/b306/_pkg_.a
2025-08-20T21:26:55.2734098Z [00:02:16.319]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.2734695Z [00:02:16.319]➜  EOF
2025-08-20T21:26:55.2739522Z [00:02:16.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb=>github.com/ProtonMail/go-crypto@v1.1.6/ocb;$WORK/b307=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.17 -complete -installsuffix shared -buildid HmXd8r0DitzJ2XDAPiHq/HmXd8r0DitzJ2XDAPiHq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go ./vendor/github.com/ProtonMail/go-crypto/ocb/random_vectors.go ./vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_a.go ./vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T21:26:55.2892983Z [00:02:16.337]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:26:55.2902186Z [00:02:16.338]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/bc/bc0d05ba4092182cc98f86d1039707ad8cf5ff702ca4862c3ad496cd0663e67b-d # internal
2025-08-20T21:26:55.2904382Z [00:02:16.338]➜  golang.org/x/crypto/cast5
2025-08-20T21:26:55.2906131Z [00:02:16.338]➜  mkdir -p $WORK/b308/
2025-08-20T21:26:55.2908680Z [00:02:16.339]➜  cat >/tmp/go-build1389117207/b308/importcfg << 'EOF' # internal
2025-08-20T21:26:55.2910445Z [00:02:16.339]➜  # import config
2025-08-20T21:26:55.2911875Z [00:02:16.339]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.2913261Z [00:02:16.339]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.2914169Z [00:02:16.339]➜  EOF
2025-08-20T21:26:55.2918266Z [00:02:16.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cast5=>golang.org/x/crypto@v0.37.0/cast5;$WORK/b308=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid KT3bMiSDNAszIRkMB3fU/KT3bMiSDNAszIRkMB3fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack ./vendor/golang.org/x/crypto/cast5/cast5.go
2025-08-20T21:26:55.3319483Z [00:02:16.380]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:26:55.3390374Z [00:02:16.387]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:26:55.3408177Z [00:02:16.389]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/8c/8cfb59103233c554206c4b8999bce2f1ddbcb48ec8faa83ffa23741abf21126f-d # internal
2025-08-20T21:26:55.3410639Z [00:02:16.389]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T21:26:55.3413348Z [00:02:16.389]➜  mkdir -p $WORK/b310/
2025-08-20T21:26:55.3432559Z [00:02:16.389]➜  cat >/tmp/go-build1389117207/b310/importcfg << 'EOF' # internal
2025-08-20T21:26:55.3433308Z [00:02:16.389]➜  # import config
2025-08-20T21:26:55.3434054Z [00:02:16.389]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:55.3434953Z [00:02:16.389]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.3435793Z [00:02:16.389]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.3451841Z [00:02:16.389]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:55.3456296Z [00:02:16.389]➜  EOF
2025-08-20T21:26:55.3464186Z [00:02:16.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/bitcurves=>github.com/ProtonMail/go-crypto@v1.1.6/bitcurves;$WORK/b310=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.17 -complete -installsuffix shared -buildid E-BXqFvOx33DVUYAyOaK/E-BXqFvOx33DVUYAyOaK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.go
2025-08-20T21:26:55.3474136Z [00:02:16.395]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/bd/bdc9a61fe0a224e3f65e05016326ab7b48a8682f43e893aefdf6db6c1eb9e19e-d # internal
2025-08-20T21:26:55.3477542Z [00:02:16.396]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:26:55.3501611Z [00:02:16.396]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/94/94781c51bb835e4f7556a26de78086be59d45e995a8186acf5a0f6c5d3f70953-d # internal
2025-08-20T21:26:55.3502754Z [00:02:16.397]➜  crypto/tls
2025-08-20T21:26:55.3503270Z [00:02:16.397]➜  mkdir -p $WORK/b227/
2025-08-20T21:26:55.3503994Z [00:02:16.397]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T21:26:55.3504673Z [00:02:16.397]➜  mkdir -p $WORK/b304/
2025-08-20T21:26:55.3505987Z [00:02:16.397]➜  cat >/tmp/go-build1389117207/b304/importcfg << 'EOF' # internal
2025-08-20T21:26:55.3507163Z [00:02:16.397]➜  # import config
2025-08-20T21:26:55.3509709Z [00:02:16.397]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:55.3510587Z [00:02:16.397]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:55.3511713Z [00:02:16.398]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:55.3512597Z [00:02:16.398]➜  packagefile crypto/des=/tmp/go-build1389117207/b229/_pkg_.a
2025-08-20T21:26:55.3513444Z [00:02:16.398]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.3514706Z [00:02:16.398]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build1389117207/b305/_pkg_.a
2025-08-20T21:26:55.3515884Z [00:02:16.398]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build1389117207/b307/_pkg_.a
2025-08-20T21:26:55.3541256Z [00:02:16.398]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1389117207/b308/_pkg_.a
2025-08-20T21:26:55.3542242Z [00:02:16.398]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:55.3542836Z [00:02:16.398]➜  EOF
2025-08-20T21:26:55.3548140Z [00:02:16.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/algorithm;$WORK/b304=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.17 -complete -installsuffix shared -buildid WRxCUMbRNMN-qWbBeBn-/WRxCUMbRNMN-qWbBeBn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/aead.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/cipher.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/hash.go
2025-08-20T21:26:55.3553158Z [00:02:16.401]➜  cat >/tmp/go-build1389117207/b227/importcfg << 'EOF' # internal
2025-08-20T21:26:55.3553829Z [00:02:16.401]➜  # import config
2025-08-20T21:26:55.3554733Z [00:02:16.401]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:26:55.3555930Z [00:02:16.401]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:26:55.3556888Z [00:02:16.401]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:55.3557708Z [00:02:16.401]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:55.3558566Z [00:02:16.401]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:55.3559359Z [00:02:16.401]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:55.3560213Z [00:02:16.401]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:55.3561800Z [00:02:16.401]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:55.3562674Z [00:02:16.401]➜  packagefile crypto/des=/tmp/go-build1389117207/b229/_pkg_.a
2025-08-20T21:26:55.3563527Z [00:02:16.401]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:26:55.3564367Z [00:02:16.401]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:26:55.3565229Z [00:02:16.401]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:26:55.3566133Z [00:02:16.401]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:55.3567038Z [00:02:16.401]➜  packagefile crypto/hkdf=/tmp/go-build1389117207/b250/_pkg_.a
2025-08-20T21:26:55.3567998Z [00:02:16.401]➜  packagefile crypto/hmac=/tmp/go-build1389117207/b252/_pkg_.a
2025-08-20T21:26:55.3569126Z [00:02:16.401]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:26:55.3570217Z [00:02:16.401]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:26:55.3571458Z [00:02:16.401]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1389117207/b217/_pkg_.a
2025-08-20T21:26:55.3572541Z [00:02:16.401]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1389117207/b253/_pkg_.a
2025-08-20T21:26:55.3573606Z [00:02:16.401]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1389117207/b254/_pkg_.a
2025-08-20T21:26:55.3574656Z [00:02:16.401]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1389117207/b255/_pkg_.a
2025-08-20T21:26:55.3575663Z [00:02:16.401]➜  packagefile crypto/internal/hpke=/tmp/go-build1389117207/b256/_pkg_.a
2025-08-20T21:26:55.3576581Z [00:02:16.401]➜  packagefile crypto/md5=/tmp/go-build1389117207/b262/_pkg_.a
2025-08-20T21:26:55.3577469Z [00:02:16.401]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:55.3578598Z [00:02:16.401]➜  packagefile crypto/rc4=/tmp/go-build1389117207/b263/_pkg_.a
2025-08-20T21:26:55.3579490Z [00:02:16.401]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:26:55.3580338Z [00:02:16.401]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:26:55.3581455Z [00:02:16.401]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:55.3582329Z [00:02:16.401]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:55.3583183Z [00:02:16.401]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.3584176Z [00:02:16.401]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1389117207/b268/_pkg_.a
2025-08-20T21:26:55.3585161Z [00:02:16.401]➜  packagefile crypto/x509=/tmp/go-build1389117207/b270/_pkg_.a
2025-08-20T21:26:55.3586010Z [00:02:16.401]➜  packagefile encoding/pem=/tmp/go-build1389117207/b274/_pkg_.a
2025-08-20T21:26:55.3586843Z [00:02:16.401]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.3587624Z [00:02:16.401]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.3588652Z [00:02:16.401]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1389117207/b257/_pkg_.a
2025-08-20T21:26:55.3589863Z [00:02:16.401]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b244/_pkg_.a
2025-08-20T21:26:55.3590809Z [00:02:16.401]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:55.3591882Z [00:02:16.401]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:55.3592812Z [00:02:16.401]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:26:55.3593712Z [00:02:16.401]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:55.3594506Z [00:02:16.401]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.3595262Z [00:02:16.401]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:55.3595997Z [00:02:16.401]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:55.3597113Z [00:02:16.401]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:55.3597927Z [00:02:16.401]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:55.3598702Z [00:02:16.401]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:55.3599456Z [00:02:16.401]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:55.3600312Z [00:02:16.401]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.3601331Z [00:02:16.401]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:55.3602155Z [00:02:16.401]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:55.3602954Z [00:02:16.401]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:55.3603723Z [00:02:16.401]➜  packagefile weak=/tmp/go-build1389117207/b077/_pkg_.a
2025-08-20T21:26:55.3604293Z [00:02:16.401]➜  EOF
2025-08-20T21:26:55.3612294Z [00:02:16.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b227=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid 9aVKaNM8ncgfpebtctjQ/9aVKaNM8ncgfpebtctjQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:26:55.3715168Z [00:02:16.419]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:26:55.3733838Z [00:02:16.421]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:26:55.3736545Z [00:02:16.422]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:55.3737782Z [00:02:16.422]➜  mkdir -p $WORK/b275/
2025-08-20T21:26:55.3739657Z [00:02:16.422]➜  cat >/tmp/go-build1389117207/b275/importcfg << 'EOF' # internal
2025-08-20T21:26:55.3742727Z [00:02:16.422]➜  # import config
2025-08-20T21:26:55.3743359Z [00:02:16.422]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:55.3744409Z [00:02:16.422]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1389117207/b276/_pkg_.a
2025-08-20T21:26:55.3745387Z [00:02:16.422]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:55.3751110Z [00:02:16.422]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:26:55.3751966Z [00:02:16.422]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.3752798Z [00:02:16.422]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:55.3753444Z [00:02:16.422]➜  EOF
2025-08-20T21:26:55.3757164Z [00:02:16.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b275=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 7tsnAVKqIGvwVzFEDnKw/7tsnAVKqIGvwVzFEDnKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:26:55.3982098Z [00:02:16.446]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:26:55.4003025Z [00:02:16.447]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/34/34a6e4522d17799d98bceabb35f7a2cb5919557913b7547b57ae3b13fb0886a3-d # internal
2025-08-20T21:26:55.4004264Z [00:02:16.447]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:26:55.4004859Z [00:02:16.447]➜  mkdir -p $WORK/b282/
2025-08-20T21:26:55.4005548Z [00:02:16.448]➜  cat >/tmp/go-build1389117207/b282/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4006177Z [00:02:16.448]➜  # import config
2025-08-20T21:26:55.4006827Z [00:02:16.448]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:55.4007629Z [00:02:16.448]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.4008385Z [00:02:16.448]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.4009276Z [00:02:16.448]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1389117207/b276/_pkg_.a
2025-08-20T21:26:55.4010180Z [00:02:16.448]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:55.4011136Z [00:02:16.448]➜  packagefile net/netip=/tmp/go-build1389117207/b075/_pkg_.a
2025-08-20T21:26:55.4011937Z [00:02:16.448]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:55.4012681Z [00:02:16.448]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:55.4013456Z [00:02:16.448]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.4014215Z [00:02:16.448]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:55.4014747Z [00:02:16.448]➜  EOF
2025-08-20T21:26:55.4018376Z [00:02:16.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b282=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid H8jqLH4CITa1lB8OP_9Q/H8jqLH4CITa1lB8OP_9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:26:55.4024529Z [00:02:16.450]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:26:55.4026127Z [00:02:16.450]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/38/38dadaee434ee1ce0b8888255b582d410dfb2c380efdfc1c43e812413003dc9d-d # internal
2025-08-20T21:26:55.4027433Z [00:02:16.450]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T21:26:55.4029036Z [00:02:16.450]➜  mkdir -p $WORK/b311/
2025-08-20T21:26:55.4029733Z [00:02:16.450]➜  cat >/tmp/go-build1389117207/b311/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4030403Z [00:02:16.450]➜  # import config
2025-08-20T21:26:55.4032486Z [00:02:16.450]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:55.4033455Z [00:02:16.450]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.4034299Z [00:02:16.450]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:55.4034908Z [00:02:16.450]➜  EOF
2025-08-20T21:26:55.4038946Z [00:02:16.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool=>github.com/ProtonMail/go-crypto@v1.1.6/brainpool;$WORK/b311=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.17 -complete -installsuffix shared -buildid BdxiYRxStux-DLyvfbdP/BdxiYRxStux-DLyvfbdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/brainpool/brainpool.go ./vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go
2025-08-20T21:26:55.4042745Z [00:02:16.450]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:26:55.4047295Z [00:02:16.452]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/fa/fa0cd24017f58e23796e81872e4e907ecb008f37ef95327dd310505798223998-d # internal
2025-08-20T21:26:55.4054455Z [00:02:16.453]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T21:26:55.4056510Z [00:02:16.453]➜  mkdir -p $WORK/b312/
2025-08-20T21:26:55.4058031Z [00:02:16.453]➜  cat >/tmp/go-build1389117207/b312/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4059525Z [00:02:16.453]➜  # import config
2025-08-20T21:26:55.4060442Z [00:02:16.453]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:55.4062853Z [00:02:16.453]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.4063671Z [00:02:16.453]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.4064506Z [00:02:16.453]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.4065127Z [00:02:16.453]➜  EOF
2025-08-20T21:26:55.4070372Z [00:02:16.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/encoding;$WORK/b312=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.17 -complete -installsuffix shared -buildid 4BeuOiAVBpGhknLzAhLe/4BeuOiAVBpGhknLzAhLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/encoding.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/mpi.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/oid.go
2025-08-20T21:26:55.4336992Z [00:02:16.481]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:26:55.4347174Z [00:02:16.482]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/fe/fe84e4ae3e876f4dd79e9a3eb9a4ca7c43ba707e6c90162b0dfc4cd5fe6d1d7a-d # internal
2025-08-20T21:26:55.4349097Z [00:02:16.483]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:26:55.4350636Z [00:02:16.483]➜  mkdir -p $WORK/b316/
2025-08-20T21:26:55.4356742Z [00:02:16.483]➜  cat >/tmp/go-build1389117207/b316/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4360464Z [00:02:16.484]➜  # import config
2025-08-20T21:26:55.4361418Z [00:02:16.484]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:55.4362323Z [00:02:16.484]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.4363142Z [00:02:16.484]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.4364186Z [00:02:16.484]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b317/_pkg_.a
2025-08-20T21:26:55.4365220Z [00:02:16.484]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.4366063Z [00:02:16.484]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:55.4366865Z [00:02:16.484]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:55.4367462Z [00:02:16.484]➜  EOF
2025-08-20T21:26:55.4371795Z [00:02:16.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte=>golang.org/x/crypto@v0.37.0/cryptobyte;$WORK/b316=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid cS3fkQEEV3qUn4dYWer2/cS3fkQEEV3qUn4dYWer2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack ./vendor/golang.org/x/crypto/cryptobyte/asn1.go ./vendor/golang.org/x/crypto/cryptobyte/builder.go ./vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:26:55.4435484Z [00:02:16.491]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:26:55.4436811Z [00:02:16.492]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/a5/a5fe1f704d4479609af6faaacda41e52a928d5506ed4e074960e08d9e92cfc5f-d # internal
2025-08-20T21:26:55.4439576Z [00:02:16.492]➜  golang.org/x/sys/cpu
2025-08-20T21:26:55.4440760Z [00:02:16.492]➜  mkdir -p $WORK/b318/
2025-08-20T21:26:55.4442713Z [00:02:16.492]➜  echo -n > $WORK/b318/go_asm.h # internal
2025-08-20T21:26:55.4448645Z [00:02:16.493]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:55.4452033Z [00:02:16.493]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b318=>" -I $WORK/b318/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b318/symabis ./cpu_gc_x86.s
2025-08-20T21:26:55.4486476Z [00:02:16.496]➜  cat >/tmp/go-build1389117207/b318/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4487309Z [00:02:16.496]➜  # import config
2025-08-20T21:26:55.4487958Z [00:02:16.496]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:55.4488805Z [00:02:16.496]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:55.4489653Z [00:02:16.496]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:55.4490515Z [00:02:16.496]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.4491450Z [00:02:16.496]➜  EOF
2025-08-20T21:26:55.4491989Z [00:02:16.496]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.4498651Z [00:02:16.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b318=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid CQqz_fB8JFkD6F2TOxgC/CQqz_fB8JFkD6F2TOxgC -goversion go1.25.0 -symabis $WORK/b318/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack -asmhdr $WORK/b318/go_asm.h ./vendor/golang.org/x/sys/cpu/byteorder.go ./vendor/golang.org/x/sys/cpu/cpu.go ./vendor/golang.org/x/sys/cpu/cpu_gc_x86.go ./vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go ./vendor/golang.org/x/sys/cpu/cpu_other_x86.go ./vendor/golang.org/x/sys/cpu/cpu_x86.go ./vendor/golang.org/x/sys/cpu/endian_little.go ./vendor/golang.org/x/sys/cpu/hwcap_linux.go ./vendor/golang.org/x/sys/cpu/parse.go ./vendor/golang.org/x/sys/cpu/runtime_auxv.go ./vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:26:55.4589249Z [00:02:16.507]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:26:55.4597663Z [00:02:16.508]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/86/867a1e8056cad78c3da295c8b44f50a5449c01ebe2002953f0a3c30bde2db01e-d # internal
2025-08-20T21:26:55.4603347Z [00:02:16.508]➜  github.com/cloudflare/circl/math
2025-08-20T21:26:55.4607344Z [00:02:16.509]➜  mkdir -p $WORK/b322/
2025-08-20T21:26:55.4611875Z [00:02:16.509]➜  cat >/tmp/go-build1389117207/b322/importcfg << 'EOF' # internal
2025-08-20T21:26:55.4616017Z [00:02:16.510]➜  # import config
2025-08-20T21:26:55.4620369Z [00:02:16.510]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:55.4625044Z [00:02:16.510]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.4627765Z [00:02:16.511]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.4632781Z [00:02:16.511]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.4633393Z [00:02:16.511]➜  EOF
2025-08-20T21:26:55.4637388Z [00:02:16.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b322=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid DfARpJ9LkIOHu9hL4aDn/DfARpJ9LkIOHu9hL4aDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack ./vendor/github.com/cloudflare/circl/math/integer.go ./vendor/github.com/cloudflare/circl/math/primes.go ./vendor/github.com/cloudflare/circl/math/wnaf.go
2025-08-20T21:26:55.4982437Z [00:02:16.546]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:26:55.4989139Z [00:02:16.547]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d # internal
2025-08-20T21:26:55.4998377Z [00:02:16.547]➜  github.com/cloudflare/circl/sign
2025-08-20T21:26:55.4998991Z [00:02:16.547]➜  mkdir -p $WORK/b323/
2025-08-20T21:26:55.5000005Z [00:02:16.547]➜  cat >/tmp/go-build1389117207/b323/importcfg << 'EOF' # internal
2025-08-20T21:26:55.5000747Z [00:02:16.547]➜  # import config
2025-08-20T21:26:55.5001613Z [00:02:16.547]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:55.5002460Z [00:02:16.547]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:55.5003256Z [00:02:16.547]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.5003840Z [00:02:16.547]➜  EOF
2025-08-20T21:26:55.5007343Z [00:02:16.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b323=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid O2PTEzghLNfWZSrL_p1b/O2PTEzghLNfWZSrL_p1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack ./vendor/github.com/cloudflare/circl/sign/sign.go
2025-08-20T21:26:55.5010487Z [00:02:16.547]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu
2025-08-20T21:26:55.5013045Z [00:02:16.548]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b318=>" -I $WORK/b318/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b318/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:26:55.5035234Z [00:02:16.551]➜  go tool pack r $WORK/b318/_pkg_.a $WORK/b318/cpu_gc_x86.o # internal
2025-08-20T21:26:55.5036927Z [00:02:16.552]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:26:55.5053317Z [00:02:16.553]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/07/0748e7fd3ec59d4bd3d6ea052fa479653bb398fdef95309f60b9af137a108894-d # internal
2025-08-20T21:26:55.5058865Z [00:02:16.554]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:26:55.5060609Z [00:02:16.554]➜  mkdir -p $WORK/b327/
2025-08-20T21:26:55.5064186Z [00:02:16.554]➜  cat >/tmp/go-build1389117207/b327/importcfg << 'EOF' # internal
2025-08-20T21:26:55.5066276Z [00:02:16.554]➜  # import config
2025-08-20T21:26:55.5067914Z [00:02:16.554]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.5068706Z [00:02:16.554]➜  EOF
2025-08-20T21:26:55.5069193Z [00:02:16.555]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.5075563Z [00:02:16.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3=>github.com/cloudflare/circl@v1.6.1/internal/sha3;$WORK/b327=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid _3gP4IxBM4_wyCmLCMNz/_3gP4IxBM4_wyCmLCMNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack ./vendor/github.com/cloudflare/circl/internal/sha3/doc.go ./vendor/github.com/cloudflare/circl/internal/sha3/hashes.go ./vendor/github.com/cloudflare/circl/internal/sha3/keccakf.go ./vendor/github.com/cloudflare/circl/internal/sha3/rc.go ./vendor/github.com/cloudflare/circl/internal/sha3/sha3.go ./vendor/github.com/cloudflare/circl/internal/sha3/shake.go ./vendor/github.com/cloudflare/circl/internal/sha3/xor_unaligned.go
2025-08-20T21:26:55.5177673Z [00:02:16.566]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:26:55.5185532Z [00:02:16.566]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d # internal
2025-08-20T21:26:55.5187521Z [00:02:16.567]➜  compress/bzip2
2025-08-20T21:26:55.5188041Z [00:02:16.567]➜  mkdir -p $WORK/b333/
2025-08-20T21:26:55.5195953Z [00:02:16.567]➜  cat >/tmp/go-build1389117207/b333/importcfg << 'EOF' # internal
2025-08-20T21:26:55.5196668Z [00:02:16.567]➜  # import config
2025-08-20T21:26:55.5197362Z [00:02:16.567]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:55.5198224Z [00:02:16.567]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:26:55.5199029Z [00:02:16.567]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.5199827Z [00:02:16.567]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:55.5200491Z [00:02:16.567]➜  EOF
2025-08-20T21:26:55.5204315Z [00:02:16.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b333=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid iH15bz5YM_b7Xj4MKjfc/iH15bz5YM_b7Xj4MKjfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/.go/src/compress/bzip2/bit_reader.go /root/.go/src/compress/bzip2/bzip2.go /root/.go/src/compress/bzip2/huffman.go /root/.go/src/compress/bzip2/move_to_front.go
2025-08-20T21:26:55.6033936Z [00:02:16.651]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:26:55.6045198Z [00:02:16.652]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d # internal
2025-08-20T21:26:55.6049720Z [00:02:16.652]➜  hash/adler32
2025-08-20T21:26:55.6050249Z [00:02:16.652]➜  mkdir -p $WORK/b335/
2025-08-20T21:26:55.6059625Z [00:02:16.654]➜  cat >/tmp/go-build1389117207/b335/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6060364Z [00:02:16.654]➜  # import config
2025-08-20T21:26:55.6061771Z [00:02:16.654]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6063212Z [00:02:16.654]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:55.6064352Z [00:02:16.654]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:26:55.6065014Z [00:02:16.654]➜  EOF
2025-08-20T21:26:55.6076566Z [00:02:16.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b335=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:26:55.6079120Z [00:02:16.656]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:26:55.6103941Z [00:02:16.658]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/b9/b9ac23b2192bbbee97b8c3c4e99dfa6249ec44cc21a579e58bfaea3621f87085-d # internal
2025-08-20T21:26:55.6137596Z [00:02:16.662]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T21:26:55.6138210Z [00:02:16.662]➜  mkdir -p $WORK/b315/
2025-08-20T21:26:55.6166996Z [00:02:16.665]➜  cat >/tmp/go-build1389117207/b315/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6169077Z [00:02:16.665]➜  # import config
2025-08-20T21:26:55.6173394Z [00:02:16.665]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.6174287Z [00:02:16.665]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.6175296Z [00:02:16.665]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b316/_pkg_.a
2025-08-20T21:26:55.6176613Z [00:02:16.665]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.6177437Z [00:02:16.665]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:55.6178044Z [00:02:16.665]➜  EOF
2025-08-20T21:26:55.6181874Z [00:02:16.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/conv=>github.com/cloudflare/circl@v1.6.1/internal/conv;$WORK/b315=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid XBkyWwQ88NeVRUqnXphr/XBkyWwQ88NeVRUqnXphr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack ./vendor/github.com/cloudflare/circl/internal/conv/conv.go
2025-08-20T21:26:55.6343882Z [00:02:16.682]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:26:55.6384938Z [00:02:16.686]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d # internal
2025-08-20T21:26:55.6395895Z [00:02:16.686]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T21:26:55.6396519Z [00:02:16.686]➜  mkdir -p $WORK/b336/
2025-08-20T21:26:55.6397185Z [00:02:16.687]➜  cat >/tmp/go-build1389117207/b336/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6397799Z [00:02:16.687]➜  # import config
2025-08-20T21:26:55.6398563Z [00:02:16.687]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:55.6399406Z [00:02:16.687]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.6400174Z [00:02:16.687]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6401138Z [00:02:16.687]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.6401880Z [00:02:16.687]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.6402683Z [00:02:16.687]➜  EOF
2025-08-20T21:26:55.6418798Z [00:02:16.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/elgamal;$WORK/b336=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.17 -complete -installsuffix shared -buildid yY6Qm4jtBwMlvKrMZkVl/yY6Qm4jtBwMlvKrMZkVl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal/elgamal.go
2025-08-20T21:26:55.6483409Z [00:02:16.696]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:26:55.6496102Z [00:02:16.697]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T21:26:55.6502515Z [00:02:16.698]➜  compress/zlib
2025-08-20T21:26:55.6503512Z [00:02:16.698]➜  mkdir -p $WORK/b334/
2025-08-20T21:26:55.6512799Z [00:02:16.699]➜  cat >/tmp/go-build1389117207/b334/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6513519Z [00:02:16.699]➜  # import config
2025-08-20T21:26:55.6514170Z [00:02:16.699]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:55.6514990Z [00:02:16.699]➜  packagefile compress/flate=/tmp/go-build1389117207/b196/_pkg_.a
2025-08-20T21:26:55.6515890Z [00:02:16.699]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.6516706Z [00:02:16.699]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6517426Z [00:02:16.699]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.6518164Z [00:02:16.699]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:55.6518954Z [00:02:16.699]➜  packagefile hash/adler32=/tmp/go-build1389117207/b335/_pkg_.a
2025-08-20T21:26:55.6519700Z [00:02:16.699]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.6520266Z [00:02:16.699]➜  EOF
2025-08-20T21:26:55.6523154Z [00:02:16.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b334=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:26:55.6585041Z [00:02:16.706]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:26:55.6593387Z [00:02:16.707]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/4c/4c06d19dbb1ccda9c9d055db640c33c57ba90c988b6ea0bc73e97d73c587cbe5-d # internal
2025-08-20T21:26:55.6601775Z [00:02:16.708]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T21:26:55.6602434Z [00:02:16.708]➜  mkdir -p $WORK/b314/
2025-08-20T21:26:55.6603068Z [00:02:16.708]➜  echo -n > $WORK/b314/go_asm.h # internal
2025-08-20T21:26:55.6608028Z [00:02:16.708]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519
2025-08-20T21:26:55.6611373Z [00:02:16.708]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b314=>" -I $WORK/b314/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b314/symabis ./fp_amd64.s
2025-08-20T21:26:55.6654060Z [00:02:16.713]➜  cat >/tmp/go-build1389117207/b314/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6659571Z [00:02:16.714]➜  # import config
2025-08-20T21:26:55.6660352Z [00:02:16.714]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.6661564Z [00:02:16.714]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6662669Z [00:02:16.714]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:26:55.6664156Z [00:02:16.714]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:55.6665154Z [00:02:16.714]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.6665810Z [00:02:16.714]➜  EOF
2025-08-20T21:26:55.6673801Z [00:02:16.715]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.6679002Z [00:02:16.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b314=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -installsuffix shared -buildid OBftnGftYb9m2Yy7tnlf/OBftnGftYb9m2Yy7tnlf -goversion go1.25.0 -symabis $WORK/b314/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack -asmhdr $WORK/b314/go_asm.h ./vendor/github.com/cloudflare/circl/math/fp25519/fp.go ./vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.go ./vendor/github.com/cloudflare/circl/math/fp25519/fp_generic.go
2025-08-20T21:26:55.6731633Z [00:02:16.721]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:26:55.6738697Z [00:02:16.722]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/91/91a0223b3203ac3454b8024df3d9116eb47999ce2566fa39ff73864098f8faa2-d # internal
2025-08-20T21:26:55.6740777Z [00:02:16.722]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T21:26:55.6742099Z [00:02:16.722]➜  mkdir -p $WORK/b320/
2025-08-20T21:26:55.6745881Z [00:02:16.722]➜  echo -n > $WORK/b320/go_asm.h # internal
2025-08-20T21:26:55.6746841Z [00:02:16.723]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448
2025-08-20T21:26:55.6749916Z [00:02:16.723]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b320=>" -I $WORK/b320/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b320/symabis ./fp_amd64.s
2025-08-20T21:26:55.6831274Z [00:02:16.731]➜  cat >/tmp/go-build1389117207/b320/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6832438Z [00:02:16.731]➜  # import config
2025-08-20T21:26:55.6833186Z [00:02:16.731]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.6834082Z [00:02:16.731]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6835169Z [00:02:16.731]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:26:55.6836305Z [00:02:16.731]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:55.6837229Z [00:02:16.731]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.6837884Z [00:02:16.731]➜  EOF
2025-08-20T21:26:55.6838379Z [00:02:16.731]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.6843446Z [00:02:16.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b320=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -installsuffix shared -buildid fO7CC-SLAUQvBtHtsMZs/fO7CC-SLAUQvBtHtsMZs -goversion go1.25.0 -symabis $WORK/b320/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack -asmhdr $WORK/b320/go_asm.h ./vendor/github.com/cloudflare/circl/math/fp448/fp.go ./vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.go ./vendor/github.com/cloudflare/circl/math/fp448/fp_generic.go
2025-08-20T21:26:55.6959234Z [00:02:16.744]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:26:55.6977541Z [00:02:16.745]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T21:26:55.6978730Z [00:02:16.745]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T21:26:55.6979340Z [00:02:16.745]➜  mkdir -p $WORK/b326/
2025-08-20T21:26:55.6980430Z [00:02:16.745]➜  cat >/tmp/go-build1389117207/b326/importcfg << 'EOF' # internal
2025-08-20T21:26:55.6981355Z [00:02:16.745]➜  # import config
2025-08-20T21:26:55.6982033Z [00:02:16.745]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.6982816Z [00:02:16.745]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.6983825Z [00:02:16.745]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:26:55.6984831Z [00:02:16.745]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:55.6985441Z [00:02:16.745]➜  EOF
2025-08-20T21:26:55.6989444Z [00:02:16.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset=>github.com/cloudflare/circl@v1.6.1/math/mlsbset;$WORK/b326=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid afhXMJRrYUmPOfgby3ej/afhXMJRrYUmPOfgby3ej -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack ./vendor/github.com/cloudflare/circl/math/mlsbset/mlsbset.go ./vendor/github.com/cloudflare/circl/math/mlsbset/power.go
2025-08-20T21:26:55.7377124Z [00:02:16.785]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:26:55.7385296Z [00:02:16.786]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/1f/1f7b4d485ea7733460990bd1e79566e7145d8a737cc3bab0cad3d33c1916d9fb-d # internal
2025-08-20T21:26:55.7390718Z [00:02:16.787]➜  golang.org/x/crypto/blake2b
2025-08-20T21:26:55.7391585Z [00:02:16.787]➜  mkdir -p $WORK/b339/
2025-08-20T21:26:55.7396890Z [00:02:16.787]➜  echo -n > $WORK/b339/go_asm.h # internal
2025-08-20T21:26:55.7400827Z [00:02:16.788]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b
2025-08-20T21:26:55.7403748Z [00:02:16.788]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b=>golang.org/x/crypto@v0.37.0/blake2b;$WORK/b339=>" -I $WORK/b339/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b339/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T21:26:55.7496814Z [00:02:16.797]➜  cp /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.h $WORK/b314/fp_GOARCH.h
2025-08-20T21:26:55.7498906Z [00:02:16.798]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519
2025-08-20T21:26:55.7502794Z [00:02:16.798]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b314=>" -I $WORK/b314/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b314/fp_amd64.o ./fp_amd64.s
2025-08-20T21:26:55.7521260Z [00:02:16.800]➜  cat >/tmp/go-build1389117207/b339/importcfg << 'EOF' # internal
2025-08-20T21:26:55.7522066Z [00:02:16.800]➜  # import config
2025-08-20T21:26:55.7522783Z [00:02:16.800]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:55.7523737Z [00:02:16.800]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.7524664Z [00:02:16.800]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.7525620Z [00:02:16.800]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:55.7526555Z [00:02:16.800]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:55.7527397Z [00:02:16.800]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.7528260Z [00:02:16.800]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.7528943Z [00:02:16.800]➜  EOF
2025-08-20T21:26:55.7529446Z [00:02:16.800]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.7535216Z [00:02:16.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b=>golang.org/x/crypto@v0.37.0/blake2b;$WORK/b339=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid U02YDKK6_h8D6zjqr1LJ/U02YDKK6_h8D6zjqr1LJ -goversion go1.25.0 -symabis $WORK/b339/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack -asmhdr $WORK/b339/go_asm.h ./vendor/golang.org/x/crypto/blake2b/blake2b.go ./vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go ./vendor/golang.org/x/crypto/blake2b/blake2b_generic.go ./vendor/golang.org/x/crypto/blake2b/blake2x.go ./vendor/golang.org/x/crypto/blake2b/register.go
2025-08-20T21:26:55.7637217Z [00:02:16.811]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519
2025-08-20T21:26:55.7657397Z [00:02:16.814]➜  go tool pack r $WORK/b314/_pkg_.a $WORK/b314/fp_amd64.o # internal
2025-08-20T21:26:55.7658268Z [00:02:16.814]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:26:55.7659573Z [00:02:16.814]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/93/93bbd779cefe8d48ff2d1eeab40281469a24ddbcddb72daa97616b285ac009e8-d # internal
2025-08-20T21:26:55.7660737Z [00:02:16.814]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T21:26:55.7661492Z [00:02:16.814]➜  mkdir -p $WORK/b313/
2025-08-20T21:26:55.7662083Z [00:02:16.814]➜  echo -n > $WORK/b313/go_asm.h # internal
2025-08-20T21:26:55.7662960Z [00:02:16.814]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519
2025-08-20T21:26:55.7665966Z [00:02:16.814]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b313=>" -I $WORK/b313/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b313/symabis ./curve_amd64.s
2025-08-20T21:26:55.7807054Z [00:02:16.828]➜  cp /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.h $WORK/b320/fp_GOARCH.h
2025-08-20T21:26:55.7809081Z [00:02:16.829]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448
2025-08-20T21:26:55.7813944Z [00:02:16.829]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b320=>" -I $WORK/b320/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b320/fp_amd64.o ./fp_amd64.s
2025-08-20T21:26:55.7826006Z [00:02:16.830]➜  cat >/tmp/go-build1389117207/b313/importcfg << 'EOF' # internal
2025-08-20T21:26:55.7826747Z [00:02:16.830]➜  # import config
2025-08-20T21:26:55.7827477Z [00:02:16.830]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.7828422Z [00:02:16.830]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.7829584Z [00:02:16.830]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1389117207/b314/_pkg_.a
2025-08-20T21:26:55.7830751Z [00:02:16.830]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:55.7832143Z [00:02:16.830]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.7832818Z [00:02:16.830]➜  EOF
2025-08-20T21:26:55.7834171Z [00:02:16.831]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.7845461Z [00:02:16.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b313=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -installsuffix shared -buildid 4Eg0PtqlHTEhO6jFIi_c/4Eg0PtqlHTEhO6jFIi_c -goversion go1.25.0 -symabis $WORK/b313/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack -asmhdr $WORK/b313/go_asm.h ./vendor/github.com/cloudflare/circl/dh/x25519/curve.go ./vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.go ./vendor/github.com/cloudflare/circl/dh/x25519/curve_generic.go ./vendor/github.com/cloudflare/circl/dh/x25519/doc.go ./vendor/github.com/cloudflare/circl/dh/x25519/key.go ./vendor/github.com/cloudflare/circl/dh/x25519/table.go
2025-08-20T21:26:55.7944739Z [00:02:16.842]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448
2025-08-20T21:26:55.7958202Z [00:02:16.843]➜  go tool pack r $WORK/b320/_pkg_.a $WORK/b320/fp_amd64.o # internal
2025-08-20T21:26:55.7959289Z [00:02:16.843]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:26:55.7960606Z [00:02:16.843]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/9c/9c27275cb739529811c2d24aa7191a0ab6fcc586191986066478c0d8a8a4a1a3-d # internal
2025-08-20T21:26:55.7961940Z [00:02:16.844]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T21:26:55.7962534Z [00:02:16.844]➜  mkdir -p $WORK/b319/
2025-08-20T21:26:55.7964659Z [00:02:16.844]➜  echo -n > $WORK/b319/go_asm.h # internal
2025-08-20T21:26:55.7966014Z [00:02:16.844]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448
2025-08-20T21:26:55.7969668Z [00:02:16.844]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b319=>" -I $WORK/b319/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b319/symabis ./curve_amd64.s
2025-08-20T21:26:55.8144443Z [00:02:16.862]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b
2025-08-20T21:26:55.8147414Z [00:02:16.862]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b=>golang.org/x/crypto@v0.37.0/blake2b;$WORK/b339=>" -I $WORK/b339/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b339/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T21:26:55.8276659Z [00:02:16.874]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b=>golang.org/x/crypto@v0.37.0/blake2b;$WORK/b339=>" -I $WORK/b339/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b339/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T21:26:55.8327532Z [00:02:16.880]➜  cat >/tmp/go-build1389117207/b319/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8328238Z [00:02:16.880]➜  # import config
2025-08-20T21:26:55.8328939Z [00:02:16.880]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.8329834Z [00:02:16.880]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.8331284Z [00:02:16.880]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1389117207/b320/_pkg_.a
2025-08-20T21:26:55.8332419Z [00:02:16.880]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:55.8333352Z [00:02:16.880]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.8333997Z [00:02:16.880]➜  EOF
2025-08-20T21:26:55.8366995Z [00:02:16.884]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.8376411Z [00:02:16.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b319=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -installsuffix shared -buildid eFc16b1cOOBmZBX4RPCx/eFc16b1cOOBmZBX4RPCx -goversion go1.25.0 -symabis $WORK/b319/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack -asmhdr $WORK/b319/go_asm.h ./vendor/github.com/cloudflare/circl/dh/x448/curve.go ./vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.go ./vendor/github.com/cloudflare/circl/dh/x448/curve_generic.go ./vendor/github.com/cloudflare/circl/dh/x448/doc.go ./vendor/github.com/cloudflare/circl/dh/x448/key.go ./vendor/github.com/cloudflare/circl/dh/x448/table.go
2025-08-20T21:26:55.8383420Z [00:02:16.885]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b
2025-08-20T21:26:55.8384636Z [00:02:16.885]➜  go tool pack r $WORK/b339/_pkg_.a $WORK/b339/blake2bAVX2_amd64.o $WORK/b339/blake2b_amd64.o # internal
2025-08-20T21:26:55.8385633Z [00:02:16.885]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:26:55.8392077Z [00:02:16.887]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/d2/d25a4226185f1fec3470f6c8a441c4593e13e61c06693a7ec4e2e554a206b46a-d # internal
2025-08-20T21:26:55.8396214Z [00:02:16.888]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T21:26:55.8397052Z [00:02:16.888]➜  mkdir -p $WORK/b321/
2025-08-20T21:26:55.8403856Z [00:02:16.888]➜  cat >/tmp/go-build1389117207/b321/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8405447Z [00:02:16.888]➜  # import config
2025-08-20T21:26:55.8406084Z [00:02:16.888]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:55.8406880Z [00:02:16.888]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:55.8407553Z [00:02:16.888]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:26:55.8408316Z [00:02:16.888]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:55.8409015Z [00:02:16.888]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:55.8409843Z [00:02:16.888]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.8410697Z [00:02:16.888]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:55.8412011Z [00:02:16.888]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.8412874Z [00:02:16.888]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.8413664Z [00:02:16.888]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.8414712Z [00:02:16.888]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:26:55.8415895Z [00:02:16.888]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1389117207/b322/_pkg_.a
2025-08-20T21:26:55.8417419Z [00:02:16.888]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1389117207/b314/_pkg_.a
2025-08-20T21:26:55.8418609Z [00:02:16.888]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1389117207/b323/_pkg_.a
2025-08-20T21:26:55.8419540Z [00:02:16.888]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.8420354Z [00:02:16.888]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.8421440Z [00:02:16.888]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:55.8422104Z [00:02:16.888]➜  EOF
2025-08-20T21:26:55.8422627Z [00:02:16.888]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.8437255Z [00:02:16.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519=>github.com/cloudflare/circl@v1.6.1/sign/ed25519;$WORK/b321=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid 4VoxgVi17qQu6LKNoAqB/4VoxgVi17qQu6LKNoAqB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack ./vendor/github.com/cloudflare/circl/sign/ed25519/ed25519.go ./vendor/github.com/cloudflare/circl/sign/ed25519/modular.go ./vendor/github.com/cloudflare/circl/sign/ed25519/mult.go ./vendor/github.com/cloudflare/circl/sign/ed25519/point.go ./vendor/github.com/cloudflare/circl/sign/ed25519/pubkey.go ./vendor/github.com/cloudflare/circl/sign/ed25519/signapi.go ./vendor/github.com/cloudflare/circl/sign/ed25519/tables.go
2025-08-20T21:26:55.8466674Z [00:02:16.894]➜  cp /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.h $WORK/b313/curve_GOARCH.h
2025-08-20T21:26:55.8468063Z [00:02:16.895]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519
2025-08-20T21:26:55.8471479Z [00:02:16.895]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b313=>" -I $WORK/b313/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b313/curve_amd64.o ./curve_amd64.s
2025-08-20T21:26:55.8693744Z [00:02:16.917]➜  go tool pack r $WORK/b313/_pkg_.a $WORK/b313/curve_amd64.o # internal
2025-08-20T21:26:55.8694690Z [00:02:16.917]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:26:55.8716390Z [00:02:16.919]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/b1/b1cdea68f17cf852793e1a7cab4ca24987a1fdb139553e9757c6296d6d7e1b93-d # internal
2025-08-20T21:26:55.8719490Z [00:02:16.919]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T21:26:55.8720097Z [00:02:16.919]➜  mkdir -p $WORK/b325/
2025-08-20T21:26:55.8720819Z [00:02:16.919]➜  cat >/tmp/go-build1389117207/b325/importcfg << 'EOF' # internal
2025-08-20T21:26:55.8721658Z [00:02:16.919]➜  # import config
2025-08-20T21:26:55.8722362Z [00:02:16.919]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.8723206Z [00:02:16.919]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:55.8724026Z [00:02:16.919]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:55.8724780Z [00:02:16.919]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:55.8725760Z [00:02:16.919]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:26:55.8726896Z [00:02:16.919]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1389117207/b322/_pkg_.a
2025-08-20T21:26:55.8728032Z [00:02:16.919]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1389117207/b320/_pkg_.a
2025-08-20T21:26:55.8729199Z [00:02:16.919]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build1389117207/b326/_pkg_.a
2025-08-20T21:26:55.8730201Z [00:02:16.919]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:55.8731305Z [00:02:16.919]➜  EOF
2025-08-20T21:26:55.8731769Z [00:02:16.919]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.8738969Z [00:02:16.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks=>github.com/cloudflare/circl@v1.6.1/ecc/goldilocks;$WORK/b325=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid H268aXQPPcswxp4nod6R/H268aXQPPcswxp4nod6R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack ./vendor/github.com/cloudflare/circl/ecc/goldilocks/constants.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/curve.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/isogeny.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/point.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/twistPoint.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/twistTables.go ./vendor/github.com/cloudflare/circl/ecc/goldilocks/twist_basemult.go
2025-08-20T21:26:55.9525406Z [00:02:17.000]➜  cp /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.h $WORK/b319/curve_GOARCH.h
2025-08-20T21:26:55.9529190Z [00:02:17.001]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448
2025-08-20T21:26:55.9577792Z [00:02:17.005]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b319=>" -I $WORK/b319/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b319/curve_amd64.o ./curve_amd64.s
2025-08-20T21:26:55.9600311Z [00:02:17.008]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:26:55.9621552Z [00:02:17.010]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/9c/9cb7e125f22634c6ffb3b2a19c3bb9bfd1c2865c084ced86411a27e86081f677-d # internal
2025-08-20T21:26:55.9625626Z [00:02:17.010]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T21:26:55.9639679Z [00:02:17.011]➜  mkdir -p $WORK/b329/
2025-08-20T21:26:55.9640443Z [00:02:17.011]➜  cat >/tmp/go-build1389117207/b329/importcfg << 'EOF' # internal
2025-08-20T21:26:55.9641361Z [00:02:17.011]➜  # import config
2025-08-20T21:26:55.9642073Z [00:02:17.011]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:55.9643199Z [00:02:17.011]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:55.9644502Z [00:02:17.011]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1389117207/b321/_pkg_.a
2025-08-20T21:26:55.9645485Z [00:02:17.011]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:55.9646094Z [00:02:17.011]➜  EOF
2025-08-20T21:26:55.9646588Z [00:02:17.011]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:55.9650617Z [00:02:17.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ed25519;$WORK/b329=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.17 -complete -installsuffix shared -buildid F5WiQ8MR6nvAA0Nl2qOC/F5WiQ8MR6nvAA0Nl2qOC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519/ed25519.go
2025-08-20T21:26:55.9877511Z [00:02:17.035]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:26:55.9886027Z [00:02:17.036]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/f0/f0848c0bc74f2dfcdfc412dd5a80d86ea7280ac5a01f6e5d446ebf7a437958c7-d # internal
2025-08-20T21:26:55.9888989Z [00:02:17.037]➜  golang.org/x/crypto/argon2
2025-08-20T21:26:55.9895865Z [00:02:17.037]➜  mkdir -p $WORK/b338/
2025-08-20T21:26:55.9898574Z [00:02:17.038]➜  echo -n > $WORK/b338/go_asm.h # internal
2025-08-20T21:26:55.9901085Z [00:02:17.038]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2
2025-08-20T21:26:55.9903751Z [00:02:17.038]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2=>golang.org/x/crypto@v0.37.0/argon2;$WORK/b338=>" -I $WORK/b338/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b338/symabis ./blamka_amd64.s
2025-08-20T21:26:56.0326737Z [00:02:17.080]➜  cat >/tmp/go-build1389117207/b338/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0338905Z [00:02:17.081]➜  # import config
2025-08-20T21:26:56.0339635Z [00:02:17.081]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:56.0340714Z [00:02:17.081]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1389117207/b339/_pkg_.a
2025-08-20T21:26:56.0341970Z [00:02:17.081]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:56.0342858Z [00:02:17.081]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.0343625Z [00:02:17.081]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.0344217Z [00:02:17.081]➜  EOF
2025-08-20T21:26:56.0344702Z [00:02:17.082]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.0349671Z [00:02:17.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2=>golang.org/x/crypto@v0.37.0/argon2;$WORK/b338=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid H4JCgNHsk5oYaAeOCGns/H4JCgNHsk5oYaAeOCGns -goversion go1.25.0 -symabis $WORK/b338/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack -asmhdr $WORK/b338/go_asm.h ./vendor/golang.org/x/crypto/argon2/argon2.go ./vendor/golang.org/x/crypto/argon2/blake2b.go ./vendor/golang.org/x/crypto/argon2/blamka_amd64.go ./vendor/golang.org/x/crypto/argon2/blamka_generic.go
2025-08-20T21:26:56.0481095Z [00:02:17.096]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448
2025-08-20T21:26:56.0483531Z [00:02:17.096]➜  go tool pack r $WORK/b319/_pkg_.a $WORK/b319/curve_amd64.o # internal
2025-08-20T21:26:56.0484333Z [00:02:17.096]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:26:56.0496571Z [00:02:17.098]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/6c/6cc44e41916f6345bffdb7a69bc1cb37c8ec816948a03505655b42ad4ada7898-d # internal
2025-08-20T21:26:56.0498997Z [00:02:17.098]➜  golang.org/x/crypto/hkdf
2025-08-20T21:26:56.0499559Z [00:02:17.098]➜  mkdir -p $WORK/b341/
2025-08-20T21:26:56.0501600Z [00:02:17.098]➜  cat >/tmp/go-build1389117207/b341/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0502375Z [00:02:17.098]➜  # import config
2025-08-20T21:26:56.0503156Z [00:02:17.098]➜  packagefile crypto/hmac=/tmp/go-build1389117207/b252/_pkg_.a
2025-08-20T21:26:56.0504007Z [00:02:17.098]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.0504806Z [00:02:17.098]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.0505595Z [00:02:17.098]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.0506177Z [00:02:17.098]➜  EOF
2025-08-20T21:26:56.0512802Z [00:02:17.099]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.0516018Z [00:02:17.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/hkdf=>golang.org/x/crypto@v0.37.0/hkdf;$WORK/b341=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid 6XQ5_sSuDBYlTaUKxwZZ/6XQ5_sSuDBYlTaUKxwZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack ./vendor/golang.org/x/crypto/hkdf/hkdf.go
2025-08-20T21:26:56.0531899Z [00:02:17.101]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:26:56.0559442Z [00:02:17.103]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/ca/caceb3d0ee016954a8d464b947d17aabf550831747315c049d7a16a34743fde4-d # internal
2025-08-20T21:26:56.0561377Z [00:02:17.104]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T21:26:56.0573105Z [00:02:17.104]➜  mkdir -p $WORK/b324/
2025-08-20T21:26:56.0573936Z [00:02:17.105]➜  cat >/tmp/go-build1389117207/b324/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0574597Z [00:02:17.105]➜  # import config
2025-08-20T21:26:56.0575249Z [00:02:17.105]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.0576087Z [00:02:17.105]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.0576961Z [00:02:17.105]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:56.0577857Z [00:02:17.105]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.0578807Z [00:02:17.105]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:56.0601218Z [00:02:17.105]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.0602247Z [00:02:17.105]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.0603332Z [00:02:17.105]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build1389117207/b325/_pkg_.a
2025-08-20T21:26:56.0604608Z [00:02:17.105]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build1389117207/b327/_pkg_.a
2025-08-20T21:26:56.0605808Z [00:02:17.105]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1389117207/b323/_pkg_.a
2025-08-20T21:26:56.0606761Z [00:02:17.105]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.0607571Z [00:02:17.105]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.0608198Z [00:02:17.105]➜  EOF
2025-08-20T21:26:56.0612650Z [00:02:17.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448=>github.com/cloudflare/circl@v1.6.1/sign/ed448;$WORK/b324=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid gNM8ux8v9h0Bf_Y5a1_Y/gNM8ux8v9h0Bf_Y5a1_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack ./vendor/github.com/cloudflare/circl/sign/ed448/ed448.go ./vendor/github.com/cloudflare/circl/sign/ed448/signapi.go
2025-08-20T21:26:56.0671529Z [00:02:17.115]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:26:56.0679205Z [00:02:17.116]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/36/36f2cb4607feb0e3a1dfdbedcb939468ef5cca128a7c9f85956090d6c2a1a4e6-d # internal
2025-08-20T21:26:56.0681129Z [00:02:17.116]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T21:26:56.0682027Z [00:02:17.116]➜  mkdir -p $WORK/b340/
2025-08-20T21:26:56.0685050Z [00:02:17.116]➜  cat >/tmp/go-build1389117207/b340/importcfg << 'EOF' # internal
2025-08-20T21:26:56.0685764Z [00:02:17.116]➜  # import config
2025-08-20T21:26:56.0691383Z [00:02:17.116]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:56.0692396Z [00:02:17.116]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.0693561Z [00:02:17.116]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1389117207/b303/_pkg_.a
2025-08-20T21:26:56.0694900Z [00:02:17.116]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.0696124Z [00:02:17.116]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1389117207/b313/_pkg_.a
2025-08-20T21:26:56.0697230Z [00:02:17.116]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1389117207/b341/_pkg_.a
2025-08-20T21:26:56.0698091Z [00:02:17.116]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.0698661Z [00:02:17.116]➜  EOF
2025-08-20T21:26:56.0703136Z [00:02:17.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/x25519;$WORK/b340=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.17 -complete -installsuffix shared -buildid 0jt1fNy0VB9NEAYDrdKp/0jt1fNy0VB9NEAYDrdKp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/x25519/x25519.go
2025-08-20T21:26:56.0983726Z [00:02:17.146]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:26:56.0994109Z [00:02:17.147]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/27/27cb4f27471fffeeac2bd3cbcfa2b72e54628073e9125df2cf9cebb0547fd895-d # internal
2025-08-20T21:26:56.0997306Z [00:02:17.148]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T21:26:56.0999473Z [00:02:17.148]➜  mkdir -p $WORK/b342/
2025-08-20T21:26:56.1005741Z [00:02:17.148]➜  cat >/tmp/go-build1389117207/b342/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1007158Z [00:02:17.148]➜  # import config
2025-08-20T21:26:56.1008088Z [00:02:17.148]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:56.1009787Z [00:02:17.148]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.1011082Z [00:02:17.148]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1389117207/b303/_pkg_.a
2025-08-20T21:26:56.1012391Z [00:02:17.149]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.1013640Z [00:02:17.149]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1389117207/b319/_pkg_.a
2025-08-20T21:26:56.1014740Z [00:02:17.149]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1389117207/b341/_pkg_.a
2025-08-20T21:26:56.1015655Z [00:02:17.149]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.1016248Z [00:02:17.149]➜  EOF
2025-08-20T21:26:56.1020246Z [00:02:17.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/x448;$WORK/b342=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.17 -complete -installsuffix shared -buildid tQLXdO_t3GnxgcCf10i3/tQLXdO_t3GnxgcCf10i3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/x448/x448.go
2025-08-20T21:26:56.1207891Z [00:02:17.168]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2
2025-08-20T21:26:56.1210706Z [00:02:17.169]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2=>golang.org/x/crypto@v0.37.0/argon2;$WORK/b338=>" -I $WORK/b338/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b338/blamka_amd64.o ./blamka_amd64.s
2025-08-20T21:26:56.1270772Z [00:02:17.175]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:26:56.1302823Z [00:02:17.177]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/be/be414dbb3cfa78e458b455ed0cd57210507eb3ae3a24899603f072eef28d2105-d # internal
2025-08-20T21:26:56.1309259Z [00:02:17.179]➜  image
2025-08-20T21:26:56.1311639Z [00:02:17.179]➜  mkdir -p $WORK/b343/
2025-08-20T21:26:56.1316729Z [00:02:17.179]➜  cat >/tmp/go-build1389117207/b343/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1317960Z [00:02:17.180]➜  # import config
2025-08-20T21:26:56.1321402Z [00:02:17.180]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:56.1322304Z [00:02:17.180]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.1323207Z [00:02:17.180]➜  packagefile image/color=/tmp/go-build1389117207/b149/_pkg_.a
2025-08-20T21:26:56.1324045Z [00:02:17.180]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.1324878Z [00:02:17.180]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:56.1325797Z [00:02:17.180]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.1327016Z [00:02:17.180]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.1327878Z [00:02:17.180]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:56.1328553Z [00:02:17.180]➜  EOF
2025-08-20T21:26:56.1329063Z [00:02:17.180]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.1347902Z [00:02:17.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b343=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T21:26:56.1351216Z [00:02:17.182]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:26:56.1352521Z [00:02:17.182]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/f5/f594420a96bb0dce0bc5b508b73080c91017be71beed842500296817e07f6703-d # internal
2025-08-20T21:26:56.1353757Z [00:02:17.182]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T21:26:56.1354432Z [00:02:17.182]➜  mkdir -p $WORK/b309/
2025-08-20T21:26:56.1355145Z [00:02:17.182]➜  cat >/tmp/go-build1389117207/b309/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1355809Z [00:02:17.182]➜  # import config
2025-08-20T21:26:56.1356464Z [00:02:17.182]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.1357341Z [00:02:17.182]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:26:56.1358262Z [00:02:17.182]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:56.1359207Z [00:02:17.182]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.1360343Z [00:02:17.182]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.1361647Z [00:02:17.182]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build1389117207/b310/_pkg_.a
2025-08-20T21:26:56.1362986Z [00:02:17.182]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build1389117207/b311/_pkg_.a
2025-08-20T21:26:56.1364320Z [00:02:17.182]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.1365790Z [00:02:17.182]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1389117207/b312/_pkg_.a
2025-08-20T21:26:56.1367193Z [00:02:17.182]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1389117207/b313/_pkg_.a
2025-08-20T21:26:56.1368420Z [00:02:17.182]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1389117207/b319/_pkg_.a
2025-08-20T21:26:56.1369689Z [00:02:17.182]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1389117207/b321/_pkg_.a
2025-08-20T21:26:56.1371192Z [00:02:17.182]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1389117207/b324/_pkg_.a
2025-08-20T21:26:56.1372213Z [00:02:17.182]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.1373030Z [00:02:17.182]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:56.1373691Z [00:02:17.182]➜  EOF
2025-08-20T21:26:56.1381114Z [00:02:17.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/internal/ecc;$WORK/b309=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.17 -complete -installsuffix shared -buildid PjEIGgDUwKEYtSi2UkDW/PjEIGgDUwKEYtSi2UkDW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve_info.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curves.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed25519.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed448.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/generic.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/x448.go
2025-08-20T21:26:56.1443214Z [00:02:17.192]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2
2025-08-20T21:26:56.1459734Z [00:02:17.192]➜  go tool pack r $WORK/b338/_pkg_.a $WORK/b338/blamka_amd64.o # internal
2025-08-20T21:26:56.1467760Z [00:02:17.192]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:26:56.1469029Z [00:02:17.192]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/e3/e30a2bb63b13edb31f4e71d51e643ec430c4e703ae6314e8ab1bdb4e9eac4681-d # internal
2025-08-20T21:26:56.1470216Z [00:02:17.192]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T21:26:56.1470831Z [00:02:17.192]➜  mkdir -p $WORK/b330/
2025-08-20T21:26:56.1471794Z [00:02:17.192]➜  cat >/tmp/go-build1389117207/b330/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1472507Z [00:02:17.192]➜  # import config
2025-08-20T21:26:56.1473183Z [00:02:17.192]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.1474291Z [00:02:17.192]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.1475516Z [00:02:17.192]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1389117207/b324/_pkg_.a
2025-08-20T21:26:56.1476444Z [00:02:17.192]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.1477006Z [00:02:17.192]➜  EOF
2025-08-20T21:26:56.1477478Z [00:02:17.192]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.1481956Z [00:02:17.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ed448;$WORK/b330=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.17 -complete -installsuffix shared -buildid Rn0MuYdCHe4Kp9hpgM7K/Rn0MuYdCHe4Kp9hpgM7K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/ed448/ed448.go
2025-08-20T21:26:56.1694726Z [00:02:17.217]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:26:56.1708659Z [00:02:17.218]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/f8/f809e89e39be31a792b04ff00c6a41e865248f20311e07d31004c0e2aa7e3caf-d # internal
2025-08-20T21:26:56.1709948Z [00:02:17.218]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T21:26:56.1710591Z [00:02:17.218]➜  mkdir -p $WORK/b337/
2025-08-20T21:26:56.1711577Z [00:02:17.218]➜  cat >/tmp/go-build1389117207/b337/importcfg << 'EOF' # internal
2025-08-20T21:26:56.1712269Z [00:02:17.218]➜  # import config
2025-08-20T21:26:56.1712948Z [00:02:17.218]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.1714108Z [00:02:17.218]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.1715609Z [00:02:17.218]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1389117207/b304/_pkg_.a
2025-08-20T21:26:56.1716929Z [00:02:17.218]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1389117207/b338/_pkg_.a
2025-08-20T21:26:56.1717869Z [00:02:17.218]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.1718662Z [00:02:17.218]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.1719511Z [00:02:17.218]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.1720210Z [00:02:17.218]➜  EOF
2025-08-20T21:26:56.1738517Z [00:02:17.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/s2k;$WORK/b337=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.17 -complete -installsuffix shared -buildid ohMe7gB_HYSwZaHfqtF4/ohMe7gB_HYSwZaHfqtF4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_cache.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_config.go
2025-08-20T21:26:56.2123516Z [00:02:17.258]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:26:56.2135018Z [00:02:17.260]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/c4/c4652c085a4e709b9818cfef643f6f9f2538bbe4747a3117b6f4a0692fad91eb-d # internal
2025-08-20T21:26:56.2136082Z [00:02:17.260]➜  golang.org/x/crypto/sha3
2025-08-20T21:26:56.2136647Z [00:02:17.260]➜  mkdir -p $WORK/b346/
2025-08-20T21:26:56.2137250Z [00:02:17.261]➜  echo -n > $WORK/b346/go_asm.h # internal
2025-08-20T21:26:56.2138070Z [00:02:17.261]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3
2025-08-20T21:26:56.2140805Z [00:02:17.261]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3=>golang.org/x/crypto@v0.37.0/sha3;$WORK/b346=>" -I $WORK/b346/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b346/symabis ./keccakf_amd64.s
2025-08-20T21:26:56.2227977Z [00:02:17.271]➜  cat >/tmp/go-build1389117207/b346/importcfg << 'EOF' # internal
2025-08-20T21:26:56.2229444Z [00:02:17.271]➜  # import config
2025-08-20T21:26:56.2231854Z [00:02:17.271]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.2233484Z [00:02:17.271]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.2234436Z [00:02:17.271]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.2235471Z [00:02:17.271]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:56.2236657Z [00:02:17.271]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.2237592Z [00:02:17.271]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:26:56.2238470Z [00:02:17.271]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.2239256Z [00:02:17.271]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.2240116Z [00:02:17.271]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:56.2240741Z [00:02:17.271]➜  EOF
2025-08-20T21:26:56.2241416Z [00:02:17.271]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.2246691Z [00:02:17.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3=>golang.org/x/crypto@v0.37.0/sha3;$WORK/b346=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid zObFpN3yJGHLrcxsYRoQ/zObFpN3yJGHLrcxsYRoQ -goversion go1.25.0 -symabis $WORK/b346/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack -asmhdr $WORK/b346/go_asm.h ./vendor/golang.org/x/crypto/sha3/doc.go ./vendor/golang.org/x/crypto/sha3/hashes.go ./vendor/golang.org/x/crypto/sha3/hashes_noasm.go ./vendor/golang.org/x/crypto/sha3/keccakf_amd64.go ./vendor/golang.org/x/crypto/sha3/sha3.go ./vendor/golang.org/x/crypto/sha3/shake.go ./vendor/golang.org/x/crypto/sha3/shake_noasm.go
2025-08-20T21:26:56.2938625Z [00:02:17.342]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3
2025-08-20T21:26:56.2943591Z [00:02:17.342]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3=>golang.org/x/crypto@v0.37.0/sha3;$WORK/b346=>" -I $WORK/b346/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b346/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T21:26:56.3222478Z [00:02:17.370]➜  go tool pack r $WORK/b346/_pkg_.a $WORK/b346/keccakf_amd64.o # internal
2025-08-20T21:26:56.3225603Z [00:02:17.370]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:26:56.3240030Z [00:02:17.372]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/de/de954cf87dc1297f9afad5613ef171b981de97bcd23f8815bad995b67d4396ed-d # internal
2025-08-20T21:26:56.3255944Z [00:02:17.373]➜  github.com/go-git/go-billy/v5
2025-08-20T21:26:56.3258653Z [00:02:17.374]➜  mkdir -p $WORK/b347/
2025-08-20T21:26:56.3263104Z [00:02:17.374]➜  cat >/tmp/go-build1389117207/b347/importcfg << 'EOF' # internal
2025-08-20T21:26:56.3270351Z [00:02:17.374]➜  # import config
2025-08-20T21:26:56.3272631Z [00:02:17.374]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.3273494Z [00:02:17.374]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.3274303Z [00:02:17.374]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.3275076Z [00:02:17.374]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:56.3275668Z [00:02:17.374]➜  EOF
2025-08-20T21:26:56.3285107Z [00:02:17.376]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.3290122Z [00:02:17.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5=>github.com/go-git/go-billy/v5@v5.6.2;$WORK/b347=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid kqtHNYFdZXeH99GLsV4J/kqtHNYFdZXeH99GLsV4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack ./vendor/github.com/go-git/go-billy/v5/fs.go
2025-08-20T21:26:56.3708530Z [00:02:17.419]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:26:56.3729973Z [00:02:17.421]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/b9/b9f62f3880e972b1d8729bbaaf6d4c5adbe0d034f50980e984ae0063a58c01eb-d # internal
2025-08-20T21:26:56.3734826Z [00:02:17.421]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T21:26:56.3735487Z [00:02:17.421]➜  mkdir -p $WORK/b302/
2025-08-20T21:26:56.3736544Z [00:02:17.421]➜  cat >/tmp/go-build1389117207/b302/importcfg << 'EOF' # internal
2025-08-20T21:26:56.3737277Z [00:02:17.421]➜  # import config
2025-08-20T21:26:56.3737976Z [00:02:17.421]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.3738782Z [00:02:17.421]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.3739911Z [00:02:17.421]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1389117207/b303/_pkg_.a
2025-08-20T21:26:56.3741623Z [00:02:17.421]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1389117207/b304/_pkg_.a
2025-08-20T21:26:56.3743087Z [00:02:17.421]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:26:56.3744207Z [00:02:17.421]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.3744827Z [00:02:17.421]➜  EOF
2025-08-20T21:26:56.3748590Z [00:02:17.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ecdh;$WORK/b302=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.17 -complete -installsuffix shared -buildid Rxkz1Ojo_6e2XKe3c-o6/Rxkz1Ojo_6e2XKe3c-o6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/ecdh.go
2025-08-20T21:26:56.3773163Z [00:02:17.425]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:26:56.3784599Z [00:02:17.426]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/91/917400b8a669a142f74120fc00cec6d49373c0acd5c9ebe9ee0092bd63937918-d # internal
2025-08-20T21:26:56.3795602Z [00:02:17.427]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T21:26:56.3798111Z [00:02:17.428]➜  mkdir -p $WORK/b328/
2025-08-20T21:26:56.3803184Z [00:02:17.428]➜  cat >/tmp/go-build1389117207/b328/importcfg << 'EOF' # internal
2025-08-20T21:26:56.3804509Z [00:02:17.428]➜  # import config
2025-08-20T21:26:56.3805565Z [00:02:17.428]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.3808107Z [00:02:17.428]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:26:56.3809204Z [00:02:17.428]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.3810012Z [00:02:17.428]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:56.3810642Z [00:02:17.428]➜  EOF
2025-08-20T21:26:56.3819222Z [00:02:17.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/ecdsa;$WORK/b328=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid 4oEsuhoKUz4mIms8mRkH/4oEsuhoKUz4mIms8mRkH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.go
2025-08-20T21:26:56.4275611Z [00:02:17.475]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:26:56.4286699Z [00:02:17.476]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/d1/d12b16a308a01db3a1ad0d6d938e1f2a6fdcd1ca9ccafba86628df048a1ef3fd-d # internal
2025-08-20T21:26:56.4288647Z [00:02:17.477]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T21:26:56.4289920Z [00:02:17.477]➜  mkdir -p $WORK/b331/
2025-08-20T21:26:56.4305936Z [00:02:17.478]➜  cat >/tmp/go-build1389117207/b331/importcfg << 'EOF' # internal
2025-08-20T21:26:56.4306927Z [00:02:17.478]➜  # import config
2025-08-20T21:26:56.4308216Z [00:02:17.478]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.4309770Z [00:02:17.478]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:26:56.4311910Z [00:02:17.479]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.4314385Z [00:02:17.479]➜  EOF
2025-08-20T21:26:56.4318229Z [00:02:17.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/eddsa;$WORK/b331=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.17 -complete -installsuffix shared -buildid SYt9nU-Vzr2wSNtiGjf9/SYt9nU-Vzr2wSNtiGjf9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa/eddsa.go
2025-08-20T21:26:56.4333578Z [00:02:17.481]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:26:56.4343755Z [00:02:17.482]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/06/060589f48c922526d8a613197c1b54ae7905da5e866cdd2bee131102b7eae1c5-d # internal
2025-08-20T21:26:56.4361612Z [00:02:17.484]➜  github.com/cyphar/filepath-securejoin
2025-08-20T21:26:56.4364370Z [00:02:17.484]➜  mkdir -p $WORK/b349/
2025-08-20T21:26:56.4369168Z [00:02:17.485]➜  cat >/tmp/go-build1389117207/b349/importcfg << 'EOF' # internal
2025-08-20T21:26:56.4373096Z [00:02:17.485]➜  # import config
2025-08-20T21:26:56.4373825Z [00:02:17.485]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.4374649Z [00:02:17.485]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.4375551Z [00:02:17.485]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:26:56.4376465Z [00:02:17.485]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.4377290Z [00:02:17.485]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:56.4378186Z [00:02:17.485]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:56.4379066Z [00:02:17.485]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:56.4379865Z [00:02:17.485]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:56.4380659Z [00:02:17.485]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.4382022Z [00:02:17.485]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.4382825Z [00:02:17.485]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.4383597Z [00:02:17.485]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:56.4384198Z [00:02:17.485]➜  EOF
2025-08-20T21:26:56.4392373Z [00:02:17.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b349=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid QDvm_B0s503KZC8DFMyz/QDvm_B0s503KZC8DFMyz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack ./vendor/github.com/cyphar/filepath-securejoin/doc.go ./vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go ./vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go ./vendor/github.com/cyphar/filepath-securejoin/join.go ./vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go ./vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go ./vendor/github.com/cyphar/filepath-securejoin/open_linux.go ./vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go ./vendor/github.com/cyphar/filepath-securejoin/openat_linux.go ./vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go ./vendor/github.com/cyphar/filepath-securejoin/vfs.go
2025-08-20T21:26:56.4569490Z [00:02:17.504]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:26:56.4571002Z [00:02:17.504]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/69/69c4fc9fa68870663a4656659f7d72029e0d306546d0dfe13b2fde6f2009380f-d # internal
2025-08-20T21:26:56.4572174Z [00:02:17.504]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T21:26:56.4572799Z [00:02:17.504]➜  mkdir -p $WORK/b351/
2025-08-20T21:26:56.4573523Z [00:02:17.505]➜  cat >/tmp/go-build1389117207/b351/importcfg << 'EOF' # internal
2025-08-20T21:26:56.4574194Z [00:02:17.505]➜  # import config
2025-08-20T21:26:56.4574972Z [00:02:17.505]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:56.4575854Z [00:02:17.505]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.4576674Z [00:02:17.505]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:56.4577293Z [00:02:17.505]➜  EOF
2025-08-20T21:26:56.4581946Z [00:02:17.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/polyfill=>github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill;$WORK/b351=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid PKBt8kajB4F4MllXg0kr/PKBt8kajB4F4MllXg0kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack ./vendor/github.com/go-git/go-billy/v5/helper/polyfill/polyfill.go
2025-08-20T21:26:56.4703119Z [00:02:17.517]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:26:56.4804585Z [00:02:17.528]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T21:26:56.4805758Z [00:02:17.528]➜  image/internal/imageutil
2025-08-20T21:26:56.4806326Z [00:02:17.528]➜  mkdir -p $WORK/b345/
2025-08-20T21:26:56.4807055Z [00:02:17.528]➜  cat >/tmp/go-build1389117207/b345/importcfg << 'EOF' # internal
2025-08-20T21:26:56.4807799Z [00:02:17.528]➜  # import config
2025-08-20T21:26:56.4808948Z [00:02:17.528]➜  packagefile image=/tmp/go-build1389117207/b343/_pkg_.a
2025-08-20T21:26:56.4809745Z [00:02:17.528]➜  EOF
2025-08-20T21:26:56.4814355Z [00:02:17.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b345=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T21:26:56.4876098Z [00:02:17.535]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:26:56.4887510Z [00:02:17.536]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/2e/2e67b3089605cbeebd4b97772b05d43da4cca6ca59d141588e638408b13a8cef-d # internal
2025-08-20T21:26:56.4895854Z [00:02:17.537]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T21:26:56.4908073Z [00:02:17.538]➜  mkdir -p $WORK/b350/
2025-08-20T21:26:56.4908797Z [00:02:17.538]➜  cat >/tmp/go-build1389117207/b350/importcfg << 'EOF' # internal
2025-08-20T21:26:56.4909471Z [00:02:17.538]➜  # import config
2025-08-20T21:26:56.4911828Z [00:02:17.539]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:56.4913986Z [00:02:17.539]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build1389117207/b351/_pkg_.a
2025-08-20T21:26:56.4915696Z [00:02:17.539]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.4917413Z [00:02:17.539]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:56.4918269Z [00:02:17.539]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.4918859Z [00:02:17.539]➜  EOF
2025-08-20T21:26:56.4923490Z [00:02:17.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/chroot=>github.com/go-git/go-billy/v5@v5.6.2/helper/chroot;$WORK/b350=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid SEm_5AP_BiuwgQ6Z37qY/SEm_5AP_BiuwgQ6Z37qY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack ./vendor/github.com/go-git/go-billy/v5/helper/chroot/chroot.go
2025-08-20T21:26:56.5189597Z [00:02:17.566]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:26:56.5194350Z [00:02:17.567]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T21:26:56.5195326Z [00:02:17.567]➜  image/jpeg
2025-08-20T21:26:56.5195798Z [00:02:17.567]➜  mkdir -p $WORK/b344/
2025-08-20T21:26:56.5196477Z [00:02:17.567]➜  cat >/tmp/go-build1389117207/b344/importcfg << 'EOF' # internal
2025-08-20T21:26:56.5197126Z [00:02:17.567]➜  # import config
2025-08-20T21:26:56.5197745Z [00:02:17.567]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:56.5198537Z [00:02:17.567]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.5199359Z [00:02:17.567]➜  packagefile image=/tmp/go-build1389117207/b343/_pkg_.a
2025-08-20T21:26:56.5200289Z [00:02:17.567]➜  packagefile image/color=/tmp/go-build1389117207/b149/_pkg_.a
2025-08-20T21:26:56.5201585Z [00:02:17.567]➜  packagefile image/internal/imageutil=/tmp/go-build1389117207/b345/_pkg_.a
2025-08-20T21:26:56.5202881Z [00:02:17.567]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.5203481Z [00:02:17.567]➜  EOF
2025-08-20T21:26:56.5212913Z [00:02:17.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b344=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T21:26:56.5350410Z [00:02:17.583]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:26:56.5391846Z [00:02:17.587]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/46/46b7d2a200a21497858c39f66dcf928af5c99da8308a0ceadacbac49abcd1e7c-d # internal
2025-08-20T21:26:56.5398085Z [00:02:17.587]➜  github.com/go-git/go-billy/v5/util
2025-08-20T21:26:56.5399135Z [00:02:17.587]➜  mkdir -p $WORK/b352/
2025-08-20T21:26:56.5400090Z [00:02:17.587]➜  cat >/tmp/go-build1389117207/b352/importcfg << 'EOF' # internal
2025-08-20T21:26:56.5401772Z [00:02:17.587]➜  # import config
2025-08-20T21:26:56.5402466Z [00:02:17.587]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.5403434Z [00:02:17.587]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:56.5404400Z [00:02:17.587]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.5405193Z [00:02:17.587]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.5406016Z [00:02:17.587]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:56.5406845Z [00:02:17.587]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:56.5407915Z [00:02:17.587]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.5408749Z [00:02:17.587]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.5409528Z [00:02:17.587]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.5410282Z [00:02:17.587]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:56.5411044Z [00:02:17.587]➜  EOF
2025-08-20T21:26:56.5415084Z [00:02:17.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util=>github.com/go-git/go-billy/v5@v5.6.2/util;$WORK/b352=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid O05HXaBSs38io4biCLXs/O05HXaBSs38io4biCLXs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack ./vendor/github.com/go-git/go-billy/v5/util/glob.go ./vendor/github.com/go-git/go-billy/v5/util/util.go ./vendor/github.com/go-git/go-billy/v5/util/walk.go
2025-08-20T21:26:56.5994717Z [00:02:17.647]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:26:56.6004325Z [00:02:17.648]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/78/780c6bd3d085377aa2d2ed36e092e8d5cd008ab848c48e5f7a9af109f5a7d974-d # internal
2025-08-20T21:26:56.6007416Z [00:02:17.649]➜  github.com/jesseduffield/go-git/v5/internal/url
2025-08-20T21:26:56.6010141Z [00:02:17.649]➜  mkdir -p $WORK/b354/
2025-08-20T21:26:56.6013546Z [00:02:17.649]➜  cat >/tmp/go-build1389117207/b354/importcfg << 'EOF' # internal
2025-08-20T21:26:56.6015604Z [00:02:17.649]➜  # import config
2025-08-20T21:26:56.6018269Z [00:02:17.649]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:56.6018906Z [00:02:17.649]➜  EOF
2025-08-20T21:26:56.6023088Z [00:02:17.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/url=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/internal/url;$WORK/b354=>" -p github.com/jesseduffield/go-git/v5/internal/url -lang=go1.23 -complete -installsuffix shared -buildid HbKkPqCUqbhfKPfd4oZC/HbKkPqCUqbhfKPfd4oZC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/internal/url/url.go
2025-08-20T21:26:56.6168921Z [00:02:17.664]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:26:56.6175849Z [00:02:17.665]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/9f/9f7f8d2553508f60f0d3ca7a6fb16291201e194135e173ef992c6f4eb6ea9ec6-d # internal
2025-08-20T21:26:56.6176969Z [00:02:17.665]➜  github.com/pjbgf/sha1cd
2025-08-20T21:26:56.6178224Z [00:02:17.665]➜  mkdir -p $WORK/b357/
2025-08-20T21:26:56.6178894Z [00:02:17.666]➜  echo -n > $WORK/b357/go_asm.h # internal
2025-08-20T21:26:56.6180680Z [00:02:17.666]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd
2025-08-20T21:26:56.6194900Z [00:02:17.667]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b357=>" -I $WORK/b357/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b357/symabis ./sha1cdblock_amd64.s
2025-08-20T21:26:56.6248185Z [00:02:17.673]➜  cat >/tmp/go-build1389117207/b357/importcfg << 'EOF' # internal
2025-08-20T21:26:56.6253696Z [00:02:17.673]➜  # import config
2025-08-20T21:26:56.6254391Z [00:02:17.673]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.6255274Z [00:02:17.673]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:56.6256152Z [00:02:17.673]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.6256951Z [00:02:17.673]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.6257976Z [00:02:17.673]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build1389117207/b358/_pkg_.a
2025-08-20T21:26:56.6259464Z [00:02:17.673]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build1389117207/b359/_pkg_.a
2025-08-20T21:26:56.6260430Z [00:02:17.673]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.6261487Z [00:02:17.673]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:56.6262323Z [00:02:17.673]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:56.6262949Z [00:02:17.673]➜  EOF
2025-08-20T21:26:56.6263418Z [00:02:17.673]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.6268097Z [00:02:17.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b357=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -installsuffix shared -buildid Ob09oaQC0KXxxhbrKuBk/Ob09oaQC0KXxxhbrKuBk -goversion go1.25.0 -symabis $WORK/b357/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack -asmhdr $WORK/b357/go_asm.h ./vendor/github.com/pjbgf/sha1cd/detection.go ./vendor/github.com/pjbgf/sha1cd/sha1cd.go ./vendor/github.com/pjbgf/sha1cd/sha1cdblock_amd64.go ./vendor/github.com/pjbgf/sha1cd/sha1cdblock_generic.go
2025-08-20T21:26:56.6786264Z [00:02:17.726]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd
2025-08-20T21:26:56.6791186Z [00:02:17.726]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b357=>" -I $WORK/b357/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b357/sha1cdblock_amd64.o ./sha1cdblock_amd64.s
2025-08-20T21:26:56.6873567Z [00:02:17.735]➜  go tool pack r $WORK/b357/_pkg_.a $WORK/b357/sha1cdblock_amd64.o # internal
2025-08-20T21:26:56.6876740Z [00:02:17.735]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:26:56.6887422Z [00:02:17.737]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/10/1091d94db3ba4771f5e59bc3d428b10186e33177122786f635e5a1edef281436-d # internal
2025-08-20T21:26:56.6892009Z [00:02:17.737]➜  github.com/jesseduffield/go-git/v5/plumbing/hash
2025-08-20T21:26:56.6892941Z [00:02:17.737]➜  mkdir -p $WORK/b356/
2025-08-20T21:26:56.6901662Z [00:02:17.737]➜  cat >/tmp/go-build1389117207/b356/importcfg << 'EOF' # internal
2025-08-20T21:26:56.6902357Z [00:02:17.737]➜  # import config
2025-08-20T21:26:56.6903018Z [00:02:17.737]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.6903824Z [00:02:17.737]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.6904759Z [00:02:17.737]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build1389117207/b357/_pkg_.a
2025-08-20T21:26:56.6905748Z [00:02:17.737]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.6906372Z [00:02:17.737]➜  EOF
2025-08-20T21:26:56.6907139Z [00:02:17.738]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:56.6912006Z [00:02:17.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/hash;$WORK/b356=>" -p github.com/jesseduffield/go-git/v5/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid 6oICEfqJTL0U2r-Vb5nf/6oICEfqJTL0U2r-Vb5nf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash_sha1.go
2025-08-20T21:26:56.7084677Z [00:02:17.756]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:26:56.7086211Z [00:02:17.756]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/f7/f756a752425bb4117c6565b4353004b02c6741eb103917a3fd0e5f3f19bda903-d # internal
2025-08-20T21:26:56.7088524Z [00:02:17.756]➜  github.com/jesseduffield/go-git/v5/plumbing
2025-08-20T21:26:56.7089185Z [00:02:17.756]➜  mkdir -p $WORK/b355/
2025-08-20T21:26:56.7090183Z [00:02:17.756]➜  cat >/tmp/go-build1389117207/b355/importcfg << 'EOF' # internal
2025-08-20T21:26:56.7091170Z [00:02:17.756]➜  # import config
2025-08-20T21:26:56.7091856Z [00:02:17.756]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.7092746Z [00:02:17.756]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:56.7093593Z [00:02:17.756]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.7094380Z [00:02:17.756]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.7095434Z [00:02:17.756]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:26:56.7096473Z [00:02:17.756]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.7097262Z [00:02:17.756]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:56.7098057Z [00:02:17.756]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:56.7098870Z [00:02:17.756]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.7099699Z [00:02:17.756]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.7100312Z [00:02:17.756]➜  EOF
2025-08-20T21:26:56.7106689Z [00:02:17.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing;$WORK/b355=>" -p github.com/jesseduffield/go-git/v5/plumbing -lang=go1.23 -complete -installsuffix shared -buildid OECUQN-Ge9xMYu7Txj_m/OECUQN-Ge9xMYu7Txj_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/error.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/hash.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/reference.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/revision.go
2025-08-20T21:26:56.7338701Z [00:02:17.781]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:26:56.7387136Z [00:02:17.786]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/93/939e15c962307eec8c6444ed5a1303b6e18cf84f14dcb76953de1a9f367a4d51-d # internal
2025-08-20T21:26:56.7393126Z [00:02:17.787]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T21:26:56.7396309Z [00:02:17.787]➜  mkdir -p $WORK/b348/
2025-08-20T21:26:56.7404263Z [00:02:17.788]➜  cat >/tmp/go-build1389117207/b348/importcfg << 'EOF' # internal
2025-08-20T21:26:56.7415573Z [00:02:17.788]➜  # import config
2025-08-20T21:26:56.7416260Z [00:02:17.788]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.7417295Z [00:02:17.788]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build1389117207/b349/_pkg_.a
2025-08-20T21:26:56.7418460Z [00:02:17.788]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:56.7419617Z [00:02:17.788]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1389117207/b350/_pkg_.a
2025-08-20T21:26:56.7420768Z [00:02:17.788]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:26:56.7422697Z [00:02:17.788]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:56.7423512Z [00:02:17.788]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.7424362Z [00:02:17.788]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:56.7425227Z [00:02:17.788]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.7426027Z [00:02:17.788]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.7426833Z [00:02:17.788]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:56.7427447Z [00:02:17.788]➜  EOF
2025-08-20T21:26:56.7433430Z [00:02:17.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs=>github.com/go-git/go-billy/v5@v5.6.2/osfs;$WORK/b348=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid xmioVCmZYTw__JaB3I8_/xmioVCmZYTw__JaB3I8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack ./vendor/github.com/go-git/go-billy/v5/osfs/os.go ./vendor/github.com/go-git/go-billy/v5/osfs/os_bound.go ./vendor/github.com/go-git/go-billy/v5/osfs/os_chroot.go ./vendor/github.com/go-git/go-billy/v5/osfs/os_options.go ./vendor/github.com/go-git/go-billy/v5/osfs/os_posix.go
2025-08-20T21:26:56.7510538Z [00:02:17.799]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:26:56.7549232Z [00:02:17.802]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T21:26:56.7568007Z [00:02:17.805]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T21:26:56.7569537Z [00:02:17.805]➜  mkdir -p $WORK/b332/
2025-08-20T21:26:56.7583114Z [00:02:17.806]➜  cat >/tmp/go-build1389117207/b332/importcfg << 'EOF' # internal
2025-08-20T21:26:56.7585301Z [00:02:17.806]➜  # import config
2025-08-20T21:26:56.7588138Z [00:02:17.806]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:56.7589021Z [00:02:17.806]➜  packagefile compress/bzip2=/tmp/go-build1389117207/b333/_pkg_.a
2025-08-20T21:26:56.7589951Z [00:02:17.806]➜  packagefile compress/flate=/tmp/go-build1389117207/b196/_pkg_.a
2025-08-20T21:26:56.7591130Z [00:02:17.806]➜  packagefile compress/zlib=/tmp/go-build1389117207/b334/_pkg_.a
2025-08-20T21:26:56.7592013Z [00:02:17.806]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:56.7592849Z [00:02:17.806]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:56.7593711Z [00:02:17.806]➜  packagefile crypto/dsa=/tmp/go-build1389117207/b271/_pkg_.a
2025-08-20T21:26:56.7594601Z [00:02:17.806]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:56.7595723Z [00:02:17.806]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:26:56.7596590Z [00:02:17.806]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:26:56.7597452Z [00:02:17.806]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:56.7598312Z [00:02:17.806]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:56.7599180Z [00:02:17.806]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:56.7600059Z [00:02:17.806]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:56.7604491Z [00:02:17.806]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:56.7605500Z [00:02:17.806]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:56.7606403Z [00:02:17.806]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.7607467Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1389117207/b302/_pkg_.a
2025-08-20T21:26:56.7608781Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1389117207/b328/_pkg_.a
2025-08-20T21:26:56.7610102Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1389117207/b329/_pkg_.a
2025-08-20T21:26:56.7611583Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1389117207/b330/_pkg_.a
2025-08-20T21:26:56.7612881Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1389117207/b331/_pkg_.a
2025-08-20T21:26:56.7614199Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build1389117207/b336/_pkg_.a
2025-08-20T21:26:56.7615531Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:56.7617209Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1389117207/b304/_pkg_.a
2025-08-20T21:26:56.7618724Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:26:56.7620236Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1389117207/b312/_pkg_.a
2025-08-20T21:26:56.7621729Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build1389117207/b337/_pkg_.a
2025-08-20T21:26:56.7623022Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1389117207/b340/_pkg_.a
2025-08-20T21:26:56.7624319Z [00:02:17.806]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1389117207/b342/_pkg_.a
2025-08-20T21:26:56.7625451Z [00:02:17.806]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1389117207/b341/_pkg_.a
2025-08-20T21:26:56.7626371Z [00:02:17.806]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:56.7627163Z [00:02:17.806]➜  packagefile image=/tmp/go-build1389117207/b343/_pkg_.a
2025-08-20T21:26:56.7627982Z [00:02:17.806]➜  packagefile image/jpeg=/tmp/go-build1389117207/b344/_pkg_.a
2025-08-20T21:26:56.7628785Z [00:02:17.806]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.7629572Z [00:02:17.806]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:56.7630392Z [00:02:17.806]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:56.7631547Z [00:02:17.806]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.7632375Z [00:02:17.806]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:56.7633191Z [00:02:17.806]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:56.7633780Z [00:02:17.806]➜  EOF
2025-08-20T21:26:56.7653189Z [00:02:17.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp/packet;$WORK/b332=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.17 -complete -installsuffix shared -buildid 0UoeMYAAFVP-zVjCQ2My/0UoeMYAAFVP-zVjCQ2My -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_config.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_crypter.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_encrypted.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/compressed.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config_v5.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/encrypted_key.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/literal.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/marker.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/notation.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/ocfb.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/one_pass_signature.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/opaque.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_sequence.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_unsupported.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/padding.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key_test_data.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key_test_data.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/reader.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/recipient.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/signature.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetric_key_encrypted.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_aead.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_mdc.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userattribute.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userid.go
2025-08-20T21:26:56.8152642Z [00:02:17.862]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:26:56.8158851Z [00:02:17.864]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/a4/a4c19d23e8a936aab2199a2b61aa19fdb1329b24893dd6799260733efa15ba74-d # internal
2025-08-20T21:26:56.8172463Z [00:02:17.864]➜  internal/saferio
2025-08-20T21:26:56.8172990Z [00:02:17.864]➜  mkdir -p $WORK/b363/
2025-08-20T21:26:56.8173713Z [00:02:17.864]➜  cat >/tmp/go-build1389117207/b363/importcfg << 'EOF' # internal
2025-08-20T21:26:56.8174406Z [00:02:17.864]➜  # import config
2025-08-20T21:26:56.8175057Z [00:02:17.865]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.8175649Z [00:02:17.865]➜  EOF
2025-08-20T21:26:56.8178351Z [00:02:17.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b363=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:26:56.8327818Z [00:02:17.881]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:26:56.8335491Z [00:02:17.881]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:26:56.8340147Z [00:02:17.882]➜  encoding/gob
2025-08-20T21:26:56.8362745Z [00:02:17.884]➜  mkdir -p $WORK/b362/
2025-08-20T21:26:56.8364178Z [00:02:17.884]➜  cat >/tmp/go-build1389117207/b362/importcfg << 'EOF' # internal
2025-08-20T21:26:56.8366778Z [00:02:17.884]➜  # import config
2025-08-20T21:26:56.8367694Z [00:02:17.884]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:56.8368947Z [00:02:17.884]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:56.8370033Z [00:02:17.884]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:56.8371267Z [00:02:17.884]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:56.8372299Z [00:02:17.884]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.8373468Z [00:02:17.884]➜  packagefile internal/saferio=/tmp/go-build1389117207/b363/_pkg_.a
2025-08-20T21:26:56.8376903Z [00:02:17.884]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:56.8378411Z [00:02:17.884]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:56.8379322Z [00:02:17.884]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:56.8380462Z [00:02:17.884]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:56.8381877Z [00:02:17.884]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:56.8382708Z [00:02:17.884]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:56.8383502Z [00:02:17.884]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.8384291Z [00:02:17.884]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:56.8385089Z [00:02:17.884]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:56.8385890Z [00:02:17.884]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:56.8386518Z [00:02:17.884]➜  EOF
2025-08-20T21:26:56.8391543Z [00:02:17.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b362=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:26:56.9373725Z [00:02:17.985]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:26:56.9446729Z [00:02:17.992]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/0b/0ba303f38c4bb1aba0aa886babd30f39dfd7d3500594bcc0caae531f0cfcc10e-d # internal
2025-08-20T21:26:56.9448146Z [00:02:17.993]➜  github.com/go-git/gcfg/token
2025-08-20T21:26:56.9448905Z [00:02:17.993]➜  mkdir -p $WORK/b365/
2025-08-20T21:26:56.9450327Z [00:02:17.993]➜  cat >/tmp/go-build1389117207/b365/importcfg << 'EOF' # internal
2025-08-20T21:26:56.9451401Z [00:02:17.993]➜  # import config
2025-08-20T21:26:56.9452275Z [00:02:17.993]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:56.9453263Z [00:02:17.993]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:56.9454293Z [00:02:17.993]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:56.9455162Z [00:02:17.993]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:56.9462874Z [00:02:17.993]➜  EOF
2025-08-20T21:26:56.9468255Z [00:02:17.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token;$WORK/b365=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid 01fAkkNqL4ilP6kSfnKm/01fAkkNqL4ilP6kSfnKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack ./vendor/github.com/go-git/gcfg/token/position.go ./vendor/github.com/go-git/gcfg/token/serialize.go ./vendor/github.com/go-git/gcfg/token/token.go
2025-08-20T21:26:57.0102962Z [00:02:18.058]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:26:57.0116778Z [00:02:18.059]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/12/12c4e7debe68d87830a09a6b5cb495a7c5b352b4ab129ab5d83bb46ce2a4c66e-d # internal
2025-08-20T21:26:57.0123432Z [00:02:18.060]➜  github.com/go-git/gcfg/scanner
2025-08-20T21:26:57.0124027Z [00:02:18.060]➜  mkdir -p $WORK/b364/
2025-08-20T21:26:57.0132937Z [00:02:18.061]➜  cat >/tmp/go-build1389117207/b364/importcfg << 'EOF' # internal
2025-08-20T21:26:57.0133706Z [00:02:18.061]➜  # import config
2025-08-20T21:26:57.0134373Z [00:02:18.061]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.0135366Z [00:02:18.061]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1389117207/b365/_pkg_.a
2025-08-20T21:26:57.0136306Z [00:02:18.061]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.0137172Z [00:02:18.061]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:57.0138019Z [00:02:18.061]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.0138811Z [00:02:18.061]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:57.0139658Z [00:02:18.061]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:57.0140292Z [00:02:18.061]➜  EOF
2025-08-20T21:26:57.0144511Z [00:02:18.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner;$WORK/b364=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid v6Br_8raFq_g1rTqZ_RV/v6Br_8raFq_g1rTqZ_RV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack ./vendor/github.com/go-git/gcfg/scanner/errors.go ./vendor/github.com/go-git/gcfg/scanner/scanner.go
2025-08-20T21:26:57.0647452Z [00:02:18.112]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:26:57.0676103Z [00:02:18.115]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/bf/bf1bfb7bd46dd4558808e5b09ce8f5dbd05a49e1b11bbc970c484e1feffa1813-d # internal
2025-08-20T21:26:57.0693216Z [00:02:18.115]➜  github.com/go-git/gcfg/types
2025-08-20T21:26:57.0693835Z [00:02:18.115]➜  mkdir -p $WORK/b366/
2025-08-20T21:26:57.0694569Z [00:02:18.115]➜  cat >/tmp/go-build1389117207/b366/importcfg << 'EOF' # internal
2025-08-20T21:26:57.0695252Z [00:02:18.115]➜  # import config
2025-08-20T21:26:57.0695898Z [00:02:18.115]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.0696699Z [00:02:18.115]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.0697523Z [00:02:18.115]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:57.0698398Z [00:02:18.115]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.0699021Z [00:02:18.115]➜  EOF
2025-08-20T21:26:57.0703824Z [00:02:18.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types;$WORK/b366=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid RxCHvnYhuk2DfHZK41oq/RxCHvnYhuk2DfHZK41oq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack ./vendor/github.com/go-git/gcfg/types/bool.go ./vendor/github.com/go-git/gcfg/types/doc.go ./vendor/github.com/go-git/gcfg/types/enum.go ./vendor/github.com/go-git/gcfg/types/int.go ./vendor/github.com/go-git/gcfg/types/scan.go
2025-08-20T21:26:57.1397181Z [00:02:18.187]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:26:57.1412678Z [00:02:18.189]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/5c/5c597824341bef4c98496b5b2099a322be1a00bbd64f40f274f556be8073c47d-d # internal
2025-08-20T21:26:57.1414741Z [00:02:18.189]➜  gopkg.in/warnings.v0
2025-08-20T21:26:57.1415987Z [00:02:18.189]➜  mkdir -p $WORK/b367/
2025-08-20T21:26:57.1416972Z [00:02:18.189]➜  cat >/tmp/go-build1389117207/b367/importcfg << 'EOF' # internal
2025-08-20T21:26:57.1418776Z [00:02:18.189]➜  # import config
2025-08-20T21:26:57.1419468Z [00:02:18.189]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.1420302Z [00:02:18.189]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.1421079Z [00:02:18.189]➜  EOF
2025-08-20T21:26:57.1424176Z [00:02:18.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0=>gopkg.in/warnings.v0@v0.1.2;$WORK/b367=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid J8eSlY089lkgNoEeSLim/J8eSlY089lkgNoEeSLim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack ./vendor/gopkg.in/warnings.v0/warnings.go
2025-08-20T21:26:57.1704035Z [00:02:18.218]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:26:57.1752261Z [00:02:18.223]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:26:57.1782037Z [00:02:18.226]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/38/385e2e890329378bbd42441cf6d31d55e88cd1ea97761f294868b4d7bd79f28b-d # internal
2025-08-20T21:26:57.1787437Z [00:02:18.226]➜  github.com/jesseduffield/go-git/v5/internal/path_util
2025-08-20T21:26:57.1788078Z [00:02:18.226]➜  mkdir -p $WORK/b368/
2025-08-20T21:26:57.1788778Z [00:02:18.227]➜  cat >/tmp/go-build1389117207/b368/importcfg << 'EOF' # internal
2025-08-20T21:26:57.1789466Z [00:02:18.227]➜  # import config
2025-08-20T21:26:57.1790113Z [00:02:18.227]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.1791200Z [00:02:18.227]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:26:57.1792066Z [00:02:18.227]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.1793015Z [00:02:18.227]➜  EOF
2025-08-20T21:26:57.1797336Z [00:02:18.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/path_util=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/internal/path_util;$WORK/b368=>" -p github.com/jesseduffield/go-git/v5/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid 41B2DvKjLTkdJrgr5tTG/41B2DvKjLTkdJrgr5tTG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/internal/path_util/path_util.go
2025-08-20T21:26:57.1943713Z [00:02:18.242]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/2d/2d934a642ef03aa4a06324c637911f77018a802b55fd0409e8e760ec89af90b4-d # internal
2025-08-20T21:26:57.1948289Z [00:02:18.242]➜  net/http/httptrace
2025-08-20T21:26:57.1948837Z [00:02:18.242]➜  mkdir -p $WORK/b287/
2025-08-20T21:26:57.1949604Z [00:02:18.242]➜  cat >/tmp/go-build1389117207/b287/importcfg << 'EOF' # internal
2025-08-20T21:26:57.1950309Z [00:02:18.242]➜  # import config
2025-08-20T21:26:57.1951136Z [00:02:18.242]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:57.1952001Z [00:02:18.242]➜  packagefile crypto/tls=/tmp/go-build1389117207/b227/_pkg_.a
2025-08-20T21:26:57.1952950Z [00:02:18.242]➜  packagefile internal/nettrace=/tmp/go-build1389117207/b073/_pkg_.a
2025-08-20T21:26:57.1953843Z [00:02:18.242]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:57.1954687Z [00:02:18.242]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:26:57.1955543Z [00:02:18.242]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:57.1956345Z [00:02:18.242]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.1956951Z [00:02:18.242]➜  EOF
2025-08-20T21:26:57.1959814Z [00:02:18.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b287=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid C0mRhbzPrmR27SFVJSPk/C0mRhbzPrmR27SFVJSPk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:26:57.2052844Z [00:02:18.253]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:26:57.2057646Z [00:02:18.254]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/36/36ba17f0809e3a02e014bf268394b4001cdac8be2a5e1a967bf882ff4d577655-d # internal
2025-08-20T21:26:57.2069709Z [00:02:18.254]➜  github.com/jesseduffield/go-git/v5/internal/revision
2025-08-20T21:26:57.2070396Z [00:02:18.254]➜  mkdir -p $WORK/b369/
2025-08-20T21:26:57.2071293Z [00:02:18.254]➜  cat >/tmp/go-build1389117207/b369/importcfg << 'EOF' # internal
2025-08-20T21:26:57.2071953Z [00:02:18.254]➜  # import config
2025-08-20T21:26:57.2072615Z [00:02:18.254]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.2073420Z [00:02:18.254]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.2074222Z [00:02:18.254]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.2074962Z [00:02:18.254]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.2075708Z [00:02:18.254]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:57.2076491Z [00:02:18.254]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.2077283Z [00:02:18.254]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.2078068Z [00:02:18.254]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:57.2078686Z [00:02:18.254]➜  EOF
2025-08-20T21:26:57.2084513Z [00:02:18.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/internal/revision;$WORK/b369=>" -p github.com/jesseduffield/go-git/v5/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid krTQpx5Damn-JZdxXZCE/krTQpx5Damn-JZdxXZCE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/internal/revision/parser.go ./vendor/github.com/jesseduffield/go-git/v5/internal/revision/scanner.go ./vendor/github.com/jesseduffield/go-git/v5/internal/revision/token.go
2025-08-20T21:26:57.2807099Z [00:02:18.328]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:26:57.2827612Z [00:02:18.331]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/ea/ea25fdf14c8b2c68ed6dbc26faf95dbb2b6275961f3681fca6aaffd6b392b56e-d # internal
2025-08-20T21:26:57.2842238Z [00:02:18.331]➜  net/http/internal/httpcommon
2025-08-20T21:26:57.2843713Z [00:02:18.331]➜  mkdir -p $WORK/b290/
2025-08-20T21:26:57.2844660Z [00:02:18.331]➜  cat >/tmp/go-build1389117207/b290/importcfg << 'EOF' # internal
2025-08-20T21:26:57.2845539Z [00:02:18.331]➜  # import config
2025-08-20T21:26:57.2846559Z [00:02:18.331]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:57.2847838Z [00:02:18.331]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:57.2848966Z [00:02:18.331]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:57.2850388Z [00:02:18.331]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.2852883Z [00:02:18.331]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.2853957Z [00:02:18.331]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1389117207/b275/_pkg_.a
2025-08-20T21:26:57.2855192Z [00:02:18.331]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1389117207/b283/_pkg_.a
2025-08-20T21:26:57.2856278Z [00:02:18.331]➜  packagefile net/http/httptrace=/tmp/go-build1389117207/b287/_pkg_.a
2025-08-20T21:26:57.2857277Z [00:02:18.332]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:26:57.2858551Z [00:02:18.332]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:57.2859369Z [00:02:18.332]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.2860175Z [00:02:18.332]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.2862950Z [00:02:18.332]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.2863844Z [00:02:18.332]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.2864466Z [00:02:18.332]➜  EOF
2025-08-20T21:26:57.2867708Z [00:02:18.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b290=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:26:57.3200589Z [00:02:18.368]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:26:57.3234041Z [00:02:18.371]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/b1/b148f95917db92420c7a07533bad0cc03632d2b2972cd95d5ce413a04a0a9ce0-d # internal
2025-08-20T21:26:57.3239469Z [00:02:18.372]➜  github.com/jesseduffield/go-git/v5/plumbing/cache
2025-08-20T21:26:57.3256611Z [00:02:18.372]➜  mkdir -p $WORK/b370/
2025-08-20T21:26:57.3257374Z [00:02:18.373]➜  cat >/tmp/go-build1389117207/b370/importcfg << 'EOF' # internal
2025-08-20T21:26:57.3258051Z [00:02:18.373]➜  # import config
2025-08-20T21:26:57.3258747Z [00:02:18.373]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:57.3259864Z [00:02:18.373]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.3261432Z [00:02:18.373]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.3262107Z [00:02:18.373]➜  EOF
2025-08-20T21:26:57.3267174Z [00:02:18.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/cache;$WORK/b370=>" -p github.com/jesseduffield/go-git/v5/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid VhW_XX-Omk3m48Rf9bK-/VhW_XX-Omk3m48Rf9bK- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/buffer_lru.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/object_lru.go
2025-08-20T21:26:57.3870026Z [00:02:18.435]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:26:57.3935305Z [00:02:18.441]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/e0/e0a2134bb162772a38a135fb222f2701ad258dac5ac5ad992e3c82054a411642-d # internal
2025-08-20T21:26:57.3965479Z [00:02:18.444]➜  github.com/jesseduffield/go-git/v5/plumbing/filemode
2025-08-20T21:26:57.3968088Z [00:02:18.444]➜  mkdir -p $WORK/b371/
2025-08-20T21:26:57.3977070Z [00:02:18.445]➜  cat >/tmp/go-build1389117207/b371/importcfg << 'EOF' # internal
2025-08-20T21:26:57.3977741Z [00:02:18.445]➜  # import config
2025-08-20T21:26:57.3978444Z [00:02:18.445]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:57.3979277Z [00:02:18.445]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.3980028Z [00:02:18.445]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.3980804Z [00:02:18.445]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.3981593Z [00:02:18.445]➜  EOF
2025-08-20T21:26:57.4000033Z [00:02:18.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/filemode;$WORK/b371=>" -p github.com/jesseduffield/go-git/v5/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid PkPlqgCWZCoxgLcoWA3_/PkPlqgCWZCoxgLcoWA3_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode/filemode.go
2025-08-20T21:26:57.4074770Z [00:02:18.455]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:26:57.4086910Z [00:02:18.456]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:26:57.4113765Z [00:02:18.459]➜  net/http
2025-08-20T21:26:57.4126798Z [00:02:18.461]➜  mkdir -p $WORK/b194/
2025-08-20T21:26:57.4137527Z [00:02:18.461]➜  cat >/tmp/go-build1389117207/b194/importcfg << 'EOF' # internal
2025-08-20T21:26:57.4139882Z [00:02:18.461]➜  # import config
2025-08-20T21:26:57.4141219Z [00:02:18.461]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:26:57.4143582Z [00:02:18.461]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:26:57.4144854Z [00:02:18.461]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:26:57.4146335Z [00:02:18.461]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:26:57.4147443Z [00:02:18.461]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.4149477Z [00:02:18.461]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.4150335Z [00:02:18.461]➜  packagefile compress/gzip=/tmp/go-build1389117207/b195/_pkg_.a
2025-08-20T21:26:57.4151354Z [00:02:18.461]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:57.4152132Z [00:02:18.461]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:57.4153167Z [00:02:18.461]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:57.4153985Z [00:02:18.461]➜  packagefile crypto/tls=/tmp/go-build1389117207/b227/_pkg_.a
2025-08-20T21:26:57.4154820Z [00:02:18.461]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:57.4161476Z [00:02:18.461]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:57.4162351Z [00:02:18.461]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.4163131Z [00:02:18.461]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.4164124Z [00:02:18.461]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1389117207/b275/_pkg_.a
2025-08-20T21:26:57.4165305Z [00:02:18.461]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1389117207/b282/_pkg_.a
2025-08-20T21:26:57.4166493Z [00:02:18.461]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1389117207/b283/_pkg_.a
2025-08-20T21:26:57.4167611Z [00:02:18.461]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1389117207/b276/_pkg_.a
2025-08-20T21:26:57.4168599Z [00:02:18.461]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:26:57.4169451Z [00:02:18.461]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.4170248Z [00:02:18.461]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:26:57.4171205Z [00:02:18.461]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:57.4171964Z [00:02:18.461]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:26:57.4172736Z [00:02:18.461]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:57.4173526Z [00:02:18.461]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:57.4174342Z [00:02:18.461]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:57.4175140Z [00:02:18.461]➜  packagefile mime=/tmp/go-build1389117207/b284/_pkg_.a
2025-08-20T21:26:57.4175979Z [00:02:18.461]➜  packagefile mime/multipart=/tmp/go-build1389117207/b285/_pkg_.a
2025-08-20T21:26:57.4177128Z [00:02:18.461]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:57.4178009Z [00:02:18.461]➜  packagefile net/http/httptrace=/tmp/go-build1389117207/b287/_pkg_.a
2025-08-20T21:26:57.4178939Z [00:02:18.461]➜  packagefile net/http/internal=/tmp/go-build1389117207/b288/_pkg_.a
2025-08-20T21:26:57.4179913Z [00:02:18.462]➜  packagefile net/http/internal/ascii=/tmp/go-build1389117207/b289/_pkg_.a
2025-08-20T21:26:57.4181180Z [00:02:18.462]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1389117207/b290/_pkg_.a
2025-08-20T21:26:57.4182151Z [00:02:18.462]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:26:57.4182983Z [00:02:18.462]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:57.4183734Z [00:02:18.462]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.4184465Z [00:02:18.462]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:57.4185251Z [00:02:18.462]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:57.4186042Z [00:02:18.462]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:57.4186773Z [00:02:18.462]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:57.4187546Z [00:02:18.462]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:26:57.4188321Z [00:02:18.462]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.4189093Z [00:02:18.462]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.4189840Z [00:02:18.462]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.4190567Z [00:02:18.462]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.4201864Z [00:02:18.462]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:57.4202905Z [00:02:18.462]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.4203679Z [00:02:18.462]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:57.4204471Z [00:02:18.462]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:57.4205044Z [00:02:18.462]➜  EOF
2025-08-20T21:26:57.4213761Z [00:02:18.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b194=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid lVg15shhj5CbqM02JG9j/lVg15shhj5CbqM02JG9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:26:57.4486127Z [00:02:18.496]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:26:57.4492647Z [00:02:18.497]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/5d/5d3c1f7ccc7ab442040c85849687a9930f1774feb8f4ce5c1003f06ad6ed17c2-d # internal
2025-08-20T21:26:57.4505435Z [00:02:18.498]➜  golang.org/x/net/context
2025-08-20T21:26:57.4511281Z [00:02:18.498]➜  mkdir -p $WORK/b375/
2025-08-20T21:26:57.4512353Z [00:02:18.499]➜  cat >/tmp/go-build1389117207/b375/importcfg << 'EOF' # internal
2025-08-20T21:26:57.4513021Z [00:02:18.499]➜  # import config
2025-08-20T21:26:57.4513697Z [00:02:18.499]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:57.4514544Z [00:02:18.499]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.4515115Z [00:02:18.499]➜  EOF
2025-08-20T21:26:57.4518230Z [00:02:18.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/context=>golang.org/x/net@v0.39.0/context;$WORK/b375=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid 6jsK2tUw8c_M7IPfRJdl/6jsK2tUw8c_M7IPfRJdl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack ./vendor/golang.org/x/net/context/context.go
2025-08-20T21:26:57.4733663Z [00:02:18.521]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:26:57.4738993Z [00:02:18.522]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/54/5431693630a626f567738af62b2667d1975bf495be2facac99b753166e488854-d # internal
2025-08-20T21:26:57.4744840Z [00:02:18.522]➜  github.com/jbenet/go-context/io
2025-08-20T21:26:57.4756094Z [00:02:18.522]➜  mkdir -p $WORK/b374/
2025-08-20T21:26:57.4756836Z [00:02:18.522]➜  cat >/tmp/go-build1389117207/b374/importcfg << 'EOF' # internal
2025-08-20T21:26:57.4757506Z [00:02:18.522]➜  # import config
2025-08-20T21:26:57.4758284Z [00:02:18.522]➜  packagefile golang.org/x/net/context=/tmp/go-build1389117207/b375/_pkg_.a
2025-08-20T21:26:57.4759169Z [00:02:18.522]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.4759755Z [00:02:18.522]➜  EOF
2025-08-20T21:26:57.4763656Z [00:02:18.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/io=>github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io;$WORK/b374=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid C2dFJUQBqqKMAgIV-ho7/C2dFJUQBqqKMAgIV-ho7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack ./vendor/github.com/jbenet/go-context/io/ctxio.go
2025-08-20T21:26:57.5004468Z [00:02:18.548]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:26:57.5012852Z [00:02:18.548]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/9f/9f36a3b3e61c4b7ac4cca78e8c1075063eac49cac97fc8b07c2ccddb0375f40c-d # internal
2025-08-20T21:26:57.5014077Z [00:02:18.548]➜  github.com/jesseduffield/go-git/v5/utils/ioutil
2025-08-20T21:26:57.5014719Z [00:02:18.548]➜  mkdir -p $WORK/b373/
2025-08-20T21:26:57.5017399Z [00:02:18.549]➜  cat >/tmp/go-build1389117207/b373/importcfg << 'EOF' # internal
2025-08-20T21:26:57.5018130Z [00:02:18.549]➜  # import config
2025-08-20T21:26:57.5018944Z [00:02:18.549]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.5019882Z [00:02:18.549]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:57.5020723Z [00:02:18.549]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.5024348Z [00:02:18.549]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build1389117207/b374/_pkg_.a
2025-08-20T21:26:57.5025303Z [00:02:18.549]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.5025895Z [00:02:18.549]➜  EOF
2025-08-20T21:26:57.5029985Z [00:02:18.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/ioutil=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/ioutil;$WORK/b373=>" -p github.com/jesseduffield/go-git/v5/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid 1iDsnk7gGlq8dPY7AeB6/1iDsnk7gGlq8dPY7AeB6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/ioutil/common.go
2025-08-20T21:26:57.5386836Z [00:02:18.586]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:26:57.5396608Z [00:02:18.587]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/bd/bd0c8fe0d9763f1011c7474449ad5035845a52898f28c4fee8171175692cc67d-d # internal
2025-08-20T21:26:57.5399541Z [00:02:18.588]➜  github.com/jesseduffield/go-git/v5/utils/binary
2025-08-20T21:26:57.5400170Z [00:02:18.588]➜  mkdir -p $WORK/b377/
2025-08-20T21:26:57.5401625Z [00:02:18.588]➜  cat >/tmp/go-build1389117207/b377/importcfg << 'EOF' # internal
2025-08-20T21:26:57.5402279Z [00:02:18.588]➜  # import config
2025-08-20T21:26:57.5403082Z [00:02:18.588]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.5404058Z [00:02:18.588]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:57.5405297Z [00:02:18.588]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.5406429Z [00:02:18.588]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.5407141Z [00:02:18.588]➜  EOF
2025-08-20T21:26:57.5411816Z [00:02:18.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/binary;$WORK/b377=>" -p github.com/jesseduffield/go-git/v5/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid ZljpbeqqI6CdcBgGSQo5/ZljpbeqqI6CdcBgGSQo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/binary/read.go ./vendor/github.com/jesseduffield/go-git/v5/utils/binary/write.go
2025-08-20T21:26:57.5496219Z [00:02:18.597]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:26:57.5588783Z [00:02:18.607]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:26:57.5589898Z [00:02:18.607]➜  github.com/go-git/gcfg
2025-08-20T21:26:57.5591999Z [00:02:18.607]➜  mkdir -p $WORK/b361/
2025-08-20T21:26:57.5602863Z [00:02:18.608]➜  cat >/tmp/go-build1389117207/b361/importcfg << 'EOF' # internal
2025-08-20T21:26:57.5607059Z [00:02:18.608]➜  # import config
2025-08-20T21:26:57.5611564Z [00:02:18.608]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.5614621Z [00:02:18.608]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:26:57.5619389Z [00:02:18.608]➜  packagefile encoding/gob=/tmp/go-build1389117207/b362/_pkg_.a
2025-08-20T21:26:57.5620253Z [00:02:18.608]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.5621409Z [00:02:18.608]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build1389117207/b364/_pkg_.a
2025-08-20T21:26:57.5623733Z [00:02:18.608]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1389117207/b365/_pkg_.a
2025-08-20T21:26:57.5624816Z [00:02:18.608]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build1389117207/b366/_pkg_.a
2025-08-20T21:26:57.5626137Z [00:02:18.608]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build1389117207/b367/_pkg_.a
2025-08-20T21:26:57.5627196Z [00:02:18.608]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.5627950Z [00:02:18.608]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:57.5628965Z [00:02:18.608]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.5629738Z [00:02:18.608]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:57.5631241Z [00:02:18.608]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.5632181Z [00:02:18.608]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:57.5633026Z [00:02:18.608]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:57.5633674Z [00:02:18.608]➜  EOF
2025-08-20T21:26:57.5637661Z [00:02:18.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376;$WORK/b361=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid jl5iEn-ugJvPYIty26RN/jl5iEn-ugJvPYIty26RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack ./vendor/github.com/go-git/gcfg/doc.go ./vendor/github.com/go-git/gcfg/errors.go ./vendor/github.com/go-git/gcfg/read.go ./vendor/github.com/go-git/gcfg/set.go
2025-08-20T21:26:57.5664690Z [00:02:18.614]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:26:57.5672067Z [00:02:18.615]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/fc/fc21e8075b6ed3414c87da7c385e108a9214d6614ee20bfed19b390c0bf71501-d # internal
2025-08-20T21:26:57.5676907Z [00:02:18.615]➜  github.com/jesseduffield/go-git/v5/plumbing/format/index
2025-08-20T21:26:57.5677641Z [00:02:18.615]➜  mkdir -p $WORK/b376/
2025-08-20T21:26:57.5681342Z [00:02:18.616]➜  cat >/tmp/go-build1389117207/b376/importcfg << 'EOF' # internal
2025-08-20T21:26:57.5683694Z [00:02:18.616]➜  # import config
2025-08-20T21:26:57.5684349Z [00:02:18.616]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.5685164Z [00:02:18.616]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.5685978Z [00:02:18.616]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.5686791Z [00:02:18.616]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.5687905Z [00:02:18.616]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.5689340Z [00:02:18.616]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:26:57.5690747Z [00:02:18.616]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:26:57.5692639Z [00:02:18.616]➜  packagefile github.com/jesseduffield/go-git/v5/utils/binary=/tmp/go-build1389117207/b377/_pkg_.a
2025-08-20T21:26:57.5693774Z [00:02:18.616]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.5694597Z [00:02:18.616]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:57.5695452Z [00:02:18.616]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:57.5696329Z [00:02:18.616]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:57.5697138Z [00:02:18.616]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.5697937Z [00:02:18.616]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.5698755Z [00:02:18.616]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.5699547Z [00:02:18.616]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.5700376Z [00:02:18.616]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:57.5701386Z [00:02:18.616]➜  EOF
2025-08-20T21:26:57.5707883Z [00:02:18.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/index;$WORK/b376=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid 0wUSWuReZ9pFCo5ZqoFo/0wUSWuReZ9pFCo5ZqoFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/decoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/encoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/index.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/match.go
2025-08-20T21:26:57.6677905Z [00:02:18.715]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:26:57.6698708Z [00:02:18.718]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/b6/b6f94551a5a3d3094657fc84b4e92b07571792fac87d8119e25b557c0ee70404-d # internal
2025-08-20T21:26:57.6719534Z [00:02:18.718]➜  github.com/jesseduffield/go-git/v5/plumbing/format/config
2025-08-20T21:26:57.6720198Z [00:02:18.718]➜  mkdir -p $WORK/b360/
2025-08-20T21:26:57.6721023Z [00:02:18.718]➜  cat >/tmp/go-build1389117207/b360/importcfg << 'EOF' # internal
2025-08-20T21:26:57.6721731Z [00:02:18.718]➜  # import config
2025-08-20T21:26:57.6722399Z [00:02:18.718]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.6726607Z [00:02:18.718]➜  packagefile github.com/go-git/gcfg=/tmp/go-build1389117207/b361/_pkg_.a
2025-08-20T21:26:57.6727552Z [00:02:18.718]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.6738256Z [00:02:18.718]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.6738946Z [00:02:18.718]➜  EOF
2025-08-20T21:26:57.6746741Z [00:02:18.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/config;$WORK/b360=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 5whkcZk_etNy_-6Ydjo3/5whkcZk_etNy_-6Ydjo3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/decoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/encoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/format.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/option.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/section.go
2025-08-20T21:26:57.6753946Z [00:02:18.719]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:26:57.6755248Z [00:02:18.721]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/d5/d5cca251518c287749f9f68c2f423798c03a1c770fce1c6b690d9a7fe8778959-d # internal
2025-08-20T21:26:57.6756490Z [00:02:18.721]➜  github.com/jesseduffield/go-git/v5/plumbing/format/idxfile
2025-08-20T21:26:57.6757193Z [00:02:18.721]➜  mkdir -p $WORK/b379/
2025-08-20T21:26:57.6757942Z [00:02:18.721]➜  cat >/tmp/go-build1389117207/b379/importcfg << 'EOF' # internal
2025-08-20T21:26:57.6758629Z [00:02:18.721]➜  # import config
2025-08-20T21:26:57.6759274Z [00:02:18.721]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.6760032Z [00:02:18.721]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.6771209Z [00:02:18.721]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:57.6772491Z [00:02:18.721]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.6773327Z [00:02:18.721]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.6774431Z [00:02:18.721]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.6775781Z [00:02:18.721]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:26:57.6777261Z [00:02:18.721]➜  packagefile github.com/jesseduffield/go-git/v5/utils/binary=/tmp/go-build1389117207/b377/_pkg_.a
2025-08-20T21:26:57.6778303Z [00:02:18.721]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.6779091Z [00:02:18.721]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:57.6779875Z [00:02:18.721]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.6780673Z [00:02:18.721]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.6781430Z [00:02:18.721]➜  EOF
2025-08-20T21:26:57.6788380Z [00:02:18.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/idxfile;$WORK/b379=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid BMTqY9eXkvZ_9nRzHb-q/BMTqY9eXkvZ_9nRzHb-q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/decoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/encoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/idxfile.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/writer.go
2025-08-20T21:26:57.6818011Z [00:02:18.730]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:26:57.6898342Z [00:02:18.738]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/e6/e6177aff8e05c2fc2de65d5325f444e0c630d5ec3209956f48cd361c807cd7f4-d # internal
2025-08-20T21:26:57.6908171Z [00:02:18.739]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T21:26:57.6909495Z [00:02:18.739]➜  mkdir -p $WORK/b299/
2025-08-20T21:26:57.6921408Z [00:02:18.740]➜  cat >/tmp/go-build1389117207/b299/importcfg << 'EOF' # internal
2025-08-20T21:26:57.6923534Z [00:02:18.740]➜  # import config
2025-08-20T21:26:57.6933232Z [00:02:18.740]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:57.6934158Z [00:02:18.740]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:57.6935068Z [00:02:18.740]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:26:57.6936011Z [00:02:18.740]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:57.6936928Z [00:02:18.740]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:57.6937836Z [00:02:18.740]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.6938676Z [00:02:18.740]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.6939809Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build1389117207/b300/_pkg_.a
2025-08-20T21:26:57.6941292Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1389117207/b302/_pkg_.a
2025-08-20T21:26:57.6942662Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1389117207/b328/_pkg_.a
2025-08-20T21:26:57.6944049Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1389117207/b329/_pkg_.a
2025-08-20T21:26:57.6945434Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1389117207/b330/_pkg_.a
2025-08-20T21:26:57.6946800Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1389117207/b331/_pkg_.a
2025-08-20T21:26:57.6948564Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:26:57.6950058Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1389117207/b304/_pkg_.a
2025-08-20T21:26:57.6960234Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:26:57.6961790Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1389117207/b332/_pkg_.a
2025-08-20T21:26:57.6963151Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1389117207/b340/_pkg_.a
2025-08-20T21:26:57.6964476Z [00:02:18.740]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1389117207/b342/_pkg_.a
2025-08-20T21:26:57.6965644Z [00:02:18.740]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1389117207/b346/_pkg_.a
2025-08-20T21:26:57.6966567Z [00:02:18.740]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:57.6967354Z [00:02:18.740]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.6968152Z [00:02:18.740]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:57.6969001Z [00:02:18.740]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.6969848Z [00:02:18.740]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.6970477Z [00:02:18.740]➜  EOF
2025-08-20T21:26:57.6977686Z [00:02:18.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp=>github.com/ProtonMail/go-crypto@v1.1.6/openpgp;$WORK/b299=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.17 -complete -installsuffix shared -buildid -rtOQOtTuw50W6cAxIhU/-rtOQOtTuw50W6cAxIhU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack ./vendor/github.com/ProtonMail/go-crypto/openpgp/canonical_text.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/hash.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/key_generation.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/keys.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/read.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/read_write_test_data.go ./vendor/github.com/ProtonMail/go-crypto/openpgp/write.go
2025-08-20T21:26:57.7493857Z [00:02:18.796]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:26:57.7501250Z [00:02:18.798]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/cd/cd64e2bcff79554e9632290a6add15f6ccf7a7981a73c4d4d0735acc58c8b2d3-d # internal
2025-08-20T21:26:57.7504630Z [00:02:18.798]➜  github.com/jesseduffield/go-git/v5/config
2025-08-20T21:26:57.7505321Z [00:02:18.798]➜  mkdir -p $WORK/b353/
2025-08-20T21:26:57.7519258Z [00:02:18.800]➜  cat >/tmp/go-build1389117207/b353/importcfg << 'EOF' # internal
2025-08-20T21:26:57.7527426Z [00:02:18.800]➜  # import config
2025-08-20T21:26:57.7528179Z [00:02:18.800]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.7529056Z [00:02:18.800]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.7529844Z [00:02:18.800]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.7530801Z [00:02:18.800]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1389117207/b348/_pkg_.a
2025-08-20T21:26:57.7532169Z [00:02:18.800]➜  packagefile github.com/jesseduffield/go-git/v5/internal/url=/tmp/go-build1389117207/b354/_pkg_.a
2025-08-20T21:26:57.7533317Z [00:02:18.800]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.7534828Z [00:02:18.800]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/config=/tmp/go-build1389117207/b360/_pkg_.a
2025-08-20T21:26:57.7536185Z [00:02:18.800]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.7537034Z [00:02:18.800]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.7538033Z [00:02:18.800]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:57.7539750Z [00:02:18.800]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:57.7540546Z [00:02:18.800]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.7541513Z [00:02:18.800]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.7542309Z [00:02:18.800]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.7542891Z [00:02:18.800]➜  EOF
2025-08-20T21:26:57.7548306Z [00:02:18.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/config;$WORK/b353=>" -p github.com/jesseduffield/go-git/v5/config -lang=go1.23 -complete -installsuffix shared -buildid VuMSs03ped6iAE7rNXzP/VuMSs03ped6iAE7rNXzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/config/branch.go ./vendor/github.com/jesseduffield/go-git/v5/config/config.go ./vendor/github.com/jesseduffield/go-git/v5/config/modules.go ./vendor/github.com/jesseduffield/go-git/v5/config/refspec.go ./vendor/github.com/jesseduffield/go-git/v5/config/url.go
2025-08-20T21:26:57.7606769Z [00:02:18.807]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:26:57.7631949Z [00:02:18.811]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/4c/4c5348a1cd7f26530e149d7070464aeee20d466bcf8e69f8a0ab413ac2cfc0c7-d # internal
2025-08-20T21:26:57.7638434Z [00:02:18.811]➜  github.com/jesseduffield/go-git/v5/plumbing/format/gitignore
2025-08-20T21:26:57.7639489Z [00:02:18.811]➜  mkdir -p $WORK/b372/
2025-08-20T21:26:57.7640268Z [00:02:18.811]➜  cat >/tmp/go-build1389117207/b372/importcfg << 'EOF' # internal
2025-08-20T21:26:57.7641143Z [00:02:18.811]➜  # import config
2025-08-20T21:26:57.7641858Z [00:02:18.811]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.7642701Z [00:02:18.811]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.7643673Z [00:02:18.811]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:57.7644966Z [00:02:18.811]➜  packagefile github.com/jesseduffield/go-git/v5/internal/path_util=/tmp/go-build1389117207/b368/_pkg_.a
2025-08-20T21:26:57.7646428Z [00:02:18.811]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/config=/tmp/go-build1389117207/b360/_pkg_.a
2025-08-20T21:26:57.7647846Z [00:02:18.811]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:57.7648926Z [00:02:18.811]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.7649733Z [00:02:18.811]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.7650610Z [00:02:18.811]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:57.7651740Z [00:02:18.811]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.7652398Z [00:02:18.811]➜  EOF
2025-08-20T21:26:57.7658676Z [00:02:18.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/gitignore;$WORK/b372=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid fA6QARtbwoIaMf5xySl5/fA6QARtbwoIaMf5xySl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/dir.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/matcher.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/pattern.go
2025-08-20T21:26:57.8033271Z [00:02:18.851]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:26:57.8057388Z [00:02:18.853]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/dc/dcc67ef202fb16fa095901d48f4c8dd98d486f3ed328739720672277fde3e2e1-d # internal
2025-08-20T21:26:57.8062167Z [00:02:18.854]➜  github.com/jesseduffield/go-git/v5/plumbing/storer
2025-08-20T21:26:57.8062885Z [00:02:18.854]➜  mkdir -p $WORK/b380/
2025-08-20T21:26:57.8066882Z [00:02:18.855]➜  cat >/tmp/go-build1389117207/b380/importcfg << 'EOF' # internal
2025-08-20T21:26:57.8081988Z [00:02:18.855]➜  # import config
2025-08-20T21:26:57.8082911Z [00:02:18.855]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.8084000Z [00:02:18.855]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.8085364Z [00:02:18.855]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:26:57.8086509Z [00:02:18.855]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.8087302Z [00:02:18.855]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.8087919Z [00:02:18.855]➜  EOF
2025-08-20T21:26:57.8095156Z [00:02:18.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/storer;$WORK/b380=>" -p github.com/jesseduffield/go-git/v5/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid Zu-JfIxJN4EJ9rJH1uD3/Zu-JfIxJN4EJ9rJH1uD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/index.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/object.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/reference.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/shallow.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/storer.go
2025-08-20T21:26:57.8598590Z [00:02:18.908]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:26:57.8613670Z [00:02:18.909]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/67/6750d3d8d6dcf251769244186f36871c5ac6d5f184710e7200015ea2cb7501ba-d # internal
2025-08-20T21:26:57.8616376Z [00:02:18.910]➜  github.com/jesseduffield/go-git/v5/utils/sync
2025-08-20T21:26:57.8617680Z [00:02:18.910]➜  mkdir -p $WORK/b381/
2025-08-20T21:26:57.8623827Z [00:02:18.910]➜  cat >/tmp/go-build1389117207/b381/importcfg << 'EOF' # internal
2025-08-20T21:26:57.8625061Z [00:02:18.910]➜  # import config
2025-08-20T21:26:57.8625966Z [00:02:18.910]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.8626937Z [00:02:18.910]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.8628489Z [00:02:18.910]➜  packagefile compress/zlib=/tmp/go-build1389117207/b334/_pkg_.a
2025-08-20T21:26:57.8629969Z [00:02:18.910]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.8633028Z [00:02:18.910]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.8651537Z [00:02:18.910]➜  EOF
2025-08-20T21:26:57.8657515Z [00:02:18.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/sync;$WORK/b381=>" -p github.com/jesseduffield/go-git/v5/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid BlR73AJmXzZRvbhr0jqO/BlR73AJmXzZRvbhr0jqO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/sync/bufio.go ./vendor/github.com/jesseduffield/go-git/v5/utils/sync/bytes.go ./vendor/github.com/jesseduffield/go-git/v5/utils/sync/zlib.go
2025-08-20T21:26:57.8923524Z [00:02:18.940]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:26:57.8932847Z [00:02:18.941]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/aa/aaa89bcf45dd865d2bc15706c2de6a23b6b9a561caad774640230aa1aee8333f-d # internal
2025-08-20T21:26:57.8937989Z [00:02:18.942]➜  github.com/jesseduffield/go-git/v5/plumbing/format/packfile
2025-08-20T21:26:57.8941074Z [00:02:18.942]➜  mkdir -p $WORK/b378/
2025-08-20T21:26:57.8945200Z [00:02:18.942]➜  cat >/tmp/go-build1389117207/b378/importcfg << 'EOF' # internal
2025-08-20T21:26:57.8947955Z [00:02:18.942]➜  # import config
2025-08-20T21:26:57.8948631Z [00:02:18.942]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:57.8949484Z [00:02:18.942]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:57.8950348Z [00:02:18.942]➜  packagefile compress/zlib=/tmp/go-build1389117207/b334/_pkg_.a
2025-08-20T21:26:57.8951374Z [00:02:18.942]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:57.8952167Z [00:02:18.942]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.8953089Z [00:02:18.942]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:57.8954257Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.8955594Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/cache=/tmp/go-build1389117207/b370/_pkg_.a
2025-08-20T21:26:57.8957030Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/idxfile=/tmp/go-build1389117207/b379/_pkg_.a
2025-08-20T21:26:57.8958654Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:26:57.8960043Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:57.8961556Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/utils/binary=/tmp/go-build1389117207/b377/_pkg_.a
2025-08-20T21:26:57.8964303Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:57.8965687Z [00:02:18.942]➜  packagefile github.com/jesseduffield/go-git/v5/utils/sync=/tmp/go-build1389117207/b381/_pkg_.a
2025-08-20T21:26:57.8966858Z [00:02:18.942]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:57.8967713Z [00:02:18.942]➜  packagefile hash/crc32=/tmp/go-build1389117207/b197/_pkg_.a
2025-08-20T21:26:57.8968545Z [00:02:18.942]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.8969313Z [00:02:18.942]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:57.8970101Z [00:02:18.942]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:57.8981187Z [00:02:18.942]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.8982110Z [00:02:18.942]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:57.8982705Z [00:02:18.942]➜  EOF
2025-08-20T21:26:57.8994462Z [00:02:18.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/packfile;$WORK/b378=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid nzPNBNu9VYgsgYlX6Ifw/nzPNBNu9VYgsgYlX6Ifw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_index.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_selector.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/diff_delta.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/encoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/error.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/fsobject.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/object_pack.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/packfile.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/parser.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/patch_delta.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/scanner.go
2025-08-20T21:26:57.9108877Z [00:02:18.959]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:26:57.9157490Z [00:02:18.963]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/f1/f150e887395fdab2cf230928fdb12838bf0d28559a97eec42dfd1e25b4d546ef-d # internal
2025-08-20T21:26:57.9175864Z [00:02:18.963]➜  github.com/emirpasic/gods/utils
2025-08-20T21:26:57.9176459Z [00:02:18.963]➜  mkdir -p $WORK/b385/
2025-08-20T21:26:57.9177175Z [00:02:18.963]➜  cat >/tmp/go-build1389117207/b385/importcfg << 'EOF' # internal
2025-08-20T21:26:57.9177823Z [00:02:18.963]➜  # import config
2025-08-20T21:26:57.9178444Z [00:02:18.963]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.9179245Z [00:02:18.963]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:57.9180088Z [00:02:18.963]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.9181089Z [00:02:18.963]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:57.9181700Z [00:02:18.963]➜  EOF
2025-08-20T21:26:57.9186044Z [00:02:18.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b385=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid t0iWSR-uQt1J4ohLw48q/t0iWSR-uQt1J4ohLw48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./vendor/github.com/emirpasic/gods/utils/comparator.go ./vendor/github.com/emirpasic/gods/utils/sort.go ./vendor/github.com/emirpasic/gods/utils/utils.go
2025-08-20T21:26:57.9569413Z [00:02:19.005]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:26:57.9635013Z [00:02:19.011]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d # internal
2025-08-20T21:26:57.9636956Z [00:02:19.011]➜  github.com/emirpasic/gods/containers
2025-08-20T21:26:57.9638319Z [00:02:19.011]➜  mkdir -p $WORK/b384/
2025-08-20T21:26:57.9640551Z [00:02:19.011]➜  cat >/tmp/go-build1389117207/b384/importcfg << 'EOF' # internal
2025-08-20T21:26:57.9642717Z [00:02:19.011]➜  # import config
2025-08-20T21:26:57.9643748Z [00:02:19.011]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1389117207/b385/_pkg_.a
2025-08-20T21:26:57.9645020Z [00:02:19.011]➜  EOF
2025-08-20T21:26:57.9650119Z [00:02:19.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b384=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid vWbfdvo7g93My2ZPy5t6/vWbfdvo7g93My2ZPy5t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack ./vendor/github.com/emirpasic/gods/containers/containers.go ./vendor/github.com/emirpasic/gods/containers/enumerable.go ./vendor/github.com/emirpasic/gods/containers/iterator.go ./vendor/github.com/emirpasic/gods/containers/serialization.go
2025-08-20T21:26:57.9674046Z [00:02:19.015]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:26:57.9704811Z [00:02:19.018]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/ed/ed4616af9a52934605304b768e0957df8df44ef79725f74b17c1209b3bb70cd6-d # internal
2025-08-20T21:26:57.9706400Z [00:02:19.018]➜  github.com/jesseduffield/go-git/v5/plumbing/format/diff
2025-08-20T21:26:57.9707891Z [00:02:19.018]➜  mkdir -p $WORK/b389/
2025-08-20T21:26:57.9719617Z [00:02:19.020]➜  cat >/tmp/go-build1389117207/b389/importcfg << 'EOF' # internal
2025-08-20T21:26:57.9720610Z [00:02:19.020]➜  # import config
2025-08-20T21:26:57.9722687Z [00:02:19.020]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:57.9723769Z [00:02:19.020]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:57.9725116Z [00:02:19.020]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/color=/tmp/go-build1389117207/b390/_pkg_.a
2025-08-20T21:26:57.9726535Z [00:02:19.020]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:26:57.9727657Z [00:02:19.020]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:57.9728472Z [00:02:19.020]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:57.9729314Z [00:02:19.020]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:57.9730159Z [00:02:19.020]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:57.9730795Z [00:02:19.020]➜  EOF
2025-08-20T21:26:57.9736854Z [00:02:19.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/diff;$WORK/b389=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid uw7UhNi_ddsF4bn83_Eg/uw7UhNi_ddsF4bn83_Eg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/colorconfig.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/patch.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/unified_encoder.go
2025-08-20T21:26:57.9953488Z [00:02:19.041]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:26:57.9956976Z [00:02:19.042]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d # internal
2025-08-20T21:26:57.9963489Z [00:02:19.043]➜  github.com/emirpasic/gods/lists
2025-08-20T21:26:57.9964078Z [00:02:19.043]➜  mkdir -p $WORK/b387/
2025-08-20T21:26:57.9964786Z [00:02:19.043]➜  cat >/tmp/go-build1389117207/b387/importcfg << 'EOF' # internal
2025-08-20T21:26:57.9965433Z [00:02:19.043]➜  # import config
2025-08-20T21:26:57.9971466Z [00:02:19.043]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1389117207/b384/_pkg_.a
2025-08-20T21:26:57.9972577Z [00:02:19.043]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1389117207/b385/_pkg_.a
2025-08-20T21:26:57.9973300Z [00:02:19.043]➜  EOF
2025-08-20T21:26:57.9976447Z [00:02:19.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b387=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid nevUovoLL3db4feIR0-Q/nevUovoLL3db4feIR0-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack ./vendor/github.com/emirpasic/gods/lists/lists.go
2025-08-20T21:26:58.0066699Z [00:02:19.054]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:26:58.0084273Z [00:02:19.056]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d # internal
2025-08-20T21:26:58.0087634Z [00:02:19.056]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T21:26:58.0088539Z [00:02:19.056]➜  mkdir -p $WORK/b386/
2025-08-20T21:26:58.0108849Z [00:02:19.059]➜  cat >/tmp/go-build1389117207/b386/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0112681Z [00:02:19.059]➜  # import config
2025-08-20T21:26:58.0113452Z [00:02:19.059]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:26:58.0114311Z [00:02:19.059]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.0115359Z [00:02:19.059]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1389117207/b384/_pkg_.a
2025-08-20T21:26:58.0116530Z [00:02:19.059]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build1389117207/b387/_pkg_.a
2025-08-20T21:26:58.0117666Z [00:02:19.059]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1389117207/b385/_pkg_.a
2025-08-20T21:26:58.0118697Z [00:02:19.059]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.0119327Z [00:02:19.059]➜  EOF
2025-08-20T21:26:58.0124614Z [00:02:19.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist=>github.com/emirpasic/gods@v1.18.1/lists/arraylist;$WORK/b386=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid Kyh5ck9BatcqiExU4yZA/Kyh5ck9BatcqiExU4yZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./vendor/github.com/emirpasic/gods/lists/arraylist/arraylist.go ./vendor/github.com/emirpasic/gods/lists/arraylist/enumerable.go ./vendor/github.com/emirpasic/gods/lists/arraylist/iterator.go ./vendor/github.com/emirpasic/gods/lists/arraylist/serialization.go
2025-08-20T21:26:58.0478775Z [00:02:19.096]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:26:58.0506169Z [00:02:19.098]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/35/35a83c2e6f705577fe387b4ac3a0e3c8d72f856d44ec97afca13b475c8cdedd9-d # internal
2025-08-20T21:26:58.0528163Z [00:02:19.098]➜  github.com/emirpasic/gods/trees
2025-08-20T21:26:58.0528823Z [00:02:19.098]➜  mkdir -p $WORK/b388/
2025-08-20T21:26:58.0529514Z [00:02:19.098]➜  cat >/tmp/go-build1389117207/b388/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0530151Z [00:02:19.098]➜  # import config
2025-08-20T21:26:58.0531144Z [00:02:19.098]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1389117207/b384/_pkg_.a
2025-08-20T21:26:58.0531929Z [00:02:19.098]➜  EOF
2025-08-20T21:26:58.0535191Z [00:02:19.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b388=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid ez4lupU_5MsbP4UrQKWc/ez4lupU_5MsbP4UrQKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack ./vendor/github.com/emirpasic/gods/trees/trees.go
2025-08-20T21:26:58.0604137Z [00:02:19.108]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:26:58.0612044Z [00:02:19.109]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d # internal
2025-08-20T21:26:58.0613621Z [00:02:19.109]➜  github.com/jesseduffield/go-git/v5/storage
2025-08-20T21:26:58.0614997Z [00:02:19.109]➜  mkdir -p $WORK/b391/
2025-08-20T21:26:58.0620069Z [00:02:19.110]➜  cat >/tmp/go-build1389117207/b391/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0621963Z [00:02:19.110]➜  # import config
2025-08-20T21:26:58.0622838Z [00:02:19.110]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.0624505Z [00:02:19.110]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:26:58.0625954Z [00:02:19.110]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:58.0627379Z [00:02:19.110]➜  EOF
2025-08-20T21:26:58.0631728Z [00:02:19.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/storage;$WORK/b391=>" -p github.com/jesseduffield/go-git/v5/storage -lang=go1.23 -complete -installsuffix shared -buildid PVyz6HhG9fX4-gyHTIza/PVyz6HhG9fX4-gyHTIza -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/storage/storer.go
2025-08-20T21:26:58.0777037Z [00:02:19.125]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:26:58.0787417Z [00:02:19.126]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d # internal
2025-08-20T21:26:58.0796156Z [00:02:19.127]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T21:26:58.0796837Z [00:02:19.127]➜  mkdir -p $WORK/b383/
2025-08-20T21:26:58.0797607Z [00:02:19.127]➜  cat >/tmp/go-build1389117207/b383/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0798290Z [00:02:19.127]➜  # import config
2025-08-20T21:26:58.0798914Z [00:02:19.127]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.0799917Z [00:02:19.127]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1389117207/b384/_pkg_.a
2025-08-20T21:26:58.0801295Z [00:02:19.127]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build1389117207/b386/_pkg_.a
2025-08-20T21:26:58.0802456Z [00:02:19.127]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build1389117207/b388/_pkg_.a
2025-08-20T21:26:58.0803559Z [00:02:19.127]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1389117207/b385/_pkg_.a
2025-08-20T21:26:58.0804517Z [00:02:19.127]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.0805115Z [00:02:19.127]➜  EOF
2025-08-20T21:26:58.0811051Z [00:02:19.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap=>github.com/emirpasic/gods@v1.18.1/trees/binaryheap;$WORK/b383=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid Y-jZ6ZK8jEZj5HPZXMwt/Y-jZ6ZK8jEZj5HPZXMwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack ./vendor/github.com/emirpasic/gods/trees/binaryheap/binaryheap.go ./vendor/github.com/emirpasic/gods/trees/binaryheap/iterator.go ./vendor/github.com/emirpasic/gods/trees/binaryheap/serialization.go
2025-08-20T21:26:58.0842884Z [00:02:19.131]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:26:58.0855105Z [00:02:19.131]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/81/817cbb633bef67df2eda5309ed40b16780efd21514279a867a44f3699950c1eb-d # internal
2025-08-20T21:26:58.0856200Z [00:02:19.132]➜  html
2025-08-20T21:26:58.0856691Z [00:02:19.132]➜  mkdir -p $WORK/b394/
2025-08-20T21:26:58.0857453Z [00:02:19.132]➜  cat >/tmp/go-build1389117207/b394/importcfg << 'EOF' # internal
2025-08-20T21:26:58.0858186Z [00:02:19.133]➜  # import config
2025-08-20T21:26:58.0858903Z [00:02:19.133]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.0859765Z [00:02:19.133]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:58.0860667Z [00:02:19.133]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:58.0861542Z [00:02:19.133]➜  EOF
2025-08-20T21:26:58.0864193Z [00:02:19.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b394=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:26:58.1642356Z [00:02:19.208]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:26:58.1643947Z [00:02:19.209]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d # internal
2025-08-20T21:26:58.1645548Z [00:02:19.209]➜  github.com/jesseduffield/go-git/v5/utils/merkletrie/noder
2025-08-20T21:26:58.1646248Z [00:02:19.209]➜  mkdir -p $WORK/b397/
2025-08-20T21:26:58.1646931Z [00:02:19.209]➜  cat >/tmp/go-build1389117207/b397/importcfg << 'EOF' # internal
2025-08-20T21:26:58.1647591Z [00:02:19.209]➜  # import config
2025-08-20T21:26:58.1648274Z [00:02:19.209]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.1649069Z [00:02:19.209]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.1649909Z [00:02:19.209]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.1650535Z [00:02:19.209]➜  EOF
2025-08-20T21:26:58.1658158Z [00:02:19.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/merkletrie/noder;$WORK/b397=>" -p github.com/jesseduffield/go-git/v5/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid W063ikZhtKhWFW7oQ337/W063ikZhtKhWFW7oQ337 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/noder.go ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/path.go
2025-08-20T21:26:58.2009635Z [00:02:19.249]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:26:58.2026312Z [00:02:19.250]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/bc/bc6011d9767b0f7d84bc2bda3278d5800facd89a3ed7a024abd27220aae5ecb1-d # internal
2025-08-20T21:26:58.2028302Z [00:02:19.250]➜  github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T21:26:58.2030706Z [00:02:19.250]➜  mkdir -p $WORK/b396/
2025-08-20T21:26:58.2033007Z [00:02:19.250]➜  cat >/tmp/go-build1389117207/b396/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2033767Z [00:02:19.250]➜  # import config
2025-08-20T21:26:58.2034442Z [00:02:19.250]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.2035227Z [00:02:19.250]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2036349Z [00:02:19.250]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:26:58.2037395Z [00:02:19.250]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:58.2038197Z [00:02:19.250]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.2038856Z [00:02:19.250]➜  EOF
2025-08-20T21:26:58.2043690Z [00:02:19.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/merkletrie/internal/frame;$WORK/b396=>" -p github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid VYmOBKzQ9Pfec4yyNv28/VYmOBKzQ9Pfec4yyNv28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame/frame.go
2025-08-20T21:26:58.2101476Z [00:02:19.258]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:26:58.2135689Z [00:02:19.261]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:26:58.2156306Z [00:02:19.261]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:26:58.2156963Z [00:02:19.261]➜  mkdir -p $WORK/b393/
2025-08-20T21:26:58.2157694Z [00:02:19.261]➜  cat >/tmp/go-build1389117207/b393/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2158375Z [00:02:19.261]➜  # import config
2025-08-20T21:26:58.2159052Z [00:02:19.261]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.2159848Z [00:02:19.261]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.2161170Z [00:02:19.261]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2161924Z [00:02:19.261]➜  packagefile html=/tmp/go-build1389117207/b394/_pkg_.a
2025-08-20T21:26:58.2162719Z [00:02:19.261]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:58.2163509Z [00:02:19.261]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:58.2164328Z [00:02:19.261]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:58.2165172Z [00:02:19.261]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.2165977Z [00:02:19.261]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.2166775Z [00:02:19.261]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.2167650Z [00:02:19.261]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:58.2168305Z [00:02:19.261]➜  EOF
2025-08-20T21:26:58.2174869Z [00:02:19.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch=>github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch;$WORK/b393=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid stIPimP-YJ9sQcEBnOmV/stIPimP-YJ9sQcEBnOmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack ./vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/match.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/mathutil.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/operation_string.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go ./vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go
2025-08-20T21:26:58.2265658Z [00:02:19.274]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:26:58.2276014Z [00:02:19.275]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/04/0469ad149733d4f0ce1f99e88fd2958c67b40516ae589f7fc6dad5c0cfee59fd-d # internal
2025-08-20T21:26:58.2279044Z [00:02:19.275]➜  github.com/jesseduffield/go-git/v5/utils/merkletrie
2025-08-20T21:26:58.2281590Z [00:02:19.275]➜  mkdir -p $WORK/b395/
2025-08-20T21:26:58.2309632Z [00:02:19.276]➜  cat >/tmp/go-build1389117207/b395/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2310441Z [00:02:19.276]➜  # import config
2025-08-20T21:26:58.2311466Z [00:02:19.276]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:58.2312322Z [00:02:19.276]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.2313112Z [00:02:19.276]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2314351Z [00:02:19.276]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build1389117207/b396/_pkg_.a
2025-08-20T21:26:58.2315863Z [00:02:19.276]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:26:58.2316951Z [00:02:19.276]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.2317538Z [00:02:19.276]➜  EOF
2025-08-20T21:26:58.2324465Z [00:02:19.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/merkletrie;$WORK/b395=>" -p github.com/jesseduffield/go-git/v5/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid 4Hsw8zaAwg4CTNMujVfH/4Hsw8zaAwg4CTNMujVfH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/change.go ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/difftree.go ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doc.go ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doubleiter.go ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/iter.go
2025-08-20T21:26:58.2372961Z [00:02:19.285]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:26:58.2411310Z [00:02:19.289]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/dc/dc7dce9c5181fbad944cb380ca0b908ddfc996e773457f14044ae485596dc6a3-d # internal
2025-08-20T21:26:58.2418030Z [00:02:19.289]➜  github.com/jesseduffield/go-git/v5/utils/trace
2025-08-20T21:26:58.2418604Z [00:02:19.289]➜  mkdir -p $WORK/b400/
2025-08-20T21:26:58.2419222Z [00:02:19.289]➜  cat >/tmp/go-build1389117207/b400/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2419792Z [00:02:19.289]➜  # import config
2025-08-20T21:26:58.2420334Z [00:02:19.289]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2421202Z [00:02:19.289]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:58.2421909Z [00:02:19.289]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:58.2422776Z [00:02:19.289]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:58.2423425Z [00:02:19.289]➜  EOF
2025-08-20T21:26:58.2426886Z [00:02:19.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/trace=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/trace;$WORK/b400=>" -p github.com/jesseduffield/go-git/v5/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid KhQjeYM-O9nuXPLDWlUw/KhQjeYM-O9nuXPLDWlUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/trace/trace.go
2025-08-20T21:26:58.2677054Z [00:02:19.315]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:26:58.2684457Z [00:02:19.316]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/32/32047db7c4839d28928dc1edfdca5f9aa1fdd707e0df9c499bc6731b6f5faf10-d # internal
2025-08-20T21:26:58.2705509Z [00:02:19.318]➜  github.com/jesseduffield/go-git/v5/plumbing/format/pktline
2025-08-20T21:26:58.2707914Z [00:02:19.318]➜  mkdir -p $WORK/b399/
2025-08-20T21:26:58.2713281Z [00:02:19.318]➜  cat >/tmp/go-build1389117207/b399/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2713928Z [00:02:19.318]➜  # import config
2025-08-20T21:26:58.2714549Z [00:02:19.318]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.2715265Z [00:02:19.318]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.2715951Z [00:02:19.318]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2716934Z [00:02:19.318]➜  packagefile github.com/jesseduffield/go-git/v5/utils/trace=/tmp/go-build1389117207/b400/_pkg_.a
2025-08-20T21:26:58.2717863Z [00:02:19.318]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.2718618Z [00:02:19.318]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.2719208Z [00:02:19.318]➜  EOF
2025-08-20T21:26:58.2724318Z [00:02:19.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/pktline;$WORK/b399=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid bHHALZdEZO_L2bxyWo-w/bHHALZdEZO_L2bxyWo-w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/encoder.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/error.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/scanner.go
2025-08-20T21:26:58.2880307Z [00:02:19.336]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:26:58.2903085Z [00:02:19.337]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/09/09dd28f27d98ffded1032ac25a705f221f2875639d9dc0be4ffdf92457cf474f-d # internal
2025-08-20T21:26:58.2937057Z [00:02:19.337]➜  github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T21:26:58.2937869Z [00:02:19.338]➜  mkdir -p $WORK/b401/
2025-08-20T21:26:58.2938602Z [00:02:19.338]➜  cat >/tmp/go-build1389117207/b401/importcfg << 'EOF' # internal
2025-08-20T21:26:58.2939260Z [00:02:19.338]➜  # import config
2025-08-20T21:26:58.2939892Z [00:02:19.338]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.2940723Z [00:02:19.338]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.2941668Z [00:02:19.338]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.2942415Z [00:02:19.338]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:58.2943258Z [00:02:19.338]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.2943897Z [00:02:19.338]➜  EOF
2025-08-20T21:26:58.2951642Z [00:02:19.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/protocol/packp/capability;$WORK/b401=>" -p github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid EKkdIZFzQWSoXHk3dyNt/EKkdIZFzQWSoXHk3dyNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/capability.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/list.go
2025-08-20T21:26:58.3043356Z [00:02:19.352]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:26:58.3053147Z [00:02:19.353]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/40/400cb5a574f0c30c47b3132d038435919f8e84e4c1c6061db5b7e782876e7ecc-d # internal
2025-08-20T21:26:58.3067612Z [00:02:19.353]➜  github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T21:26:58.3068375Z [00:02:19.354]➜  mkdir -p $WORK/b402/
2025-08-20T21:26:58.3069007Z [00:02:19.354]➜  cat >/tmp/go-build1389117207/b402/importcfg << 'EOF' # internal
2025-08-20T21:26:58.3069590Z [00:02:19.354]➜  # import config
2025-08-20T21:26:58.3070167Z [00:02:19.354]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.3071048Z [00:02:19.354]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.3072092Z [00:02:19.354]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/pktline=/tmp/go-build1389117207/b399/_pkg_.a
2025-08-20T21:26:58.3073067Z [00:02:19.354]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.3073604Z [00:02:19.354]➜  EOF
2025-08-20T21:26:58.3079480Z [00:02:19.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/protocol/packp/sideband;$WORK/b402=>" -p github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid MZdQUy9X7PE8Ry1HWPgK/MZdQUy9X7PE8Ry1HWPgK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/demux.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T21:26:58.3217725Z [00:02:19.370]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:26:58.3237339Z [00:02:19.371]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/70/7020d20e776829406567290f06a1c7164e139d90d29c837d0c7b8068eab4c079-d # internal
2025-08-20T21:26:58.3240763Z [00:02:19.371]➜  github.com/jesseduffield/go-git/v5/storage/memory
2025-08-20T21:26:58.3241788Z [00:02:19.371]➜  mkdir -p $WORK/b403/
2025-08-20T21:26:58.3242793Z [00:02:19.371]➜  cat >/tmp/go-build1389117207/b403/importcfg << 'EOF' # internal
2025-08-20T21:26:58.3246077Z [00:02:19.371]➜  # import config
2025-08-20T21:26:58.3246934Z [00:02:19.371]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.3247951Z [00:02:19.371]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:26:58.3249153Z [00:02:19.371]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.3250448Z [00:02:19.371]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:26:58.3252019Z [00:02:19.371]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:58.3253332Z [00:02:19.371]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:26:58.3254342Z [00:02:19.371]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.3281132Z [00:02:19.371]➜  EOF
2025-08-20T21:26:58.3285375Z [00:02:19.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/memory=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/storage/memory;$WORK/b403=>" -p github.com/jesseduffield/go-git/v5/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid vyfrZ-50dQ7gLvWReori/vyfrZ-50dQ7gLvWReori -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/storage/memory/storage.go
2025-08-20T21:26:58.3394405Z [00:02:19.387]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:26:58.3411324Z [00:02:19.389]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/7a/7a259a8985c8bbf9bc85dda4f3853e4890d5c1af64abaee362e8d7ab5338196d-d # internal
2025-08-20T21:26:58.3412596Z [00:02:19.389]➜  github.com/jesseduffield/go-git/v5/plumbing/format/objfile
2025-08-20T21:26:58.3413265Z [00:02:19.389]➜  mkdir -p $WORK/b411/
2025-08-20T21:26:58.3413984Z [00:02:19.389]➜  cat >/tmp/go-build1389117207/b411/importcfg << 'EOF' # internal
2025-08-20T21:26:58.3414657Z [00:02:19.389]➜  # import config
2025-08-20T21:26:58.3415384Z [00:02:19.389]➜  packagefile compress/zlib=/tmp/go-build1389117207/b334/_pkg_.a
2025-08-20T21:26:58.3416249Z [00:02:19.389]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.3417287Z [00:02:19.389]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.3418734Z [00:02:19.389]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:26:58.3420117Z [00:02:19.389]➜  packagefile github.com/jesseduffield/go-git/v5/utils/sync=/tmp/go-build1389117207/b381/_pkg_.a
2025-08-20T21:26:58.3421316Z [00:02:19.389]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.3422114Z [00:02:19.389]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.3422729Z [00:02:19.389]➜  EOF
2025-08-20T21:26:58.3428284Z [00:02:19.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/format/objfile;$WORK/b411=>" -p github.com/jesseduffield/go-git/v5/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid ZEcVikM9R2_TiWPjuK6i/ZEcVikM9R2_TiWPjuK6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/reader.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/writer.go
2025-08-20T21:26:58.3897263Z [00:02:19.437]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:26:58.3908718Z [00:02:19.439]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/16/16b393934827ce40dfbca7d07ee2934a205f623d1c24913f6ed1eca1b64e8a3f-d # internal
2025-08-20T21:26:58.3927340Z [00:02:19.441]➜  github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit
2025-08-20T21:26:58.3930359Z [00:02:19.441]➜  mkdir -p $WORK/b412/
2025-08-20T21:26:58.3935429Z [00:02:19.441]➜  cat >/tmp/go-build1389117207/b412/importcfg << 'EOF' # internal
2025-08-20T21:26:58.3945738Z [00:02:19.441]➜  # import config
2025-08-20T21:26:58.3946442Z [00:02:19.441]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:58.3947236Z [00:02:19.441]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.3948052Z [00:02:19.441]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.3948863Z [00:02:19.441]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.3949822Z [00:02:19.441]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:58.3951197Z [00:02:19.441]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1389117207/b350/_pkg_.a
2025-08-20T21:26:58.3952477Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.3953886Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/idxfile=/tmp/go-build1389117207/b379/_pkg_.a
2025-08-20T21:26:58.3955717Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/objfile=/tmp/go-build1389117207/b411/_pkg_.a
2025-08-20T21:26:58.3957711Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:26:58.3960036Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:26:58.3961473Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:26:58.3962729Z [00:02:19.441]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.3963748Z [00:02:19.441]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.3964492Z [00:02:19.441]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:58.3965224Z [00:02:19.442]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:58.3966081Z [00:02:19.442]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:58.3966889Z [00:02:19.442]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:58.3967689Z [00:02:19.442]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:58.3968470Z [00:02:19.442]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:58.3969250Z [00:02:19.442]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.3970076Z [00:02:19.442]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:58.3971065Z [00:02:19.442]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.3971656Z [00:02:19.442]➜  EOF
2025-08-20T21:26:58.3979282Z [00:02:19.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/storage/filesystem/dotgit;$WORK/b412=>" -p github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid 6-hGLkYCBg_ESss0xv4h/6-hGLkYCBg_ESss0xv4h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_setref.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/reader.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/repository_filesystem.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/writers.go
2025-08-20T21:26:58.4323361Z [00:02:19.480]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:26:58.4382463Z [00:02:19.486]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/2d/2d0ee5f13728892fdae30992fde96319003de2b9dfdd5c4923581fe634ce8e38-d # internal
2025-08-20T21:26:58.4384832Z [00:02:19.486]➜  github.com/jesseduffield/go-git/v5/plumbing/protocol/packp
2025-08-20T21:26:58.4385577Z [00:02:19.486]➜  mkdir -p $WORK/b398/
2025-08-20T21:26:58.4389511Z [00:02:19.487]➜  cat >/tmp/go-build1389117207/b398/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4391528Z [00:02:19.487]➜  # import config
2025-08-20T21:26:58.4392187Z [00:02:19.487]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:58.4393013Z [00:02:19.487]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.4393844Z [00:02:19.487]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:58.4394659Z [00:02:19.487]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.4395406Z [00:02:19.487]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.4396428Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.4397799Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/pktline=/tmp/go-build1389117207/b399/_pkg_.a
2025-08-20T21:26:58.4399566Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:26:58.4401486Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1389117207/b402/_pkg_.a
2025-08-20T21:26:58.4402963Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:58.4404261Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/storage/memory=/tmp/go-build1389117207/b403/_pkg_.a
2025-08-20T21:26:58.4405552Z [00:02:19.487]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.4406575Z [00:02:19.487]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.4407373Z [00:02:19.487]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:58.4408151Z [00:02:19.487]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:58.4408934Z [00:02:19.487]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.4409729Z [00:02:19.487]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.4410496Z [00:02:19.487]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.4411240Z [00:02:19.487]➜  EOF
2025-08-20T21:26:58.4425624Z [00:02:19.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/protocol/packp;$WORK/b398=>" -p github.com/jesseduffield/go-git/v5/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid KdTwPPBywekIzV4Q7lNv/KdTwPPBywekIzV4Q7lNv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_decode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_encode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/doc.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/filter.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/gitproto.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/report_status.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/shallowupd.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/srvresp.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_decode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_encode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_decode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_encode.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackreq.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackresp.go
2025-08-20T21:26:58.4471758Z [00:02:19.493]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:26:58.4474515Z [00:02:19.495]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/36/36bcaa4287d47a5232219f994b3d58b7c51366fb07469f45789912fe466855b9-d # internal
2025-08-20T21:26:58.4475709Z [00:02:19.495]➜  github.com/jesseduffield/go-git/v5/utils/diff
2025-08-20T21:26:58.4476385Z [00:02:19.495]➜  mkdir -p $WORK/b392/
2025-08-20T21:26:58.4478070Z [00:02:19.496]➜  cat >/tmp/go-build1389117207/b392/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4478895Z [00:02:19.496]➜  # import config
2025-08-20T21:26:58.4479575Z [00:02:19.496]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.4481241Z [00:02:19.496]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1389117207/b393/_pkg_.a
2025-08-20T21:26:58.4482251Z [00:02:19.496]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.4482853Z [00:02:19.496]➜  EOF
2025-08-20T21:26:58.4486441Z [00:02:19.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/diff=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/diff;$WORK/b392=>" -p github.com/jesseduffield/go-git/v5/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid jEd-0x71iMS_3jdH2--9/jEd-0x71iMS_3jdH2--9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/diff/diff.go
2025-08-20T21:26:58.4671948Z [00:02:19.515]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:26:58.4689564Z [00:02:19.516]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/6b/6bd1451960a95bf91c6d506541182f8bcbf0294b2145afee5b12e154f9eca9c6-d # internal
2025-08-20T21:26:58.4691020Z [00:02:19.516]➜  github.com/jesseduffield/go-git/v5/plumbing/object
2025-08-20T21:26:58.4691728Z [00:02:19.516]➜  mkdir -p $WORK/b382/
2025-08-20T21:26:58.4695093Z [00:02:19.517]➜  cat >/tmp/go-build1389117207/b382/importcfg << 'EOF' # internal
2025-08-20T21:26:58.4695785Z [00:02:19.517]➜  # import config
2025-08-20T21:26:58.4696451Z [00:02:19.517]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.4697322Z [00:02:19.517]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:26:58.4698193Z [00:02:19.517]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:58.4699012Z [00:02:19.517]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.4699795Z [00:02:19.517]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.4700816Z [00:02:19.517]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1389117207/b299/_pkg_.a
2025-08-20T21:26:58.4702697Z [00:02:19.517]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build1389117207/b383/_pkg_.a
2025-08-20T21:26:58.4704011Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.4705376Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:26:58.4706818Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/diff=/tmp/go-build1389117207/b389/_pkg_.a
2025-08-20T21:26:58.4708246Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:58.4709562Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:26:58.4713161Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/binary=/tmp/go-build1389117207/b377/_pkg_.a
2025-08-20T21:26:58.4714592Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/diff=/tmp/go-build1389117207/b392/_pkg_.a
2025-08-20T21:26:58.4715919Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.4717289Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie=/tmp/go-build1389117207/b395/_pkg_.a
2025-08-20T21:26:58.4718724Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:26:58.4720112Z [00:02:19.517]➜  packagefile github.com/jesseduffield/go-git/v5/utils/sync=/tmp/go-build1389117207/b381/_pkg_.a
2025-08-20T21:26:58.4721809Z [00:02:19.517]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1389117207/b393/_pkg_.a
2025-08-20T21:26:58.4722808Z [00:02:19.517]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.4723875Z [00:02:19.517]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:58.4724783Z [00:02:19.517]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:58.4725653Z [00:02:19.517]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:58.4726466Z [00:02:19.517]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.4727298Z [00:02:19.517]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.4728097Z [00:02:19.517]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.4728690Z [00:02:19.517]➜  EOF
2025-08-20T21:26:58.4762620Z [00:02:19.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/object;$WORK/b382=>" -p github.com/jesseduffield/go-git/v5/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid YCNfdLQa4fZiG4RJGOuk/YCNfdLQa4fZiG4RJGOuk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/blob.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change_adaptor.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs_filtered.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_ctime.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_limit.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_path.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/difftree.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/file.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/merge_base.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/object.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/patch.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/rename.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/signature.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tag.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tree.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/object/treenoder.go
2025-08-20T21:26:58.6207309Z [00:02:19.668]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:26:58.6357192Z [00:02:19.683]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/3b/3b40d1712991517d75dae38b3ca0a971d5d3606f72c131976449e72e2ff24875-d # internal
2025-08-20T21:26:58.6358507Z [00:02:19.683]➜  github.com/jesseduffield/go-git/v5/storage/filesystem
2025-08-20T21:26:58.6359480Z [00:02:19.683]➜  mkdir -p $WORK/b410/
2025-08-20T21:26:58.6360260Z [00:02:19.684]➜  cat >/tmp/go-build1389117207/b410/importcfg << 'EOF' # internal
2025-08-20T21:26:58.6361112Z [00:02:19.684]➜  # import config
2025-08-20T21:26:58.6361778Z [00:02:19.684]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:58.6362569Z [00:02:19.684]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.6363366Z [00:02:19.684]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.6364330Z [00:02:19.684]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:58.6365508Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:26:58.6366774Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.6368134Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/cache=/tmp/go-build1389117207/b370/_pkg_.a
2025-08-20T21:26:58.6369692Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/idxfile=/tmp/go-build1389117207/b379/_pkg_.a
2025-08-20T21:26:58.6371444Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:26:58.6372946Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/objfile=/tmp/go-build1389117207/b411/_pkg_.a
2025-08-20T21:26:58.6374445Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:26:58.6375890Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:58.6377234Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:26:58.6378666Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1389117207/b412/_pkg_.a
2025-08-20T21:26:58.6380408Z [00:02:19.684]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.6381666Z [00:02:19.684]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.6382443Z [00:02:19.684]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:58.6383206Z [00:02:19.684]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:58.6384003Z [00:02:19.684]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.6384598Z [00:02:19.684]➜  EOF
2025-08-20T21:26:58.6392874Z [00:02:19.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/storage/filesystem;$WORK/b410=>" -p github.com/jesseduffield/go-git/v5/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid KFuk0Ej7vVMVYtkve4kG/KFuk0Ej7vVMVYtkve4kG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/config.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/deltaobject.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/index.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/module.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/object.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/reference.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/shallow.go ./vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/storage.go
2025-08-20T21:26:58.6916734Z [00:02:19.739]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:26:58.6953965Z [00:02:19.743]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/93/93afbc274d091d5affd0903bf4723b886beb081039de288e497e0e8d13f49c99-d # internal
2025-08-20T21:26:58.6955914Z [00:02:19.743]➜  github.com/jesseduffield/go-git/v5/plumbing/transport
2025-08-20T21:26:58.6957250Z [00:02:19.743]➜  mkdir -p $WORK/b405/
2025-08-20T21:26:58.6965240Z [00:02:19.744]➜  cat >/tmp/go-build1389117207/b405/importcfg << 'EOF' # internal
2025-08-20T21:26:58.6966286Z [00:02:19.744]➜  # import config
2025-08-20T21:26:58.6967230Z [00:02:19.744]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.6968125Z [00:02:19.745]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:58.6968995Z [00:02:19.745]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.6969789Z [00:02:19.745]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.6971220Z [00:02:19.745]➜  packagefile github.com/jesseduffield/go-git/v5/internal/url=/tmp/go-build1389117207/b354/_pkg_.a
2025-08-20T21:26:58.6972760Z [00:02:19.745]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:58.6974249Z [00:02:19.745]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:26:58.6975879Z [00:02:19.745]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:26:58.6977106Z [00:02:19.745]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.6977922Z [00:02:19.745]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:58.6978806Z [00:02:19.745]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:58.6979700Z [00:02:19.745]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.6980522Z [00:02:19.745]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.6981349Z [00:02:19.745]➜  EOF
2025-08-20T21:26:58.6985259Z [00:02:19.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport;$WORK/b405=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid 3LMrm0cCTF3RF_pmx6_X/3LMrm0cCTF3RF_pmx6_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/common.go
2025-08-20T21:26:58.7447579Z [00:02:19.793]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:26:58.7474664Z [00:02:19.795]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/ef/ef9948fce77070e0a4c31b76f6fdda3745d6a64967b9053eea3f32bbf4fb4277-d # internal
2025-08-20T21:26:58.7477342Z [00:02:19.796]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common
2025-08-20T21:26:58.7478131Z [00:02:19.796]➜  mkdir -p $WORK/b408/
2025-08-20T21:26:58.7485484Z [00:02:19.796]➜  cat >/tmp/go-build1389117207/b408/importcfg << 'EOF' # internal
2025-08-20T21:26:58.7486584Z [00:02:19.796]➜  # import config
2025-08-20T21:26:58.7487506Z [00:02:19.796]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:58.7488332Z [00:02:19.797]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.7489114Z [00:02:19.797]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:58.7489882Z [00:02:19.797]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.7490639Z [00:02:19.797]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.7492007Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/pktline=/tmp/go-build1389117207/b399/_pkg_.a
2025-08-20T21:26:58.7493551Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:26:58.7495448Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:26:58.7497175Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1389117207/b402/_pkg_.a
2025-08-20T21:26:58.7498738Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:26:58.7500097Z [00:02:19.797]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.7501324Z [00:02:19.797]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.7502166Z [00:02:19.797]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:58.7502994Z [00:02:19.797]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.7503814Z [00:02:19.797]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:58.7504427Z [00:02:19.797]➜  EOF
2025-08-20T21:26:58.7510618Z [00:02:19.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/internal/common;$WORK/b408=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common -lang=go1.23 -complete -installsuffix shared -buildid jjwUYzZRHKSoGdItz9Rf/jjwUYzZRHKSoGdItz9Rf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/mocks.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/server.go
2025-08-20T21:26:58.8456586Z [00:02:19.893]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:26:58.8541472Z [00:02:19.902]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/88/8890a43d9c45348e4627eb2cc9c4e92381e985e90c4f1adcfafd973c4d60e363-d # internal
2025-08-20T21:26:58.8542937Z [00:02:19.902]➜  golang.org/x/sys/execabs
2025-08-20T21:26:58.8543493Z [00:02:19.902]➜  mkdir -p $WORK/b413/
2025-08-20T21:26:58.8550136Z [00:02:19.903]➜  cat >/tmp/go-build1389117207/b413/importcfg << 'EOF' # internal
2025-08-20T21:26:58.8553598Z [00:02:19.903]➜  # import config
2025-08-20T21:26:58.8554310Z [00:02:19.903]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:58.8555137Z [00:02:19.903]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.8555920Z [00:02:19.903]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.8556703Z [00:02:19.903]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:26:58.8557549Z [00:02:19.903]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:58.8558392Z [00:02:19.903]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:58.8559023Z [00:02:19.903]➜  EOF
2025-08-20T21:26:58.8562719Z [00:02:19.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs=>golang.org/x/sys@v0.34.0/execabs;$WORK/b413=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid RzCgBWzCmjGt_XrOGcba/RzCgBWzCmjGt_XrOGcba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack ./vendor/golang.org/x/sys/execabs/execabs.go ./vendor/golang.org/x/sys/execabs/execabs_go119.go
2025-08-20T21:26:58.8741296Z [00:02:19.921]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:26:58.8794904Z [00:02:19.927]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/32/32378763928c617c9ba455a8084fdd61e017401b160a94830508852b7cd95ce1-d # internal
2025-08-20T21:26:58.8804064Z [00:02:19.927]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/git
2025-08-20T21:26:58.8804810Z [00:02:19.927]➜  mkdir -p $WORK/b414/
2025-08-20T21:26:58.8805858Z [00:02:19.927]➜  cat >/tmp/go-build1389117207/b414/importcfg << 'EOF' # internal
2025-08-20T21:26:58.8806607Z [00:02:19.927]➜  # import config
2025-08-20T21:26:58.8807672Z [00:02:19.927]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:26:58.8809176Z [00:02:19.927]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:26:58.8810794Z [00:02:19.927]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1389117207/b408/_pkg_.a
2025-08-20T21:26:58.8812474Z [00:02:19.927]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:58.8813599Z [00:02:19.927]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.8814440Z [00:02:19.927]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:58.8815298Z [00:02:19.927]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.8815940Z [00:02:19.927]➜  EOF
2025-08-20T21:26:58.8820237Z [00:02:19.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/git=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/git;$WORK/b414=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid XKznCN1pOPMa_YWedyKS/XKznCN1pOPMa_YWedyKS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/git/common.go
2025-08-20T21:26:58.9031903Z [00:02:19.951]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:26:58.9048051Z [00:02:19.953]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/63/634e5a1c4fdacebc8ecd78f6d7a70f8edaee1ed7729543db362450cb487a8c6c-d # internal
2025-08-20T21:26:58.9056061Z [00:02:19.953]➜  github.com/kevinburke/ssh_config
2025-08-20T21:26:58.9060597Z [00:02:19.954]➜  mkdir -p $WORK/b418/
2025-08-20T21:26:58.9069325Z [00:02:19.955]➜  cat >/tmp/go-build1389117207/b418/importcfg << 'EOF' # internal
2025-08-20T21:26:58.9070304Z [00:02:19.955]➜  # import config
2025-08-20T21:26:58.9071571Z [00:02:19.955]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:58.9072722Z [00:02:19.955]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.9073954Z [00:02:19.955]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:58.9076078Z [00:02:19.955]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:58.9076872Z [00:02:19.955]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:58.9077687Z [00:02:19.955]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:26:58.9078570Z [00:02:19.955]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:58.9079490Z [00:02:19.955]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:58.9080366Z [00:02:19.955]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:58.9088800Z [00:02:19.955]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:58.9089683Z [00:02:19.955]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:58.9090493Z [00:02:19.955]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:58.9091451Z [00:02:19.955]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:26:58.9092094Z [00:02:19.955]➜  EOF
2025-08-20T21:26:58.9102959Z [00:02:19.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b418=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid c0Bf963x16-6oe0vOMlB/c0Bf963x16-6oe0vOMlB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack ./vendor/github.com/kevinburke/ssh_config/config.go ./vendor/github.com/kevinburke/ssh_config/lexer.go ./vendor/github.com/kevinburke/ssh_config/parser.go ./vendor/github.com/kevinburke/ssh_config/position.go ./vendor/github.com/kevinburke/ssh_config/token.go ./vendor/github.com/kevinburke/ssh_config/validators.go
2025-08-20T21:26:58.9228606Z [00:02:19.971]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:26:58.9282249Z [00:02:19.976]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/71/71fdf38e23cc2fb81ea4f55bf8f6fcbd1650e3a272953d58acd35ef3a4a3595f-d # internal
2025-08-20T21:26:58.9283526Z [00:02:19.976]➜  golang.org/x/crypto/chacha20
2025-08-20T21:26:58.9288233Z [00:02:19.976]➜  mkdir -p $WORK/b421/
2025-08-20T21:26:58.9289033Z [00:02:19.977]➜  cat >/tmp/go-build1389117207/b421/importcfg << 'EOF' # internal
2025-08-20T21:26:58.9289734Z [00:02:19.977]➜  # import config
2025-08-20T21:26:58.9290656Z [00:02:19.977]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:58.9291902Z [00:02:19.977]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:58.9292921Z [00:02:19.977]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:58.9294130Z [00:02:19.977]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1389117207/b422/_pkg_.a
2025-08-20T21:26:58.9295367Z [00:02:19.977]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:58.9296316Z [00:02:19.977]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:58.9297058Z [00:02:19.977]➜  EOF
2025-08-20T21:26:58.9301340Z [00:02:19.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b421=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid p21AzWUw4yOGaCM-Im-i/p21AzWUw4yOGaCM-Im-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack ./vendor/golang.org/x/crypto/chacha20/chacha_generic.go ./vendor/golang.org/x/crypto/chacha20/chacha_noasm.go ./vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:26:59.0001598Z [00:02:20.048]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:26:59.0029745Z [00:02:20.051]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/3f/3f6c486b0846f8316906e151fa559de8e7a9a25065fef854a88a9c6b404888f3-d # internal
2025-08-20T21:26:59.0036685Z [00:02:20.051]➜  golang.org/x/crypto/curve25519
2025-08-20T21:26:59.0039542Z [00:02:20.052]➜  mkdir -p $WORK/b423/
2025-08-20T21:26:59.0067250Z [00:02:20.053]➜  cat >/tmp/go-build1389117207/b423/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0087518Z [00:02:20.053]➜  # import config
2025-08-20T21:26:59.0088294Z [00:02:20.053]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:26:59.0088987Z [00:02:20.053]➜  EOF
2025-08-20T21:26:59.0092693Z [00:02:20.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/curve25519=>golang.org/x/crypto@v0.37.0/curve25519;$WORK/b423=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid hjTfU9xDL4FEFziOoqL1/hjTfU9xDL4FEFziOoqL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack ./vendor/golang.org/x/crypto/curve25519/curve25519.go
2025-08-20T21:26:59.0315620Z [00:02:20.079]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:26:59.0323202Z [00:02:20.080]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/e8/e86a898543ba3c7c8acd730d1f47fa26544d6c37a8f182dddfcac05c62a44abf-d # internal
2025-08-20T21:26:59.0326390Z [00:02:20.080]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:59.0347496Z [00:02:20.083]➜  mkdir -p $WORK/b424/
2025-08-20T21:26:59.0351226Z [00:02:20.083]➜  echo -n > $WORK/b424/go_asm.h # internal
2025-08-20T21:26:59.0356773Z [00:02:20.083]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:59.0359889Z [00:02:20.083]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b424=>" -I $WORK/b424/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b424/symabis ./sum_amd64.s
2025-08-20T21:26:59.0468245Z [00:02:20.094]➜  cat >/tmp/go-build1389117207/b424/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0475164Z [00:02:20.094]➜  # import config
2025-08-20T21:26:59.0475910Z [00:02:20.094]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:59.0476859Z [00:02:20.094]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:59.0477930Z [00:02:20.094]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:26:59.0478672Z [00:02:20.094]➜  EOF
2025-08-20T21:26:59.0479179Z [00:02:20.095]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:59.0484213Z [00:02:20.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b424=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid 5e_qpCDRkV6RKnamek6u/5e_qpCDRkV6RKnamek6u -goversion go1.25.0 -symabis $WORK/b424/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack -asmhdr $WORK/b424/go_asm.h ./vendor/golang.org/x/crypto/internal/poly1305/poly1305.go ./vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go ./vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:26:59.0568513Z [00:02:20.105]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:26:59.0672546Z [00:02:20.115]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/69/692589b8a517fcf743e11899e1aaeb2ed133df3627946a883dc8ada84c16d818-d # internal
2025-08-20T21:26:59.0686603Z [00:02:20.116]➜  github.com/jesseduffield/go-git/v5/plumbing/revlist
2025-08-20T21:26:59.0694879Z [00:02:20.116]➜  mkdir -p $WORK/b404/
2025-08-20T21:26:59.0695660Z [00:02:20.116]➜  cat >/tmp/go-build1389117207/b404/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0696346Z [00:02:20.116]➜  # import config
2025-08-20T21:26:59.0696989Z [00:02:20.116]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.0698069Z [00:02:20.116]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:59.0699484Z [00:02:20.116]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:26:59.0701075Z [00:02:20.116]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/object=/tmp/go-build1389117207/b382/_pkg_.a
2025-08-20T21:26:59.0702487Z [00:02:20.116]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:59.0703545Z [00:02:20.116]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.0704155Z [00:02:20.116]➜  EOF
2025-08-20T21:26:59.0708378Z [00:02:20.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/revlist;$WORK/b404=>" -p github.com/jesseduffield/go-git/v5/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid tUzEddy9NUCrrYeyzaSN/tUzEddy9NUCrrYeyzaSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist/revlist.go
2025-08-20T21:26:59.0906867Z [00:02:20.138]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:26:59.0975243Z [00:02:20.144]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/c2/c28242b450d32fc90e8d85567ee5935393188ad6d8a068a7df88249e858ca8cc-d # internal
2025-08-20T21:26:59.0976492Z [00:02:20.144]➜  golang.org/x/crypto/blowfish
2025-08-20T21:26:59.0977127Z [00:02:20.144]➜  mkdir -p $WORK/b426/
2025-08-20T21:26:59.0977854Z [00:02:20.145]➜  cat >/tmp/go-build1389117207/b426/importcfg << 'EOF' # internal
2025-08-20T21:26:59.0978551Z [00:02:20.145]➜  # import config
2025-08-20T21:26:59.0979251Z [00:02:20.145]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.0979913Z [00:02:20.145]➜  EOF
2025-08-20T21:26:59.0983993Z [00:02:20.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish=>golang.org/x/crypto@v0.37.0/blowfish;$WORK/b426=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid CEpL_tV480Q82uCHx01M/CEpL_tV480Q82uCHx01M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack ./vendor/golang.org/x/crypto/blowfish/block.go ./vendor/golang.org/x/crypto/blowfish/cipher.go ./vendor/golang.org/x/crypto/blowfish/const.go
2025-08-20T21:26:59.1187212Z [00:02:20.166]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:26:59.1192489Z [00:02:20.166]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b424=>" -I $WORK/b424/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b424/sum_amd64.o ./sum_amd64.s
2025-08-20T21:26:59.1279529Z [00:02:20.176]➜  go tool pack r $WORK/b424/_pkg_.a $WORK/b424/sum_amd64.o # internal
2025-08-20T21:26:59.1282500Z [00:02:20.176]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:26:59.1297651Z [00:02:20.177]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/59/5946fbf2b9ae69642f4c365f9c4d1cd1dc294d50868672377e00cf320edc453a-d # internal
2025-08-20T21:26:59.1308824Z [00:02:20.177]➜  golang.org/x/net/internal/socks
2025-08-20T21:26:59.1309444Z [00:02:20.177]➜  mkdir -p $WORK/b431/
2025-08-20T21:26:59.1310518Z [00:02:20.178]➜  cat >/tmp/go-build1389117207/b431/importcfg << 'EOF' # internal
2025-08-20T21:26:59.1311398Z [00:02:20.178]➜  # import config
2025-08-20T21:26:59.1312069Z [00:02:20.178]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:59.1312898Z [00:02:20.178]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.1313702Z [00:02:20.178]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.1314556Z [00:02:20.178]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:59.1315354Z [00:02:20.178]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.1316159Z [00:02:20.178]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:59.1316761Z [00:02:20.178]➜  EOF
2025-08-20T21:26:59.1317236Z [00:02:20.178]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:59.1335196Z [00:02:20.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks=>golang.org/x/net@v0.39.0/internal/socks;$WORK/b431=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid YfHFNZzCBlJoLgbNJY9E/YfHFNZzCBlJoLgbNJY9E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack ./vendor/golang.org/x/net/internal/socks/client.go ./vendor/golang.org/x/net/internal/socks/socks.go
2025-08-20T21:26:59.1338773Z [00:02:20.182]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:26:59.1347737Z [00:02:20.182]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/30/30d82ee6f17aa092e07629738a068c072b6439856a88b427e68e7223dbfeb149-d # internal
2025-08-20T21:26:59.1350797Z [00:02:20.183]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/server
2025-08-20T21:26:59.1352033Z [00:02:20.183]➜  mkdir -p $WORK/b409/
2025-08-20T21:26:59.1376883Z [00:02:20.185]➜  cat >/tmp/go-build1389117207/b409/importcfg << 'EOF' # internal
2025-08-20T21:26:59.1381016Z [00:02:20.186]➜  # import config
2025-08-20T21:26:59.1381767Z [00:02:20.186]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:59.1382638Z [00:02:20.186]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.1383460Z [00:02:20.186]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.1384427Z [00:02:20.186]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:59.1385578Z [00:02:20.186]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1389117207/b348/_pkg_.a
2025-08-20T21:26:59.1386788Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:59.1389553Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/cache=/tmp/go-build1389117207/b370/_pkg_.a
2025-08-20T21:26:59.1391384Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:26:59.1392987Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:26:59.1394636Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:26:59.1396204Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/revlist=/tmp/go-build1389117207/b404/_pkg_.a
2025-08-20T21:26:59.1397659Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:26:59.1399118Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:26:59.1400580Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem=/tmp/go-build1389117207/b410/_pkg_.a
2025-08-20T21:26:59.1432969Z [00:02:20.186]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:59.1434465Z [00:02:20.186]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.1435069Z [00:02:20.186]➜  EOF
2025-08-20T21:26:59.1440202Z [00:02:20.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/server;$WORK/b409=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/server -lang=go1.23 -complete -installsuffix shared -buildid PR6nJJFfzcXD908I4JDR/PR6nJJFfzcXD908I4JDR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/loader.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/server.go
2025-08-20T21:26:59.1593928Z [00:02:20.207]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:26:59.1602313Z [00:02:20.208]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/5e/5eede855f1e4860a282de131b10230de19ab44c0df73fa0e1d627f6ab738984b-d # internal
2025-08-20T21:26:59.1607788Z [00:02:20.209]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:26:59.1611074Z [00:02:20.209]➜  mkdir -p $WORK/b425/
2025-08-20T21:26:59.1615718Z [00:02:20.209]➜  cat >/tmp/go-build1389117207/b425/importcfg << 'EOF' # internal
2025-08-20T21:26:59.1616454Z [00:02:20.209]➜  # import config
2025-08-20T21:26:59.1617207Z [00:02:20.209]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:59.1618061Z [00:02:20.209]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.1618999Z [00:02:20.209]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1389117207/b426/_pkg_.a
2025-08-20T21:26:59.1619699Z [00:02:20.209]➜  EOF
2025-08-20T21:26:59.1623912Z [00:02:20.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.37.0/ssh/internal/bcrypt_pbkdf;$WORK/b425=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid 3Emkyq5uFkKVEcPWQOMK/3Emkyq5uFkKVEcPWQOMK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack ./vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:26:59.1783630Z [00:02:20.226]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:26:59.1789675Z [00:02:20.227]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/72/729114167f7f40e6ba6a2cce6802da930ac29d633548c69e39ba89c54c9239e8-d # internal
2025-08-20T21:26:59.1866638Z [00:02:20.234]➜  golang.org/x/crypto/ssh
2025-08-20T21:26:59.1869782Z [00:02:20.235]➜  mkdir -p $WORK/b420/
2025-08-20T21:26:59.1891796Z [00:02:20.237]➜  cat >/tmp/go-build1389117207/b420/importcfg << 'EOF' # internal
2025-08-20T21:26:59.1892834Z [00:02:20.237]➜  # import config
2025-08-20T21:26:59.1893668Z [00:02:20.237]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:59.1894431Z [00:02:20.237]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:59.1895198Z [00:02:20.237]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:59.1895966Z [00:02:20.237]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:26:59.1896759Z [00:02:20.237]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:26:59.1897601Z [00:02:20.237]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:26:59.1898420Z [00:02:20.237]➜  packagefile crypto/des=/tmp/go-build1389117207/b229/_pkg_.a
2025-08-20T21:26:59.1899214Z [00:02:20.237]➜  packagefile crypto/dsa=/tmp/go-build1389117207/b271/_pkg_.a
2025-08-20T21:26:59.1900023Z [00:02:20.237]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:26:59.1901003Z [00:02:20.237]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:26:59.1902115Z [00:02:20.237]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:26:59.1902953Z [00:02:20.237]➜  packagefile crypto/hmac=/tmp/go-build1389117207/b252/_pkg_.a
2025-08-20T21:26:59.1903737Z [00:02:20.237]➜  packagefile crypto/md5=/tmp/go-build1389117207/b262/_pkg_.a
2025-08-20T21:26:59.1904535Z [00:02:20.237]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:26:59.1905328Z [00:02:20.237]➜  packagefile crypto/rc4=/tmp/go-build1389117207/b263/_pkg_.a
2025-08-20T21:26:59.1906099Z [00:02:20.237]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:26:59.1906869Z [00:02:20.237]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:26:59.1907642Z [00:02:20.237]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:26:59.1908453Z [00:02:20.237]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:26:59.1909266Z [00:02:20.237]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:26:59.1910083Z [00:02:20.237]➜  packagefile crypto/x509=/tmp/go-build1389117207/b270/_pkg_.a
2025-08-20T21:26:59.1911030Z [00:02:20.237]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:26:59.1911869Z [00:02:20.237]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:26:59.1912709Z [00:02:20.237]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:26:59.1913521Z [00:02:20.237]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:26:59.1914386Z [00:02:20.237]➜  packagefile encoding/pem=/tmp/go-build1389117207/b274/_pkg_.a
2025-08-20T21:26:59.1915155Z [00:02:20.237]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.1915876Z [00:02:20.237]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.1916945Z [00:02:20.237]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1389117207/b421/_pkg_.a
2025-08-20T21:26:59.1919149Z [00:02:20.237]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1389117207/b423/_pkg_.a
2025-08-20T21:26:59.1920230Z [00:02:20.237]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1389117207/b424/_pkg_.a
2025-08-20T21:26:59.1921556Z [00:02:20.237]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1389117207/b425/_pkg_.a
2025-08-20T21:26:59.1922490Z [00:02:20.237]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:26:59.1923187Z [00:02:20.237]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.1923871Z [00:02:20.237]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:59.1924560Z [00:02:20.237]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:59.1925276Z [00:02:20.237]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:26:59.1926045Z [00:02:20.237]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:26:59.1926783Z [00:02:20.237]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:59.1927479Z [00:02:20.237]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.1928196Z [00:02:20.237]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:26:59.1928932Z [00:02:20.237]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:59.1929664Z [00:02:20.237]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.1930406Z [00:02:20.237]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.1931364Z [00:02:20.237]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:59.1932098Z [00:02:20.237]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:26:59.1932816Z [00:02:20.237]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:59.1933354Z [00:02:20.237]➜  EOF
2025-08-20T21:26:59.1961947Z [00:02:20.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh=>golang.org/x/crypto@v0.37.0/ssh;$WORK/b420=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid m8h_-c8-FICm149sb0-4/m8h_-c8-FICm149sb0-4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack ./vendor/golang.org/x/crypto/ssh/buffer.go ./vendor/golang.org/x/crypto/ssh/certs.go ./vendor/golang.org/x/crypto/ssh/channel.go ./vendor/golang.org/x/crypto/ssh/cipher.go ./vendor/golang.org/x/crypto/ssh/client.go ./vendor/golang.org/x/crypto/ssh/client_auth.go ./vendor/golang.org/x/crypto/ssh/common.go ./vendor/golang.org/x/crypto/ssh/connection.go ./vendor/golang.org/x/crypto/ssh/doc.go ./vendor/golang.org/x/crypto/ssh/handshake.go ./vendor/golang.org/x/crypto/ssh/kex.go ./vendor/golang.org/x/crypto/ssh/keys.go ./vendor/golang.org/x/crypto/ssh/mac.go ./vendor/golang.org/x/crypto/ssh/messages.go ./vendor/golang.org/x/crypto/ssh/mux.go ./vendor/golang.org/x/crypto/ssh/server.go ./vendor/golang.org/x/crypto/ssh/session.go ./vendor/golang.org/x/crypto/ssh/ssh_gss.go ./vendor/golang.org/x/crypto/ssh/streamlocal.go ./vendor/golang.org/x/crypto/ssh/tcpip.go ./vendor/golang.org/x/crypto/ssh/transport.go
2025-08-20T21:26:59.2842682Z [00:02:20.332]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:26:59.2899513Z [00:02:20.338]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/57/57ee3dd84ee7e39f8123b10531accdb133fa6075102377d4078062a7f435e5a0-d # internal
2025-08-20T21:26:59.2942524Z [00:02:20.341]➜  golang.org/x/net/proxy
2025-08-20T21:26:59.2943140Z [00:02:20.341]➜  mkdir -p $WORK/b430/
2025-08-20T21:26:59.2943894Z [00:02:20.341]➜  cat >/tmp/go-build1389117207/b430/importcfg << 'EOF' # internal
2025-08-20T21:26:59.2944597Z [00:02:20.341]➜  # import config
2025-08-20T21:26:59.2945280Z [00:02:20.341]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:59.2946483Z [00:02:20.341]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.2947571Z [00:02:20.341]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1389117207/b431/_pkg_.a
2025-08-20T21:26:59.2948565Z [00:02:20.341]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:26:59.2949418Z [00:02:20.341]➜  packagefile net/netip=/tmp/go-build1389117207/b075/_pkg_.a
2025-08-20T21:26:59.2950276Z [00:02:20.341]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:26:59.2956737Z [00:02:20.341]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.2957632Z [00:02:20.342]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.2959689Z [00:02:20.342]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:59.2960312Z [00:02:20.342]➜  EOF
2025-08-20T21:26:59.2964769Z [00:02:20.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy=>golang.org/x/net@v0.39.0/proxy;$WORK/b430=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid ptAjL52DM9thZm5LL9n8/ptAjL52DM9thZm5LL9n8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack ./vendor/golang.org/x/net/proxy/dial.go ./vendor/golang.org/x/net/proxy/direct.go ./vendor/golang.org/x/net/proxy/per_host.go ./vendor/golang.org/x/net/proxy/proxy.go ./vendor/golang.org/x/net/proxy/socks5.go
2025-08-20T21:26:59.3067301Z [00:02:20.355]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:26:59.3102111Z [00:02:20.358]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/e0/e086cf09f5284d6060330cad785d796d94f3e18596047722c7b42f3c3aabebd4-d # internal
2025-08-20T21:26:59.3106670Z [00:02:20.359]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/file
2025-08-20T21:26:59.3107384Z [00:02:20.359]➜  mkdir -p $WORK/b407/
2025-08-20T21:26:59.3141240Z [00:02:20.359]➜  cat >/tmp/go-build1389117207/b407/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3142320Z [00:02:20.359]➜  # import config
2025-08-20T21:26:59.3143316Z [00:02:20.359]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:59.3144098Z [00:02:20.359]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.3144847Z [00:02:20.359]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.3145890Z [00:02:20.359]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:26:59.3147381Z [00:02:20.359]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1389117207/b408/_pkg_.a
2025-08-20T21:26:59.3148947Z [00:02:20.359]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/server=/tmp/go-build1389117207/b409/_pkg_.a
2025-08-20T21:26:59.3150385Z [00:02:20.359]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:26:59.3151825Z [00:02:20.359]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build1389117207/b413/_pkg_.a
2025-08-20T21:26:59.3152763Z [00:02:20.359]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.3153547Z [00:02:20.359]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.3154415Z [00:02:20.359]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:59.3155305Z [00:02:20.359]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:59.3156141Z [00:02:20.359]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.3156770Z [00:02:20.359]➜  EOF
2025-08-20T21:26:59.3162204Z [00:02:20.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/file;$WORK/b407=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid 1QtfoZpDlzzuxnv-D_77/1QtfoZpDlzzuxnv-D_77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/client.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/server.go
2025-08-20T21:26:59.3613936Z [00:02:20.409]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:26:59.3615344Z [00:02:20.409]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/e7/e79f2c954957b6de057842700c987ea21af417b254ef9f7c51139150bdf6474d-d # internal
2025-08-20T21:26:59.3616605Z [00:02:20.409]➜  github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem
2025-08-20T21:26:59.3617345Z [00:02:20.409]➜  mkdir -p $WORK/b432/
2025-08-20T21:26:59.3618074Z [00:02:20.409]➜  cat >/tmp/go-build1389117207/b432/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3618759Z [00:02:20.409]➜  # import config
2025-08-20T21:26:59.3619610Z [00:02:20.409]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:26:59.3621076Z [00:02:20.409]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:26:59.3622516Z [00:02:20.409]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:26:59.3624000Z [00:02:20.409]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:26:59.3625130Z [00:02:20.409]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.3625908Z [00:02:20.409]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.3626696Z [00:02:20.409]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:59.3627322Z [00:02:20.409]➜  EOF
2025-08-20T21:26:59.3631915Z [00:02:20.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/merkletrie/filesystem;$WORK/b432=>" -p github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid gN1Au9nq1YO3TqmlxS_j/gN1Au9nq1YO3TqmlxS_j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem/node.go
2025-08-20T21:26:59.3635994Z [00:02:20.409]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:26:59.3637237Z [00:02:20.411]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/81/81b0ca7f04a46fbc6b857119cd963eb861a7aa9724cd96fa2e56188b5eadd1d0-d # internal
2025-08-20T21:26:59.3638443Z [00:02:20.411]➜  github.com/jesseduffield/go-git/v5/utils/merkletrie/index
2025-08-20T21:26:59.3639131Z [00:02:20.411]➜  mkdir -p $WORK/b433/
2025-08-20T21:26:59.3639831Z [00:02:20.412]➜  cat >/tmp/go-build1389117207/b433/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3640473Z [00:02:20.412]➜  # import config
2025-08-20T21:26:59.3650258Z [00:02:20.412]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:26:59.3651952Z [00:02:20.412]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:26:59.3653066Z [00:02:20.412]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:26:59.3653857Z [00:02:20.412]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.3654489Z [00:02:20.412]➜  EOF
2025-08-20T21:26:59.3659058Z [00:02:20.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/index=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/utils/merkletrie/index;$WORK/b433=>" -p github.com/jesseduffield/go-git/v5/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid oqSkrFP28GA1Bynmf5EB/oqSkrFP28GA1Bynmf5EB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/index/node.go
2025-08-20T21:26:59.3954959Z [00:02:20.443]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:26:59.3969050Z [00:02:20.445]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/06/061018a3d3a80fbff158a3598aa996813ba20e15a8205e08cf04abdbc3f7ef1d-d # internal
2025-08-20T21:26:59.3978655Z [00:02:20.446]➜  github.com/jesseduffield/lazygit/pkg/commands/git_config
2025-08-20T21:26:59.3984565Z [00:02:20.446]➜  mkdir -p $WORK/b437/
2025-08-20T21:26:59.3994482Z [00:02:20.447]➜  cat >/tmp/go-build1389117207/b437/importcfg << 'EOF' # internal
2025-08-20T21:26:59.3995556Z [00:02:20.447]➜  # import config
2025-08-20T21:26:59.3996481Z [00:02:20.447]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:59.3997687Z [00:02:20.447]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.3998783Z [00:02:20.447]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.4000114Z [00:02:20.447]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:26:59.4002378Z [00:02:20.447]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.4003401Z [00:02:20.447]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:26:59.4004801Z [00:02:20.447]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.4006149Z [00:02:20.447]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:59.4007249Z [00:02:20.447]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:59.4008113Z [00:02:20.447]➜  EOF
2025-08-20T21:26:59.4026927Z [00:02:20.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config=>github.com/jesseduffield/lazygit/pkg/commands/git_config;$WORK/b437=>" -p github.com/jesseduffield/lazygit/pkg/commands/git_config -lang=go1.24 -complete -installsuffix shared -buildid IguoX7Csn1YRjkCsvMN8/IguoX7Csn1YRjkCsvMN8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack ./pkg/commands/git_config/cached_git_config.go ./pkg/commands/git_config/fake_git_config.go ./pkg/commands/git_config/get_key.go
2025-08-20T21:26:59.4205992Z [00:02:20.468]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:26:59.4214994Z [00:02:20.469]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/88/889fc8b9916a661b1643d419ffeeb93e031d0550e76e6d7d0346a85c4983b2b6-d # internal
2025-08-20T21:26:59.4216349Z [00:02:20.470]➜  github.com/atotto/clipboard
2025-08-20T21:26:59.4217059Z [00:02:20.470]➜  mkdir -p $WORK/b439/
2025-08-20T21:26:59.4221455Z [00:02:20.470]➜  cat >/tmp/go-build1389117207/b439/importcfg << 'EOF' # internal
2025-08-20T21:26:59.4225142Z [00:02:20.470]➜  # import config
2025-08-20T21:26:59.4225865Z [00:02:20.470]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.4226673Z [00:02:20.470]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.4227477Z [00:02:20.470]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:26:59.4228087Z [00:02:20.470]➜  EOF
2025-08-20T21:26:59.4231867Z [00:02:20.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard=>github.com/atotto/clipboard@v0.1.4;$WORK/b439=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid lARP6DctTmkhYd_qGadf/lARP6DctTmkhYd_qGadf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack ./vendor/github.com/atotto/clipboard/clipboard.go ./vendor/github.com/atotto/clipboard/clipboard_unix.go
2025-08-20T21:26:59.4688051Z [00:02:20.517]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:26:59.4707411Z [00:02:20.518]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/7a/7a57d9029e3a657a579885fbd0079b38933f56f62d312985efd9ab7131ccb440-d # internal
2025-08-20T21:26:59.4721915Z [00:02:20.520]➜  github.com/creack/pty
2025-08-20T21:26:59.4724438Z [00:02:20.520]➜  mkdir -p $WORK/b440/
2025-08-20T21:26:59.4742483Z [00:02:20.522]➜  cat >/tmp/go-build1389117207/b440/importcfg << 'EOF' # internal
2025-08-20T21:26:59.4746219Z [00:02:20.522]➜  # import config
2025-08-20T21:26:59.4747004Z [00:02:20.522]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.4747840Z [00:02:20.522]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.4748634Z [00:02:20.522]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:26:59.4749456Z [00:02:20.522]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.4750273Z [00:02:20.522]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:26:59.4750817Z [00:02:20.522]➜  EOF
2025-08-20T21:26:59.4755316Z [00:02:20.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty=>github.com/creack/pty@v1.1.11;$WORK/b440=>" -p github.com/creack/pty -lang=go1.13 -complete -installsuffix shared -buildid et-BqFO3Yp5ANtYS464g/et-BqFO3Yp5ANtYS464g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack ./vendor/github.com/creack/pty/doc.go ./vendor/github.com/creack/pty/ioctl.go ./vendor/github.com/creack/pty/pty_linux.go ./vendor/github.com/creack/pty/run.go ./vendor/github.com/creack/pty/util.go ./vendor/github.com/creack/pty/ztypes_amd64.go
2025-08-20T21:26:59.4987869Z [00:02:20.546]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:26:59.5028725Z [00:02:20.551]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/bc/bcd09dd4fb0d944b7a60be0bc85beae8c7be46b054662dbb71a249e658771750-d # internal
2025-08-20T21:26:59.5037463Z [00:02:20.551]➜  github.com/mgutz/str
2025-08-20T21:26:59.5041352Z [00:02:20.552]➜  mkdir -p $WORK/b441/
2025-08-20T21:26:59.5052051Z [00:02:20.553]➜  cat >/tmp/go-build1389117207/b441/importcfg << 'EOF' # internal
2025-08-20T21:26:59.5062231Z [00:02:20.553]➜  # import config
2025-08-20T21:26:59.5062910Z [00:02:20.553]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.5063681Z [00:02:20.553]➜  packagefile html=/tmp/go-build1389117207/b394/_pkg_.a
2025-08-20T21:26:59.5064467Z [00:02:20.553]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:26:59.5065232Z [00:02:20.553]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:59.5066028Z [00:02:20.553]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:59.5066809Z [00:02:20.553]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.5067569Z [00:02:20.553]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.5068363Z [00:02:20.553]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:26:59.5068989Z [00:02:20.553]➜  EOF
2025-08-20T21:26:59.5083197Z [00:02:20.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str=>github.com/mgutz/str@v1.2.0;$WORK/b441=>" -p github.com/mgutz/str -lang=go1.16 -complete -installsuffix shared -buildid 25ihBSisfiMdBizKgXbR/25ihBSisfiMdBizKgXbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack ./vendor/github.com/mgutz/str/doc.go ./vendor/github.com/mgutz/str/funcsAO.go ./vendor/github.com/mgutz/str/funcsPZ.go
2025-08-20T21:26:59.5411400Z [00:02:20.589]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:26:59.5418984Z [00:02:20.590]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/ce/ceb286a923130e1a7a2e44e5ec97f832de8b7f1f8bcb5e708b594971f3505a82-d # internal
2025-08-20T21:26:59.5426744Z [00:02:20.590]➜  github.com/petermattis/goid
2025-08-20T21:26:59.5429194Z [00:02:20.591]➜  mkdir -p $WORK/b443/
2025-08-20T21:26:59.5430096Z [00:02:20.591]➜  echo -n > $WORK/b443/go_asm.h # internal
2025-08-20T21:26:59.5445342Z [00:02:20.592]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid
2025-08-20T21:26:59.5475077Z [00:02:20.595]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/petermattis/goid -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid=>github.com/petermattis/goid@v0.0.0-20240813172612-4fcff4a6cae7;$WORK/b443=>" -I $WORK/b443/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b443/symabis ./goid_go1.5.s
2025-08-20T21:26:59.5509592Z [00:02:20.599]➜  cat >/tmp/go-build1389117207/b443/importcfg << 'EOF' # internal
2025-08-20T21:26:59.5523175Z [00:02:20.599]➜  # import config
2025-08-20T21:26:59.5523884Z [00:02:20.599]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:59.5524704Z [00:02:20.599]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:59.5525656Z [00:02:20.599]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:26:59.5526309Z [00:02:20.599]➜  EOF
2025-08-20T21:26:59.5526815Z [00:02:20.599]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:59.5531522Z [00:02:20.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid=>github.com/petermattis/goid@v0.0.0-20240813172612-4fcff4a6cae7;$WORK/b443=>" -p github.com/petermattis/goid -lang=go1.17 -installsuffix shared -buildid 9pQXwllK_qWL4Fzfhm7f/9pQXwllK_qWL4Fzfhm7f -goversion go1.25.0 -symabis $WORK/b443/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack -asmhdr $WORK/b443/go_asm.h ./vendor/github.com/petermattis/goid/goid.go ./vendor/github.com/petermattis/goid/goid_go1.5.go ./vendor/github.com/petermattis/goid/runtime_go1.23.go
2025-08-20T21:26:59.5657123Z [00:02:20.614]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid
2025-08-20T21:26:59.5660432Z [00:02:20.614]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/petermattis/goid -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid=>github.com/petermattis/goid@v0.0.0-20240813172612-4fcff4a6cae7;$WORK/b443=>" -I $WORK/b443/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b443/goid_go1.5.o ./goid_go1.5.s
2025-08-20T21:26:59.5694796Z [00:02:20.617]➜  go tool pack r $WORK/b443/_pkg_.a $WORK/b443/goid_go1.5.o # internal
2025-08-20T21:26:59.5705244Z [00:02:20.618]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:26:59.5709481Z [00:02:20.618]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/1d/1df6e9b3942cb8d91f31f1c1e6ea81ad3b2e595582abcfd9721902e7cc7449a1-d # internal
2025-08-20T21:26:59.5710665Z [00:02:20.618]➜  github.com/sasha-s/go-deadlock
2025-08-20T21:26:59.5719416Z [00:02:20.618]➜  mkdir -p $WORK/b442/
2025-08-20T21:26:59.5720097Z [00:02:20.619]➜  cat >/tmp/go-build1389117207/b442/importcfg << 'EOF' # internal
2025-08-20T21:26:59.5720679Z [00:02:20.619]➜  # import config
2025-08-20T21:26:59.5721504Z [00:02:20.619]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:26:59.5722337Z [00:02:20.619]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:59.5723118Z [00:02:20.619]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.5724071Z [00:02:20.619]➜  packagefile github.com/petermattis/goid=/tmp/go-build1389117207/b443/_pkg_.a
2025-08-20T21:26:59.5724983Z [00:02:20.619]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.5725771Z [00:02:20.619]➜  packagefile io/ioutil=/tmp/go-build1389117207/b161/_pkg_.a
2025-08-20T21:26:59.5726551Z [00:02:20.619]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.5727319Z [00:02:20.619]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:26:59.5728175Z [00:02:20.619]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:59.5729034Z [00:02:20.619]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:26:59.5730116Z [00:02:20.619]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.5741211Z [00:02:20.619]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:59.5742047Z [00:02:20.619]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:26:59.5742582Z [00:02:20.619]➜  EOF
2025-08-20T21:26:59.5743003Z [00:02:20.619]➜  cd /tmp/tmp.dNkSGwDM6G/TEMPREPO
2025-08-20T21:26:59.5747328Z [00:02:20.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock=>github.com/sasha-s/go-deadlock@v0.3.5;$WORK/b442=>" -p github.com/sasha-s/go-deadlock -lang=go1.16 -complete -installsuffix shared -buildid SZx6g_bJvfTbLsVmPons/SZx6g_bJvfTbLsVmPons -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack ./vendor/github.com/sasha-s/go-deadlock/deadlock.go ./vendor/github.com/sasha-s/go-deadlock/deadlock_map.go ./vendor/github.com/sasha-s/go-deadlock/stacktraces.go ./vendor/github.com/sasha-s/go-deadlock/trylock.go
2025-08-20T21:26:59.6195740Z [00:02:20.667]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:26:59.6212193Z [00:02:20.669]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/0d/0d5f4bc354d862511c5f1864fbac8a96487eb1b56b8fc4c0447cdfacdd575e9e-d # internal
2025-08-20T21:26:59.6213799Z [00:02:20.669]➜  github.com/jesseduffield/lazygit/pkg/theme
2025-08-20T21:26:59.6214772Z [00:02:20.669]➜  mkdir -p $WORK/b445/
2025-08-20T21:26:59.6216929Z [00:02:20.670]➜  cat >/tmp/go-build1389117207/b445/importcfg << 'EOF' # internal
2025-08-20T21:26:59.6217791Z [00:02:20.670]➜  # import config
2025-08-20T21:26:59.6218886Z [00:02:20.670]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:26:59.6231981Z [00:02:20.670]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:26:59.6233445Z [00:02:20.670]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:26:59.6235102Z [00:02:20.670]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:26:59.6237151Z [00:02:20.670]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:26:59.6238116Z [00:02:20.670]➜  EOF
2025-08-20T21:26:59.6241701Z [00:02:20.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme=>github.com/jesseduffield/lazygit/pkg/theme;$WORK/b445=>" -p github.com/jesseduffield/lazygit/pkg/theme -lang=go1.24 -complete -installsuffix shared -buildid IPRM7PYnZp6oEOe7GuDU/IPRM7PYnZp6oEOe7GuDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack ./pkg/theme/gocui.go ./pkg/theme/style.go ./pkg/theme/theme.go
2025-08-20T21:26:59.6601149Z [00:02:20.708]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:26:59.6608600Z [00:02:20.709]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/09/097946395095d32b5e7f998c37342c65bb6cd6fd1820c5cb6101ecc8deed1afd-d # internal
2025-08-20T21:26:59.6610138Z [00:02:20.709]➜  github.com/jesseduffield/lazygit/pkg/commands/patch
2025-08-20T21:26:59.6610826Z [00:02:20.709]➜  mkdir -p $WORK/b444/
2025-08-20T21:26:59.6615760Z [00:02:20.709]➜  cat >/tmp/go-build1389117207/b444/importcfg << 'EOF' # internal
2025-08-20T21:26:59.6616528Z [00:02:20.709]➜  # import config
2025-08-20T21:26:59.6617181Z [00:02:20.709]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.6618182Z [00:02:20.709]➜  packagefile github.com/jesseduffield/generics/maps=/tmp/go-build1389117207/b435/_pkg_.a
2025-08-20T21:26:59.6619404Z [00:02:20.709]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:26:59.6620735Z [00:02:20.709]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:26:59.6622581Z [00:02:20.709]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:26:59.6624038Z [00:02:20.709]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:26:59.6625295Z [00:02:20.709]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:59.6626342Z [00:02:20.709]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:26:59.6627495Z [00:02:20.709]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:26:59.6628500Z [00:02:20.709]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:59.6629500Z [00:02:20.709]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.6630319Z [00:02:20.709]➜  EOF
2025-08-20T21:26:59.6635417Z [00:02:20.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch=>github.com/jesseduffield/lazygit/pkg/commands/patch;$WORK/b444=>" -p github.com/jesseduffield/lazygit/pkg/commands/patch -lang=go1.24 -complete -installsuffix shared -buildid uUu8kPD5wwuQpVoVgjEE/uUu8kPD5wwuQpVoVgjEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack ./pkg/commands/patch/format.go ./pkg/commands/patch/hunk.go ./pkg/commands/patch/parse.go ./pkg/commands/patch/patch.go ./pkg/commands/patch/patch_builder.go ./pkg/commands/patch/patch_line.go ./pkg/commands/patch/transform.go
2025-08-20T21:26:59.8526172Z [00:02:20.900]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:26:59.8564759Z [00:02:20.904]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/5c/5ce4358f0c5b2accc2a1e6e0b0790e4f2a9ef7f88055ba786756dea1da0aae50-d # internal
2025-08-20T21:26:59.8572315Z [00:02:20.905]➜  golang.org/x/sync/errgroup
2025-08-20T21:26:59.8577317Z [00:02:20.906]➜  mkdir -p $WORK/b446/
2025-08-20T21:26:59.8586767Z [00:02:20.906]➜  cat >/tmp/go-build1389117207/b446/importcfg << 'EOF' # internal
2025-08-20T21:26:59.8613348Z [00:02:20.906]➜  # import config
2025-08-20T21:26:59.8614108Z [00:02:20.907]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:26:59.8615296Z [00:02:20.907]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.8616096Z [00:02:20.907]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:26:59.8616694Z [00:02:20.907]➜  EOF
2025-08-20T21:26:59.8619928Z [00:02:20.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b446=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid h1Iow3w75S4TScP7KNap/h1Iow3w75S4TScP7KNap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack ./vendor/golang.org/x/sync/errgroup/errgroup.go
2025-08-20T21:26:59.8636865Z [00:02:20.912]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:26:59.8670686Z [00:02:20.915]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/77/77786f1e4a466d25b6b2583f27d3c125fb05128535685e272c7cea9dd73a30da-d # internal
2025-08-20T21:26:59.8679591Z [00:02:20.916]➜  github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking
2025-08-20T21:26:59.8685956Z [00:02:20.916]➜  mkdir -p $WORK/b447/
2025-08-20T21:26:59.8695437Z [00:02:20.917]➜  cat >/tmp/go-build1389117207/b447/importcfg << 'EOF' # internal
2025-08-20T21:26:59.8706037Z [00:02:20.917]➜  # import config
2025-08-20T21:26:59.8708970Z [00:02:20.917]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:26:59.8710392Z [00:02:20.917]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:26:59.8711876Z [00:02:20.917]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:59.8712606Z [00:02:20.917]➜  EOF
2025-08-20T21:26:59.8732502Z [00:02:20.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/cherrypicking=>github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking;$WORK/b447=>" -p github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking -lang=go1.24 -complete -installsuffix shared -buildid I43FylOC2OUzAnCnkP5s/I43FylOC2OUzAnCnkP5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack ./pkg/gui/modes/cherrypicking/cherry_picking.go
2025-08-20T21:26:59.8780032Z [00:02:20.926]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:26:59.8788014Z [00:02:20.927]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d # internal
2025-08-20T21:26:59.8809346Z [00:02:20.928]➜  github.com/jesseduffield/lazygit/pkg/gui/patch_exploring
2025-08-20T21:26:59.8810095Z [00:02:20.928]➜  mkdir -p $WORK/b451/
2025-08-20T21:26:59.8810808Z [00:02:20.928]➜  cat >/tmp/go-build1389117207/b451/importcfg << 'EOF' # internal
2025-08-20T21:26:59.8811654Z [00:02:20.928]➜  # import config
2025-08-20T21:26:59.8812525Z [00:02:20.928]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:26:59.8814012Z [00:02:20.928]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:26:59.8815385Z [00:02:20.928]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:26:59.8816786Z [00:02:20.928]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:26:59.8817941Z [00:02:20.928]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:59.8818868Z [00:02:20.928]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.8819494Z [00:02:20.928]➜  EOF
2025-08-20T21:26:59.8823395Z [00:02:20.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring=>github.com/jesseduffield/lazygit/pkg/gui/patch_exploring;$WORK/b451=>" -p github.com/jesseduffield/lazygit/pkg/gui/patch_exploring -lang=go1.24 -complete -installsuffix shared -buildid 2kF615jx5eOkNjbnVFpB/2kF615jx5eOkNjbnVFpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack ./pkg/gui/patch_exploring/focus.go ./pkg/gui/patch_exploring/state.go
2025-08-20T21:26:59.9186340Z [00:02:20.966]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:26:59.9198806Z [00:02:20.968]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/40/401f7a5e4e3a221f3e701855ce222965ae87b48cebc200e0e84c9c891d983019-d # internal
2025-08-20T21:26:59.9204218Z [00:02:20.968]➜  gopkg.in/ozeidan/fuzzy-patricia.v3/patricia
2025-08-20T21:26:59.9211498Z [00:02:20.969]➜  mkdir -p $WORK/b453/
2025-08-20T21:26:59.9216548Z [00:02:20.970]➜  cat >/tmp/go-build1389117207/b453/importcfg << 'EOF' # internal
2025-08-20T21:26:59.9219423Z [00:02:20.970]➜  # import config
2025-08-20T21:26:59.9220755Z [00:02:20.970]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:26:59.9222475Z [00:02:20.970]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:26:59.9223777Z [00:02:20.970]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:26:59.9225039Z [00:02:20.970]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:26:59.9226223Z [00:02:20.970]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:26:59.9228543Z [00:02:20.970]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:26:59.9229214Z [00:02:20.970]➜  EOF
2025-08-20T21:26:59.9233708Z [00:02:20.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia=>gopkg.in/ozeidan/fuzzy-patricia.v3@v3.0.0/patricia;$WORK/b453=>" -p gopkg.in/ozeidan/fuzzy-patricia.v3/patricia -lang=go1.16 -complete -installsuffix shared -buildid yaugMQxq75SwikzwF_02/yaugMQxq75SwikzwF_02 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack ./vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/children.go ./vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/patricia.go
2025-08-20T21:26:59.9416646Z [00:02:20.989]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:26:59.9435380Z [00:02:20.991]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/6b/6b2eded6e294e001dc9ef8cb9963bf35f786d195a7c9a9173ca4c6ad7e0eed6d-d # internal
2025-08-20T21:26:59.9443852Z [00:02:20.992]➜  github.com/jesseduffield/lazycore/pkg/utils
2025-08-20T21:26:59.9450664Z [00:02:20.993]➜  mkdir -p $WORK/b456/
2025-08-20T21:26:59.9460639Z [00:02:20.994]➜  cat >/tmp/go-build1389117207/b456/importcfg << 'EOF' # internal
2025-08-20T21:26:59.9467853Z [00:02:20.994]➜  # import config
2025-08-20T21:26:59.9468514Z [00:02:20.994]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:26:59.9469299Z [00:02:20.994]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:26:59.9470191Z [00:02:20.994]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:26:59.9471356Z [00:02:20.994]➜  EOF
2025-08-20T21:26:59.9479398Z [00:02:20.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/utils=>github.com/jesseduffield/lazycore@v0.0.0-20221012050358-03d2e40243c5/pkg/utils;$WORK/b456=>" -p github.com/jesseduffield/lazycore/pkg/utils -lang=go1.18 -complete -installsuffix shared -buildid Vc-QN79e2aEkmqPPjWJM/Vc-QN79e2aEkmqPPjWJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack ./vendor/github.com/jesseduffield/lazycore/pkg/utils/utils.go
2025-08-20T21:26:59.9785331Z [00:02:21.026]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:26:59.9794622Z [00:02:21.027]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/be/be28978a58ce8f57b30f1ee3c761152aca254591c67182ceab2f4ff6adef58b0-d # internal
2025-08-20T21:26:59.9801433Z [00:02:21.028]➜  github.com/jesseduffield/lazycore/pkg/boxlayout
2025-08-20T21:26:59.9807200Z [00:02:21.028]➜  mkdir -p $WORK/b455/
2025-08-20T21:26:59.9807991Z [00:02:21.028]➜  cat >/tmp/go-build1389117207/b455/importcfg << 'EOF' # internal
2025-08-20T21:26:59.9808664Z [00:02:21.028]➜  # import config
2025-08-20T21:26:59.9809608Z [00:02:21.028]➜  packagefile github.com/jesseduffield/lazycore/pkg/utils=/tmp/go-build1389117207/b456/_pkg_.a
2025-08-20T21:26:59.9810747Z [00:02:21.028]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:26:59.9811645Z [00:02:21.028]➜  EOF
2025-08-20T21:26:59.9816142Z [00:02:21.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/boxlayout=>github.com/jesseduffield/lazycore@v0.0.0-20221012050358-03d2e40243c5/pkg/boxlayout;$WORK/b455=>" -p github.com/jesseduffield/lazycore/pkg/boxlayout -lang=go1.18 -complete -installsuffix shared -buildid RT7GQuNftm-f0bjNgL0l/RT7GQuNftm-f0bjNgL0l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack ./vendor/github.com/jesseduffield/lazycore/pkg/boxlayout/boxlayout.go
2025-08-20T21:27:00.0618153Z [00:02:21.109]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:27:00.0632016Z [00:02:21.111]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/12/1201d9fc77a37c9e7173c6f8e59ebf1333d8ea6732d55123e29f81341c5d1607-d # internal
2025-08-20T21:27:00.0636960Z [00:02:21.111]➜  github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts
2025-08-20T21:27:00.0640130Z [00:02:21.112]➜  mkdir -p $WORK/b460/
2025-08-20T21:27:00.0644590Z [00:02:21.112]➜  cat >/tmp/go-build1389117207/b460/importcfg << 'EOF' # internal
2025-08-20T21:27:00.0659023Z [00:02:21.113]➜  # import config
2025-08-20T21:27:00.0659751Z [00:02:21.113]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:00.0660567Z [00:02:21.113]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.0661880Z [00:02:21.113]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:00.0663252Z [00:02:21.113]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:00.0664499Z [00:02:21.113]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:00.0665621Z [00:02:21.113]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:00.0666481Z [00:02:21.113]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.0667257Z [00:02:21.113]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:00.0668053Z [00:02:21.113]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.0668667Z [00:02:21.113]➜  EOF
2025-08-20T21:27:00.0678108Z [00:02:21.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts=>github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts;$WORK/b460=>" -p github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts -lang=go1.24 -complete -installsuffix shared -buildid zJ2CiVX7ef1KuiM24kUh/zJ2CiVX7ef1KuiM24kUh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack ./pkg/gui/mergeconflicts/find_conflicts.go ./pkg/gui/mergeconflicts/merge_conflict.go ./pkg/gui/mergeconflicts/rendering.go ./pkg/gui/mergeconflicts/state.go
2025-08-20T21:27:00.0816873Z [00:02:21.129]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:27:00.0835514Z [00:02:21.131]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/5b/5bfb24afdd835fe3ab8b5ae207cdbaa185c21ad6a1c2c80e132018b80962fe4a-d # internal
2025-08-20T21:27:00.0839345Z [00:02:21.132]➜  github.com/jesseduffield/lazygit/pkg/gui/presentation/authors
2025-08-20T21:27:00.0855249Z [00:02:21.133]➜  mkdir -p $WORK/b463/
2025-08-20T21:27:00.0861139Z [00:02:21.134]➜  cat >/tmp/go-build1389117207/b463/importcfg << 'EOF' # internal
2025-08-20T21:27:00.0867266Z [00:02:21.134]➜  # import config
2025-08-20T21:27:00.0868035Z [00:02:21.134]➜  packagefile crypto/md5=/tmp/go-build1389117207/b262/_pkg_.a
2025-08-20T21:27:00.0869025Z [00:02:21.134]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:27:00.0870252Z [00:02:21.134]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:00.0871780Z [00:02:21.134]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:00.0873028Z [00:02:21.134]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1389117207/b147/_pkg_.a
2025-08-20T21:27:00.0874151Z [00:02:21.134]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:27:00.0875089Z [00:02:21.134]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.0875681Z [00:02:21.134]➜  EOF
2025-08-20T21:27:00.0879760Z [00:02:21.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors=>github.com/jesseduffield/lazygit/pkg/gui/presentation/authors;$WORK/b463=>" -p github.com/jesseduffield/lazygit/pkg/gui/presentation/authors -lang=go1.24 -complete -installsuffix shared -buildid h6QptWy2POHPJNwYYa5l/h6QptWy2POHPJNwYYa5l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack ./pkg/gui/presentation/authors/authors.go
2025-08-20T21:27:00.1708725Z [00:02:21.219]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:27:00.1717410Z [00:02:21.219]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/16/165c426f70f746d0c2eb54004ac37d758ba58827fe21127cf8dd8de461c6b656-d # internal
2025-08-20T21:27:00.1725905Z [00:02:21.220]➜  github.com/jesseduffield/lazygit/pkg/gui/presentation/graph
2025-08-20T21:27:00.1726631Z [00:02:21.220]➜  mkdir -p $WORK/b464/
2025-08-20T21:27:00.1727333Z [00:02:21.220]➜  cat >/tmp/go-build1389117207/b464/importcfg << 'EOF' # internal
2025-08-20T21:27:00.1728030Z [00:02:21.220]➜  # import config
2025-08-20T21:27:00.1728644Z [00:02:21.220]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:27:00.1729596Z [00:02:21.220]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:27:00.1730696Z [00:02:21.220]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:00.1732261Z [00:02:21.220]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:00.1733632Z [00:02:21.220]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:00.1734946Z [00:02:21.220]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:00.1736076Z [00:02:21.220]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:00.1736965Z [00:02:21.220]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.1737770Z [00:02:21.220]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:00.1738925Z [00:02:21.220]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:00.1739732Z [00:02:21.220]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.1740508Z [00:02:21.220]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.1742319Z [00:02:21.220]➜  EOF
2025-08-20T21:27:00.1746244Z [00:02:21.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph=>github.com/jesseduffield/lazygit/pkg/gui/presentation/graph;$WORK/b464=>" -p github.com/jesseduffield/lazygit/pkg/gui/presentation/graph -lang=go1.24 -complete -installsuffix shared -buildid 6PX-Ms2yaT-EgmriilaT/6PX-Ms2yaT-EgmriilaT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack ./pkg/gui/presentation/graph/cell.go ./pkg/gui/presentation/graph/graph.go
2025-08-20T21:27:00.2133974Z [00:02:21.261]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:27:00.2170274Z [00:02:21.264]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/0c/0c1085945fab703de3801d1bff3a2dd81186fbb8bca5ca261e577d5924621cfe-d # internal
2025-08-20T21:27:00.2171854Z [00:02:21.264]➜  github.com/jesseduffield/lazygit/pkg/gui/presentation/icons
2025-08-20T21:27:00.2210590Z [00:02:21.265]➜  mkdir -p $WORK/b465/
2025-08-20T21:27:00.2211608Z [00:02:21.266]➜  cat >/tmp/go-build1389117207/b465/importcfg << 'EOF' # internal
2025-08-20T21:27:00.2212396Z [00:02:21.266]➜  # import config
2025-08-20T21:27:00.2213411Z [00:02:21.266]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:00.2214893Z [00:02:21.266]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:00.2216090Z [00:02:21.266]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:00.2217437Z [00:02:21.266]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:00.2218396Z [00:02:21.266]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:00.2219288Z [00:02:21.266]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.2219934Z [00:02:21.266]➜  EOF
2025-08-20T21:27:00.2224421Z [00:02:21.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons=>github.com/jesseduffield/lazygit/pkg/gui/presentation/icons;$WORK/b465=>" -p github.com/jesseduffield/lazygit/pkg/gui/presentation/icons -lang=go1.24 -complete -installsuffix shared -buildid ZHk4nvnk72_JlUbaKgDQ/ZHk4nvnk72_JlUbaKgDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack ./pkg/gui/presentation/icons/file_icons.go ./pkg/gui/presentation/icons/git_icons.go ./pkg/gui/presentation/icons/icons.go
2025-08-20T21:27:00.2771041Z [00:02:21.325]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:27:00.2788056Z [00:02:21.327]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/58/583defee9d40322ae3106977899d389a7ae3f45e6c8dd577d0e0e30a8aae259c-d # internal
2025-08-20T21:27:00.2796636Z [00:02:21.327]➜  github.com/kyokomi/emoji/v2
2025-08-20T21:27:00.2798792Z [00:02:21.328]➜  mkdir -p $WORK/b466/
2025-08-20T21:27:00.2801990Z [00:02:21.328]➜  cat >/tmp/go-build1389117207/b466/importcfg << 'EOF' # internal
2025-08-20T21:27:00.2802876Z [00:02:21.328]➜  # import config
2025-08-20T21:27:00.2805003Z [00:02:21.328]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.2806050Z [00:02:21.328]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.2807432Z [00:02:21.328]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.2808499Z [00:02:21.328]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.2809466Z [00:02:21.328]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:00.2810527Z [00:02:21.328]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.2812604Z [00:02:21.328]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:00.2813179Z [00:02:21.328]➜  EOF
2025-08-20T21:27:00.2816595Z [00:02:21.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2=>github.com/kyokomi/emoji/v2@v2.2.8;$WORK/b466=>" -p github.com/kyokomi/emoji/v2 -lang=go1.14 -complete -installsuffix shared -buildid w41ggXAOYVaeSaM5QZA5/w41ggXAOYVaeSaM5QZA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack ./vendor/github.com/kyokomi/emoji/v2/emoji.go ./vendor/github.com/kyokomi/emoji/v2/emoji_codemap.go
2025-08-20T21:27:00.3591631Z [00:02:21.407]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:27:00.3638046Z [00:02:21.411]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/4f/4f365b7f11ab61223d5ffe039840de7bbf8138e51588ff51c2d245025a8bb799-d # internal
2025-08-20T21:27:00.3643438Z [00:02:21.411]➜  github.com/jesseduffield/lazygit/pkg/commands/hosting_service
2025-08-20T21:27:00.3644117Z [00:02:21.411]➜  mkdir -p $WORK/b469/
2025-08-20T21:27:00.3644763Z [00:02:21.411]➜  cat >/tmp/go-build1389117207/b469/importcfg << 'EOF' # internal
2025-08-20T21:27:00.3645366Z [00:02:21.411]➜  # import config
2025-08-20T21:27:00.3646098Z [00:02:21.411]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:00.3647194Z [00:02:21.411]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:00.3648351Z [00:02:21.411]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:00.3649349Z [00:02:21.411]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:00.3650285Z [00:02:21.411]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:00.3651656Z [00:02:21.411]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:00.3652527Z [00:02:21.411]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:27:00.3653259Z [00:02:21.412]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:00.3653985Z [00:02:21.412]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.3654531Z [00:02:21.412]➜  EOF
2025-08-20T21:27:00.3658354Z [00:02:21.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service=>github.com/jesseduffield/lazygit/pkg/commands/hosting_service;$WORK/b469=>" -p github.com/jesseduffield/lazygit/pkg/commands/hosting_service -lang=go1.24 -complete -installsuffix shared -buildid _gOtyJcxYP2URWTIihqD/_gOtyJcxYP2URWTIihqD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack ./pkg/commands/hosting_service/definitions.go ./pkg/commands/hosting_service/hosting_service.go
2025-08-20T21:27:00.4312742Z [00:02:21.479]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:27:00.4334698Z [00:02:21.481]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/f6/f641aa32b427ad6e8f6f30ebba0bdd3e19d2492d471c2ddde4eeae75d0dc45e0-d # internal
2025-08-20T21:27:00.4355590Z [00:02:21.483]➜  github.com/jesseduffield/lazygit/pkg/snake
2025-08-20T21:27:00.4359775Z [00:02:21.484]➜  mkdir -p $WORK/b471/
2025-08-20T21:27:00.4367249Z [00:02:21.485]➜  cat >/tmp/go-build1389117207/b471/importcfg << 'EOF' # internal
2025-08-20T21:27:00.4368082Z [00:02:21.485]➜  # import config
2025-08-20T21:27:00.4371219Z [00:02:21.485]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:00.4372863Z [00:02:21.485]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:27:00.4374294Z [00:02:21.485]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:00.4402546Z [00:02:21.485]➜  EOF
2025-08-20T21:27:00.4412595Z [00:02:21.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake=>github.com/jesseduffield/lazygit/pkg/snake;$WORK/b471=>" -p github.com/jesseduffield/lazygit/pkg/snake -lang=go1.24 -complete -installsuffix shared -buildid FlR0-qxI8MO6P5YyboKr/FlR0-qxI8MO6P5YyboKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack ./pkg/snake/snake.go
2025-08-20T21:27:00.4742941Z [00:02:21.522]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:27:00.4749886Z [00:02:21.523]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/4c/4cb15082e7660e3b8ef10dee6126b5e10933b8cd26d3011458462b0f666280fe-d # internal
2025-08-20T21:27:00.4755271Z [00:02:21.523]➜  github.com/kardianos/osext
2025-08-20T21:27:00.4755846Z [00:02:21.523]➜  mkdir -p $WORK/b473/
2025-08-20T21:27:00.4756545Z [00:02:21.523]➜  cat >/tmp/go-build1389117207/b473/importcfg << 'EOF' # internal
2025-08-20T21:27:00.4757239Z [00:02:21.523]➜  # import config
2025-08-20T21:27:00.4757861Z [00:02:21.523]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:00.4758735Z [00:02:21.523]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:00.4759388Z [00:02:21.523]➜  EOF
2025-08-20T21:27:00.4763389Z [00:02:21.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext=>github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0;$WORK/b473=>" -p github.com/kardianos/osext -lang=go1.16 -complete -installsuffix shared -buildid 9369dJ8Xy9BywU1ZbnMd/9369dJ8Xy9BywU1ZbnMd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack ./vendor/github.com/kardianos/osext/osext.go ./vendor/github.com/kardianos/osext/osext_go18.go
2025-08-20T21:27:00.4973643Z [00:02:21.545]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:27:00.5002158Z [00:02:21.545]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/22/221049e21940d59ee5f718c06759cb3ca1641ba90457166e6ca20cb5e59e6727-d # internal
2025-08-20T21:27:00.5003414Z [00:02:21.545]➜  github.com/gobwas/glob/util/strings
2025-08-20T21:27:00.5004019Z [00:02:21.546]➜  mkdir -p $WORK/b479/
2025-08-20T21:27:00.5004696Z [00:02:21.546]➜  cat >/tmp/go-build1389117207/b479/importcfg << 'EOF' # internal
2025-08-20T21:27:00.5005322Z [00:02:21.546]➜  # import config
2025-08-20T21:27:00.5005947Z [00:02:21.546]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.5006755Z [00:02:21.546]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:00.5007358Z [00:02:21.546]➜  EOF
2025-08-20T21:27:00.5010720Z [00:02:21.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/strings=>github.com/gobwas/glob@v0.2.3/util/strings;$WORK/b479=>" -p github.com/gobwas/glob/util/strings -lang=go1.16 -complete -installsuffix shared -buildid 4tEX8CHn9FFTqVU6Lak3/4tEX8CHn9FFTqVU6Lak3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack ./vendor/github.com/gobwas/glob/util/strings/strings.go
2025-08-20T21:27:00.5021980Z [00:02:21.550]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:27:00.5227209Z [00:02:21.570]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:27:00.5233260Z [00:02:21.571]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/83/83753e3c1c6196d6049dc73234874e00aae11504b9a9288d8f6a768e5368612b-d # internal
2025-08-20T21:27:00.5239264Z [00:02:21.572]➜  github.com/gobwas/glob/match
2025-08-20T21:27:00.5241898Z [00:02:21.572]➜  mkdir -p $WORK/b477/
2025-08-20T21:27:00.5245390Z [00:02:21.572]➜  cat >/tmp/go-build1389117207/b477/importcfg << 'EOF' # internal
2025-08-20T21:27:00.5249423Z [00:02:21.573]➜  # import config
2025-08-20T21:27:00.5251800Z [00:02:21.573]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.5252730Z [00:02:21.573]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build1389117207/b478/_pkg_.a
2025-08-20T21:27:00.5254040Z [00:02:21.573]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build1389117207/b479/_pkg_.a
2025-08-20T21:27:00.5254911Z [00:02:21.573]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.5255617Z [00:02:21.573]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.5256341Z [00:02:21.573]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:00.5256894Z [00:02:21.573]➜  EOF
2025-08-20T21:27:00.5266314Z [00:02:21.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match=>github.com/gobwas/glob@v0.2.3/match;$WORK/b477=>" -p github.com/gobwas/glob/match -lang=go1.16 -complete -installsuffix shared -buildid KQRVOQF6lU6xAzFVYe1K/KQRVOQF6lU6xAzFVYe1K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack ./vendor/github.com/gobwas/glob/match/any.go ./vendor/github.com/gobwas/glob/match/any_of.go ./vendor/github.com/gobwas/glob/match/btree.go ./vendor/github.com/gobwas/glob/match/contains.go ./vendor/github.com/gobwas/glob/match/every_of.go ./vendor/github.com/gobwas/glob/match/list.go ./vendor/github.com/gobwas/glob/match/match.go ./vendor/github.com/gobwas/glob/match/max.go ./vendor/github.com/gobwas/glob/match/min.go ./vendor/github.com/gobwas/glob/match/nothing.go ./vendor/github.com/gobwas/glob/match/prefix.go ./vendor/github.com/gobwas/glob/match/prefix_any.go ./vendor/github.com/gobwas/glob/match/prefix_suffix.go ./vendor/github.com/gobwas/glob/match/range.go ./vendor/github.com/gobwas/glob/match/row.go ./vendor/github.com/gobwas/glob/match/segments.go ./vendor/github.com/gobwas/glob/match/single.go ./vendor/github.com/gobwas/glob/match/suffix.go ./vendor/github.com/gobwas/glob/match/suffix_any.go ./vendor/github.com/gobwas/glob/match/super.go ./vendor/github.com/gobwas/glob/match/text.go
2025-08-20T21:27:00.5589097Z [00:02:21.607]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/37/37a79da9af794d109aa98ecb58c72fd11e7049444983292af2296d7ae8887ae9-d # internal
2025-08-20T21:27:00.5596963Z [00:02:21.607]➜  github.com/spf13/afero
2025-08-20T21:27:00.5598888Z [00:02:21.607]➜  mkdir -p $WORK/b189/
2025-08-20T21:27:00.5608985Z [00:02:21.608]➜  cat >/tmp/go-build1389117207/b189/importcfg << 'EOF' # internal
2025-08-20T21:27:00.5609693Z [00:02:21.608]➜  # import config
2025-08-20T21:27:00.5610361Z [00:02:21.608]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.5611508Z [00:02:21.608]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.5613691Z [00:02:21.608]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.5624508Z [00:02:21.608]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1389117207/b190/_pkg_.a
2025-08-20T21:27:00.5625637Z [00:02:21.608]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1389117207/b191/_pkg_.a
2025-08-20T21:27:00.5626664Z [00:02:21.608]➜  packagefile golang.org/x/text/runes=/tmp/go-build1389117207/b192/_pkg_.a
2025-08-20T21:27:00.5627678Z [00:02:21.608]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:27:00.5628708Z [00:02:21.608]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1389117207/b193/_pkg_.a
2025-08-20T21:27:00.5629644Z [00:02:21.608]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.5630418Z [00:02:21.608]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:27:00.5631394Z [00:02:21.608]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:00.5632148Z [00:02:21.608]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:00.5632938Z [00:02:21.608]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:00.5633685Z [00:02:21.608]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:27:00.5634488Z [00:02:21.608]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:00.5635329Z [00:02:21.608]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:00.5636391Z [00:02:21.608]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:00.5637177Z [00:02:21.608]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:00.5637945Z [00:02:21.608]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:00.5638737Z [00:02:21.608]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.5639513Z [00:02:21.608]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.5640332Z [00:02:21.608]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:00.5643990Z [00:02:21.608]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:00.5644861Z [00:02:21.608]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:00.5645496Z [00:02:21.608]➜  EOF
2025-08-20T21:27:00.5654124Z [00:02:21.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero=>github.com/spf13/afero@v1.9.5;$WORK/b189=>" -p github.com/spf13/afero -lang=go1.16 -complete -installsuffix shared -buildid MZ4TtnYL8yOgV74mMTjN/MZ4TtnYL8yOgV74mMTjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack ./vendor/github.com/spf13/afero/afero.go ./vendor/github.com/spf13/afero/basepath.go ./vendor/github.com/spf13/afero/cacheOnReadFs.go ./vendor/github.com/spf13/afero/const_win_unix.go ./vendor/github.com/spf13/afero/copyOnWriteFs.go ./vendor/github.com/spf13/afero/httpFs.go ./vendor/github.com/spf13/afero/iofs.go ./vendor/github.com/spf13/afero/ioutil.go ./vendor/github.com/spf13/afero/lstater.go ./vendor/github.com/spf13/afero/match.go ./vendor/github.com/spf13/afero/memmap.go ./vendor/github.com/spf13/afero/os.go ./vendor/github.com/spf13/afero/path.go ./vendor/github.com/spf13/afero/readonlyfs.go ./vendor/github.com/spf13/afero/regexpfs.go ./vendor/github.com/spf13/afero/symlink.go ./vendor/github.com/spf13/afero/unionFile.go ./vendor/github.com/spf13/afero/util.go
2025-08-20T21:27:00.7023561Z [00:02:21.750]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:27:00.7054967Z [00:02:21.753]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/5c/5cb74520f2f6296e3f74aa1785fa5ed989eea68c78bcf3d08a826a3455db333e-d # internal
2025-08-20T21:27:00.7065567Z [00:02:21.754]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/http
2025-08-20T21:27:00.7066255Z [00:02:21.754]➜  mkdir -p $WORK/b415/
2025-08-20T21:27:00.7066932Z [00:02:21.754]➜  cat >/tmp/go-build1389117207/b415/importcfg << 'EOF' # internal
2025-08-20T21:27:00.7081657Z [00:02:21.755]➜  # import config
2025-08-20T21:27:00.7082362Z [00:02:21.755]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.7083221Z [00:02:21.755]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:00.7084023Z [00:02:21.755]➜  packagefile crypto/tls=/tmp/go-build1389117207/b227/_pkg_.a
2025-08-20T21:27:00.7084803Z [00:02:21.755]➜  packagefile crypto/x509=/tmp/go-build1389117207/b270/_pkg_.a
2025-08-20T21:27:00.7085579Z [00:02:21.755]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.7086546Z [00:02:21.755]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1389117207/b416/_pkg_.a
2025-08-20T21:27:00.7087752Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:27:00.7089123Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/pktline=/tmp/go-build1389117207/b399/_pkg_.a
2025-08-20T21:27:00.7090567Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:27:00.7092285Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:27:00.7093946Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1389117207/b402/_pkg_.a
2025-08-20T21:27:00.7095773Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:27:00.7097332Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1389117207/b408/_pkg_.a
2025-08-20T21:27:00.7098831Z [00:02:21.755]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:27:00.7099831Z [00:02:21.755]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.7100582Z [00:02:21.755]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:00.7102335Z [00:02:21.755]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:00.7103165Z [00:02:21.755]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:27:00.7103982Z [00:02:21.755]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:00.7104780Z [00:02:21.755]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:00.7105564Z [00:02:21.755]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.7106358Z [00:02:21.755]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.7106977Z [00:02:21.755]➜  EOF
2025-08-20T21:27:00.7113700Z [00:02:21.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/http;$WORK/b415=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid S7FJm2cJMjtBdpLIpw7P/S7FJm2cJMjtBdpLIpw7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/common.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/receive_pack.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/transport.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/upload_pack.go
2025-08-20T21:27:00.7443409Z [00:02:21.792]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:27:00.7581308Z [00:02:21.806]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/f0/f0bf6c519afe42fbad468fec7b364f65c96524b0388b92c005eee345bab3d11a-d # internal
2025-08-20T21:27:00.7593693Z [00:02:21.806]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T21:27:00.7594294Z [00:02:21.806]➜  mkdir -p $WORK/b427/
2025-08-20T21:27:00.7595001Z [00:02:21.807]➜  cat >/tmp/go-build1389117207/b427/importcfg << 'EOF' # internal
2025-08-20T21:27:00.7613501Z [00:02:21.807]➜  # import config
2025-08-20T21:27:00.7614164Z [00:02:21.807]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:00.7615004Z [00:02:21.807]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.7615853Z [00:02:21.807]➜  packagefile crypto/hmac=/tmp/go-build1389117207/b252/_pkg_.a
2025-08-20T21:27:00.7616707Z [00:02:21.807]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:27:00.7617559Z [00:02:21.807]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:27:00.7618444Z [00:02:21.807]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:27:00.7619336Z [00:02:21.807]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.7620106Z [00:02:21.807]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.7621239Z [00:02:21.807]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1389117207/b420/_pkg_.a
2025-08-20T21:27:00.7622137Z [00:02:21.807]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.7622891Z [00:02:21.807]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:00.7623633Z [00:02:21.807]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:00.7624725Z [00:02:21.807]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.7625319Z [00:02:21.807]➜  EOF
2025-08-20T21:27:00.7628660Z [00:02:21.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/knownhosts=>golang.org/x/crypto@v0.37.0/ssh/knownhosts;$WORK/b427=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid aKTd45WYMkvd3BEDNF1F/aKTd45WYMkvd3BEDNF1F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack ./vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go
2025-08-20T21:27:00.8374030Z [00:02:21.885]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:27:00.8398690Z [00:02:21.888]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/10/10af15aedf52ceac8f4441d69f8f0ca72739ca682fb0bb960f0bde2f8cbc88f7-d # internal
2025-08-20T21:27:00.8402649Z [00:02:21.888]➜  github.com/skeema/knownhosts
2025-08-20T21:27:00.8403498Z [00:02:21.888]➜  mkdir -p $WORK/b419/
2025-08-20T21:27:00.8404354Z [00:02:21.888]➜  cat >/tmp/go-build1389117207/b419/importcfg << 'EOF' # internal
2025-08-20T21:27:00.8405275Z [00:02:21.888]➜  # import config
2025-08-20T21:27:00.8406182Z [00:02:21.888]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:00.8407232Z [00:02:21.888]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.8408247Z [00:02:21.888]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:27:00.8409217Z [00:02:21.888]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.8410121Z [00:02:21.888]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.8411396Z [00:02:21.888]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1389117207/b420/_pkg_.a
2025-08-20T21:27:00.8412916Z [00:02:21.888]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build1389117207/b427/_pkg_.a
2025-08-20T21:27:00.8414154Z [00:02:21.888]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.8415107Z [00:02:21.888]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:00.8416013Z [00:02:21.888]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:00.8416982Z [00:02:21.888]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:00.8418045Z [00:02:21.888]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:00.8418669Z [00:02:21.888]➜  EOF
2025-08-20T21:27:00.8422128Z [00:02:21.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts=>github.com/skeema/knownhosts@v1.3.1;$WORK/b419=>" -p github.com/skeema/knownhosts -lang=go1.22 -complete -installsuffix shared -buildid XM1tZJfWwdb8yd53ZSnG/XM1tZJfWwdb8yd53ZSnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack ./vendor/github.com/skeema/knownhosts/knownhosts.go
2025-08-20T21:27:00.8577688Z [00:02:21.905]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:27:00.8604788Z [00:02:21.908]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/c4/c42f9a81956b5f3d68951b876c956c99a7d3583cd0b3cf281c31c52971d177b6-d # internal
2025-08-20T21:27:00.8695073Z [00:02:21.917]➜  golang.org/x/crypto/ssh/agent
2025-08-20T21:27:00.8696225Z [00:02:21.917]➜  mkdir -p $WORK/b429/
2025-08-20T21:27:00.8697700Z [00:02:21.917]➜  cat >/tmp/go-build1389117207/b429/importcfg << 'EOF' # internal
2025-08-20T21:27:00.8698646Z [00:02:21.917]➜  # import config
2025-08-20T21:27:00.8699805Z [00:02:21.917]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.8700739Z [00:02:21.917]➜  packagefile crypto/dsa=/tmp/go-build1389117207/b271/_pkg_.a
2025-08-20T21:27:00.8701901Z [00:02:21.917]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:27:00.8702896Z [00:02:21.917]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:27:00.8704222Z [00:02:21.917]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:27:00.8705130Z [00:02:21.917]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:27:00.8706010Z [00:02:21.917]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:27:00.8707089Z [00:02:21.917]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:27:00.8708006Z [00:02:21.917]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:27:00.8708967Z [00:02:21.917]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:27:00.8709893Z [00:02:21.917]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.8710718Z [00:02:21.917]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.8711869Z [00:02:21.917]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1389117207/b420/_pkg_.a
2025-08-20T21:27:00.8712820Z [00:02:21.917]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:00.8713656Z [00:02:21.917]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:00.8714480Z [00:02:21.917]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:27:00.8715322Z [00:02:21.917]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:00.8716129Z [00:02:21.917]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:00.8716934Z [00:02:21.917]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:00.8717547Z [00:02:21.917]➜  EOF
2025-08-20T21:27:00.8731189Z [00:02:21.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent=>golang.org/x/crypto@v0.37.0/ssh/agent;$WORK/b429=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid J-YxQpyIo_DaOIZjoAfn/J-YxQpyIo_DaOIZjoAfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack ./vendor/golang.org/x/crypto/ssh/agent/client.go ./vendor/golang.org/x/crypto/ssh/agent/forward.go ./vendor/golang.org/x/crypto/ssh/agent/keyring.go ./vendor/golang.org/x/crypto/ssh/agent/server.go
2025-08-20T21:27:00.9403556Z [00:02:21.988]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:27:00.9426410Z [00:02:21.990]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/71/716b027951f716359bdf961d77f11ba18978958e5435a2faac6d22d211bdaca3-d # internal
2025-08-20T21:27:00.9433377Z [00:02:21.991]➜  github.com/gobwas/glob/syntax/lexer
2025-08-20T21:27:00.9436857Z [00:02:21.992]➜  mkdir -p $WORK/b481/
2025-08-20T21:27:00.9446251Z [00:02:21.992]➜  cat >/tmp/go-build1389117207/b481/importcfg << 'EOF' # internal
2025-08-20T21:27:00.9447000Z [00:02:21.992]➜  # import config
2025-08-20T21:27:00.9452895Z [00:02:21.992]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.9464768Z [00:02:21.992]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.9465835Z [00:02:21.992]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build1389117207/b478/_pkg_.a
2025-08-20T21:27:00.9466890Z [00:02:21.992]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:00.9467547Z [00:02:21.992]➜  EOF
2025-08-20T21:27:00.9471595Z [00:02:21.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer=>github.com/gobwas/glob@v0.2.3/syntax/lexer;$WORK/b481=>" -p github.com/gobwas/glob/syntax/lexer -lang=go1.16 -complete -installsuffix shared -buildid h8jmPM2LippLuRZlqa9M/h8jmPM2LippLuRZlqa9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack ./vendor/github.com/gobwas/glob/syntax/lexer/lexer.go ./vendor/github.com/gobwas/glob/syntax/lexer/token.go
2025-08-20T21:27:00.9789980Z [00:02:22.027]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:27:00.9800007Z [00:02:22.028]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/2a/2acc9268e73c461aba0c8deaf484501d609ee764608b983ad9fe141cb7821145-d # internal
2025-08-20T21:27:00.9801692Z [00:02:22.028]➜  github.com/gobwas/glob/syntax/ast
2025-08-20T21:27:00.9804265Z [00:02:22.028]➜  mkdir -p $WORK/b480/
2025-08-20T21:27:00.9809751Z [00:02:22.029]➜  cat >/tmp/go-build1389117207/b480/importcfg << 'EOF' # internal
2025-08-20T21:27:00.9811112Z [00:02:22.029]➜  # import config
2025-08-20T21:27:00.9812760Z [00:02:22.029]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:00.9813623Z [00:02:22.029]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:00.9814437Z [00:02:22.029]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:00.9815325Z [00:02:22.029]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build1389117207/b481/_pkg_.a
2025-08-20T21:27:00.9816242Z [00:02:22.029]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:00.9816854Z [00:02:22.029]➜  EOF
2025-08-20T21:27:00.9824450Z [00:02:22.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast=>github.com/gobwas/glob@v0.2.3/syntax/ast;$WORK/b480=>" -p github.com/gobwas/glob/syntax/ast -lang=go1.16 -complete -installsuffix shared -buildid m9hmXgHfo772iNO-tqbT/m9hmXgHfo772iNO-tqbT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack ./vendor/github.com/gobwas/glob/syntax/ast/ast.go ./vendor/github.com/gobwas/glob/syntax/ast/parser.go
2025-08-20T21:27:01.0185227Z [00:02:22.066]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:27:01.0199272Z [00:02:22.068]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/aa/aae038ab5cd62dd6aeb93f9236f044d6319995f52ca29e9b98eb728f2fbc3656-d # internal
2025-08-20T21:27:01.0205680Z [00:02:22.068]➜  github.com/gobwas/glob/compiler
2025-08-20T21:27:01.0210339Z [00:02:22.069]➜  mkdir -p $WORK/b476/
2025-08-20T21:27:01.0219228Z [00:02:22.070]➜  cat >/tmp/go-build1389117207/b476/importcfg << 'EOF' # internal
2025-08-20T21:27:01.0222980Z [00:02:22.070]➜  # import config
2025-08-20T21:27:01.0223588Z [00:02:22.070]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.0224455Z [00:02:22.070]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build1389117207/b477/_pkg_.a
2025-08-20T21:27:01.0225465Z [00:02:22.070]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build1389117207/b480/_pkg_.a
2025-08-20T21:27:01.0226475Z [00:02:22.070]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build1389117207/b478/_pkg_.a
2025-08-20T21:27:01.0227330Z [00:02:22.070]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:01.0227869Z [00:02:22.070]➜  EOF
2025-08-20T21:27:01.0236716Z [00:02:22.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/compiler=>github.com/gobwas/glob@v0.2.3/compiler;$WORK/b476=>" -p github.com/gobwas/glob/compiler -lang=go1.16 -complete -installsuffix shared -buildid 6PieRqGChW2XOfJIPeEJ/6PieRqGChW2XOfJIPeEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack ./vendor/github.com/gobwas/glob/compiler/compiler.go
2025-08-20T21:27:01.0729326Z [00:02:22.121]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:27:01.0744195Z [00:02:22.122]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/f3/f3256b4d307fa1fd8a7c70aa33af81dcb823af289a31bdd8f411a6b5f5c72b69-d # internal
2025-08-20T21:27:01.0750643Z [00:02:22.123]➜  github.com/gobwas/glob/syntax
2025-08-20T21:27:01.0755870Z [00:02:22.123]➜  mkdir -p $WORK/b482/
2025-08-20T21:27:01.0764264Z [00:02:22.124]➜  cat >/tmp/go-build1389117207/b482/importcfg << 'EOF' # internal
2025-08-20T21:27:01.0766656Z [00:02:22.124]➜  # import config
2025-08-20T21:27:01.0767418Z [00:02:22.124]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build1389117207/b480/_pkg_.a
2025-08-20T21:27:01.0768474Z [00:02:22.124]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build1389117207/b481/_pkg_.a
2025-08-20T21:27:01.0769444Z [00:02:22.124]➜  EOF
2025-08-20T21:27:01.0778310Z [00:02:22.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax=>github.com/gobwas/glob@v0.2.3/syntax;$WORK/b482=>" -p github.com/gobwas/glob/syntax -lang=go1.16 -complete -installsuffix shared -buildid aoRO7zLFAppxvZUIzSIt/aoRO7zLFAppxvZUIzSIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack ./vendor/github.com/gobwas/glob/syntax/syntax.go
2025-08-20T21:27:01.0850399Z [00:02:22.133]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:27:01.0888152Z [00:02:22.136]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:27:01.0911742Z [00:02:22.137]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/76/76579c24aca587f9dae7c901a3e7636447054cb9cb11ba6a7dfa14a3e3127784-d # internal
2025-08-20T21:27:01.0912905Z [00:02:22.137]➜  github.com/gobwas/glob
2025-08-20T21:27:01.0913438Z [00:02:22.137]➜  mkdir -p $WORK/b475/
2025-08-20T21:27:01.0914130Z [00:02:22.138]➜  cat >/tmp/go-build1389117207/b475/importcfg << 'EOF' # internal
2025-08-20T21:27:01.0914721Z [00:02:22.138]➜  # import config
2025-08-20T21:27:01.0915402Z [00:02:22.138]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build1389117207/b476/_pkg_.a
2025-08-20T21:27:01.0916321Z [00:02:22.138]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build1389117207/b482/_pkg_.a
2025-08-20T21:27:01.0916933Z [00:02:22.138]➜  EOF
2025-08-20T21:27:01.0919761Z [00:02:22.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob=>github.com/gobwas/glob@v0.2.3;$WORK/b475=>" -p github.com/gobwas/glob -lang=go1.16 -complete -installsuffix shared -buildid ZBJvSE5YwBHs3MZkPQGL/ZBJvSE5YwBHs3MZkPQGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack ./vendor/github.com/gobwas/glob/glob.go
2025-08-20T21:27:01.0927163Z [00:02:22.141]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/5a/5a93332ea2a74ea3042939c811a9d5dd4eb39694410caa14e6e4cfea67df5513-d # internal
2025-08-20T21:27:01.0928159Z [00:02:22.141]➜  github.com/jesseduffield/lazygit/pkg/common
2025-08-20T21:27:01.0928687Z [00:02:22.141]➜  mkdir -p $WORK/b089/
2025-08-20T21:27:01.0929284Z [00:02:22.141]➜  cat >/tmp/go-build1389117207/b089/importcfg << 'EOF' # internal
2025-08-20T21:27:01.0929834Z [00:02:22.141]➜  # import config
2025-08-20T21:27:01.0930604Z [00:02:22.141]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:01.0932469Z [00:02:22.141]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:01.0933538Z [00:02:22.141]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:01.0934528Z [00:02:22.141]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:01.0935372Z [00:02:22.141]➜  packagefile github.com/spf13/afero=/tmp/go-build1389117207/b189/_pkg_.a
2025-08-20T21:27:01.0936144Z [00:02:22.141]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:27:01.0936667Z [00:02:22.141]➜  EOF
2025-08-20T21:27:01.0939410Z [00:02:22.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common=>github.com/jesseduffield/lazygit/pkg/common;$WORK/b089=>" -p github.com/jesseduffield/lazygit/pkg/common -lang=go1.24 -complete -installsuffix shared -buildid axhFnOYJRmOh6DIZwf1r/axhFnOYJRmOh6DIZwf1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack ./pkg/common/common.go ./pkg/common/dummies.go
2025-08-20T21:27:01.1082779Z [00:02:22.155]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:27:01.1085824Z [00:02:22.156]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/b0/b04ffd4b60eab789c8b057b28a36a1f40cb215beb3b562ee98cfb7def3c007ea-d # internal
2025-08-20T21:27:01.1087491Z [00:02:22.156]➜  github.com/jesseduffield/minimal/gitignore
2025-08-20T21:27:01.1087985Z [00:02:22.157]➜  mkdir -p $WORK/b474/
2025-08-20T21:27:01.1092004Z [00:02:22.157]➜  cat >/tmp/go-build1389117207/b474/importcfg << 'EOF' # internal
2025-08-20T21:27:01.1092722Z [00:02:22.157]➜  # import config
2025-08-20T21:27:01.1093359Z [00:02:22.157]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.1094175Z [00:02:22.157]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.1095051Z [00:02:22.157]➜  packagefile github.com/gobwas/glob=/tmp/go-build1389117207/b475/_pkg_.a
2025-08-20T21:27:01.1095758Z [00:02:22.157]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.1096390Z [00:02:22.157]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:27:01.1097083Z [00:02:22.157]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.1097780Z [00:02:22.157]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.1098277Z [00:02:22.157]➜  EOF
2025-08-20T21:27:01.1111969Z [00:02:22.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore=>github.com/jesseduffield/minimal/gitignore@v0.3.3-0.20211018110810-9cde264e6b1e;$WORK/b474=>" -p github.com/jesseduffield/minimal/gitignore -lang=go1.15 -complete -installsuffix shared -buildid CovhiHBn9Kv01h3Uuwq0/CovhiHBn9Kv01h3Uuwq0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack ./vendor/github.com/jesseduffield/minimal/gitignore/gitignore.go
2025-08-20T21:27:01.1496239Z [00:02:22.197]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:27:01.1522454Z [00:02:22.200]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/cf/cf181842771d19b30f2625a1e469b116ae2d09f325cb41927737445987cda056-d # internal
2025-08-20T21:27:01.1555167Z [00:02:22.203]➜  github.com/xanzy/ssh-agent
2025-08-20T21:27:01.1563110Z [00:02:22.204]➜  mkdir -p $WORK/b428/
2025-08-20T21:27:01.1564040Z [00:02:22.204]➜  cat >/tmp/go-build1389117207/b428/importcfg << 'EOF' # internal
2025-08-20T21:27:01.1564920Z [00:02:22.204]➜  # import config
2025-08-20T21:27:01.1566301Z [00:02:22.204]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.1568719Z [00:02:22.204]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.1569662Z [00:02:22.204]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build1389117207/b429/_pkg_.a
2025-08-20T21:27:01.1570623Z [00:02:22.204]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:01.1571597Z [00:02:22.204]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.1572239Z [00:02:22.204]➜  EOF
2025-08-20T21:27:01.1575239Z [00:02:22.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b428=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid AZdxPNS-PgpZyYrTc852/AZdxPNS-PgpZyYrTc852 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack ./vendor/github.com/xanzy/ssh-agent/sshagent.go
2025-08-20T21:27:01.1738264Z [00:02:22.221]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:27:01.1743073Z [00:02:22.222]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/81/81ef9103d9785988813c8fed94a9caab03867ce54c418b17ce3c2ea0a50fecef-d # internal
2025-08-20T21:27:01.1744588Z [00:02:22.222]➜  text/tabwriter
2025-08-20T21:27:01.1745269Z [00:02:22.222]➜  mkdir -p $WORK/b483/
2025-08-20T21:27:01.1746159Z [00:02:22.222]➜  cat >/tmp/go-build1389117207/b483/importcfg << 'EOF' # internal
2025-08-20T21:27:01.1747514Z [00:02:22.222]➜  # import config
2025-08-20T21:27:01.1748326Z [00:02:22.222]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.1750214Z [00:02:22.222]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.1751731Z [00:02:22.222]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:01.1752387Z [00:02:22.222]➜  EOF
2025-08-20T21:27:01.1755025Z [00:02:22.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b483=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:27:01.1794422Z [00:02:22.227]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:27:01.1839908Z [00:02:22.231]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/c7/c72d809efc9d8e9fa4cc637b8f17430303e7fcd502fa8b66f6373603d704ca79-d # internal
2025-08-20T21:27:01.1843940Z [00:02:22.232]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/ssh
2025-08-20T21:27:01.1850285Z [00:02:22.232]➜  mkdir -p $WORK/b417/
2025-08-20T21:27:01.1851256Z [00:02:22.232]➜  cat >/tmp/go-build1389117207/b417/importcfg << 'EOF' # internal
2025-08-20T21:27:01.1851945Z [00:02:22.232]➜  # import config
2025-08-20T21:27:01.1852602Z [00:02:22.233]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:01.1853455Z [00:02:22.233]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.1854261Z [00:02:22.233]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.1855386Z [00:02:22.233]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:27:01.1856885Z [00:02:22.233]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1389117207/b408/_pkg_.a
2025-08-20T21:27:01.1858265Z [00:02:22.233]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build1389117207/b418/_pkg_.a
2025-08-20T21:27:01.1859596Z [00:02:22.233]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build1389117207/b419/_pkg_.a
2025-08-20T21:27:01.1860676Z [00:02:22.233]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build1389117207/b428/_pkg_.a
2025-08-20T21:27:01.1862218Z [00:02:22.233]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1389117207/b420/_pkg_.a
2025-08-20T21:27:01.1863240Z [00:02:22.233]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1389117207/b430/_pkg_.a
2025-08-20T21:27:01.1864141Z [00:02:22.233]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:01.1864877Z [00:02:22.233]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.1865620Z [00:02:22.233]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:27:01.1866475Z [00:02:22.233]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.1867329Z [00:02:22.233]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:01.1868161Z [00:02:22.233]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.1868990Z [00:02:22.233]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.1869590Z [00:02:22.233]➜  EOF
2025-08-20T21:27:01.1874873Z [00:02:22.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/ssh;$WORK/b417=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid OdSt8ZQnYkP8df01N5uD/OdSt8ZQnYkP8df01N5uD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/auth_method.go ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/common.go
2025-08-20T21:27:01.2288296Z [00:02:22.276]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:27:01.2303735Z [00:02:22.278]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:27:01.2308420Z [00:02:22.278]➜  github.com/spkg/bom
2025-08-20T21:27:01.2308988Z [00:02:22.278]➜  mkdir -p $WORK/b487/
2025-08-20T21:27:01.2313200Z [00:02:22.279]➜  cat >/tmp/go-build1389117207/b487/importcfg << 'EOF' # internal
2025-08-20T21:27:01.2323971Z [00:02:22.279]➜  # import config
2025-08-20T21:27:01.2324651Z [00:02:22.280]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.2328496Z [00:02:22.280]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.2329121Z [00:02:22.280]➜  EOF
2025-08-20T21:27:01.2332892Z [00:02:22.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom=>github.com/spkg/bom@v0.0.0-20160624110644-59b7046e48ad;$WORK/b487=>" -p github.com/spkg/bom -lang=go1.16 -complete -installsuffix shared -buildid sFCgSO9uN1JmFt2wfIKL/sFCgSO9uN1JmFt2wfIKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack ./vendor/github.com/spkg/bom/bom.go ./vendor/github.com/spkg/bom/discard_go15.go
2025-08-20T21:27:01.2490118Z [00:02:22.297]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:27:01.2498421Z [00:02:22.297]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/d6/d6f44d4e4bd42b48aa8afbab0496637530159d72e19488f52ab661926ccb7701-d # internal
2025-08-20T21:27:01.2534248Z [00:02:22.298]➜  github.com/jesseduffield/lazygit/pkg/logs
2025-08-20T21:27:01.2534891Z [00:02:22.298]➜  mkdir -p $WORK/b488/
2025-08-20T21:27:01.2535624Z [00:02:22.298]➜  cat >/tmp/go-build1389117207/b488/importcfg << 'EOF' # internal
2025-08-20T21:27:01.2536280Z [00:02:22.301]➜  # import config
2025-08-20T21:27:01.2537052Z [00:02:22.301]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:01.2539324Z [00:02:22.302]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.2540301Z [00:02:22.302]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:01.2541397Z [00:02:22.302]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.2542110Z [00:02:22.302]➜  EOF
2025-08-20T21:27:01.2545189Z [00:02:22.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs=>github.com/jesseduffield/lazygit/pkg/logs;$WORK/b488=>" -p github.com/jesseduffield/lazygit/pkg/logs -lang=go1.24 -complete -installsuffix shared -buildid zYnI3_z5STVvThpcbwUJ/zYnI3_z5STVvThpcbwUJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack ./pkg/logs/logs.go
2025-08-20T21:27:01.2650354Z [00:02:22.313]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:27:01.2680414Z [00:02:22.316]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/7b/7b25ecdb8044515da4d0f0c3811e65e17bd87ce587cd6adbb23e9054e1574b53-d # internal
2025-08-20T21:27:01.2688668Z [00:02:22.316]➜  github.com/jesseduffield/lazygit/pkg/app/daemon
2025-08-20T21:27:01.2689392Z [00:02:22.316]➜  mkdir -p $WORK/b084/
2025-08-20T21:27:01.2690166Z [00:02:22.316]➜  cat >/tmp/go-build1389117207/b084/importcfg << 'EOF' # internal
2025-08-20T21:27:01.2691064Z [00:02:22.316]➜  # import config
2025-08-20T21:27:01.2691726Z [00:02:22.316]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:27:01.2692517Z [00:02:22.316]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.2693537Z [00:02:22.316]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:01.2694887Z [00:02:22.316]➜  packagefile github.com/jesseduffield/lazygit/pkg/env=/tmp/go-build1389117207/b291/_pkg_.a
2025-08-20T21:27:01.2696240Z [00:02:22.316]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:01.2697452Z [00:02:22.316]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:01.2698714Z [00:02:22.316]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:01.2700137Z [00:02:22.316]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:01.2701302Z [00:02:22.316]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.2702203Z [00:02:22.316]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:01.2703120Z [00:02:22.316]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.2704045Z [00:02:22.316]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.2704914Z [00:02:22.316]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.2705564Z [00:02:22.316]➜  EOF
2025-08-20T21:27:01.2709098Z [00:02:22.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon=>github.com/jesseduffield/lazygit/pkg/app/daemon;$WORK/b084=>" -p github.com/jesseduffield/lazygit/pkg/app/daemon -lang=go1.24 -complete -installsuffix shared -buildid buIkBJDvSthUeO79VKTB/buIkBJDvSthUeO79VKTB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack ./pkg/app/daemon/daemon.go ./pkg/app/daemon/rebase.go
2025-08-20T21:27:01.2868358Z [00:02:22.335]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:27:01.2886925Z [00:02:22.336]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/26/262f4adb22633b779f0fbb8db46286bd0eacf46987c0105aa298480da9e55916-d # internal
2025-08-20T21:27:01.2897393Z [00:02:22.337]➜  github.com/jesseduffield/lazygit/pkg/commands/oscommands
2025-08-20T21:27:01.2901491Z [00:02:22.338]➜  mkdir -p $WORK/b438/
2025-08-20T21:27:01.2911279Z [00:02:22.339]➜  cat >/tmp/go-build1389117207/b438/importcfg << 'EOF' # internal
2025-08-20T21:27:01.2914130Z [00:02:22.339]➜  # import config
2025-08-20T21:27:01.2917298Z [00:02:22.339]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.2918408Z [00:02:22.339]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.2919278Z [00:02:22.339]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.2920086Z [00:02:22.339]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.2921281Z [00:02:22.339]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1389117207/b439/_pkg_.a
2025-08-20T21:27:01.2922342Z [00:02:22.339]➜  packagefile github.com/creack/pty=/tmp/go-build1389117207/b440/_pkg_.a
2025-08-20T21:27:01.2923361Z [00:02:22.339]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:01.2924422Z [00:02:22.339]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:01.2925605Z [00:02:22.339]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:01.2926914Z [00:02:22.339]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:01.2928158Z [00:02:22.339]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:01.2929288Z [00:02:22.339]➜  packagefile github.com/mgutz/str=/tmp/go-build1389117207/b441/_pkg_.a
2025-08-20T21:27:01.2930217Z [00:02:22.339]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:01.2932046Z [00:02:22.339]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:01.2933170Z [00:02:22.339]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:01.2934222Z [00:02:22.339]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:01.2935143Z [00:02:22.339]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.2935932Z [00:02:22.339]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.2936717Z [00:02:22.339]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:01.2937877Z [00:02:22.339]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.2938717Z [00:02:22.339]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:01.2939525Z [00:02:22.339]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:01.2940353Z [00:02:22.339]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.2941358Z [00:02:22.339]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:01.2942161Z [00:02:22.339]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:01.2942978Z [00:02:22.339]➜  packagefile testing=/tmp/go-build1389117207/b167/_pkg_.a
2025-08-20T21:27:01.2943756Z [00:02:22.339]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.2944349Z [00:02:22.339]➜  EOF
2025-08-20T21:27:01.2950701Z [00:02:22.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands=>github.com/jesseduffield/lazygit/pkg/commands/oscommands;$WORK/b438=>" -p github.com/jesseduffield/lazygit/pkg/commands/oscommands -lang=go1.24 -complete -installsuffix shared -buildid 3fKUIh-AgO5UYhXKC_-a/3fKUIh-AgO5UYhXKC_-a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack ./pkg/commands/oscommands/cmd_obj.go ./pkg/commands/oscommands/cmd_obj_builder.go ./pkg/commands/oscommands/cmd_obj_runner.go ./pkg/commands/oscommands/cmd_obj_runner_default.go ./pkg/commands/oscommands/copy.go ./pkg/commands/oscommands/dummies.go ./pkg/commands/oscommands/fake_cmd_obj_runner.go ./pkg/commands/oscommands/gui_io.go ./pkg/commands/oscommands/os.go ./pkg/commands/oscommands/os_default_platform.go
2025-08-20T21:27:01.3173389Z [00:02:22.365]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:27:01.3208866Z [00:02:22.368]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/a9/a9770ddbba109a4a1fa084e21c58eec62251ed38a916dc0b9cb98e828cec6b56-d # internal
2025-08-20T21:27:01.3215109Z [00:02:22.369]➜  github.com/jesseduffield/go-git/v5/plumbing/transport/client
2025-08-20T21:27:01.3223958Z [00:02:22.369]➜  mkdir -p $WORK/b406/
2025-08-20T21:27:01.3224736Z [00:02:22.369]➜  cat >/tmp/go-build1389117207/b406/importcfg << 'EOF' # internal
2025-08-20T21:27:01.3225431Z [00:02:22.369]➜  # import config
2025-08-20T21:27:01.3226097Z [00:02:22.369]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.3227239Z [00:02:22.369]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:27:01.3228727Z [00:02:22.369]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/file=/tmp/go-build1389117207/b407/_pkg_.a
2025-08-20T21:27:01.3230278Z [00:02:22.369]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/git=/tmp/go-build1389117207/b414/_pkg_.a
2025-08-20T21:27:01.3232028Z [00:02:22.369]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/http=/tmp/go-build1389117207/b415/_pkg_.a
2025-08-20T21:27:01.3233813Z [00:02:22.369]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/ssh=/tmp/go-build1389117207/b417/_pkg_.a
2025-08-20T21:27:01.3234716Z [00:02:22.369]➜  EOF
2025-08-20T21:27:01.3239161Z [00:02:22.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/client=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd/plumbing/transport/client;$WORK/b406=>" -p github.com/jesseduffield/go-git/v5/plumbing/transport/client -lang=go1.23 -complete -installsuffix shared -buildid G8iZYPhvY2TYTXIzxreH/G8iZYPhvY2TYTXIzxreH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/client/client.go
2025-08-20T21:27:01.3443930Z [00:02:22.392]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:27:01.3459145Z [00:02:22.394]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/55/556507d67871a7f4f611ab74329c18bc88bd92424c3bd652aa07dd73f04fd25e-d # internal
2025-08-20T21:27:01.3470741Z [00:02:22.395]➜  github.com/jesseduffield/go-git/v5
2025-08-20T21:27:01.3475808Z [00:02:22.395]➜  mkdir -p $WORK/b297/
2025-08-20T21:27:01.3492252Z [00:02:22.397]➜  cat >/tmp/go-build1389117207/b297/importcfg << 'EOF' # internal
2025-08-20T21:27:01.3507337Z [00:02:22.397]➜  # import config
2025-08-20T21:27:01.3508030Z [00:02:22.397]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.3508905Z [00:02:22.397]➜  packagefile container/heap=/tmp/go-build1389117207/b298/_pkg_.a
2025-08-20T21:27:01.3509768Z [00:02:22.397]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:01.3510590Z [00:02:22.397]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:27:01.3511673Z [00:02:22.397]➜  packagefile dario.cat/mergo=/tmp/go-build1389117207/b186/_pkg_.a
2025-08-20T21:27:01.3512927Z [00:02:22.397]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:27:01.3519062Z [00:02:22.397]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.3519911Z [00:02:22.397]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.3521780Z [00:02:22.397]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1389117207/b299/_pkg_.a
2025-08-20T21:27:01.3523118Z [00:02:22.397]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1389117207/b332/_pkg_.a
2025-08-20T21:27:01.3524300Z [00:02:22.397]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:27:01.3525395Z [00:02:22.397]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1389117207/b348/_pkg_.a
2025-08-20T21:27:01.3526525Z [00:02:22.397]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build1389117207/b352/_pkg_.a
2025-08-20T21:27:01.3527721Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:27:01.3529054Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/internal/path_util=/tmp/go-build1389117207/b368/_pkg_.a
2025-08-20T21:27:01.3530441Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/internal/revision=/tmp/go-build1389117207/b369/_pkg_.a
2025-08-20T21:27:01.3531991Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/internal/url=/tmp/go-build1389117207/b354/_pkg_.a
2025-08-20T21:27:01.3533316Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:27:01.3534624Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/cache=/tmp/go-build1389117207/b370/_pkg_.a
2025-08-20T21:27:01.3535932Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:27:01.3537263Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/config=/tmp/go-build1389117207/b360/_pkg_.a
2025-08-20T21:27:01.3539027Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/gitignore=/tmp/go-build1389117207/b372/_pkg_.a
2025-08-20T21:27:01.3540506Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:27:01.3542143Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:27:01.3543516Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:27:01.3544844Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/object=/tmp/go-build1389117207/b382/_pkg_.a
2025-08-20T21:27:01.3546226Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:27:01.3547834Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:27:01.3549452Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1389117207/b402/_pkg_.a
2025-08-20T21:27:01.3551119Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/revlist=/tmp/go-build1389117207/b404/_pkg_.a
2025-08-20T21:27:01.3552480Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:27:01.3553861Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:27:01.3555362Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/client=/tmp/go-build1389117207/b406/_pkg_.a
2025-08-20T21:27:01.3556727Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:27:01.3558115Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem=/tmp/go-build1389117207/b410/_pkg_.a
2025-08-20T21:27:01.3559593Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1389117207/b412/_pkg_.a
2025-08-20T21:27:01.3561330Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/storage/memory=/tmp/go-build1389117207/b403/_pkg_.a
2025-08-20T21:27:01.3562698Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/diff=/tmp/go-build1389117207/b392/_pkg_.a
2025-08-20T21:27:01.3564021Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:27:01.3565376Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie=/tmp/go-build1389117207/b395/_pkg_.a
2025-08-20T21:27:01.3566850Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build1389117207/b432/_pkg_.a
2025-08-20T21:27:01.3568302Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/index=/tmp/go-build1389117207/b433/_pkg_.a
2025-08-20T21:27:01.3569728Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:27:01.3571455Z [00:02:22.397]➜  packagefile github.com/jesseduffield/go-git/v5/utils/sync=/tmp/go-build1389117207/b381/_pkg_.a
2025-08-20T21:27:01.3572843Z [00:02:22.397]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1389117207/b393/_pkg_.a
2025-08-20T21:27:01.3573915Z [00:02:22.397]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.3574731Z [00:02:22.397]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.3575541Z [00:02:22.397]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:27:01.3576432Z [00:02:22.397]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.3577357Z [00:02:22.397]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:01.3578576Z [00:02:22.397]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:01.3579408Z [00:02:22.397]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:01.3580240Z [00:02:22.397]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.3581322Z [00:02:22.397]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.3582151Z [00:02:22.397]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:01.3582909Z [00:02:22.397]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.3583734Z [00:02:22.397]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:01.3584359Z [00:02:22.397]➜  EOF
2025-08-20T21:27:01.3593751Z [00:02:22.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5=>github.com/jesseduffield/go-git/v5@v5.14.1-0.20250407170251-e1a013310ccd;$WORK/b297=>" -p github.com/jesseduffield/go-git/v5 -lang=go1.23 -complete -installsuffix shared -buildid uagxZz1bTny3ZeJHuQnd/uagxZz1bTny3ZeJHuQnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack ./vendor/github.com/jesseduffield/go-git/v5/blame.go ./vendor/github.com/jesseduffield/go-git/v5/common.go ./vendor/github.com/jesseduffield/go-git/v5/doc.go ./vendor/github.com/jesseduffield/go-git/v5/object_walker.go ./vendor/github.com/jesseduffield/go-git/v5/options.go ./vendor/github.com/jesseduffield/go-git/v5/prune.go ./vendor/github.com/jesseduffield/go-git/v5/remote.go ./vendor/github.com/jesseduffield/go-git/v5/repository.go ./vendor/github.com/jesseduffield/go-git/v5/signer.go ./vendor/github.com/jesseduffield/go-git/v5/status.go ./vendor/github.com/jesseduffield/go-git/v5/submodule.go ./vendor/github.com/jesseduffield/go-git/v5/worktree.go ./vendor/github.com/jesseduffield/go-git/v5/worktree_commit.go ./vendor/github.com/jesseduffield/go-git/v5/worktree_linux.go ./vendor/github.com/jesseduffield/go-git/v5/worktree_status.go
2025-08-20T21:27:01.5043028Z [00:02:22.552]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:27:01.5122982Z [00:02:22.560]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/91/916f75140557aa005c577193a0169414814adc4a1e42973c75523a0fa1ac3b61-d # internal
2025-08-20T21:27:01.5129174Z [00:02:22.561]➜  github.com/mattn/go-isatty
2025-08-20T21:27:01.5131220Z [00:02:22.561]➜  mkdir -p $WORK/b493/
2025-08-20T21:27:01.5131988Z [00:02:22.561]➜  cat >/tmp/go-build1389117207/b493/importcfg << 'EOF' # internal
2025-08-20T21:27:01.5132661Z [00:02:22.561]➜  # import config
2025-08-20T21:27:01.5133410Z [00:02:22.561]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:27:01.5134103Z [00:02:22.561]➜  EOF
2025-08-20T21:27:01.5137669Z [00:02:22.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty=>github.com/mattn/go-isatty@v0.0.14;$WORK/b493=>" -p github.com/mattn/go-isatty -lang=go1.12 -complete -installsuffix shared -buildid T947MBcJc4OUnu7B8Vl1/T947MBcJc4OUnu7B8Vl1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack ./vendor/github.com/mattn/go-isatty/doc.go ./vendor/github.com/mattn/go-isatty/isatty_tcgets.go
2025-08-20T21:27:01.5514088Z [00:02:22.599]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:27:01.5520072Z [00:02:22.600]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/78/78b11f57e8e2f985b87d3e9c54529b8f3f310f1a8bf8ed5efb5acc7f0408f02d-d # internal
2025-08-20T21:27:01.5527546Z [00:02:22.600]➜  github.com/mattn/go-colorable
2025-08-20T21:27:01.5528143Z [00:02:22.600]➜  mkdir -p $WORK/b492/
2025-08-20T21:27:01.5536707Z [00:02:22.601]➜  cat >/tmp/go-build1389117207/b492/importcfg << 'EOF' # internal
2025-08-20T21:27:01.5537396Z [00:02:22.601]➜  # import config
2025-08-20T21:27:01.5538043Z [00:02:22.601]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.5539176Z [00:02:22.602]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1389117207/b493/_pkg_.a
2025-08-20T21:27:01.5539999Z [00:02:22.602]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.5540690Z [00:02:22.602]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.5541425Z [00:02:22.602]➜  EOF
2025-08-20T21:27:01.5544920Z [00:02:22.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable=>github.com/mattn/go-colorable@v0.1.11;$WORK/b492=>" -p github.com/mattn/go-colorable -lang=go1.13 -complete -installsuffix shared -buildid iC2sz1Jkq5PgROMsZB9h/iC2sz1Jkq5PgROMsZB9h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack ./vendor/github.com/mattn/go-colorable/colorable_others.go ./vendor/github.com/mattn/go-colorable/noncolorable.go
2025-08-20T21:27:01.5817545Z [00:02:22.629]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:27:01.5824770Z [00:02:22.630]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/7a/7aede83be0d26f9ef666033f08e034b547011684efb312c28273409a50a4e70c-d # internal
2025-08-20T21:27:01.5830672Z [00:02:22.631]➜  github.com/fatih/color
2025-08-20T21:27:01.5837958Z [00:02:22.631]➜  mkdir -p $WORK/b491/
2025-08-20T21:27:01.5838625Z [00:02:22.631]➜  cat >/tmp/go-build1389117207/b491/importcfg << 'EOF' # internal
2025-08-20T21:27:01.5839221Z [00:02:22.631]➜  # import config
2025-08-20T21:27:01.5839889Z [00:02:22.631]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.5841018Z [00:02:22.631]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1389117207/b492/_pkg_.a
2025-08-20T21:27:01.5842047Z [00:02:22.631]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1389117207/b493/_pkg_.a
2025-08-20T21:27:01.5843979Z [00:02:22.632]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.5845013Z [00:02:22.632]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.5846668Z [00:02:22.632]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.5847337Z [00:02:22.632]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.5847976Z [00:02:22.632]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:01.5848452Z [00:02:22.632]➜  EOF
2025-08-20T21:27:01.5853494Z [00:02:22.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color=>github.com/fatih/color@v1.9.0;$WORK/b491=>" -p github.com/fatih/color -lang=go1.13 -complete -installsuffix shared -buildid zOlm6EXKlQsOO3zJ80jy/zOlm6EXKlQsOO3zJ80jy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack ./vendor/github.com/fatih/color/color.go ./vendor/github.com/fatih/color/doc.go
2025-08-20T21:27:01.6059531Z [00:02:22.654]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:27:01.6130754Z [00:02:22.661]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/16/16376349910e48d864433af05f4b2129ba5422268cfc039f349d0346e7a2b5af-d # internal
2025-08-20T21:27:01.6138646Z [00:02:22.662]➜  github.com/jesseduffield/lazygit/pkg/tasks
2025-08-20T21:27:01.6143833Z [00:02:22.662]➜  mkdir -p $WORK/b452/
2025-08-20T21:27:01.6153554Z [00:02:22.663]➜  cat >/tmp/go-build1389117207/b452/importcfg << 'EOF' # internal
2025-08-20T21:27:01.6154626Z [00:02:22.663]➜  # import config
2025-08-20T21:27:01.6155399Z [00:02:22.663]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.6158006Z [00:02:22.663]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.6158952Z [00:02:22.663]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:01.6160240Z [00:02:22.663]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:01.6161790Z [00:02:22.663]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:01.6163234Z [00:02:22.663]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:01.6164290Z [00:02:22.663]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:01.6165166Z [00:02:22.663]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.6165928Z [00:02:22.663]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:01.6166705Z [00:02:22.663]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:01.6167466Z [00:02:22.663]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.6168039Z [00:02:22.663]➜  EOF
2025-08-20T21:27:01.6179836Z [00:02:22.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks=>github.com/jesseduffield/lazygit/pkg/tasks;$WORK/b452=>" -p github.com/jesseduffield/lazygit/pkg/tasks -lang=go1.24 -complete -installsuffix shared -buildid _s11yDT-FqPjdFSQXNfk/_s11yDT-FqPjdFSQXNfk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack ./pkg/tasks/async_handler.go ./pkg/tasks/tasks.go
2025-08-20T21:27:01.6560730Z [00:02:22.704]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:27:01.6582947Z [00:02:22.706]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/71/71a2519b19387718297e32ae580130dcb0dd384ef88f8df8a4ec661e9aab2de8-d # internal
2025-08-20T21:27:01.6584031Z [00:02:22.706]➜  github.com/jesseduffield/lazygit/pkg/updates
2025-08-20T21:27:01.6584587Z [00:02:22.706]➜  mkdir -p $WORK/b472/
2025-08-20T21:27:01.6590626Z [00:02:22.707]➜  cat >/tmp/go-build1389117207/b472/importcfg << 'EOF' # internal
2025-08-20T21:27:01.6595383Z [00:02:22.707]➜  # import config
2025-08-20T21:27:01.6596068Z [00:02:22.707]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:27:01.6597145Z [00:02:22.707]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.6598076Z [00:02:22.707]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:01.6599339Z [00:02:22.707]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:01.6600725Z [00:02:22.707]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:01.6602203Z [00:02:22.707]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:01.6603493Z [00:02:22.707]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:01.6604769Z [00:02:22.707]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:01.6605896Z [00:02:22.707]➜  packagefile github.com/kardianos/osext=/tmp/go-build1389117207/b473/_pkg_.a
2025-08-20T21:27:01.6606789Z [00:02:22.707]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.6607567Z [00:02:22.707]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:01.6608330Z [00:02:22.707]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.6609126Z [00:02:22.707]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:01.6609942Z [00:02:22.707]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:01.6610740Z [00:02:22.707]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.6612318Z [00:02:22.707]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.6612885Z [00:02:22.707]➜  EOF
2025-08-20T21:27:01.6615963Z [00:02:22.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/updates=>github.com/jesseduffield/lazygit/pkg/updates;$WORK/b472=>" -p github.com/jesseduffield/lazygit/pkg/updates -lang=go1.24 -complete -installsuffix shared -buildid 5mmNUjp8nATgneRxebIp/5mmNUjp8nATgneRxebIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack ./pkg/updates/updates.go
2025-08-20T21:27:01.7435044Z [00:02:22.791]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:27:01.7454196Z [00:02:22.793]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/1a/1a37f4ff6bd517d4c74fbbe1af81ce53b4a3ff05890ccc8429421403550078b4-d # internal
2025-08-20T21:27:01.7475316Z [00:02:22.795]➜  github.com/go-logfmt/logfmt
2025-08-20T21:27:01.7478113Z [00:02:22.795]➜  mkdir -p $WORK/b494/
2025-08-20T21:27:01.7484833Z [00:02:22.796]➜  cat >/tmp/go-build1389117207/b494/importcfg << 'EOF' # internal
2025-08-20T21:27:01.7494866Z [00:02:22.796]➜  # import config
2025-08-20T21:27:01.7495538Z [00:02:22.796]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.7496353Z [00:02:22.796]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.7497205Z [00:02:22.796]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:27:01.7498033Z [00:02:22.796]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.7498809Z [00:02:22.796]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.7499557Z [00:02:22.796]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.7500335Z [00:02:22.796]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:01.7503206Z [00:02:22.796]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.7504039Z [00:02:22.796]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.7504828Z [00:02:22.796]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:01.7505612Z [00:02:22.796]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:01.7506450Z [00:02:22.796]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:27:01.7507553Z [00:02:22.796]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:01.7508209Z [00:02:22.796]➜  EOF
2025-08-20T21:27:01.7513680Z [00:02:22.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt=>github.com/go-logfmt/logfmt@v0.5.0;$WORK/b494=>" -p github.com/go-logfmt/logfmt -lang=go1.13 -complete -installsuffix shared -buildid Qq1fQ7YN46z3BHsSEkbk/Qq1fQ7YN46z3BHsSEkbk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack ./vendor/github.com/go-logfmt/logfmt/decode.go ./vendor/github.com/go-logfmt/logfmt/doc.go ./vendor/github.com/go-logfmt/logfmt/encode.go ./vendor/github.com/go-logfmt/logfmt/jsonstring.go
2025-08-20T21:27:01.8110730Z [00:02:22.859]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:27:01.8364853Z [00:02:22.884]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/25/25d4ee057a345eb7524e63ba155ea8c0a067a321c4e60ea365f9e006d2abb0e7-d # internal
2025-08-20T21:27:01.8372196Z [00:02:22.885]➜  github.com/kr/logfmt
2025-08-20T21:27:01.8372784Z [00:02:22.885]➜  mkdir -p $WORK/b495/
2025-08-20T21:27:01.8413245Z [00:02:22.889]➜  cat >/tmp/go-build1389117207/b495/importcfg << 'EOF' # internal
2025-08-20T21:27:01.8414151Z [00:02:22.889]➜  # import config
2025-08-20T21:27:01.8414830Z [00:02:22.889]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.8415642Z [00:02:22.889]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.8416471Z [00:02:22.889]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:01.8417310Z [00:02:22.889]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.8418148Z [00:02:22.889]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.8418976Z [00:02:22.889]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.8419640Z [00:02:22.889]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:01.8420388Z [00:02:22.889]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:27:01.8421982Z [00:02:22.889]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:01.8422725Z [00:02:22.889]➜  EOF
2025-08-20T21:27:01.8429096Z [00:02:22.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt=>github.com/kr/logfmt@v0.0.0-20140226030751-b84e30acd515;$WORK/b495=>" -p github.com/kr/logfmt -lang=go1.16 -complete -installsuffix shared -buildid GVoFDQTI8GAhoS18JSwZ/GVoFDQTI8GAhoS18JSwZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack ./vendor/github.com/kr/logfmt/decode.go ./vendor/github.com/kr/logfmt/scanner.go ./vendor/github.com/kr/logfmt/unquote.go
2025-08-20T21:27:01.8930274Z [00:02:22.941]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:27:01.8943580Z [00:02:22.942]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/72/724bcca1b40e8d8c52f0858ced87082140de345fdbab0703325b8fa53e6043c5-d # internal
2025-08-20T21:27:01.8953638Z [00:02:22.943]➜  internal/profile
2025-08-20T21:27:01.8954208Z [00:02:22.943]➜  mkdir -p $WORK/b497/
2025-08-20T21:27:01.8954979Z [00:02:22.943]➜  cat >/tmp/go-build1389117207/b497/importcfg << 'EOF' # internal
2025-08-20T21:27:01.8955716Z [00:02:22.943]➜  # import config
2025-08-20T21:27:01.8956389Z [00:02:22.943]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.8957283Z [00:02:22.943]➜  packagefile compress/gzip=/tmp/go-build1389117207/b195/_pkg_.a
2025-08-20T21:27:01.8959803Z [00:02:22.944]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.8962467Z [00:02:22.944]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.8963730Z [00:02:22.944]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.8966096Z [00:02:22.944]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:01.8968186Z [00:02:22.944]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:01.8969099Z [00:02:22.944]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.8969927Z [00:02:22.944]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.8970715Z [00:02:22.944]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.8971500Z [00:02:22.944]➜  EOF
2025-08-20T21:27:01.8975992Z [00:02:22.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b497=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/.go/src/internal/profile/encode.go /root/.go/src/internal/profile/filter.go /root/.go/src/internal/profile/graph.go /root/.go/src/internal/profile/merge.go /root/.go/src/internal/profile/profile.go /root/.go/src/internal/profile/proto.go /root/.go/src/internal/profile/prune.go
2025-08-20T21:27:01.9010360Z [00:02:22.949]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:27:01.9088968Z [00:02:22.957]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/c6/c614fdd7978dfe5b4cfbe86117b88c0313fbc84106fdaeb9f9c75399f1c9300d-d # internal
2025-08-20T21:27:01.9094847Z [00:02:22.957]➜  runtime/pprof
2025-08-20T21:27:01.9107522Z [00:02:22.957]➜  mkdir -p $WORK/b498/
2025-08-20T21:27:01.9108326Z [00:02:22.958]➜  cat >/tmp/go-build1389117207/b498/importcfg << 'EOF' # internal
2025-08-20T21:27:01.9111579Z [00:02:22.959]➜  # import config
2025-08-20T21:27:01.9114239Z [00:02:22.959]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.9115078Z [00:02:22.959]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.9115899Z [00:02:22.959]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:27:01.9116765Z [00:02:22.959]➜  packagefile compress/gzip=/tmp/go-build1389117207/b195/_pkg_.a
2025-08-20T21:27:01.9117673Z [00:02:22.959]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:01.9118884Z [00:02:22.959]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:27:01.9119780Z [00:02:22.959]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:01.9120593Z [00:02:22.959]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.9144024Z [00:02:22.959]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:27:01.9145070Z [00:02:22.959]➜  packagefile internal/profilerecord=/tmp/go-build1389117207/b020/_pkg_.a
2025-08-20T21:27:01.9146014Z [00:02:22.959]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.9146807Z [00:02:22.959]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:01.9147622Z [00:02:22.959]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:01.9148450Z [00:02:22.959]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:01.9149283Z [00:02:22.959]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:01.9150160Z [00:02:22.959]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:01.9151186Z [00:02:22.959]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.9151996Z [00:02:22.959]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.9152833Z [00:02:22.959]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:01.9153705Z [00:02:22.959]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:01.9154602Z [00:02:22.959]➜  packagefile text/tabwriter=/tmp/go-build1389117207/b483/_pkg_.a
2025-08-20T21:27:01.9155462Z [00:02:22.959]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.9156052Z [00:02:22.959]➜  EOF
2025-08-20T21:27:01.9171885Z [00:02:22.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b498=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:27:01.9176688Z [00:02:22.959]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:27:01.9177973Z [00:02:22.961]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/13/135691f0bb045ae2f58b0142d9a770ad240d52979f7cb476d8a27dfdba0220b4-d # internal
2025-08-20T21:27:01.9179021Z [00:02:22.961]➜  github.com/aybabtme/humanlog
2025-08-20T21:27:01.9179565Z [00:02:22.961]➜  mkdir -p $WORK/b490/
2025-08-20T21:27:01.9180272Z [00:02:22.961]➜  cat >/tmp/go-build1389117207/b490/importcfg << 'EOF' # internal
2025-08-20T21:27:01.9181147Z [00:02:22.961]➜  # import config
2025-08-20T21:27:01.9181812Z [00:02:22.961]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:01.9182595Z [00:02:22.961]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:01.9183430Z [00:02:22.961]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:27:01.9184252Z [00:02:22.962]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:01.9185157Z [00:02:22.962]➜  packagefile github.com/fatih/color=/tmp/go-build1389117207/b491/_pkg_.a
2025-08-20T21:27:01.9186186Z [00:02:22.962]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build1389117207/b494/_pkg_.a
2025-08-20T21:27:01.9187187Z [00:02:22.962]➜  packagefile github.com/kr/logfmt=/tmp/go-build1389117207/b495/_pkg_.a
2025-08-20T21:27:01.9188043Z [00:02:22.962]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:01.9189060Z [00:02:22.962]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:01.9189853Z [00:02:22.962]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:01.9190634Z [00:02:22.962]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:01.9191789Z [00:02:22.962]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:01.9192638Z [00:02:22.962]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:01.9193525Z [00:02:22.962]➜  packagefile text/tabwriter=/tmp/go-build1389117207/b483/_pkg_.a
2025-08-20T21:27:01.9194391Z [00:02:22.962]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:01.9195002Z [00:02:22.962]➜  EOF
2025-08-20T21:27:01.9200312Z [00:02:22.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog=>github.com/aybabtme/humanlog@v0.4.1;$WORK/b490=>" -p github.com/aybabtme/humanlog -lang=go1.13 -complete -installsuffix shared -buildid qRBOj7a8_tQG2LqKpSEp/qRBOj7a8_tQG2LqKpSEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack ./vendor/github.com/aybabtme/humanlog/docker_compose_handler.go ./vendor/github.com/aybabtme/humanlog/handler.go ./vendor/github.com/aybabtme/humanlog/json_handler.go ./vendor/github.com/aybabtme/humanlog/logfmt_handler.go ./vendor/github.com/aybabtme/humanlog/scanner.go ./vendor/github.com/aybabtme/humanlog/time_parse.go
2025-08-20T21:27:02.0097405Z [00:02:23.057]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:27:02.0117209Z [00:02:23.059]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/da/daee5884b8c49ef8bef490150db19378aeea486cdd7fefbce0204fe414bc15bb-d # internal
2025-08-20T21:27:02.0118474Z [00:02:23.059]➜  github.com/jesseduffield/lazygit/pkg/logs/tail
2025-08-20T21:27:02.0120717Z [00:02:23.060]➜  mkdir -p $WORK/b489/
2025-08-20T21:27:02.0132126Z [00:02:23.060]➜  cat >/tmp/go-build1389117207/b489/importcfg << 'EOF' # internal
2025-08-20T21:27:02.0134258Z [00:02:23.060]➜  # import config
2025-08-20T21:27:02.0135225Z [00:02:23.060]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:02.0136356Z [00:02:23.061]➜  packagefile github.com/aybabtme/humanlog=/tmp/go-build1389117207/b490/_pkg_.a
2025-08-20T21:27:02.0137287Z [00:02:23.061]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:02.0138096Z [00:02:23.061]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:02.0138926Z [00:02:23.061]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:02.0139587Z [00:02:23.061]➜  EOF
2025-08-20T21:27:02.0143154Z [00:02:23.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail=>github.com/jesseduffield/lazygit/pkg/logs/tail;$WORK/b489=>" -p github.com/jesseduffield/lazygit/pkg/logs/tail -lang=go1.24 -complete -installsuffix shared -buildid 9Hg7hbz17jGbW3b7B2nW/9Hg7hbz17jGbW3b7B2nW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack ./pkg/logs/tail/logs_default.go ./pkg/logs/tail/tail.go
2025-08-20T21:27:02.0366376Z [00:02:23.084]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:27:02.0374958Z [00:02:23.085]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/81/81fe47d99c6fb193b708fca6943aa324ee1efee24937c4a64a0823ee46ccb4bd-d # internal
2025-08-20T21:27:02.2123776Z [00:02:23.260]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:27:02.2133354Z [00:02:23.261]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:27:02.2245532Z [00:02:23.272]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T21:27:02.2293826Z [00:02:23.277]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/9b/9beebbebd943ce1e2caa6ca5203a7301d97f878390dbc520b1260d119a8b48b9-d # internal
2025-08-20T21:27:02.2305993Z [00:02:23.278]➜  github.com/jesseduffield/lazygit/pkg/commands/git_commands
2025-08-20T21:27:02.2307101Z [00:02:23.278]➜  mkdir -p $WORK/b434/
2025-08-20T21:27:02.2320000Z [00:02:23.279]➜  cat >/tmp/go-build1389117207/b434/importcfg << 'EOF' # internal
2025-08-20T21:27:02.2320756Z [00:02:23.279]➜  # import config
2025-08-20T21:27:02.2321616Z [00:02:23.279]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:02.2322475Z [00:02:23.279]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:02.2323327Z [00:02:23.279]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:02.2324166Z [00:02:23.279]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:02.2325202Z [00:02:23.279]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:02.2326394Z [00:02:23.279]➜  packagefile github.com/jesseduffield/generics/maps=/tmp/go-build1389117207/b435/_pkg_.a
2025-08-20T21:27:02.2327690Z [00:02:23.279]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:02.2328963Z [00:02:23.279]➜  packagefile github.com/jesseduffield/go-git/v5=/tmp/go-build1389117207/b297/_pkg_.a
2025-08-20T21:27:02.2330240Z [00:02:23.279]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:27:02.2331632Z [00:02:23.279]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:02.2332903Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/daemon=/tmp/go-build1389117207/b084/_pkg_.a
2025-08-20T21:27:02.2334390Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_config=/tmp/go-build1389117207/b437/_pkg_.a
2025-08-20T21:27:02.2335915Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:02.2337695Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:02.2339246Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:02.2340633Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:02.2368155Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:02.2369474Z [00:02:23.279]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:02.2370588Z [00:02:23.279]➜  packagefile github.com/mgutz/str=/tmp/go-build1389117207/b441/_pkg_.a
2025-08-20T21:27:02.2371903Z [00:02:23.279]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:02.2372928Z [00:02:23.279]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:02.2374024Z [00:02:23.279]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:02.2375056Z [00:02:23.279]➜  packagefile github.com/spf13/afero=/tmp/go-build1389117207/b189/_pkg_.a
2025-08-20T21:27:02.2376215Z [00:02:23.279]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:02.2377397Z [00:02:23.279]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1389117207/b446/_pkg_.a
2025-08-20T21:27:02.2378312Z [00:02:23.279]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:27:02.2379080Z [00:02:23.279]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:02.2379904Z [00:02:23.279]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:02.2380736Z [00:02:23.279]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:02.2381910Z [00:02:23.279]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:02.2382731Z [00:02:23.279]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:02.2383823Z [00:02:23.279]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:02.2384672Z [00:02:23.279]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:02.2385518Z [00:02:23.279]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:02.2386374Z [00:02:23.279]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:02.2387024Z [00:02:23.279]➜  EOF
2025-08-20T21:27:02.2400447Z [00:02:23.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands=>github.com/jesseduffield/lazygit/pkg/commands/git_commands;$WORK/b434=>" -p github.com/jesseduffield/lazygit/pkg/commands/git_commands -lang=go1.24 -complete -installsuffix shared -buildid xh62pLAvobvg9UM0r5oN/xh62pLAvobvg9UM0r5oN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack ./pkg/commands/git_commands/bisect.go ./pkg/commands/git_commands/bisect_info.go ./pkg/commands/git_commands/blame.go ./pkg/commands/git_commands/branch.go ./pkg/commands/git_commands/branch_loader.go ./pkg/commands/git_commands/commit.go ./pkg/commands/git_commands/commit_file_loader.go ./pkg/commands/git_commands/commit_loader.go ./pkg/commands/git_commands/commit_loading_shared.go ./pkg/commands/git_commands/common.go ./pkg/commands/git_commands/config.go ./pkg/commands/git_commands/custom.go ./pkg/commands/git_commands/diff.go ./pkg/commands/git_commands/file.go ./pkg/commands/git_commands/file_loader.go ./pkg/commands/git_commands/flow.go ./pkg/commands/git_commands/git_command_builder.go ./pkg/commands/git_commands/main_branches.go ./pkg/commands/git_commands/patch.go ./pkg/commands/git_commands/rebase.go ./pkg/commands/git_commands/reflog_commit_loader.go ./pkg/commands/git_commands/remote.go ./pkg/commands/git_commands/remote_loader.go ./pkg/commands/git_commands/repo_paths.go ./pkg/commands/git_commands/stash.go ./pkg/commands/git_commands/stash_loader.go ./pkg/commands/git_commands/status.go ./pkg/commands/git_commands/submodule.go ./pkg/commands/git_commands/sync.go ./pkg/commands/git_commands/tag.go ./pkg/commands/git_commands/tag_loader.go ./pkg/commands/git_commands/version.go ./pkg/commands/git_commands/working_tree.go ./pkg/commands/git_commands/worktree.go ./pkg/commands/git_commands/worktree_loader.go
2025-08-20T21:27:02.3001660Z [00:02:23.348]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:27:02.3044274Z [00:02:23.352]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:27:02.3048953Z [00:02:23.352]➜  net/http/pprof
2025-08-20T21:27:02.3049515Z [00:02:23.353]➜  mkdir -p $WORK/b496/
2025-08-20T21:27:02.3050244Z [00:02:23.353]➜  cat >/tmp/go-build1389117207/b496/importcfg << 'EOF' # internal
2025-08-20T21:27:02.3051515Z [00:02:23.353]➜  # import config
2025-08-20T21:27:02.3052658Z [00:02:23.353]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:02.3053516Z [00:02:23.353]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:02.3054327Z [00:02:23.353]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:02.3055117Z [00:02:23.353]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:02.3055900Z [00:02:23.353]➜  packagefile html=/tmp/go-build1389117207/b394/_pkg_.a
2025-08-20T21:27:02.3057089Z [00:02:23.353]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:27:02.3058048Z [00:02:23.353]➜  packagefile internal/profile=/tmp/go-build1389117207/b497/_pkg_.a
2025-08-20T21:27:02.3058899Z [00:02:23.353]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:02.3059669Z [00:02:23.353]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:02.3060481Z [00:02:23.353]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:02.3061494Z [00:02:23.353]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:27:02.3062570Z [00:02:23.353]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:02.3063350Z [00:02:23.353]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:02.3064204Z [00:02:23.353]➜  packagefile runtime/pprof=/tmp/go-build1389117207/b498/_pkg_.a
2025-08-20T21:27:02.3065065Z [00:02:23.353]➜  packagefile runtime/trace=/tmp/go-build1389117207/b171/_pkg_.a
2025-08-20T21:27:02.3066062Z [00:02:23.353]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:02.3066858Z [00:02:23.353]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:02.3067647Z [00:02:23.353]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:02.3068432Z [00:02:23.353]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:02.3069039Z [00:02:23.353]➜  EOF
2025-08-20T21:27:02.3071923Z [00:02:23.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b496=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid 8yjDGAwWx-RJrsHzt_Hv/8yjDGAwWx-RJrsHzt_Hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:27:02.3743335Z [00:02:23.422]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:27:02.3762435Z [00:02:23.424]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T21:27:02.8899502Z [00:02:23.938]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:27:02.9055148Z [00:02:23.953]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/6b/6b56c959f7ee172be048f425e6690db33c0e07edb2bb8426055da914060a69d2-d # internal
2025-08-20T21:27:02.9056812Z [00:02:23.954]➜  github.com/jesseduffield/lazygit/pkg/commands
2025-08-20T21:27:02.9058516Z [00:02:23.954]➜  mkdir -p $WORK/b296/
2025-08-20T21:27:02.9059705Z [00:02:23.954]➜  cat >/tmp/go-build1389117207/b296/importcfg << 'EOF' # internal
2025-08-20T21:27:02.9061783Z [00:02:23.954]➜  # import config
2025-08-20T21:27:02.9062882Z [00:02:23.954]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:02.9063973Z [00:02:23.954]➜  packagefile github.com/jesseduffield/go-git/v5=/tmp/go-build1389117207/b297/_pkg_.a
2025-08-20T21:27:02.9065294Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:02.9066822Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_config=/tmp/go-build1389117207/b437/_pkg_.a
2025-08-20T21:27:02.9068350Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:02.9069734Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:02.9071337Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:02.9072651Z [00:02:23.954]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:02.9073769Z [00:02:23.954]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:02.9074650Z [00:02:23.954]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:02.9075423Z [00:02:23.954]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:02.9076190Z [00:02:23.954]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:02.9076765Z [00:02:23.954]➜  EOF
2025-08-20T21:27:02.9080349Z [00:02:23.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands=>github.com/jesseduffield/lazygit/pkg/commands;$WORK/b296=>" -p github.com/jesseduffield/lazygit/pkg/commands -lang=go1.24 -complete -installsuffix shared -buildid FARweblhCjG-IeQOY5U8/FARweblhCjG-IeQOY5U8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack ./pkg/commands/git.go ./pkg/commands/git_cmd_obj_builder.go ./pkg/commands/git_cmd_obj_runner.go
2025-08-20T21:27:03.0681115Z [00:02:24.116]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:27:03.0745075Z [00:02:24.122]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/9f/9fe1a5d1d46df40b083a36755c00e58961ddd55c4f0c0f04a19ada565ac2ad92-d # internal
2025-08-20T21:27:03.0746901Z [00:02:24.123]➜  github.com/jesseduffield/lazygit/pkg/gui/types
2025-08-20T21:27:03.0747324Z [00:02:24.123]➜  mkdir -p $WORK/b295/
2025-08-20T21:27:03.0751240Z [00:02:24.123]➜  cat >/tmp/go-build1389117207/b295/importcfg << 'EOF' # internal
2025-08-20T21:27:03.0751928Z [00:02:24.123]➜  # import config
2025-08-20T21:27:03.0752599Z [00:02:24.123]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:03.0753619Z [00:02:24.123]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:03.0754371Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands=/tmp/go-build1389117207/b296/_pkg_.a
2025-08-20T21:27:03.0755200Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:03.0766996Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:03.0768244Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:03.0769052Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:03.0769787Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:03.0771097Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking=/tmp/go-build1389117207/b447/_pkg_.a
2025-08-20T21:27:03.0772094Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/diffing=/tmp/go-build1389117207/b448/_pkg_.a
2025-08-20T21:27:03.0772901Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/filtering=/tmp/go-build1389117207/b449/_pkg_.a
2025-08-20T21:27:03.0773767Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit=/tmp/go-build1389117207/b450/_pkg_.a
2025-08-20T21:27:03.0774617Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/patch_exploring=/tmp/go-build1389117207/b451/_pkg_.a
2025-08-20T21:27:03.0775385Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:03.0776104Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:03.0776811Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/tasks=/tmp/go-build1389117207/b452/_pkg_.a
2025-08-20T21:27:03.0777514Z [00:02:24.123]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:03.0778167Z [00:02:24.123]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:03.0778822Z [00:02:24.123]➜  packagefile gopkg.in/ozeidan/fuzzy-patricia.v3/patricia=/tmp/go-build1389117207/b453/_pkg_.a
2025-08-20T21:27:03.0779399Z [00:02:24.123]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:03.0779843Z [00:02:24.123]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:03.0780279Z [00:02:24.123]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:03.0780616Z [00:02:24.123]➜  EOF
2025-08-20T21:27:03.0783933Z [00:02:24.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types=>github.com/jesseduffield/lazygit/pkg/gui/types;$WORK/b295=>" -p github.com/jesseduffield/lazygit/pkg/gui/types -lang=go1.24 -complete -installsuffix shared -buildid bmJH4BCMn4pjBb53AoKn/bmJH4BCMn4pjBb53AoKn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack ./pkg/gui/types/common.go ./pkg/gui/types/common_commands.go ./pkg/gui/types/context.go ./pkg/gui/types/keybindings.go ./pkg/gui/types/modes.go ./pkg/gui/types/ref_range.go ./pkg/gui/types/refresh.go ./pkg/gui/types/rendering.go ./pkg/gui/types/search_state.go ./pkg/gui/types/suggestion.go ./pkg/gui/types/version_number.go ./pkg/gui/types/views.go
2025-08-20T21:27:03.3260738Z [00:02:24.374]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:27:03.3374914Z [00:02:24.385]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/ff/ffc4d2b8e5a7f48193b76dc809f5f5720c4fef8395c3fa100c82267901278b42-d # internal
2025-08-20T21:27:03.3376586Z [00:02:24.385]➜  github.com/jesseduffield/lazygit/pkg/integration/types
2025-08-20T21:27:03.3377538Z [00:02:24.385]➜  mkdir -p $WORK/b293/
2025-08-20T21:27:03.3378435Z [00:02:24.385]➜  github.com/jesseduffield/lazygit/pkg/gui/context/traits
2025-08-20T21:27:03.3379181Z [00:02:24.385]➜  mkdir -p $WORK/b458/
2025-08-20T21:27:03.3379838Z [00:02:24.385]➜  github.com/jesseduffield/lazygit/pkg/gui/popup
2025-08-20T21:27:03.3380500Z [00:02:24.385]➜  mkdir -p $WORK/b484/
2025-08-20T21:27:03.3401575Z [00:02:24.386]➜  cat >/tmp/go-build1389117207/b293/importcfg << 'EOF' # internal
2025-08-20T21:27:03.3402392Z [00:02:24.386]➜  # import config
2025-08-20T21:27:03.3403214Z [00:02:24.386]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:03.3404526Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:03.3405926Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:03.3407601Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.3408542Z [00:02:24.386]➜  EOF
2025-08-20T21:27:03.3409164Z [00:02:24.386]➜  github.com/jesseduffield/lazygit/pkg/gui/keybindings
2025-08-20T21:27:03.3409973Z [00:02:24.386]➜  mkdir -p $WORK/b461/
2025-08-20T21:27:03.3413810Z [00:02:24.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/types=>github.com/jesseduffield/lazygit/pkg/integration/types;$WORK/b293=>" -p github.com/jesseduffield/lazygit/pkg/integration/types -lang=go1.24 -complete -installsuffix shared -buildid kzwz7WrIIIdJW0Z80qCF/kzwz7WrIIIdJW0Z80qCF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack ./pkg/integration/types/types.go
2025-08-20T21:27:03.3417086Z [00:02:24.386]➜  cat >/tmp/go-build1389117207/b458/importcfg << 'EOF' # internal
2025-08-20T21:27:03.3417740Z [00:02:24.386]➜  # import config
2025-08-20T21:27:03.3418681Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.3419980Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:03.3421279Z [00:02:24.386]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:03.3421987Z [00:02:24.386]➜  EOF
2025-08-20T21:27:03.3425550Z [00:02:24.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/traits=>github.com/jesseduffield/lazygit/pkg/gui/context/traits;$WORK/b458=>" -p github.com/jesseduffield/lazygit/pkg/gui/context/traits -lang=go1.24 -complete -installsuffix shared -buildid r97gggwRcy7_5pi9JdQE/r97gggwRcy7_5pi9JdQE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack ./pkg/gui/context/traits/list_cursor.go
2025-08-20T21:27:03.3428911Z [00:02:24.386]➜  cat >/tmp/go-build1389117207/b484/importcfg << 'EOF' # internal
2025-08-20T21:27:03.3429593Z [00:02:24.386]➜  # import config
2025-08-20T21:27:03.3430499Z [00:02:24.386]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:03.3432274Z [00:02:24.386]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:03.3433269Z [00:02:24.386]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:03.3434498Z [00:02:24.386]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:03.3435810Z [00:02:24.387]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:03.3437155Z [00:02:24.387]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.3438229Z [00:02:24.387]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:03.3438883Z [00:02:24.387]➜  EOF
2025-08-20T21:27:03.3442470Z [00:02:24.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/popup=>github.com/jesseduffield/lazygit/pkg/gui/popup;$WORK/b484=>" -p github.com/jesseduffield/lazygit/pkg/gui/popup -lang=go1.24 -complete -installsuffix shared -buildid oL81jeDmNexRIiOJuZyo/oL81jeDmNexRIiOJuZyo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack ./pkg/gui/popup/popup_handler.go
2025-08-20T21:27:03.3445651Z [00:02:24.387]➜  cat >/tmp/go-build1389117207/b461/importcfg << 'EOF' # internal
2025-08-20T21:27:03.3446370Z [00:02:24.387]➜  # import config
2025-08-20T21:27:03.3446961Z [00:02:24.387]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:03.3447888Z [00:02:24.387]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:03.3449084Z [00:02:24.387]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:03.3450648Z [00:02:24.387]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:03.3452344Z [00:02:24.387]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.3453417Z [00:02:24.387]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:03.3454213Z [00:02:24.387]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:03.3455051Z [00:02:24.387]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:03.3455685Z [00:02:24.387]➜  EOF
2025-08-20T21:27:03.3459104Z [00:02:24.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings=>github.com/jesseduffield/lazygit/pkg/gui/keybindings;$WORK/b461=>" -p github.com/jesseduffield/lazygit/pkg/gui/keybindings -lang=go1.24 -complete -installsuffix shared -buildid dzS2k5Vuq_8LfnPCRiJN/dzS2k5Vuq_8LfnPCRiJN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack ./pkg/gui/keybindings/keybindings.go
2025-08-20T21:27:03.3618057Z [00:02:24.409]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:27:03.3630711Z [00:02:24.411]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/6d/6d0c8bebd71818b7c6ee2bcc863adeed51c97d7bcaca0f88e9398558bf71218e-d # internal
2025-08-20T21:27:03.3637292Z [00:02:24.412]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:27:03.3654234Z [00:02:24.413]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/62/6204037db850fcfe27d0104203aee28c5800be44cdb86b16af34f1ffd74ca1de-d # internal
2025-08-20T21:27:03.3662004Z [00:02:24.413]➜  github.com/jesseduffield/lazygit/pkg/gui/filetree
2025-08-20T21:27:03.3670480Z [00:02:24.413]➜  mkdir -p $WORK/b459/
2025-08-20T21:27:03.3671515Z [00:02:24.413]➜  cat >/tmp/go-build1389117207/b459/importcfg << 'EOF' # internal
2025-08-20T21:27:03.3672241Z [00:02:24.413]➜  # import config
2025-08-20T21:27:03.3672957Z [00:02:24.414]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:03.3674029Z [00:02:24.414]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:03.3675762Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:03.3677173Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:03.3679257Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context/traits=/tmp/go-build1389117207/b458/_pkg_.a
2025-08-20T21:27:03.3681607Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts=/tmp/go-build1389117207/b460/_pkg_.a
2025-08-20T21:27:03.3683594Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.3685517Z [00:02:24.414]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:03.3687157Z [00:02:24.414]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:03.3688538Z [00:02:24.414]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:27:03.3689793Z [00:02:24.414]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:03.3691247Z [00:02:24.414]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:03.3692444Z [00:02:24.414]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:03.3693306Z [00:02:24.414]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:03.3693908Z [00:02:24.414]➜  EOF
2025-08-20T21:27:03.3699477Z [00:02:24.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree=>github.com/jesseduffield/lazygit/pkg/gui/filetree;$WORK/b459=>" -p github.com/jesseduffield/lazygit/pkg/gui/filetree -lang=go1.24 -complete -installsuffix shared -buildid uQFOz2qdtHeiJiZMwoJz/uQFOz2qdtHeiJiZMwoJz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack ./pkg/gui/filetree/build_tree.go ./pkg/gui/filetree/collapsed_paths.go ./pkg/gui/filetree/commit_file_node.go ./pkg/gui/filetree/commit_file_tree.go ./pkg/gui/filetree/commit_file_tree_view_model.go ./pkg/gui/filetree/file_node.go ./pkg/gui/filetree/file_tree.go ./pkg/gui/filetree/file_tree_view_model.go ./pkg/gui/filetree/node.go
2025-08-20T21:27:03.4628999Z [00:02:24.510]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:27:03.4649925Z [00:02:24.513]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/55/5501f379cdcab278083ab502ae0ec00bbdbfc338ac5c7887ea088db5ddfd9f84-d # internal
2025-08-20T21:27:03.4665745Z [00:02:24.514]➜  github.com/jesseduffield/lazygit/pkg/integration/components
2025-08-20T21:27:03.4668567Z [00:02:24.515]➜  mkdir -p $WORK/b486/
2025-08-20T21:27:03.4679687Z [00:02:24.516]➜  cat >/tmp/go-build1389117207/b486/importcfg << 'EOF' # internal
2025-08-20T21:27:03.4681293Z [00:02:24.516]➜  # import config
2025-08-20T21:27:03.4682512Z [00:02:24.516]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:03.4683678Z [00:02:24.516]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1389117207/b439/_pkg_.a
2025-08-20T21:27:03.4685390Z [00:02:24.516]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:03.4686964Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazycore/pkg/utils=/tmp/go-build1389117207/b456/_pkg_.a
2025-08-20T21:27:03.4688761Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:03.4690823Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:03.4692960Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:03.4694267Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/types=/tmp/go-build1389117207/b293/_pkg_.a
2025-08-20T21:27:03.4695798Z [00:02:24.516]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:03.4696830Z [00:02:24.516]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:03.4697613Z [00:02:24.516]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:03.4698323Z [00:02:24.516]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:03.4699078Z [00:02:24.516]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:27:03.4699821Z [00:02:24.516]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:03.4700552Z [00:02:24.516]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:03.4710154Z [00:02:24.516]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:03.4711670Z [00:02:24.516]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:03.4713271Z [00:02:24.516]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:03.4714114Z [00:02:24.516]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:03.4714927Z [00:02:24.516]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:03.4715784Z [00:02:24.516]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:03.4716415Z [00:02:24.516]➜  EOF
2025-08-20T21:27:03.4738054Z [00:02:24.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components=>github.com/jesseduffield/lazygit/pkg/integration/components;$WORK/b486=>" -p github.com/jesseduffield/lazygit/pkg/integration/components -lang=go1.24 -complete -installsuffix shared -buildid 5rA5syTEXwR8vYaR1uDi/5rA5syTEXwR8vYaR1uDi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack ./pkg/integration/components/alert_driver.go ./pkg/integration/components/assertion_helper.go ./pkg/integration/components/commit_description_panel_driver.go ./pkg/integration/components/commit_message_panel_driver.go ./pkg/integration/components/common.go ./pkg/integration/components/confirmation_driver.go ./pkg/integration/components/env.go ./pkg/integration/components/file_system.go ./pkg/integration/components/git.go ./pkg/integration/components/int_matcher.go ./pkg/integration/components/matcher.go ./pkg/integration/components/menu_driver.go ./pkg/integration/components/paths.go ./pkg/integration/components/popup.go ./pkg/integration/components/prompt_driver.go ./pkg/integration/components/random.go ./pkg/integration/components/runner.go ./pkg/integration/components/search_driver.go ./pkg/integration/components/shell.go ./pkg/integration/components/test.go ./pkg/integration/components/test_driver.go ./pkg/integration/components/text_matcher.go ./pkg/integration/components/view_driver.go ./pkg/integration/components/views.go
2025-08-20T21:27:03.4749738Z [00:02:24.521]➜  github.com/jesseduffield/lazygit/pkg/app/types
2025-08-20T21:27:03.4750646Z [00:02:24.521]➜  mkdir -p $WORK/b292/
2025-08-20T21:27:03.4761726Z [00:02:24.524]➜  cat >/tmp/go-build1389117207/b292/importcfg << 'EOF' # internal
2025-08-20T21:27:03.4764496Z [00:02:24.524]➜  # import config
2025-08-20T21:27:03.4765506Z [00:02:24.524]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/types=/tmp/go-build1389117207/b293/_pkg_.a
2025-08-20T21:27:03.4766385Z [00:02:24.524]➜  EOF
2025-08-20T21:27:03.4769521Z [00:02:24.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/types=>github.com/jesseduffield/lazygit/pkg/app/types;$WORK/b292=>" -p github.com/jesseduffield/lazygit/pkg/app/types -lang=go1.24 -complete -installsuffix shared -buildid _Dpcom9Ctzi2rh1SFSpM/_Dpcom9Ctzi2rh1SFSpM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack ./pkg/app/types/types.go
2025-08-20T21:27:03.5057474Z [00:02:24.553]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:27:03.5096289Z [00:02:24.557]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/2c/2ce699f0b3a01329d470844aeff6170b8f245dd5b26245bad9a944728bb3ba75-d # internal
2025-08-20T21:27:03.6293940Z [00:02:24.677]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:27:03.6344754Z [00:02:24.682]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/c9/c9c265e8b73b192f88cb6ad737b77fa24578bd8ff9e10adac79d225095d7ac65-d # internal
2025-08-20T21:27:03.7779609Z [00:02:24.826]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:27:03.7899622Z [00:02:24.838]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/ad/ad48c4ae275f078ccac656c593b8c8dd4236118cae83a89e39f1d835c0b88920-d # internal
2025-08-20T21:27:03.7924172Z [00:02:24.839]➜  github.com/jesseduffield/lazygit/pkg/gui/presentation
2025-08-20T21:27:03.7924892Z [00:02:24.839]➜  mkdir -p $WORK/b462/
2025-08-20T21:27:03.7925917Z [00:02:24.839]➜  cat >/tmp/go-build1389117207/b462/importcfg << 'EOF' # internal
2025-08-20T21:27:03.7926639Z [00:02:24.839]➜  # import config
2025-08-20T21:27:03.7927307Z [00:02:24.839]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:03.7928237Z [00:02:24.839]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:27:03.7929381Z [00:02:24.839]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:03.7931139Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:03.7932658Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:03.7934117Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:03.7935474Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:03.7936785Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:03.7938191Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/filetree=/tmp/go-build1389117207/b459/_pkg_.a
2025-08-20T21:27:03.7939748Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/authors=/tmp/go-build1389117207/b463/_pkg_.a
2025-08-20T21:27:03.7942710Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/graph=/tmp/go-build1389117207/b464/_pkg_.a
2025-08-20T21:27:03.7944368Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/icons=/tmp/go-build1389117207/b465/_pkg_.a
2025-08-20T21:27:03.7945849Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:03.7947252Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:03.7948646Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:03.7950270Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:03.7951825Z [00:02:24.839]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:03.7953025Z [00:02:24.840]➜  packagefile github.com/kyokomi/emoji/v2=/tmp/go-build1389117207/b466/_pkg_.a
2025-08-20T21:27:03.7954131Z [00:02:24.840]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:27:03.7955158Z [00:02:24.840]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:03.7956206Z [00:02:24.840]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:03.7957459Z [00:02:24.840]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:03.7958498Z [00:02:24.840]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:03.7959345Z [00:02:24.840]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:03.7960170Z [00:02:24.840]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:03.7960783Z [00:02:24.840]➜  EOF
2025-08-20T21:27:03.7968123Z [00:02:24.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation=>github.com/jesseduffield/lazygit/pkg/gui/presentation;$WORK/b462=>" -p github.com/jesseduffield/lazygit/pkg/gui/presentation -lang=go1.24 -complete -installsuffix shared -buildid uZsy2K1NgYRKrFQ7Cs--/uZsy2K1NgYRKrFQ7Cs-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack ./pkg/gui/presentation/branches.go ./pkg/gui/presentation/commits.go ./pkg/gui/presentation/files.go ./pkg/gui/presentation/item_operations.go ./pkg/gui/presentation/loader.go ./pkg/gui/presentation/reflog_commits.go ./pkg/gui/presentation/remote_branches.go ./pkg/gui/presentation/remotes.go ./pkg/gui/presentation/stash_entries.go ./pkg/gui/presentation/status.go ./pkg/gui/presentation/submodules.go ./pkg/gui/presentation/suggestions.go ./pkg/gui/presentation/tags.go ./pkg/gui/presentation/worktrees.go
2025-08-20T21:27:03.8882487Z [00:02:24.936]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:27:03.8969092Z [00:02:24.945]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/73/73f01a0c3296a619465c144239679de8ca3028b43a0474c6ee31ca9f6b8e7bc7-d # internal
2025-08-20T21:27:04.0513309Z [00:02:25.099]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:27:04.0586310Z [00:02:25.106]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/b5/b576ddb6d064b14d3f8b156d34c5e7c0fcc1072050881952e56318c664c0ac84-d # internal
2025-08-20T21:27:04.0606381Z [00:02:25.107]➜  github.com/jesseduffield/lazygit/pkg/gui/status
2025-08-20T21:27:04.0608304Z [00:02:25.107]➜  mkdir -p $WORK/b470/
2025-08-20T21:27:04.0608979Z [00:02:25.107]➜  cat >/tmp/go-build1389117207/b470/importcfg << 'EOF' # internal
2025-08-20T21:27:04.0609610Z [00:02:25.107]➜  # import config
2025-08-20T21:27:04.0610365Z [00:02:25.107]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:04.0611704Z [00:02:25.108]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:04.0613015Z [00:02:25.108]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:04.0614317Z [00:02:25.108]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:04.0615389Z [00:02:25.108]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:04.0616351Z [00:02:25.108]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:04.0617226Z [00:02:25.108]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:04.0618071Z [00:02:25.108]➜  EOF
2025-08-20T21:27:04.0621265Z [00:02:25.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/status=>github.com/jesseduffield/lazygit/pkg/gui/status;$WORK/b470=>" -p github.com/jesseduffield/lazygit/pkg/gui/status -lang=go1.24 -complete -installsuffix shared -buildid tfe-5o_oAXl4Y3-d0BHt/tfe-5o_oAXl4Y3-d0BHt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack ./pkg/gui/status/status_manager.go
2025-08-20T21:27:04.0631835Z [00:02:25.111]➜  github.com/jesseduffield/lazygit/pkg/gui/context
2025-08-20T21:27:04.0633587Z [00:02:25.111]➜  mkdir -p $WORK/b457/
2025-08-20T21:27:04.0638303Z [00:02:25.112]➜  cat >/tmp/go-build1389117207/b457/importcfg << 'EOF' # internal
2025-08-20T21:27:04.0639972Z [00:02:25.112]➜  # import config
2025-08-20T21:27:04.0642073Z [00:02:25.112]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:04.0642935Z [00:02:25.112]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:04.0644005Z [00:02:25.112]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:04.0645361Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:04.0646775Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:04.0648130Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:04.0649580Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context/traits=/tmp/go-build1389117207/b458/_pkg_.a
2025-08-20T21:27:04.0651232Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/filetree=/tmp/go-build1389117207/b459/_pkg_.a
2025-08-20T21:27:04.0652949Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:04.0654435Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts=/tmp/go-build1389117207/b460/_pkg_.a
2025-08-20T21:27:04.0655898Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/patch_exploring=/tmp/go-build1389117207/b451/_pkg_.a
2025-08-20T21:27:04.0657342Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:04.0658907Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/icons=/tmp/go-build1389117207/b465/_pkg_.a
2025-08-20T21:27:04.0660361Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:04.0662091Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:04.0663420Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:04.0664722Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/tasks=/tmp/go-build1389117207/b452/_pkg_.a
2025-08-20T21:27:04.0665982Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:04.0667335Z [00:02:25.112]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:04.0668424Z [00:02:25.112]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build1389117207/b164/_pkg_.a
2025-08-20T21:27:04.0669426Z [00:02:25.112]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:04.0670494Z [00:02:25.112]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:04.0671771Z [00:02:25.112]➜  packagefile github.com/spf13/afero=/tmp/go-build1389117207/b189/_pkg_.a
2025-08-20T21:27:04.0672829Z [00:02:25.112]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:04.0673994Z [00:02:25.112]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:04.0674779Z [00:02:25.112]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:04.0675620Z [00:02:25.112]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:04.0676437Z [00:02:25.112]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:04.0677277Z [00:02:25.112]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:04.0678098Z [00:02:25.112]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:04.0678910Z [00:02:25.112]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:04.0679506Z [00:02:25.112]➜  EOF
2025-08-20T21:27:04.0692150Z [00:02:25.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context=>github.com/jesseduffield/lazygit/pkg/gui/context;$WORK/b457=>" -p github.com/jesseduffield/lazygit/pkg/gui/context -lang=go1.24 -complete -installsuffix shared -buildid EgmDXbI4SCWh4hEe9_a2/EgmDXbI4SCWh4hEe9_a2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack ./pkg/gui/context/base_context.go ./pkg/gui/context/branches_context.go ./pkg/gui/context/commit_files_context.go ./pkg/gui/context/commit_message_context.go ./pkg/gui/context/confirmation_context.go ./pkg/gui/context/context.go ./pkg/gui/context/context_common.go ./pkg/gui/context/dynamic_title_builder.go ./pkg/gui/context/filtered_list.go ./pkg/gui/context/filtered_list_view_model.go ./pkg/gui/context/history_trait.go ./pkg/gui/context/list_context_trait.go ./pkg/gui/context/list_renderer.go ./pkg/gui/context/list_view_model.go ./pkg/gui/context/local_commits_context.go ./pkg/gui/context/main_context.go ./pkg/gui/context/menu_context.go ./pkg/gui/context/merge_conflicts_context.go ./pkg/gui/context/parent_context_mgr.go ./pkg/gui/context/patch_explorer_context.go ./pkg/gui/context/reflog_commits_context.go ./pkg/gui/context/remote_branches_context.go ./pkg/gui/context/remotes_context.go ./pkg/gui/context/search_trait.go ./pkg/gui/context/setup.go ./pkg/gui/context/simple_context.go ./pkg/gui/context/stash_context.go ./pkg/gui/context/sub_commits_context.go ./pkg/gui/context/submodules_context.go ./pkg/gui/context/suggestions_context.go ./pkg/gui/context/tags_context.go ./pkg/gui/context/view_trait.go ./pkg/gui/context/working_tree_context.go ./pkg/gui/context/worktrees_context.go
2025-08-20T21:27:04.1546643Z [00:02:25.202]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:27:04.1574090Z [00:02:25.205]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/5a/5ad850046c345c0bac349f73125819b4888bace010d13b4d1025d638f4b2f46b-d # internal
2025-08-20T21:27:05.2945450Z [00:02:26.342]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:27:05.3416039Z [00:02:26.389]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/d8/d82bb9cd20a562d6ced1bebe7ffbae7bd0112ddcdba01e185db0553da7be2f63-d # internal
2025-08-20T21:27:05.3422889Z [00:02:26.390]➜  github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers
2025-08-20T21:27:05.3423669Z [00:02:26.390]➜  mkdir -p $WORK/b468/
2025-08-20T21:27:05.3428615Z [00:02:26.391]➜  cat >/tmp/go-build1389117207/b468/importcfg << 'EOF' # internal
2025-08-20T21:27:05.3429313Z [00:02:26.391]➜  # import config
2025-08-20T21:27:05.3429971Z [00:02:26.391]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:05.3430801Z [00:02:26.391]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:05.3431778Z [00:02:26.391]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:05.3432379Z [00:02:26.391]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:05.3433035Z [00:02:26.391]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:05.3433750Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazycore/pkg/boxlayout=/tmp/go-build1389117207/b455/_pkg_.a
2025-08-20T21:27:05.3434917Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/types=/tmp/go-build1389117207/b292/_pkg_.a
2025-08-20T21:27:05.3435650Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands=/tmp/go-build1389117207/b296/_pkg_.a
2025-08-20T21:27:05.3436438Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:05.3437274Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/hosting_service=/tmp/go-build1389117207/b469/_pkg_.a
2025-08-20T21:27:05.3438088Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:05.3438884Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:05.3439680Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:05.3440438Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:05.3441643Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:05.3442937Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/env=/tmp/go-build1389117207/b291/_pkg_.a
2025-08-20T21:27:05.3444211Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context=/tmp/go-build1389117207/b457/_pkg_.a
2025-08-20T21:27:05.3445531Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/filetree=/tmp/go-build1389117207/b459/_pkg_.a
2025-08-20T21:27:05.3446908Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:05.3448532Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts=/tmp/go-build1389117207/b460/_pkg_.a
2025-08-20T21:27:05.3450049Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking=/tmp/go-build1389117207/b447/_pkg_.a
2025-08-20T21:27:05.3451742Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/diffing=/tmp/go-build1389117207/b448/_pkg_.a
2025-08-20T21:27:05.3453239Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/patch_exploring=/tmp/go-build1389117207/b451/_pkg_.a
2025-08-20T21:27:05.3454718Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:05.3456231Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/icons=/tmp/go-build1389117207/b465/_pkg_.a
2025-08-20T21:27:05.3457646Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/status=/tmp/go-build1389117207/b470/_pkg_.a
2025-08-20T21:27:05.3459024Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:05.3460377Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:05.3461841Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/snake=/tmp/go-build1389117207/b471/_pkg_.a
2025-08-20T21:27:05.3463155Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:05.3464477Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/updates=/tmp/go-build1389117207/b472/_pkg_.a
2025-08-20T21:27:05.3465822Z [00:02:26.391]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:05.3467104Z [00:02:26.391]➜  packagefile github.com/jesseduffield/minimal/gitignore=/tmp/go-build1389117207/b474/_pkg_.a
2025-08-20T21:27:05.3468232Z [00:02:26.391]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:05.3469545Z [00:02:26.391]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:05.3470612Z [00:02:26.391]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:05.3471944Z [00:02:26.391]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:05.3473100Z [00:02:26.391]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:05.3474129Z [00:02:26.391]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1389117207/b446/_pkg_.a
2025-08-20T21:27:05.3475134Z [00:02:26.391]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:27:05.3476276Z [00:02:26.391]➜  packagefile gopkg.in/ozeidan/fuzzy-patricia.v3/patricia=/tmp/go-build1389117207/b453/_pkg_.a
2025-08-20T21:27:05.3477302Z [00:02:26.391]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:05.3478074Z [00:02:26.391]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:05.3478874Z [00:02:26.391]➜  packagefile os/signal=/tmp/go-build1389117207/b156/_pkg_.a
2025-08-20T21:27:05.3479729Z [00:02:26.391]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:05.3480565Z [00:02:26.391]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:05.3481565Z [00:02:26.391]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:05.3482433Z [00:02:26.391]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:05.3483252Z [00:02:26.391]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:05.3484050Z [00:02:26.391]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:05.3484897Z [00:02:26.391]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:27:05.3485926Z [00:02:26.391]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:05.3486576Z [00:02:26.391]➜  EOF
2025-08-20T21:27:05.3501859Z [00:02:26.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers=>github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers;$WORK/b468=>" -p github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers -lang=go1.24 -complete -installsuffix shared -buildid 1jwYRCRy2ogrSWouP4ct/1jwYRCRy2ogrSWouP4ct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack ./pkg/gui/controllers/helpers/amend_helper.go ./pkg/gui/controllers/helpers/app_status_helper.go ./pkg/gui/controllers/helpers/bisect_helper.go ./pkg/gui/controllers/helpers/branches_helper.go ./pkg/gui/controllers/helpers/cherry_pick_helper.go ./pkg/gui/controllers/helpers/commits_helper.go ./pkg/gui/controllers/helpers/confirmation_helper.go ./pkg/gui/controllers/helpers/credentials_helper.go ./pkg/gui/controllers/helpers/diff_helper.go ./pkg/gui/controllers/helpers/files_helper.go ./pkg/gui/controllers/helpers/fixup_helper.go ./pkg/gui/controllers/helpers/gpg_helper.go ./pkg/gui/controllers/helpers/helpers.go ./pkg/gui/controllers/helpers/host_helper.go ./pkg/gui/controllers/helpers/inline_status_helper.go ./pkg/gui/controllers/helpers/merge_and_rebase_helper.go ./pkg/gui/controllers/helpers/merge_conflicts_helper.go ./pkg/gui/controllers/helpers/mode_helper.go ./pkg/gui/controllers/helpers/patch_building_helper.go ./pkg/gui/controllers/helpers/record_directory_helper.go ./pkg/gui/controllers/helpers/refresh_helper.go ./pkg/gui/controllers/helpers/refs_helper.go ./pkg/gui/controllers/helpers/repos_helper.go ./pkg/gui/controllers/helpers/search_helper.go ./pkg/gui/controllers/helpers/signal_handling.go ./pkg/gui/controllers/helpers/snake_helper.go ./pkg/gui/controllers/helpers/staging_helper.go ./pkg/gui/controllers/helpers/sub_commits_helper.go ./pkg/gui/controllers/helpers/suggestions_helper.go ./pkg/gui/controllers/helpers/suspend_resume_helper.go ./pkg/gui/controllers/helpers/tags_helper.go ./pkg/gui/controllers/helpers/update_helper.go ./pkg/gui/controllers/helpers/upstream_helper.go ./pkg/gui/controllers/helpers/view_helper.go ./pkg/gui/controllers/helpers/window_arrangement_helper.go ./pkg/gui/controllers/helpers/window_helper.go ./pkg/gui/controllers/helpers/working_tree_helper.go ./pkg/gui/controllers/helpers/worktree_helper.go
2025-08-20T21:27:06.1846184Z [00:02:27.232]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:27:06.2115766Z [00:02:27.259]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/fb/fbcfe2342281afec4c4152e0b508fea18738dcb6e5dd219c905fd3d083317248-d # internal
2025-08-20T21:27:06.2118314Z [00:02:27.260]➜  github.com/jesseduffield/lazygit/pkg/gui/services/custom_commands
2025-08-20T21:27:06.2119070Z [00:02:27.260]➜  mkdir -p $WORK/b485/
2025-08-20T21:27:06.2123997Z [00:02:27.260]➜  cat >/tmp/go-build1389117207/b485/importcfg << 'EOF' # internal
2025-08-20T21:27:06.2126963Z [00:02:27.260]➜  # import config
2025-08-20T21:27:06.2127739Z [00:02:27.260]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:06.2128547Z [00:02:27.260]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:06.2135531Z [00:02:27.260]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:06.2136498Z [00:02:27.260]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:06.2137909Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:06.2139314Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:06.2140645Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:06.2142128Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context=/tmp/go-build1389117207/b457/_pkg_.a
2025-08-20T21:27:06.2143821Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers=/tmp/go-build1389117207/b468/_pkg_.a
2025-08-20T21:27:06.2145290Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:06.2146615Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:06.2147870Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:06.2149162Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:06.2150423Z [00:02:27.260]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:06.2151880Z [00:02:27.260]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:06.2153137Z [00:02:27.260]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:06.2154193Z [00:02:27.260]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:06.2155013Z [00:02:27.260]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:06.2155801Z [00:02:27.260]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:06.2156627Z [00:02:27.260]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:27:06.2157234Z [00:02:27.260]➜  EOF
2025-08-20T21:27:06.2163393Z [00:02:27.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands=>github.com/jesseduffield/lazygit/pkg/gui/services/custom_commands;$WORK/b485=>" -p github.com/jesseduffield/lazygit/pkg/gui/services/custom_commands -lang=go1.24 -complete -installsuffix shared -buildid ntCNLeGbzatcyk4-pY9q/ntCNLeGbzatcyk4-pY9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack ./pkg/gui/services/custom_commands/client.go ./pkg/gui/services/custom_commands/handler_creator.go ./pkg/gui/services/custom_commands/keybinding_creator.go ./pkg/gui/services/custom_commands/menu_generator.go ./pkg/gui/services/custom_commands/models.go ./pkg/gui/services/custom_commands/resolver.go ./pkg/gui/services/custom_commands/session_state_loader.go
2025-08-20T21:27:06.2169252Z [00:02:27.261]➜  github.com/jesseduffield/lazygit/pkg/gui/controllers
2025-08-20T21:27:06.2169914Z [00:02:27.261]➜  mkdir -p $WORK/b467/
2025-08-20T21:27:06.2170801Z [00:02:27.261]➜  cat >/tmp/go-build1389117207/b467/importcfg << 'EOF' # internal
2025-08-20T21:27:06.2171682Z [00:02:27.261]➜  # import config
2025-08-20T21:27:06.2172341Z [00:02:27.261]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:06.2173158Z [00:02:27.261]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:06.2173953Z [00:02:27.261]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:06.2174878Z [00:02:27.261]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:06.2176013Z [00:02:27.261]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:06.2177158Z [00:02:27.261]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:06.2178460Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:06.2179892Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:06.2181490Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:06.2182876Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:06.2184468Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:06.2185896Z [00:02:27.261]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context=/tmp/go-build1389117207/b457/_pkg_.a
2025-08-20T21:27:06.2187303Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context/traits=/tmp/go-build1389117207/b458/_pkg_.a
2025-08-20T21:27:06.2188807Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers=/tmp/go-build1389117207/b468/_pkg_.a
2025-08-20T21:27:06.2190275Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/filetree=/tmp/go-build1389117207/b459/_pkg_.a
2025-08-20T21:27:06.2191830Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:06.2193270Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts=/tmp/go-build1389117207/b460/_pkg_.a
2025-08-20T21:27:06.2194764Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/diffing=/tmp/go-build1389117207/b448/_pkg_.a
2025-08-20T21:27:06.2196239Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:06.2197615Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:06.2198933Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:06.2200225Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/snake=/tmp/go-build1389117207/b471/_pkg_.a
2025-08-20T21:27:06.2201606Z [00:02:27.262]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:06.2202700Z [00:02:27.262]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:06.2203846Z [00:02:27.262]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:06.2204845Z [00:02:27.262]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:06.2205857Z [00:02:27.262]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:06.2206647Z [00:02:27.262]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:27:06.2207421Z [00:02:27.262]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:06.2208233Z [00:02:27.262]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:06.2209051Z [00:02:27.262]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:06.2209829Z [00:02:27.262]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:06.2210688Z [00:02:27.262]➜  packagefile text/tabwriter=/tmp/go-build1389117207/b483/_pkg_.a
2025-08-20T21:27:06.2211665Z [00:02:27.262]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:06.2212247Z [00:02:27.262]➜  EOF
2025-08-20T21:27:06.2235112Z [00:02:27.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers=>github.com/jesseduffield/lazygit/pkg/gui/controllers;$WORK/b467=>" -p github.com/jesseduffield/lazygit/pkg/gui/controllers -lang=go1.24 -complete -installsuffix shared -buildid waXNW5vtslc1bDI5RlqB/waXNW5vtslc1bDI5RlqB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack ./pkg/gui/controllers/attach.go ./pkg/gui/controllers/base_controller.go ./pkg/gui/controllers/basic_commits_controller.go ./pkg/gui/controllers/bisect_controller.go ./pkg/gui/controllers/branches_controller.go ./pkg/gui/controllers/command_log_controller.go ./pkg/gui/controllers/commit_description_controller.go ./pkg/gui/controllers/commit_message_controller.go ./pkg/gui/controllers/commits_files_controller.go ./pkg/gui/controllers/common.go ./pkg/gui/controllers/confirmation_controller.go ./pkg/gui/controllers/context_lines_controller.go ./pkg/gui/controllers/custom_patch_options_menu_action.go ./pkg/gui/controllers/diffing_menu_action.go ./pkg/gui/controllers/files_controller.go ./pkg/gui/controllers/filter_controller.go ./pkg/gui/controllers/filtering_menu_action.go ./pkg/gui/controllers/git_flow_controller.go ./pkg/gui/controllers/global_controller.go ./pkg/gui/controllers/jump_to_side_window_controller.go ./pkg/gui/controllers/list_controller.go ./pkg/gui/controllers/list_controller_trait.go ./pkg/gui/controllers/local_commits_controller.go ./pkg/gui/controllers/main_view_controller.go ./pkg/gui/controllers/menu_controller.go ./pkg/gui/controllers/merge_conflicts_controller.go ./pkg/gui/controllers/options_menu_action.go ./pkg/gui/controllers/patch_building_controller.go ./pkg/gui/controllers/patch_explorer_controller.go ./pkg/gui/controllers/quit_actions.go ./pkg/gui/controllers/reflog_commits_controller.go ./pkg/gui/controllers/remote_branches_controller.go ./pkg/gui/controllers/remotes_controller.go ./pkg/gui/controllers/rename_similarity_threshold_controller.go ./pkg/gui/controllers/screen_mode_actions.go ./pkg/gui/controllers/scroll_off_margin.go ./pkg/gui/controllers/search_controller.go ./pkg/gui/controllers/search_prompt_controller.go ./pkg/gui/controllers/shell_command_action.go ./pkg/gui/controllers/side_window_controller.go ./pkg/gui/controllers/snake_controller.go ./pkg/gui/controllers/staging_controller.go ./pkg/gui/controllers/stash_controller.go ./pkg/gui/controllers/status_controller.go ./pkg/gui/controllers/sub_commits_controller.go ./pkg/gui/controllers/submodules_controller.go ./pkg/gui/controllers/suggestions_controller.go ./pkg/gui/controllers/switch_to_diff_files_controller.go ./pkg/gui/controllers/switch_to_focused_main_view_controller.go ./pkg/gui/controllers/switch_to_sub_commits_controller.go ./pkg/gui/controllers/sync_controller.go ./pkg/gui/controllers/tags_controller.go ./pkg/gui/controllers/toggle_whitespace_action.go ./pkg/gui/controllers/undo_controller.go ./pkg/gui/controllers/vertical_scroll_controller.go ./pkg/gui/controllers/view_selection_controller.go ./pkg/gui/controllers/workspace_reset_controller.go ./pkg/gui/controllers/worktree_options_controller.go ./pkg/gui/controllers/worktrees_controller.go
2025-08-20T21:27:06.7301519Z [00:02:27.778]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:27:06.7484688Z [00:02:27.796]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/9e/9ef096e2889687eb5a742409ad86a7466fab708a00e2e2ac524e1b79597bd6cb-d # internal
2025-08-20T21:27:08.1514782Z [00:02:29.199]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:27:08.2023697Z [00:02:29.250]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/4f/4f2dfddb5d485757a26f9e8df39e171d6b13eb94e9dafa938479bdb750cbbe02-d # internal
2025-08-20T21:27:08.2027686Z [00:02:29.251]➜  github.com/jesseduffield/lazygit/pkg/gui
2025-08-20T21:27:08.2028080Z [00:02:29.251]➜  mkdir -p $WORK/b454/
2025-08-20T21:27:08.2032567Z [00:02:29.251]➜  cat >/tmp/go-build1389117207/b454/importcfg << 'EOF' # internal
2025-08-20T21:27:08.2033624Z [00:02:29.251]➜  # import config
2025-08-20T21:27:08.2037231Z [00:02:29.251]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:08.2038002Z [00:02:29.251]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:08.2038477Z [00:02:29.251]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:08.2039000Z [00:02:29.251]➜  packagefile github.com/creack/pty=/tmp/go-build1389117207/b440/_pkg_.a
2025-08-20T21:27:08.2039583Z [00:02:29.251]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1389117207/b104/_pkg_.a
2025-08-20T21:27:08.2040211Z [00:02:29.251]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:08.2041036Z [00:02:29.251]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:08.2041734Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazycore/pkg/boxlayout=/tmp/go-build1389117207/b455/_pkg_.a
2025-08-20T21:27:08.2042672Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/types=/tmp/go-build1389117207/b292/_pkg_.a
2025-08-20T21:27:08.2043432Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands=/tmp/go-build1389117207/b296/_pkg_.a
2025-08-20T21:27:08.2044215Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:08.2045588Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_config=/tmp/go-build1389117207/b437/_pkg_.a
2025-08-20T21:27:08.2047005Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:08.2048411Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:08.2049750Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:08.2051196Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:08.2052514Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:08.2053808Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context=/tmp/go-build1389117207/b457/_pkg_.a
2025-08-20T21:27:08.2055202Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers=/tmp/go-build1389117207/b467/_pkg_.a
2025-08-20T21:27:08.2056698Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers=/tmp/go-build1389117207/b468/_pkg_.a
2025-08-20T21:27:08.2058191Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:08.2059668Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking=/tmp/go-build1389117207/b447/_pkg_.a
2025-08-20T21:27:08.2061390Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/diffing=/tmp/go-build1389117207/b448/_pkg_.a
2025-08-20T21:27:08.2063108Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/filtering=/tmp/go-build1389117207/b449/_pkg_.a
2025-08-20T21:27:08.2064686Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit=/tmp/go-build1389117207/b450/_pkg_.a
2025-08-20T21:27:08.2066076Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/popup=/tmp/go-build1389117207/b484/_pkg_.a
2025-08-20T21:27:08.2067505Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:08.2069117Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/authors=/tmp/go-build1389117207/b463/_pkg_.a
2025-08-20T21:27:08.2070693Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/graph=/tmp/go-build1389117207/b464/_pkg_.a
2025-08-20T21:27:08.2072440Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/icons=/tmp/go-build1389117207/b465/_pkg_.a
2025-08-20T21:27:08.2074016Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/services/custom_commands=/tmp/go-build1389117207/b485/_pkg_.a
2025-08-20T21:27:08.2075465Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/status=/tmp/go-build1389117207/b470/_pkg_.a
2025-08-20T21:27:08.2076806Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:08.2078140Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:08.2079438Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:08.2081074Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/components=/tmp/go-build1389117207/b486/_pkg_.a
2025-08-20T21:27:08.2082820Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/types=/tmp/go-build1389117207/b293/_pkg_.a
2025-08-20T21:27:08.2084244Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/tasks=/tmp/go-build1389117207/b452/_pkg_.a
2025-08-20T21:27:08.2085524Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:08.2086858Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/updates=/tmp/go-build1389117207/b472/_pkg_.a
2025-08-20T21:27:08.2088160Z [00:02:29.251]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:08.2089274Z [00:02:29.251]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:08.2090302Z [00:02:29.251]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:08.2091511Z [00:02:29.251]➜  packagefile github.com/spkg/bom=/tmp/go-build1389117207/b487/_pkg_.a
2025-08-20T21:27:08.2092407Z [00:02:29.251]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:08.2093239Z [00:02:29.251]➜  packagefile gopkg.in/ozeidan/fuzzy-patricia.v3/patricia=/tmp/go-build1389117207/b453/_pkg_.a
2025-08-20T21:27:08.2093797Z [00:02:29.251]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:08.2094294Z [00:02:29.251]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:08.2094760Z [00:02:29.251]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:27:08.2095198Z [00:02:29.251]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:08.2095627Z [00:02:29.251]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:08.2096095Z [00:02:29.251]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:08.2096560Z [00:02:29.251]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:08.2097009Z [00:02:29.251]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:08.2097623Z [00:02:29.252]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:08.2098052Z [00:02:29.252]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:08.2098483Z [00:02:29.252]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:08.2098908Z [00:02:29.252]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:08.2099326Z [00:02:29.252]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:08.2099749Z [00:02:29.252]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:08.2100081Z [00:02:29.252]➜  EOF
2025-08-20T21:27:08.2104019Z [00:02:29.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui=>github.com/jesseduffield/lazygit/pkg/gui;$WORK/b454=>" -p github.com/jesseduffield/lazygit/pkg/gui -lang=go1.24 -complete -installsuffix shared -buildid teYrUBd5n57yuUy3DX1V/teYrUBd5n57yuUy3DX1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack ./pkg/gui/background.go ./pkg/gui/command_log_panel.go ./pkg/gui/context.go ./pkg/gui/context_config.go ./pkg/gui/controllers.go ./pkg/gui/dummies.go ./pkg/gui/editors.go ./pkg/gui/extras_panel.go ./pkg/gui/global_handlers.go ./pkg/gui/gui.go ./pkg/gui/gui_common.go ./pkg/gui/gui_driver.go ./pkg/gui/information_panel.go ./pkg/gui/keybindings.go ./pkg/gui/layout.go ./pkg/gui/main_panels.go ./pkg/gui/menu_panel.go ./pkg/gui/options_map.go ./pkg/gui/pty.go ./pkg/gui/recent_repos_panel.go ./pkg/gui/tasks_adapter.go ./pkg/gui/test_mode.go ./pkg/gui/view_helpers.go ./pkg/gui/views.go
2025-08-20T21:27:09.0838347Z [00:02:30.132]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:27:09.1169085Z [00:02:30.165]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/39/39a7a70a38fdcba44633e78eec132728c3c421e5c97c5ebcea54dc39079df4c1-d # internal
2025-08-20T21:27:09.1171197Z [00:02:30.165]➜  github.com/jesseduffield/lazygit/pkg/app
2025-08-20T21:27:09.1173704Z [00:02:30.165]➜  mkdir -p $WORK/b002/
2025-08-20T21:27:09.1174760Z [00:02:30.165]➜  cat >/tmp/go-build1389117207/b002/importcfg << 'EOF' # internal
2025-08-20T21:27:09.1175459Z [00:02:30.165]➜  # import config
2025-08-20T21:27:09.1176088Z [00:02:30.165]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:09.1176903Z [00:02:30.165]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:09.1177672Z [00:02:30.165]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:09.1178602Z [00:02:30.165]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:09.1179636Z [00:02:30.165]➜  packagefile github.com/integrii/flaggy=/tmp/go-build1389117207/b067/_pkg_.a
2025-08-20T21:27:09.1181084Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/daemon=/tmp/go-build1389117207/b084/_pkg_.a
2025-08-20T21:27:09.1182504Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/types=/tmp/go-build1389117207/b292/_pkg_.a
2025-08-20T21:27:09.1183915Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:09.1185388Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:09.1186809Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:09.1187787Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:09.1188737Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:09.1189666Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/env=/tmp/go-build1389117207/b291/_pkg_.a
2025-08-20T21:27:09.1190382Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui=/tmp/go-build1389117207/b454/_pkg_.a
2025-08-20T21:27:09.1191540Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:09.1192299Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/types=/tmp/go-build1389117207/b293/_pkg_.a
2025-08-20T21:27:09.1193037Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/logs=/tmp/go-build1389117207/b488/_pkg_.a
2025-08-20T21:27:09.1193741Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/logs/tail=/tmp/go-build1389117207/b489/_pkg_.a
2025-08-20T21:27:09.1194461Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/updates=/tmp/go-build1389117207/b472/_pkg_.a
2025-08-20T21:27:09.1195163Z [00:02:30.165]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:09.1195781Z [00:02:30.165]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:09.1196343Z [00:02:30.165]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:09.1196914Z [00:02:30.165]➜  packagefile github.com/spf13/afero=/tmp/go-build1389117207/b189/_pkg_.a
2025-08-20T21:27:09.1197454Z [00:02:30.165]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1389117207/b099/_pkg_.a
2025-08-20T21:27:09.1197920Z [00:02:30.165]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:09.1198340Z [00:02:30.165]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:09.1198778Z [00:02:30.165]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:09.1199253Z [00:02:30.165]➜  packagefile net/http/pprof=/tmp/go-build1389117207/b496/_pkg_.a
2025-08-20T21:27:09.1199700Z [00:02:30.165]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:09.1200128Z [00:02:30.165]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:09.1200705Z [00:02:30.165]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:27:09.1201434Z [00:02:30.165]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:09.1201920Z [00:02:30.165]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:09.1202388Z [00:02:30.165]➜  packagefile runtime/debug=/tmp/go-build1389117207/b170/_pkg_.a
2025-08-20T21:27:09.1202851Z [00:02:30.165]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:09.1203208Z [00:02:30.165]➜  EOF
2025-08-20T21:27:09.1205064Z [00:02:30.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app=>github.com/jesseduffield/lazygit/pkg/app;$WORK/b002=>" -p github.com/jesseduffield/lazygit/pkg/app -lang=go1.24 -complete -installsuffix shared -buildid HjXW6ERYjZfr2P-Dimsb/HjXW6ERYjZfr2P-Dimsb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./pkg/app/app.go ./pkg/app/entry_point.go ./pkg/app/errors.go
2025-08-20T21:27:09.5163409Z [00:02:30.564]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:27:09.5326851Z [00:02:30.581]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/a1/a199a91191ada37b0dc9c7275e0186758ff55aff3d17c8b101c8ce372b151c61-d # internal
2025-08-20T21:27:09.5328022Z [00:02:30.581]➜  github.com/jesseduffield/lazygit
2025-08-20T21:27:09.5328583Z [00:02:30.581]➜  mkdir -p $WORK/b001/
2025-08-20T21:27:09.5332199Z [00:02:30.581]➜  cat >/tmp/go-build1389117207/b001/importcfg << 'EOF' # internal
2025-08-20T21:27:09.5332903Z [00:02:30.581]➜  # import config
2025-08-20T21:27:09.5333802Z [00:02:30.581]➜  packagefile github.com/jesseduffield/lazygit/pkg/app=/tmp/go-build1389117207/b002/_pkg_.a
2025-08-20T21:27:09.5334536Z [00:02:30.581]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:09.5335062Z [00:02:30.581]➜  packagefile runtime/cgo=/tmp/go-build1389117207/b078/_pkg_.a
2025-08-20T21:27:09.5335447Z [00:02:30.581]➜  EOF
2025-08-20T21:27:09.5336909Z [00:02:30.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.dNkSGwDM6G/TEMPREPO=>github.com/jesseduffield/lazygit;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid o4o3ufRMidzAGB_gAfWt/o4o3ufRMidzAGB_gAfWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:27:09.6049424Z [00:02:30.653]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:27:09.6070057Z [00:02:30.655]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/61/61e55400cefc878e22a74f52fdf65f2bd4d2c0c779eefbfdad2785fe63aecb50-d # internal
2025-08-20T21:27:09.6102191Z [00:02:30.658]➜  cat >/tmp/go-build1389117207/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:27:09.6104173Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit=/tmp/go-build1389117207/b001/_pkg_.a
2025-08-20T21:27:09.6109132Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/app=/tmp/go-build1389117207/b002/_pkg_.a
2025-08-20T21:27:09.6110266Z [00:02:30.658]➜  packagefile runtime=/tmp/go-build1389117207/b011/_pkg_.a
2025-08-20T21:27:09.6111386Z [00:02:30.658]➜  packagefile runtime/cgo=/tmp/go-build1389117207/b078/_pkg_.a
2025-08-20T21:27:09.6112260Z [00:02:30.658]➜  packagefile bufio=/tmp/go-build1389117207/b003/_pkg_.a
2025-08-20T21:27:09.6113100Z [00:02:30.658]➜  packagefile bytes=/tmp/go-build1389117207/b004/_pkg_.a
2025-08-20T21:27:09.6113900Z [00:02:30.658]➜  packagefile fmt=/tmp/go-build1389117207/b045/_pkg_.a
2025-08-20T21:27:09.6114851Z [00:02:30.658]➜  packagefile github.com/go-errors/errors=/tmp/go-build1389117207/b066/_pkg_.a
2025-08-20T21:27:09.6115967Z [00:02:30.658]➜  packagefile github.com/integrii/flaggy=/tmp/go-build1389117207/b067/_pkg_.a
2025-08-20T21:27:09.6117366Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/daemon=/tmp/go-build1389117207/b084/_pkg_.a
2025-08-20T21:27:09.6119024Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/app/types=/tmp/go-build1389117207/b292/_pkg_.a
2025-08-20T21:27:09.6120453Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_commands=/tmp/go-build1389117207/b434/_pkg_.a
2025-08-20T21:27:09.6122106Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/oscommands=/tmp/go-build1389117207/b438/_pkg_.a
2025-08-20T21:27:09.6123441Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/common=/tmp/go-build1389117207/b089/_pkg_.a
2025-08-20T21:27:09.6124681Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/config=/tmp/go-build1389117207/b090/_pkg_.a
2025-08-20T21:27:09.6125947Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/constants=/tmp/go-build1389117207/b157/_pkg_.a
2025-08-20T21:27:09.6127189Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/env=/tmp/go-build1389117207/b291/_pkg_.a
2025-08-20T21:27:09.6128382Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui=/tmp/go-build1389117207/b454/_pkg_.a
2025-08-20T21:27:09.6129595Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/i18n=/tmp/go-build1389117207/b185/_pkg_.a
2025-08-20T21:27:09.6132414Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/types=/tmp/go-build1389117207/b293/_pkg_.a
2025-08-20T21:27:09.6133824Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/logs=/tmp/go-build1389117207/b488/_pkg_.a
2025-08-20T21:27:09.6135124Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/logs/tail=/tmp/go-build1389117207/b489/_pkg_.a
2025-08-20T21:27:09.6136523Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/updates=/tmp/go-build1389117207/b472/_pkg_.a
2025-08-20T21:27:09.6137828Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils=/tmp/go-build1389117207/b158/_pkg_.a
2025-08-20T21:27:09.6138911Z [00:02:30.658]➜  packagefile github.com/samber/lo=/tmp/go-build1389117207/b165/_pkg_.a
2025-08-20T21:27:09.6139929Z [00:02:30.658]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1389117207/b172/_pkg_.a
2025-08-20T21:27:09.6140805Z [00:02:30.658]➜  packagefile github.com/spf13/afero=/tmp/go-build1389117207/b189/_pkg_.a
2025-08-20T21:27:09.6142000Z [00:02:30.658]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1389117207/b099/_pkg_.a
2025-08-20T21:27:09.6142851Z [00:02:30.658]➜  packagefile io=/tmp/go-build1389117207/b035/_pkg_.a
2025-08-20T21:27:09.6143643Z [00:02:30.658]➜  packagefile log=/tmp/go-build1389117207/b068/_pkg_.a
2025-08-20T21:27:09.6144458Z [00:02:30.658]➜  packagefile net/http=/tmp/go-build1389117207/b194/_pkg_.a
2025-08-20T21:27:09.6145331Z [00:02:30.658]➜  packagefile net/http/pprof=/tmp/go-build1389117207/b496/_pkg_.a
2025-08-20T21:27:09.6146024Z [00:02:30.658]➜  packagefile os=/tmp/go-build1389117207/b053/_pkg_.a
2025-08-20T21:27:09.6146580Z [00:02:30.658]➜  packagefile os/exec=/tmp/go-build1389117207/b117/_pkg_.a
2025-08-20T21:27:09.6147193Z [00:02:30.658]➜  packagefile os/user=/tmp/go-build1389117207/b162/_pkg_.a
2025-08-20T21:27:09.6147770Z [00:02:30.658]➜  packagefile path/filepath=/tmp/go-build1389117207/b082/_pkg_.a
2025-08-20T21:27:09.6148276Z [00:02:30.658]➜  packagefile runtime/debug=/tmp/go-build1389117207/b170/_pkg_.a
2025-08-20T21:27:09.6148734Z [00:02:30.658]➜  packagefile strings=/tmp/go-build1389117207/b044/_pkg_.a
2025-08-20T21:27:09.6149195Z [00:02:30.658]➜  packagefile internal/abi=/tmp/go-build1389117207/b007/_pkg_.a
2025-08-20T21:27:09.6149759Z [00:02:30.658]➜  packagefile internal/bytealg=/tmp/go-build1389117207/b012/_pkg_.a
2025-08-20T21:27:09.6150283Z [00:02:30.658]➜  packagefile internal/byteorder=/tmp/go-build1389117207/b014/_pkg_.a
2025-08-20T21:27:09.6150815Z [00:02:30.658]➜  packagefile internal/chacha8rand=/tmp/go-build1389117207/b015/_pkg_.a
2025-08-20T21:27:09.6151655Z [00:02:30.658]➜  packagefile internal/coverage/rtcov=/tmp/go-build1389117207/b016/_pkg_.a
2025-08-20T21:27:09.6152172Z [00:02:30.658]➜  packagefile internal/cpu=/tmp/go-build1389117207/b013/_pkg_.a
2025-08-20T21:27:09.6152845Z [00:02:30.658]➜  packagefile internal/goarch=/tmp/go-build1389117207/b008/_pkg_.a
2025-08-20T21:27:09.6153382Z [00:02:30.658]➜  packagefile internal/godebugs=/tmp/go-build1389117207/b017/_pkg_.a
2025-08-20T21:27:09.6153914Z [00:02:30.658]➜  packagefile internal/goexperiment=/tmp/go-build1389117207/b018/_pkg_.a
2025-08-20T21:27:09.6154425Z [00:02:30.658]➜  packagefile internal/goos=/tmp/go-build1389117207/b019/_pkg_.a
2025-08-20T21:27:09.6154947Z [00:02:30.658]➜  packagefile internal/profilerecord=/tmp/go-build1389117207/b020/_pkg_.a
2025-08-20T21:27:09.6155498Z [00:02:30.658]➜  packagefile internal/runtime/atomic=/tmp/go-build1389117207/b021/_pkg_.a
2025-08-20T21:27:09.6156047Z [00:02:30.658]➜  packagefile internal/runtime/cgroup=/tmp/go-build1389117207/b022/_pkg_.a
2025-08-20T21:27:09.6156609Z [00:02:30.658]➜  packagefile internal/runtime/exithook=/tmp/go-build1389117207/b026/_pkg_.a
2025-08-20T21:27:09.6157407Z [00:02:30.658]➜  packagefile internal/runtime/gc=/tmp/go-build1389117207/b027/_pkg_.a
2025-08-20T21:27:09.6157963Z [00:02:30.658]➜  packagefile internal/runtime/maps=/tmp/go-build1389117207/b028/_pkg_.a
2025-08-20T21:27:09.6158501Z [00:02:30.658]➜  packagefile internal/runtime/math=/tmp/go-build1389117207/b024/_pkg_.a
2025-08-20T21:27:09.6159053Z [00:02:30.658]➜  packagefile internal/runtime/strconv=/tmp/go-build1389117207/b023/_pkg_.a
2025-08-20T21:27:09.6159605Z [00:02:30.658]➜  packagefile internal/runtime/sys=/tmp/go-build1389117207/b032/_pkg_.a
2025-08-20T21:27:09.6160151Z [00:02:30.658]➜  packagefile internal/runtime/syscall=/tmp/go-build1389117207/b025/_pkg_.a
2025-08-20T21:27:09.6160695Z [00:02:30.658]➜  packagefile internal/stringslite=/tmp/go-build1389117207/b033/_pkg_.a
2025-08-20T21:27:09.6161446Z [00:02:30.658]➜  packagefile internal/trace/tracev2=/tmp/go-build1389117207/b034/_pkg_.a
2025-08-20T21:27:09.6161945Z [00:02:30.658]➜  packagefile sync=/tmp/go-build1389117207/b036/_pkg_.a
2025-08-20T21:27:09.6162397Z [00:02:30.658]➜  packagefile sync/atomic=/tmp/go-build1389117207/b038/_pkg_.a
2025-08-20T21:27:09.6162859Z [00:02:30.658]➜  packagefile errors=/tmp/go-build1389117207/b005/_pkg_.a
2025-08-20T21:27:09.6163483Z [00:02:30.658]➜  packagefile unicode/utf8=/tmp/go-build1389117207/b043/_pkg_.a
2025-08-20T21:27:09.6163938Z [00:02:30.658]➜  packagefile iter=/tmp/go-build1389117207/b040/_pkg_.a
2025-08-20T21:27:09.6164383Z [00:02:30.658]➜  packagefile math/bits=/tmp/go-build1389117207/b041/_pkg_.a
2025-08-20T21:27:09.6164836Z [00:02:30.658]➜  packagefile unicode=/tmp/go-build1389117207/b042/_pkg_.a
2025-08-20T21:27:09.6165311Z [00:02:30.658]➜  packagefile internal/fmtsort=/tmp/go-build1389117207/b046/_pkg_.a
2025-08-20T21:27:09.6165781Z [00:02:30.658]➜  packagefile math=/tmp/go-build1389117207/b050/_pkg_.a
2025-08-20T21:27:09.6166214Z [00:02:30.658]➜  packagefile reflect=/tmp/go-build1389117207/b048/_pkg_.a
2025-08-20T21:27:09.6166664Z [00:02:30.658]➜  packagefile slices=/tmp/go-build1389117207/b052/_pkg_.a
2025-08-20T21:27:09.6167098Z [00:02:30.658]➜  packagefile strconv=/tmp/go-build1389117207/b051/_pkg_.a
2025-08-20T21:27:09.6167533Z [00:02:30.658]➜  packagefile net=/tmp/go-build1389117207/b070/_pkg_.a
2025-08-20T21:27:09.6167993Z [00:02:30.658]➜  packagefile text/template=/tmp/go-build1389117207/b079/_pkg_.a
2025-08-20T21:27:09.6168449Z [00:02:30.658]➜  packagefile time=/tmp/go-build1389117207/b058/_pkg_.a
2025-08-20T21:27:09.6168899Z [00:02:30.658]➜  packagefile encoding/json=/tmp/go-build1389117207/b085/_pkg_.a
2025-08-20T21:27:09.6169510Z [00:02:30.658]➜  packagefile github.com/stefanhaller/git-todo-parser/todo=/tmp/go-build1389117207/b173/_pkg_.a
2025-08-20T21:27:09.6170216Z [00:02:30.658]➜  packagefile github.com/jesseduffield/generics/maps=/tmp/go-build1389117207/b435/_pkg_.a
2025-08-20T21:27:09.6171068Z [00:02:30.658]➜  packagefile github.com/jesseduffield/generics/set=/tmp/go-build1389117207/b436/_pkg_.a
2025-08-20T21:27:09.6171772Z [00:02:30.658]➜  packagefile github.com/jesseduffield/go-git/v5=/tmp/go-build1389117207/b297/_pkg_.a
2025-08-20T21:27:09.6172558Z [00:02:30.658]➜  packagefile github.com/jesseduffield/go-git/v5/config=/tmp/go-build1389117207/b353/_pkg_.a
2025-08-20T21:27:09.6173219Z [00:02:30.658]➜  packagefile github.com/jesseduffield/gocui=/tmp/go-build1389117207/b103/_pkg_.a
2025-08-20T21:27:09.6173941Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/git_config=/tmp/go-build1389117207/b437/_pkg_.a
2025-08-20T21:27:09.6174747Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/models=/tmp/go-build1389117207/b294/_pkg_.a
2025-08-20T21:27:09.6175527Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/patch=/tmp/go-build1389117207/b444/_pkg_.a
2025-08-20T21:27:09.6176171Z [00:02:30.658]➜  packagefile github.com/mgutz/str=/tmp/go-build1389117207/b441/_pkg_.a
2025-08-20T21:27:09.6176741Z [00:02:30.658]➜  packagefile github.com/sasha-s/go-deadlock=/tmp/go-build1389117207/b442/_pkg_.a
2025-08-20T21:27:09.6177352Z [00:02:30.658]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1389117207/b446/_pkg_.a
2025-08-20T21:27:09.6177869Z [00:02:30.658]➜  packagefile io/fs=/tmp/go-build1389117207/b055/_pkg_.a
2025-08-20T21:27:09.6178311Z [00:02:30.658]➜  packagefile regexp=/tmp/go-build1389117207/b100/_pkg_.a
2025-08-20T21:27:09.6178742Z [00:02:30.658]➜  packagefile sort=/tmp/go-build1389117207/b102/_pkg_.a
2025-08-20T21:27:09.6179251Z [00:02:30.658]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1389117207/b439/_pkg_.a
2025-08-20T21:27:09.6179812Z [00:02:30.658]➜  packagefile github.com/creack/pty=/tmp/go-build1389117207/b440/_pkg_.a
2025-08-20T21:27:09.6180363Z [00:02:30.658]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1389117207/b174/_pkg_.a
2025-08-20T21:27:09.6181028Z [00:02:30.658]➜  packagefile syscall=/tmp/go-build1389117207/b061/_pkg_.a
2025-08-20T21:27:09.6181502Z [00:02:30.658]➜  packagefile testing=/tmp/go-build1389117207/b167/_pkg_.a
2025-08-20T21:27:09.6181991Z [00:02:30.658]➜  packagefile github.com/adrg/xdg=/tmp/go-build1389117207/b091/_pkg_.a
2025-08-20T21:27:09.6182630Z [00:02:30.658]➜  packagefile github.com/jesseduffield/generics/orderedset=/tmp/go-build1389117207/b093/_pkg_.a
2025-08-20T21:27:09.6183519Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazygit/pkg/utils/yaml_utils=/tmp/go-build1389117207/b175/_pkg_.a
2025-08-20T21:27:09.6184225Z [00:02:30.658]➜  packagefile github.com/karimkhaleel/jsonschema=/tmp/go-build1389117207/b176/_pkg_.a
2025-08-20T21:27:09.6184759Z [00:02:30.658]➜  packagefile context=/tmp/go-build1389117207/b071/_pkg_.a
2025-08-20T21:27:09.6185282Z [00:02:30.658]➜  packagefile github.com/gdamore/tcell/v2=/tmp/go-build1389117207/b104/_pkg_.a
2025-08-20T21:27:09.6185947Z [00:02:30.658]➜  packagefile github.com/jesseduffield/lazycore/pkg/boxlayout=/tmp/go-build1389117207/b455/_pkg_.a
2025-08-20T21:27:09.6186687Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands=/tmp/go-build1389117207/b296/_pkg_.a
2025-08-20T21:27:09.6187424Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context=/tmp/go-build1389117207/b457/_pkg_.a
2025-08-20T21:27:09.6188195Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers=/tmp/go-build1389117207/b467/_pkg_.a
2025-08-20T21:27:09.6189015Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers=/tmp/go-build1389117207/b468/_pkg_.a
2025-08-20T21:27:09.6189979Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/keybindings=/tmp/go-build1389117207/b461/_pkg_.a
2025-08-20T21:27:09.6191573Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking=/tmp/go-build1389117207/b447/_pkg_.a
2025-08-20T21:27:09.6193025Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/diffing=/tmp/go-build1389117207/b448/_pkg_.a
2025-08-20T21:27:09.6194450Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/filtering=/tmp/go-build1389117207/b449/_pkg_.a
2025-08-20T21:27:09.6196126Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/modes/marked_base_commit=/tmp/go-build1389117207/b450/_pkg_.a
2025-08-20T21:27:09.6197563Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/popup=/tmp/go-build1389117207/b484/_pkg_.a
2025-08-20T21:27:09.6198670Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation=/tmp/go-build1389117207/b462/_pkg_.a
2025-08-20T21:27:09.6199511Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/authors=/tmp/go-build1389117207/b463/_pkg_.a
2025-08-20T21:27:09.6200488Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/graph=/tmp/go-build1389117207/b464/_pkg_.a
2025-08-20T21:27:09.6201622Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/presentation/icons=/tmp/go-build1389117207/b465/_pkg_.a
2025-08-20T21:27:09.6202505Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/services/custom_commands=/tmp/go-build1389117207/b485/_pkg_.a
2025-08-20T21:27:09.6203968Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/status=/tmp/go-build1389117207/b470/_pkg_.a
2025-08-20T21:27:09.6205118Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/style=/tmp/go-build1389117207/b163/_pkg_.a
2025-08-20T21:27:09.6205855Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/types=/tmp/go-build1389117207/b295/_pkg_.a
2025-08-20T21:27:09.6206650Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/integration/components=/tmp/go-build1389117207/b486/_pkg_.a
2025-08-20T21:27:09.6207423Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/tasks=/tmp/go-build1389117207/b452/_pkg_.a
2025-08-20T21:27:09.6208123Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/theme=/tmp/go-build1389117207/b445/_pkg_.a
2025-08-20T21:27:09.6208728Z [00:02:30.659]➜  packagefile github.com/spkg/bom=/tmp/go-build1389117207/b487/_pkg_.a
2025-08-20T21:27:09.6209493Z [00:02:30.659]➜  packagefile gopkg.in/ozeidan/fuzzy-patricia.v3/patricia=/tmp/go-build1389117207/b453/_pkg_.a
2025-08-20T21:27:09.6210182Z [00:02:30.659]➜  packagefile math/rand=/tmp/go-build1389117207/b150/_pkg_.a
2025-08-20T21:27:09.6211215Z [00:02:30.659]➜  packagefile dario.cat/mergo=/tmp/go-build1389117207/b186/_pkg_.a
2025-08-20T21:27:09.6211717Z [00:02:30.659]➜  packagefile embed=/tmp/go-build1389117207/b187/_pkg_.a
2025-08-20T21:27:09.6212269Z [00:02:30.659]➜  packagefile github.com/cloudfoundry/jibber_jabber=/tmp/go-build1389117207/b188/_pkg_.a
2025-08-20T21:27:09.6212896Z [00:02:30.659]➜  packagefile github.com/aybabtme/humanlog=/tmp/go-build1389117207/b490/_pkg_.a
2025-08-20T21:27:09.6213480Z [00:02:30.659]➜  packagefile github.com/kardianos/osext=/tmp/go-build1389117207/b473/_pkg_.a
2025-08-20T21:27:09.6214046Z [00:02:30.659]➜  packagefile github.com/gookit/color=/tmp/go-build1389117207/b159/_pkg_.a
2025-08-20T21:27:09.6214626Z [00:02:30.659]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1389117207/b151/_pkg_.a
2025-08-20T21:27:09.6215217Z [00:02:30.659]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build1389117207/b164/_pkg_.a
2025-08-20T21:27:09.6215800Z [00:02:30.659]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1389117207/b166/_pkg_.a
2025-08-20T21:27:09.6216431Z [00:02:30.659]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1389117207/b153/_pkg_.a
2025-08-20T21:27:09.6217149Z [00:02:30.659]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1389117207/b190/_pkg_.a
2025-08-20T21:27:09.6217883Z [00:02:30.659]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1389117207/b191/_pkg_.a
2025-08-20T21:27:09.6218536Z [00:02:30.659]➜  packagefile golang.org/x/text/runes=/tmp/go-build1389117207/b192/_pkg_.a
2025-08-20T21:27:09.6219103Z [00:02:30.659]➜  packagefile golang.org/x/text/transform=/tmp/go-build1389117207/b108/_pkg_.a
2025-08-20T21:27:09.6219689Z [00:02:30.659]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1389117207/b193/_pkg_.a
2025-08-20T21:27:09.6220203Z [00:02:30.659]➜  packagefile path=/tmp/go-build1389117207/b057/_pkg_.a
2025-08-20T21:27:09.6220793Z [00:02:30.659]➜  packagefile encoding=/tmp/go-build1389117207/b086/_pkg_.a
2025-08-20T21:27:09.6221552Z [00:02:30.659]➜  packagefile encoding/base64=/tmp/go-build1389117207/b087/_pkg_.a
2025-08-20T21:27:09.6222041Z [00:02:30.659]➜  packagefile log/internal=/tmp/go-build1389117207/b069/_pkg_.a
2025-08-20T21:27:09.6222548Z [00:02:30.659]➜  packagefile compress/gzip=/tmp/go-build1389117207/b195/_pkg_.a
2025-08-20T21:27:09.6223046Z [00:02:30.659]➜  packagefile container/list=/tmp/go-build1389117207/b199/_pkg_.a
2025-08-20T21:27:09.6223525Z [00:02:30.659]➜  packagefile crypto/rand=/tmp/go-build1389117207/b200/_pkg_.a
2025-08-20T21:27:09.6223996Z [00:02:30.659]➜  packagefile crypto/tls=/tmp/go-build1389117207/b227/_pkg_.a
2025-08-20T21:27:09.6224482Z [00:02:30.659]➜  packagefile encoding/binary=/tmp/go-build1389117207/b154/_pkg_.a
2025-08-20T21:27:09.6225071Z [00:02:30.659]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1389117207/b275/_pkg_.a
2025-08-20T21:27:09.6225740Z [00:02:30.659]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1389117207/b282/_pkg_.a
2025-08-20T21:27:09.6226541Z [00:02:30.659]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1389117207/b283/_pkg_.a
2025-08-20T21:27:09.6227162Z [00:02:30.659]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1389117207/b276/_pkg_.a
2025-08-20T21:27:09.6227714Z [00:02:30.659]➜  packagefile internal/godebug=/tmp/go-build1389117207/b059/_pkg_.a
2025-08-20T21:27:09.6228193Z [00:02:30.659]➜  packagefile maps=/tmp/go-build1389117207/b080/_pkg_.a
2025-08-20T21:27:09.6228620Z [00:02:30.659]➜  packagefile mime=/tmp/go-build1389117207/b284/_pkg_.a
2025-08-20T21:27:09.6229085Z [00:02:30.659]➜  packagefile mime/multipart=/tmp/go-build1389117207/b285/_pkg_.a
2025-08-20T21:27:09.6229596Z [00:02:30.659]➜  packagefile net/http/httptrace=/tmp/go-build1389117207/b287/_pkg_.a
2025-08-20T21:27:09.6230110Z [00:02:30.659]➜  packagefile net/http/internal=/tmp/go-build1389117207/b288/_pkg_.a
2025-08-20T21:27:09.6230658Z [00:02:30.659]➜  packagefile net/http/internal/ascii=/tmp/go-build1389117207/b289/_pkg_.a
2025-08-20T21:27:09.6231450Z [00:02:30.659]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1389117207/b290/_pkg_.a
2025-08-20T21:27:09.6231995Z [00:02:30.659]➜  packagefile net/textproto=/tmp/go-build1389117207/b281/_pkg_.a
2025-08-20T21:27:09.6243023Z [00:02:30.659]➜  packagefile net/url=/tmp/go-build1389117207/b081/_pkg_.a
2025-08-20T21:27:09.6243543Z [00:02:30.659]➜  packagefile html=/tmp/go-build1389117207/b394/_pkg_.a
2025-08-20T21:27:09.6244041Z [00:02:30.659]➜  packagefile internal/profile=/tmp/go-build1389117207/b497/_pkg_.a
2025-08-20T21:27:09.6244548Z [00:02:30.659]➜  packagefile runtime/pprof=/tmp/go-build1389117207/b498/_pkg_.a
2025-08-20T21:27:09.6245033Z [00:02:30.659]➜  packagefile runtime/trace=/tmp/go-build1389117207/b171/_pkg_.a
2025-08-20T21:27:09.6245556Z [00:02:30.659]➜  packagefile internal/filepathlite=/tmp/go-build1389117207/b054/_pkg_.a
2025-08-20T21:27:09.6246248Z [00:02:30.659]➜  packagefile internal/itoa=/tmp/go-build1389117207/b049/_pkg_.a
2025-08-20T21:27:09.6246756Z [00:02:30.659]➜  packagefile internal/poll=/tmp/go-build1389117207/b062/_pkg_.a
2025-08-20T21:27:09.6247291Z [00:02:30.659]➜  packagefile internal/syscall/execenv=/tmp/go-build1389117207/b064/_pkg_.a
2025-08-20T21:27:09.6247850Z [00:02:30.659]➜  packagefile internal/syscall/unix=/tmp/go-build1389117207/b063/_pkg_.a
2025-08-20T21:27:09.6248370Z [00:02:30.659]➜  packagefile internal/testlog=/tmp/go-build1389117207/b065/_pkg_.a
2025-08-20T21:27:09.6248859Z [00:02:30.659]➜  packagefile internal/asan=/tmp/go-build1389117207/b029/_pkg_.a
2025-08-20T21:27:09.6249334Z [00:02:30.659]➜  packagefile internal/msan=/tmp/go-build1389117207/b030/_pkg_.a
2025-08-20T21:27:09.6249804Z [00:02:30.659]➜  packagefile internal/race=/tmp/go-build1389117207/b031/_pkg_.a
2025-08-20T21:27:09.6250278Z [00:02:30.659]➜  packagefile internal/sync=/tmp/go-build1389117207/b037/_pkg_.a
2025-08-20T21:27:09.6250779Z [00:02:30.659]➜  packagefile internal/synctest=/tmp/go-build1389117207/b039/_pkg_.a
2025-08-20T21:27:09.6251569Z [00:02:30.659]➜  packagefile internal/reflectlite=/tmp/go-build1389117207/b006/_pkg_.a
2025-08-20T21:27:09.6252059Z [00:02:30.659]➜  packagefile cmp=/tmp/go-build1389117207/b047/_pkg_.a
2025-08-20T21:27:09.6252545Z [00:02:30.659]➜  packagefile internal/unsafeheader=/tmp/go-build1389117207/b010/_pkg_.a
2025-08-20T21:27:09.6253162Z [00:02:30.659]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1389117207/b072/_pkg_.a
2025-08-20T21:27:09.6253750Z [00:02:30.659]➜  packagefile internal/nettrace=/tmp/go-build1389117207/b073/_pkg_.a
2025-08-20T21:27:09.6254294Z [00:02:30.659]➜  packagefile internal/singleflight=/tmp/go-build1389117207/b074/_pkg_.a
2025-08-20T21:27:09.6254805Z [00:02:30.659]➜  packagefile net/netip=/tmp/go-build1389117207/b075/_pkg_.a
2025-08-20T21:27:09.6255309Z [00:02:30.659]➜  packagefile text/template/parse=/tmp/go-build1389117207/b083/_pkg_.a
2025-08-20T21:27:09.6255826Z [00:02:30.659]➜  packagefile unicode/utf16=/tmp/go-build1389117207/b088/_pkg_.a
2025-08-20T21:27:09.6256453Z [00:02:30.659]➜  packagefile container/heap=/tmp/go-build1389117207/b298/_pkg_.a
2025-08-20T21:27:09.6256928Z [00:02:30.659]➜  packagefile crypto=/tmp/go-build1389117207/b202/_pkg_.a
2025-08-20T21:27:09.6257385Z [00:02:30.659]➜  packagefile encoding/hex=/tmp/go-build1389117207/b273/_pkg_.a
2025-08-20T21:27:09.6257963Z [00:02:30.659]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1389117207/b299/_pkg_.a
2025-08-20T21:27:09.6258658Z [00:02:30.659]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1389117207/b332/_pkg_.a
2025-08-20T21:27:09.6259308Z [00:02:30.659]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1389117207/b347/_pkg_.a
2025-08-20T21:27:09.6259909Z [00:02:30.659]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1389117207/b348/_pkg_.a
2025-08-20T21:27:09.6260521Z [00:02:30.659]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build1389117207/b352/_pkg_.a
2025-08-20T21:27:09.6261516Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/internal/path_util=/tmp/go-build1389117207/b368/_pkg_.a
2025-08-20T21:27:09.6262305Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/internal/revision=/tmp/go-build1389117207/b369/_pkg_.a
2025-08-20T21:27:09.6263048Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/internal/url=/tmp/go-build1389117207/b354/_pkg_.a
2025-08-20T21:27:09.6263757Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing=/tmp/go-build1389117207/b355/_pkg_.a
2025-08-20T21:27:09.6264475Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/cache=/tmp/go-build1389117207/b370/_pkg_.a
2025-08-20T21:27:09.6265217Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/filemode=/tmp/go-build1389117207/b371/_pkg_.a
2025-08-20T21:27:09.6265991Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/config=/tmp/go-build1389117207/b360/_pkg_.a
2025-08-20T21:27:09.6266959Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/gitignore=/tmp/go-build1389117207/b372/_pkg_.a
2025-08-20T21:27:09.6267776Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/index=/tmp/go-build1389117207/b376/_pkg_.a
2025-08-20T21:27:09.6268918Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/packfile=/tmp/go-build1389117207/b378/_pkg_.a
2025-08-20T21:27:09.6270237Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/hash=/tmp/go-build1389117207/b356/_pkg_.a
2025-08-20T21:27:09.6271344Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/object=/tmp/go-build1389117207/b382/_pkg_.a
2025-08-20T21:27:09.6272523Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp=/tmp/go-build1389117207/b398/_pkg_.a
2025-08-20T21:27:09.6273434Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1389117207/b401/_pkg_.a
2025-08-20T21:27:09.6274351Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1389117207/b402/_pkg_.a
2025-08-20T21:27:09.6275174Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/revlist=/tmp/go-build1389117207/b404/_pkg_.a
2025-08-20T21:27:09.6275916Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/storer=/tmp/go-build1389117207/b380/_pkg_.a
2025-08-20T21:27:09.6276671Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport=/tmp/go-build1389117207/b405/_pkg_.a
2025-08-20T21:27:09.6277464Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/client=/tmp/go-build1389117207/b406/_pkg_.a
2025-08-20T21:27:09.6278214Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/storage=/tmp/go-build1389117207/b391/_pkg_.a
2025-08-20T21:27:09.6278949Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem=/tmp/go-build1389117207/b410/_pkg_.a
2025-08-20T21:27:09.6279919Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1389117207/b412/_pkg_.a
2025-08-20T21:27:09.6280698Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/storage/memory=/tmp/go-build1389117207/b403/_pkg_.a
2025-08-20T21:27:09.6281563Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/diff=/tmp/go-build1389117207/b392/_pkg_.a
2025-08-20T21:27:09.6282277Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/ioutil=/tmp/go-build1389117207/b373/_pkg_.a
2025-08-20T21:27:09.6283009Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie=/tmp/go-build1389117207/b395/_pkg_.a
2025-08-20T21:27:09.6283807Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build1389117207/b432/_pkg_.a
2025-08-20T21:27:09.6284637Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/index=/tmp/go-build1389117207/b433/_pkg_.a
2025-08-20T21:27:09.6285438Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/noder=/tmp/go-build1389117207/b397/_pkg_.a
2025-08-20T21:27:09.6286178Z [00:02:30.659]➜  packagefile github.com/jesseduffield/go-git/v5/utils/sync=/tmp/go-build1389117207/b381/_pkg_.a
2025-08-20T21:27:09.6286860Z [00:02:30.659]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1389117207/b393/_pkg_.a
2025-08-20T21:27:09.6287416Z [00:02:30.659]➜  packagefile os/signal=/tmp/go-build1389117207/b156/_pkg_.a
2025-08-20T21:27:09.6287948Z [00:02:30.659]➜  packagefile github.com/petermattis/goid=/tmp/go-build1389117207/b443/_pkg_.a
2025-08-20T21:27:09.6288467Z [00:02:30.659]➜  packagefile io/ioutil=/tmp/go-build1389117207/b161/_pkg_.a
2025-08-20T21:27:09.6288954Z [00:02:30.659]➜  packagefile internal/oserror=/tmp/go-build1389117207/b056/_pkg_.a
2025-08-20T21:27:09.6289610Z [00:02:30.659]➜  packagefile regexp/syntax=/tmp/go-build1389117207/b101/_pkg_.a
2025-08-20T21:27:09.6290082Z [00:02:30.659]➜  packagefile flag=/tmp/go-build1389117207/b168/_pkg_.a
2025-08-20T21:27:09.6290551Z [00:02:30.659]➜  packagefile internal/sysinfo=/tmp/go-build1389117207/b169/_pkg_.a
2025-08-20T21:27:09.6291380Z [00:02:30.659]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build1389117207/b092/_pkg_.a
2025-08-20T21:27:09.6292028Z [00:02:30.659]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build1389117207/b094/_pkg_.a
2025-08-20T21:27:09.6292541Z [00:02:30.659]➜  packagefile go/ast=/tmp/go-build1389117207/b177/_pkg_.a
2025-08-20T21:27:09.6292978Z [00:02:30.659]➜  packagefile go/doc=/tmp/go-build1389117207/b180/_pkg_.a
2025-08-20T21:27:09.6293420Z [00:02:30.659]➜  packagefile go/parser=/tmp/go-build1389117207/b183/_pkg_.a
2025-08-20T21:27:09.6293870Z [00:02:30.659]➜  packagefile go/token=/tmp/go-build1389117207/b179/_pkg_.a
2025-08-20T21:27:09.6294398Z [00:02:30.659]➜  packagefile github.com/gdamore/encoding=/tmp/go-build1389117207/b105/_pkg_.a
2025-08-20T21:27:09.6295011Z [00:02:30.659]➜  packagefile github.com/gdamore/tcell/v2/terminfo=/tmp/go-build1389117207/b109/_pkg_.a
2025-08-20T21:27:09.6295686Z [00:02:30.659]➜  packagefile github.com/gdamore/tcell/v2/terminfo/base=/tmp/go-build1389117207/b110/_pkg_.a
2025-08-20T21:27:09.6296543Z [00:02:30.659]➜  packagefile github.com/gdamore/tcell/v2/terminfo/dynamic=/tmp/go-build1389117207/b116/_pkg_.a
2025-08-20T21:27:09.6297808Z [00:02:30.659]➜  packagefile github.com/gdamore/tcell/v2/terminfo/extended=/tmp/go-build1389117207/b118/_pkg_.a
2025-08-20T21:27:09.6298950Z [00:02:30.659]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1389117207/b147/_pkg_.a
2025-08-20T21:27:09.6299926Z [00:02:30.659]➜  packagefile golang.org/x/term=/tmp/go-build1389117207/b155/_pkg_.a
2025-08-20T21:27:09.6301052Z [00:02:30.659]➜  packagefile golang.org/x/text/encoding=/tmp/go-build1389117207/b106/_pkg_.a
2025-08-20T21:27:09.6301990Z [00:02:30.659]➜  packagefile image/color=/tmp/go-build1389117207/b149/_pkg_.a
2025-08-20T21:27:09.6303051Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazycore/pkg/utils=/tmp/go-build1389117207/b456/_pkg_.a
2025-08-20T21:27:09.6304593Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/context/traits=/tmp/go-build1389117207/b458/_pkg_.a
2025-08-20T21:27:09.6305685Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/filetree=/tmp/go-build1389117207/b459/_pkg_.a
2025-08-20T21:27:09.6306611Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/mergeconflicts=/tmp/go-build1389117207/b460/_pkg_.a
2025-08-20T21:27:09.6307429Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/gui/patch_exploring=/tmp/go-build1389117207/b451/_pkg_.a
2025-08-20T21:27:09.6308176Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/snake=/tmp/go-build1389117207/b471/_pkg_.a
2025-08-20T21:27:09.6308790Z [00:02:30.659]➜  packagefile text/tabwriter=/tmp/go-build1389117207/b483/_pkg_.a
2025-08-20T21:27:09.6309659Z [00:02:30.659]➜  packagefile github.com/jesseduffield/lazygit/pkg/commands/hosting_service=/tmp/go-build1389117207/b469/_pkg_.a
2025-08-20T21:27:09.6310439Z [00:02:30.659]➜  packagefile github.com/jesseduffield/minimal/gitignore=/tmp/go-build1389117207/b474/_pkg_.a
2025-08-20T21:27:09.6311492Z [00:02:30.659]➜  packagefile github.com/kyokomi/emoji/v2=/tmp/go-build1389117207/b466/_pkg_.a
2025-08-20T21:27:09.6312049Z [00:02:30.659]➜  packagefile crypto/md5=/tmp/go-build1389117207/b262/_pkg_.a
2025-08-20T21:27:09.6312556Z [00:02:30.659]➜  packagefile github.com/fatih/color=/tmp/go-build1389117207/b491/_pkg_.a
2025-08-20T21:27:09.6313117Z [00:02:30.659]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build1389117207/b494/_pkg_.a
2025-08-20T21:27:09.6313665Z [00:02:30.659]➜  packagefile github.com/kr/logfmt=/tmp/go-build1389117207/b495/_pkg_.a
2025-08-20T21:27:09.6314205Z [00:02:30.659]➜  packagefile github.com/xo/terminfo=/tmp/go-build1389117207/b160/_pkg_.a
2025-08-20T21:27:09.6314895Z [00:02:30.659]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1389117207/b152/_pkg_.a
2025-08-20T21:27:09.6315431Z [00:02:30.660]➜  packagefile compress/flate=/tmp/go-build1389117207/b196/_pkg_.a
2025-08-20T21:27:09.6315907Z [00:02:30.660]➜  packagefile hash/crc32=/tmp/go-build1389117207/b197/_pkg_.a
2025-08-20T21:27:09.6316413Z [00:02:30.660]➜  packagefile crypto/internal/boring=/tmp/go-build1389117207/b201/_pkg_.a
2025-08-20T21:27:09.6316964Z [00:02:30.660]➜  packagefile crypto/internal/fips140=/tmp/go-build1389117207/b205/_pkg_.a
2025-08-20T21:27:09.6317542Z [00:02:30.660]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1389117207/b218/_pkg_.a
2025-08-20T21:27:09.6318178Z [00:02:30.660]➜  packagefile crypto/internal/fips140only=/tmp/go-build1389117207/b223/_pkg_.a
2025-08-20T21:27:09.6318754Z [00:02:30.660]➜  packagefile crypto/internal/randutil=/tmp/go-build1389117207/b221/_pkg_.a
2025-08-20T21:27:09.6319314Z [00:02:30.660]➜  packagefile crypto/internal/sysrand=/tmp/go-build1389117207/b220/_pkg_.a
2025-08-20T21:27:09.6319816Z [00:02:30.660]➜  packagefile math/big=/tmp/go-build1389117207/b226/_pkg_.a
2025-08-20T21:27:09.6320284Z [00:02:30.660]➜  packagefile crypto/aes=/tmp/go-build1389117207/b228/_pkg_.a
2025-08-20T21:27:09.6320756Z [00:02:30.660]➜  packagefile crypto/cipher=/tmp/go-build1389117207/b203/_pkg_.a
2025-08-20T21:27:09.6321361Z [00:02:30.660]➜  packagefile crypto/des=/tmp/go-build1389117207/b229/_pkg_.a
2025-08-20T21:27:09.6321828Z [00:02:30.660]➜  packagefile crypto/ecdh=/tmp/go-build1389117207/b230/_pkg_.a
2025-08-20T21:27:09.6322300Z [00:02:30.660]➜  packagefile crypto/ecdsa=/tmp/go-build1389117207/b235/_pkg_.a
2025-08-20T21:27:09.6322782Z [00:02:30.660]➜  packagefile crypto/ed25519=/tmp/go-build1389117207/b247/_pkg_.a
2025-08-20T21:27:09.6323273Z [00:02:30.660]➜  packagefile crypto/elliptic=/tmp/go-build1389117207/b236/_pkg_.a
2025-08-20T21:27:09.6323761Z [00:02:30.660]➜  packagefile crypto/hkdf=/tmp/go-build1389117207/b250/_pkg_.a
2025-08-20T21:27:09.6324235Z [00:02:30.660]➜  packagefile crypto/hmac=/tmp/go-build1389117207/b252/_pkg_.a
2025-08-20T21:27:09.6324892Z [00:02:30.660]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1389117207/b204/_pkg_.a
2025-08-20T21:27:09.6325493Z [00:02:30.660]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1389117207/b217/_pkg_.a
2025-08-20T21:27:09.6326108Z [00:02:30.660]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1389117207/b253/_pkg_.a
2025-08-20T21:27:09.6326702Z [00:02:30.660]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1389117207/b254/_pkg_.a
2025-08-20T21:27:09.6327290Z [00:02:30.660]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1389117207/b255/_pkg_.a
2025-08-20T21:27:09.6327847Z [00:02:30.660]➜  packagefile crypto/internal/hpke=/tmp/go-build1389117207/b256/_pkg_.a
2025-08-20T21:27:09.6328344Z [00:02:30.660]➜  packagefile crypto/rc4=/tmp/go-build1389117207/b263/_pkg_.a
2025-08-20T21:27:09.6328799Z [00:02:30.660]➜  packagefile crypto/rsa=/tmp/go-build1389117207/b264/_pkg_.a
2025-08-20T21:27:09.6329270Z [00:02:30.660]➜  packagefile crypto/sha1=/tmp/go-build1389117207/b266/_pkg_.a
2025-08-20T21:27:09.6329749Z [00:02:30.660]➜  packagefile crypto/sha256=/tmp/go-build1389117207/b267/_pkg_.a
2025-08-20T21:27:09.6330228Z [00:02:30.660]➜  packagefile crypto/sha512=/tmp/go-build1389117207/b243/_pkg_.a
2025-08-20T21:27:09.6330704Z [00:02:30.660]➜  packagefile crypto/subtle=/tmp/go-build1389117207/b224/_pkg_.a
2025-08-20T21:27:09.6331382Z [00:02:30.660]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1389117207/b268/_pkg_.a
2025-08-20T21:27:09.6331913Z [00:02:30.660]➜  packagefile crypto/x509=/tmp/go-build1389117207/b270/_pkg_.a
2025-08-20T21:27:09.6332383Z [00:02:30.660]➜  packagefile encoding/pem=/tmp/go-build1389117207/b274/_pkg_.a
2025-08-20T21:27:09.6332988Z [00:02:30.660]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1389117207/b257/_pkg_.a
2025-08-20T21:27:09.6333667Z [00:02:30.660]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b244/_pkg_.a
2025-08-20T21:27:09.6334322Z [00:02:30.660]➜  packagefile hash=/tmp/go-build1389117207/b198/_pkg_.a
2025-08-20T21:27:09.6334759Z [00:02:30.660]➜  packagefile weak=/tmp/go-build1389117207/b077/_pkg_.a
2025-08-20T21:27:09.6335316Z [00:02:30.660]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1389117207/b277/_pkg_.a
2025-08-20T21:27:09.6335976Z [00:02:30.660]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1389117207/b279/_pkg_.a
2025-08-20T21:27:09.6336613Z [00:02:30.660]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1389117207/b280/_pkg_.a
2025-08-20T21:27:09.6337188Z [00:02:30.660]➜  packagefile internal/bisect=/tmp/go-build1389117207/b060/_pkg_.a
2025-08-20T21:27:09.6337718Z [00:02:30.660]➜  packagefile mime/quotedprintable=/tmp/go-build1389117207/b286/_pkg_.a
2025-08-20T21:27:09.6338206Z [00:02:30.660]➜  packagefile unique=/tmp/go-build1389117207/b076/_pkg_.a
2025-08-20T21:27:09.6338794Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build1389117207/b300/_pkg_.a
2025-08-20T21:27:09.6339506Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1389117207/b302/_pkg_.a
2025-08-20T21:27:09.6340205Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1389117207/b328/_pkg_.a
2025-08-20T21:27:09.6341024Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1389117207/b329/_pkg_.a
2025-08-20T21:27:09.6341738Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1389117207/b330/_pkg_.a
2025-08-20T21:27:09.6342433Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1389117207/b331/_pkg_.a
2025-08-20T21:27:09.6343139Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1389117207/b301/_pkg_.a
2025-08-20T21:27:09.6343919Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1389117207/b304/_pkg_.a
2025-08-20T21:27:09.6344705Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1389117207/b309/_pkg_.a
2025-08-20T21:27:09.6345569Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1389117207/b340/_pkg_.a
2025-08-20T21:27:09.6346275Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1389117207/b342/_pkg_.a
2025-08-20T21:27:09.6346911Z [00:02:30.660]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1389117207/b346/_pkg_.a
2025-08-20T21:27:09.6347436Z [00:02:30.660]➜  packagefile compress/bzip2=/tmp/go-build1389117207/b333/_pkg_.a
2025-08-20T21:27:09.6347918Z [00:02:30.660]➜  packagefile compress/zlib=/tmp/go-build1389117207/b334/_pkg_.a
2025-08-20T21:27:09.6348386Z [00:02:30.660]➜  packagefile crypto/dsa=/tmp/go-build1389117207/b271/_pkg_.a
2025-08-20T21:27:09.6348861Z [00:02:30.660]➜  packagefile encoding/asn1=/tmp/go-build1389117207/b245/_pkg_.a
2025-08-20T21:27:09.6349477Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build1389117207/b336/_pkg_.a
2025-08-20T21:27:09.6350250Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1389117207/b312/_pkg_.a
2025-08-20T21:27:09.6351278Z [00:02:30.660]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build1389117207/b337/_pkg_.a
2025-08-20T21:27:09.6351927Z [00:02:30.660]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1389117207/b341/_pkg_.a
2025-08-20T21:27:09.6352422Z [00:02:30.660]➜  packagefile image=/tmp/go-build1389117207/b343/_pkg_.a
2025-08-20T21:27:09.6352872Z [00:02:30.660]➜  packagefile image/jpeg=/tmp/go-build1389117207/b344/_pkg_.a
2025-08-20T21:27:09.6353435Z [00:02:30.660]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build1389117207/b349/_pkg_.a
2025-08-20T21:27:09.6354107Z [00:02:30.660]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1389117207/b350/_pkg_.a
2025-08-20T21:27:09.6354844Z [00:02:30.660]➜  packagefile github.com/go-git/gcfg=/tmp/go-build1389117207/b361/_pkg_.a
2025-08-20T21:27:09.6355496Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/utils/binary=/tmp/go-build1389117207/b377/_pkg_.a
2025-08-20T21:27:09.6356263Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/idxfile=/tmp/go-build1389117207/b379/_pkg_.a
2025-08-20T21:27:09.6356932Z [00:02:30.660]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build1389117207/b357/_pkg_.a
2025-08-20T21:27:09.6357560Z [00:02:30.660]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build1389117207/b383/_pkg_.a
2025-08-20T21:27:09.6358299Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/diff=/tmp/go-build1389117207/b389/_pkg_.a
2025-08-20T21:27:09.6359096Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/pktline=/tmp/go-build1389117207/b399/_pkg_.a
2025-08-20T21:27:09.6359902Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/file=/tmp/go-build1389117207/b407/_pkg_.a
2025-08-20T21:27:09.6360703Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/git=/tmp/go-build1389117207/b414/_pkg_.a
2025-08-20T21:27:09.6361751Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/http=/tmp/go-build1389117207/b415/_pkg_.a
2025-08-20T21:27:09.6362548Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/ssh=/tmp/go-build1389117207/b417/_pkg_.a
2025-08-20T21:27:09.6363342Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/format/objfile=/tmp/go-build1389117207/b411/_pkg_.a
2025-08-20T21:27:09.6364038Z [00:02:30.660]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build1389117207/b374/_pkg_.a
2025-08-20T21:27:09.6364795Z [00:02:30.660]➜  packagefile github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build1389117207/b396/_pkg_.a
2025-08-20T21:27:09.6365545Z [00:02:30.660]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build1389117207/b095/_pkg_.a
2025-08-20T21:27:09.6366306Z [00:02:30.660]➜  packagefile github.com/buger/jsonparser=/tmp/go-build1389117207/b096/_pkg_.a
2025-08-20T21:27:09.6366926Z [00:02:30.660]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build1389117207/b097/_pkg_.a
2025-08-20T21:27:09.6367470Z [00:02:30.660]➜  packagefile go/scanner=/tmp/go-build1389117207/b178/_pkg_.a
2025-08-20T21:27:09.6367949Z [00:02:30.660]➜  packagefile go/doc/comment=/tmp/go-build1389117207/b181/_pkg_.a
2025-08-20T21:27:09.6368713Z [00:02:30.660]➜  packagefile internal/lazyregexp=/tmp/go-build1389117207/b182/_pkg_.a
2025-08-20T21:27:09.6369629Z [00:02:30.660]➜  packagefile go/build/constraint=/tmp/go-build1389117207/b184/_pkg_.a
2025-08-20T21:27:09.6370708Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/ansi=/tmp/go-build1389117207/b111/_pkg_.a
2025-08-20T21:27:09.6372168Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt100=/tmp/go-build1389117207/b112/_pkg_.a
2025-08-20T21:27:09.6373396Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt102=/tmp/go-build1389117207/b113/_pkg_.a
2025-08-20T21:27:09.6374638Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt220=/tmp/go-build1389117207/b114/_pkg_.a
2025-08-20T21:27:09.6375911Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm=/tmp/go-build1389117207/b115/_pkg_.a
2025-08-20T21:27:09.6377139Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/aixterm=/tmp/go-build1389117207/b119/_pkg_.a
2025-08-20T21:27:09.6378426Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/a/alacritty=/tmp/go-build1389117207/b120/_pkg_.a
2025-08-20T21:27:09.6379762Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/b/beterm=/tmp/go-build1389117207/b121/_pkg_.a
2025-08-20T21:27:09.6381551Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/c/cygwin=/tmp/go-build1389117207/b122/_pkg_.a
2025-08-20T21:27:09.6382915Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/d/dtterm=/tmp/go-build1389117207/b123/_pkg_.a
2025-08-20T21:27:09.6384264Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/e/emacs=/tmp/go-build1389117207/b124/_pkg_.a
2025-08-20T21:27:09.6385600Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/f/foot=/tmp/go-build1389117207/b125/_pkg_.a
2025-08-20T21:27:09.6386929Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/g/gnome=/tmp/go-build1389117207/b126/_pkg_.a
2025-08-20T21:27:09.6388311Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/h/hpterm=/tmp/go-build1389117207/b127/_pkg_.a
2025-08-20T21:27:09.6389620Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/konsole=/tmp/go-build1389117207/b128/_pkg_.a
2025-08-20T21:27:09.6391248Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/k/kterm=/tmp/go-build1389117207/b129/_pkg_.a
2025-08-20T21:27:09.6392565Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/l/linux=/tmp/go-build1389117207/b130/_pkg_.a
2025-08-20T21:27:09.6393938Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/p/pcansi=/tmp/go-build1389117207/b131/_pkg_.a
2025-08-20T21:27:09.6395210Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/r/rxvt=/tmp/go-build1389117207/b132/_pkg_.a
2025-08-20T21:27:09.6396524Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/screen=/tmp/go-build1389117207/b133/_pkg_.a
2025-08-20T21:27:09.6397887Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/simpleterm=/tmp/go-build1389117207/b134/_pkg_.a
2025-08-20T21:27:09.6399153Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/s/sun=/tmp/go-build1389117207/b135/_pkg_.a
2025-08-20T21:27:09.6400374Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/t/tmux=/tmp/go-build1389117207/b136/_pkg_.a
2025-08-20T21:27:09.6401867Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt320=/tmp/go-build1389117207/b137/_pkg_.a
2025-08-20T21:27:09.6403310Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt400=/tmp/go-build1389117207/b138/_pkg_.a
2025-08-20T21:27:09.6404509Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt420=/tmp/go-build1389117207/b139/_pkg_.a
2025-08-20T21:27:09.6405726Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/v/vt52=/tmp/go-build1389117207/b140/_pkg_.a
2025-08-20T21:27:09.6406909Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy50=/tmp/go-build1389117207/b141/_pkg_.a
2025-08-20T21:27:09.6407993Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy60=/tmp/go-build1389117207/b142/_pkg_.a
2025-08-20T21:27:09.6409187Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build1389117207/b143/_pkg_.a
2025-08-20T21:27:09.6410392Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xfce=/tmp/go-build1389117207/b144/_pkg_.a
2025-08-20T21:27:09.6411786Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build1389117207/b145/_pkg_.a
2025-08-20T21:27:09.6413039Z [00:02:30.660]➜  packagefile github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build1389117207/b146/_pkg_.a
2025-08-20T21:27:09.6414108Z [00:02:30.660]➜  packagefile database/sql/driver=/tmp/go-build1389117207/b148/_pkg_.a
2025-08-20T21:27:09.6415222Z [00:02:30.660]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build1389117207/b107/_pkg_.a
2025-08-20T21:27:09.6416303Z [00:02:30.660]➜  packagefile github.com/gobwas/glob=/tmp/go-build1389117207/b475/_pkg_.a
2025-08-20T21:27:09.6417281Z [00:02:30.660]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1389117207/b492/_pkg_.a
2025-08-20T21:27:09.6418285Z [00:02:30.660]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1389117207/b493/_pkg_.a
2025-08-20T21:27:09.6419429Z [00:02:30.660]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1389117207/b225/_pkg_.a
2025-08-20T21:27:09.6420469Z [00:02:30.660]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1389117207/b206/_pkg_.a
2025-08-20T21:27:09.6421664Z [00:02:30.660]➜  packagefile crypto/internal/entropy=/tmp/go-build1389117207/b219/_pkg_.a
2025-08-20T21:27:09.6422672Z [00:02:30.660]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1389117207/b208/_pkg_.a
2025-08-20T21:27:09.6423726Z [00:02:30.660]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1389117207/b215/_pkg_.a
2025-08-20T21:27:09.6424809Z [00:02:30.660]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1389117207/b211/_pkg_.a
2025-08-20T21:27:09.6425879Z [00:02:30.660]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1389117207/b210/_pkg_.a
2025-08-20T21:27:09.6426850Z [00:02:30.660]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1389117207/b214/_pkg_.a
2025-08-20T21:27:09.6427860Z [00:02:30.660]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1389117207/b216/_pkg_.a
2025-08-20T21:27:09.6428770Z [00:02:30.660]➜  packagefile math/rand/v2=/tmp/go-build1389117207/b222/_pkg_.a
2025-08-20T21:27:09.6429669Z [00:02:30.660]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1389117207/b207/_pkg_.a
2025-08-20T21:27:09.6430644Z [00:02:30.660]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1389117207/b231/_pkg_.a
2025-08-20T21:27:09.6431891Z [00:02:30.660]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1389117207/b234/_pkg_.a
2025-08-20T21:27:09.6432980Z [00:02:30.660]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1389117207/b237/_pkg_.a
2025-08-20T21:27:09.6434007Z [00:02:30.660]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1389117207/b238/_pkg_.a
2025-08-20T21:27:09.6435049Z [00:02:30.660]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1389117207/b232/_pkg_.a
2025-08-20T21:27:09.6436102Z [00:02:30.660]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1389117207/b240/_pkg_.a
2025-08-20T21:27:09.6437120Z [00:02:30.660]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1389117207/b241/_pkg_.a
2025-08-20T21:27:09.6438399Z [00:02:30.660]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b246/_pkg_.a
2025-08-20T21:27:09.6439480Z [00:02:30.660]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1389117207/b248/_pkg_.a
2025-08-20T21:27:09.6440476Z [00:02:30.661]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1389117207/b251/_pkg_.a
2025-08-20T21:27:09.6441708Z [00:02:30.661]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1389117207/b209/_pkg_.a
2025-08-20T21:27:09.6442737Z [00:02:30.661]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1389117207/b212/_pkg_.a
2025-08-20T21:27:09.6443714Z [00:02:30.661]➜  packagefile crypto/internal/impl=/tmp/go-build1389117207/b213/_pkg_.a
2025-08-20T21:27:09.6444702Z [00:02:30.661]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1389117207/b239/_pkg_.a
2025-08-20T21:27:09.6445745Z [00:02:30.661]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1389117207/b265/_pkg_.a
2025-08-20T21:27:09.6446674Z [00:02:30.661]➜  packagefile crypto/fips140=/tmp/go-build1389117207/b269/_pkg_.a
2025-08-20T21:27:09.6447516Z [00:02:30.661]➜  packagefile crypto/x509/pkix=/tmp/go-build1389117207/b272/_pkg_.a
2025-08-20T21:27:09.6448483Z [00:02:30.661]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1389117207/b258/_pkg_.a
2025-08-20T21:27:09.6449644Z [00:02:30.661]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1389117207/b259/_pkg_.a
2025-08-20T21:27:09.6450809Z [00:02:30.661]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1389117207/b260/_pkg_.a
2025-08-20T21:27:09.6452069Z [00:02:30.661]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1389117207/b261/_pkg_.a
2025-08-20T21:27:09.6453087Z [00:02:30.661]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1389117207/b278/_pkg_.a
2025-08-20T21:27:09.6454495Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1389117207/b303/_pkg_.a
2025-08-20T21:27:09.6455732Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1389117207/b321/_pkg_.a
2025-08-20T21:27:09.6456848Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1389117207/b324/_pkg_.a
2025-08-20T21:27:09.6457895Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build1389117207/b305/_pkg_.a
2025-08-20T21:27:09.6458908Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build1389117207/b307/_pkg_.a
2025-08-20T21:27:09.6459910Z [00:02:30.661]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1389117207/b308/_pkg_.a
2025-08-20T21:27:09.6461068Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build1389117207/b310/_pkg_.a
2025-08-20T21:27:09.6462226Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build1389117207/b311/_pkg_.a
2025-08-20T21:27:09.6463355Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1389117207/b313/_pkg_.a
2025-08-20T21:27:09.6464430Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1389117207/b319/_pkg_.a
2025-08-20T21:27:09.6465389Z [00:02:30.661]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1389117207/b318/_pkg_.a
2025-08-20T21:27:09.6466265Z [00:02:30.661]➜  packagefile hash/adler32=/tmp/go-build1389117207/b335/_pkg_.a
2025-08-20T21:27:09.6467184Z [00:02:30.661]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1389117207/b338/_pkg_.a
2025-08-20T21:27:09.6468112Z [00:02:30.661]➜  packagefile image/internal/imageutil=/tmp/go-build1389117207/b345/_pkg_.a
2025-08-20T21:27:09.6469193Z [00:02:30.661]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build1389117207/b351/_pkg_.a
2025-08-20T21:27:09.6470214Z [00:02:30.661]➜  packagefile encoding/gob=/tmp/go-build1389117207/b362/_pkg_.a
2025-08-20T21:27:09.6471316Z [00:02:30.661]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build1389117207/b364/_pkg_.a
2025-08-20T21:27:09.6472691Z [00:02:30.661]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1389117207/b365/_pkg_.a
2025-08-20T21:27:09.6473698Z [00:02:30.661]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build1389117207/b366/_pkg_.a
2025-08-20T21:27:09.6474660Z [00:02:30.661]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build1389117207/b367/_pkg_.a
2025-08-20T21:27:09.6475671Z [00:02:30.661]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build1389117207/b358/_pkg_.a
2025-08-20T21:27:09.6476628Z [00:02:30.661]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build1389117207/b359/_pkg_.a
2025-08-20T21:27:09.6477609Z [00:02:30.661]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1389117207/b384/_pkg_.a
2025-08-20T21:27:09.6478687Z [00:02:30.661]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build1389117207/b386/_pkg_.a
2025-08-20T21:27:09.6479759Z [00:02:30.661]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build1389117207/b388/_pkg_.a
2025-08-20T21:27:09.6480786Z [00:02:30.661]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1389117207/b385/_pkg_.a
2025-08-20T21:27:09.6482152Z [00:02:30.661]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/color=/tmp/go-build1389117207/b390/_pkg_.a
2025-08-20T21:27:09.6483422Z [00:02:30.661]➜  packagefile github.com/jesseduffield/go-git/v5/utils/trace=/tmp/go-build1389117207/b400/_pkg_.a
2025-08-20T21:27:09.6484854Z [00:02:30.661]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1389117207/b408/_pkg_.a
2025-08-20T21:27:09.6486349Z [00:02:30.661]➜  packagefile github.com/jesseduffield/go-git/v5/plumbing/transport/server=/tmp/go-build1389117207/b409/_pkg_.a
2025-08-20T21:27:09.6487428Z [00:02:30.661]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build1389117207/b413/_pkg_.a
2025-08-20T21:27:09.6488558Z [00:02:30.661]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1389117207/b416/_pkg_.a
2025-08-20T21:27:09.6489658Z [00:02:30.661]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build1389117207/b418/_pkg_.a
2025-08-20T21:27:09.6490696Z [00:02:30.661]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build1389117207/b419/_pkg_.a
2025-08-20T21:27:09.6491828Z [00:02:30.661]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build1389117207/b428/_pkg_.a
2025-08-20T21:27:09.6492807Z [00:02:30.661]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1389117207/b420/_pkg_.a
2025-08-20T21:27:09.6493719Z [00:02:30.661]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1389117207/b430/_pkg_.a
2025-08-20T21:27:09.6494629Z [00:02:30.661]➜  packagefile golang.org/x/net/context=/tmp/go-build1389117207/b375/_pkg_.a
2025-08-20T21:27:09.6495618Z [00:02:30.661]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build1389117207/b098/_pkg_.a
2025-08-20T21:27:09.6496607Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build1389117207/b476/_pkg_.a
2025-08-20T21:27:09.6497636Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build1389117207/b482/_pkg_.a
2025-08-20T21:27:09.6498669Z [00:02:30.661]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1389117207/b233/_pkg_.a
2025-08-20T21:27:09.6499614Z [00:02:30.661]➜  packagefile crypto/sha3=/tmp/go-build1389117207/b242/_pkg_.a
2025-08-20T21:27:09.6500549Z [00:02:30.661]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1389117207/b249/_pkg_.a
2025-08-20T21:27:09.6501858Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1389117207/b315/_pkg_.a
2025-08-20T21:27:09.6502990Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1389117207/b322/_pkg_.a
2025-08-20T21:27:09.6504068Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1389117207/b314/_pkg_.a
2025-08-20T21:27:09.6505151Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1389117207/b323/_pkg_.a
2025-08-20T21:27:09.6506279Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build1389117207/b325/_pkg_.a
2025-08-20T21:27:09.6507715Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build1389117207/b327/_pkg_.a
2025-08-20T21:27:09.6508922Z [00:02:30.661]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1389117207/b306/_pkg_.a
2025-08-20T21:27:09.6510084Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1389117207/b320/_pkg_.a
2025-08-20T21:27:09.6511284Z [00:02:30.661]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1389117207/b339/_pkg_.a
2025-08-20T21:27:09.6512206Z [00:02:30.661]➜  packagefile internal/saferio=/tmp/go-build1389117207/b363/_pkg_.a
2025-08-20T21:27:09.6513173Z [00:02:30.661]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build1389117207/b387/_pkg_.a
2025-08-20T21:27:09.6514216Z [00:02:30.661]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build1389117207/b427/_pkg_.a
2025-08-20T21:27:09.6515265Z [00:02:30.661]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build1389117207/b429/_pkg_.a
2025-08-20T21:27:09.6516264Z [00:02:30.661]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1389117207/b421/_pkg_.a
2025-08-20T21:27:09.6517253Z [00:02:30.661]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1389117207/b423/_pkg_.a
2025-08-20T21:27:09.6518354Z [00:02:30.661]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1389117207/b424/_pkg_.a
2025-08-20T21:27:09.6519481Z [00:02:30.661]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1389117207/b425/_pkg_.a
2025-08-20T21:27:09.6520545Z [00:02:30.661]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1389117207/b431/_pkg_.a
2025-08-20T21:27:09.6521639Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build1389117207/b477/_pkg_.a
2025-08-20T21:27:09.6522853Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build1389117207/b480/_pkg_.a
2025-08-20T21:27:09.6523879Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build1389117207/b478/_pkg_.a
2025-08-20T21:27:09.6524906Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build1389117207/b481/_pkg_.a
2025-08-20T21:27:09.6525913Z [00:02:30.661]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1389117207/b316/_pkg_.a
2025-08-20T21:27:09.6526938Z [00:02:30.661]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build1389117207/b326/_pkg_.a
2025-08-20T21:27:09.6528040Z [00:02:30.661]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1389117207/b422/_pkg_.a
2025-08-20T21:27:09.6529223Z [00:02:30.661]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1389117207/b426/_pkg_.a
2025-08-20T21:27:09.6530290Z [00:02:30.661]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build1389117207/b479/_pkg_.a
2025-08-20T21:27:09.6531579Z [00:02:30.661]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1389117207/b317/_pkg_.a
2025-08-20T21:27:09.6556155Z [00:02:30.661]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/jesseduffield/lazygit\nmod\tgithub.com/jesseduffield/lazygit\tv0.54.3-0.20250820084524-1d65196136c6\t\ndep\tdario.cat/mergo\tv1.0.1\t\ndep\tgithub.com/ProtonMail/go-crypto\tv1.1.6\t\ndep\tgithub.com/adrg/xdg\tv0.4.0\t\ndep\tgithub.com/atotto/clipboard\tv0.1.4\t\ndep\tgithub.com/aybabtme/humanlog\tv0.4.1\t\ndep\tgithub.com/bahlo/generic-list-go\tv0.2.0\t\ndep\tgithub.com/buger/jsonparser\tv1.1.1\t\ndep\tgithub.com/cloudflare/circl\tv1.6.1\t\ndep\tgithub.com/cloudfoundry/jibber_jabber\tv0.0.0-20151120183258-bcc4c8345a21\t\ndep\tgithub.com/creack/pty\tv1.1.11\t\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\t\ndep\tgithub.com/emirpasic/gods\tv1.18.1\t\ndep\tgithub.com/fatih/color\tv1.9.0\t\ndep\tgithub.com/gdamore/encoding\tv1.0.1\t\ndep\tgithub.com/gdamore/tcell/v2\tv2.8.1\t\ndep\tgithub.com/go-errors/errors\tv1.5.1\t\ndep\tgithub.com/go-git/gcfg\tv1.5.1-0.20230307220236-3a3c6141e376\t\ndep\tgithub.com/go-git/go-billy/v5\tv5.6.2\t\ndep\tgithub.com/go-logfmt/logfmt\tv0.5.0\t\ndep\tgithub.com/gobwas/glob\tv0.2.3\t\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\t\ndep\tgithub.com/gookit/color\tv1.4.2\t\ndep\tgithub.com/integrii/flaggy\tv1.4.0\t\ndep\tgithub.com/jbenet/go-context\tv0.0.0-20150711004518-d14ea06fba99\t\ndep\tgithub.com/jesseduffield/generics\tv0.0.0-20250517122708-b0b4a53a6f5c\t\ndep\tgithub.com/jesseduffield/go-git/v5\tv5.14.1-0.20250407170251-e1a013310ccd\t\ndep\tgithub.com/jesseduffield/gocui\tv0.3.1-0.20250711082438-4aa4fd0b4d22\t\ndep\tgithub.com/jesseduffield/lazycore\tv0.0.0-20221012050358-03d2e40243c5\t\ndep\tgithub.com/jesseduffield/minimal/gitignore\tv0.3.3-0.20211018110810-9cde264e6b1e\t\ndep\tgithub.com/kardianos/osext\tv0.0.0-20190222173326-2bc1f35cddc0\t\ndep\tgithub.com/karimkhaleel/jsonschema\tv0.0.0-20231001195015-d933f0d94ea3\t\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\t\ndep\tgithub.com/kr/logfmt\tv0.0.0-20140226030751-b84e30acd515\t\ndep\tgithub.com/kyokomi/emoji/v2\tv2.2.8\t\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\t\ndep\tgithub.com/mailru/easyjson\tv0.7.7\t\ndep\tgithub.com/mattn/go-colorable\tv0.1.11\t\ndep\tgithub.com/mattn/go-isatty\tv0.0.14\t\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\t\ndep\tgithub.com/mgutz/str\tv1.2.0\t\ndep\tgithub.com/petermattis/goid\tv0.0.0-20240813172612-4fcff4a6cae7\t\ndep\tgithub.com/pjbgf/sha1cd\tv0.3.2\t\ndep\tgithub.com/rivo/uniseg\tv0.4.7\t\ndep\tgithub.com/sahilm/fuzzy\tv0.1.0\t\ndep\tgithub.com/samber/lo\tv1.31.0\t\ndep\tgithub.com/sasha-s/go-deadlock\tv0.3.5\t\ndep\tgithub.com/sergi/go-diff\tv1.3.2-0.20230802210424-5b0b94c5c0d3\t\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\t\ndep\tgithub.com/skeema/knownhosts\tv1.3.1\t\ndep\tgithub.com/spf13/afero\tv1.9.5\t\ndep\tgithub.com/spkg/bom\tv0.0.0-20160624110644-59b7046e48ad\t\ndep\tgithub.com/stefanhaller/git-todo-parser\tv0.0.7-0.20250429125209-dcf39e4641f5\t\ndep\tgithub.com/wk8/go-ordered-map/v2\tv2.1.8\t\ndep\tgithub.com/xanzy/ssh-agent\tv0.3.3\t\ndep\tgithub.com/xo/terminfo\tv0.0.0-20210125001918-ca9a967f8778\t\ndep\tgolang.org/x/crypto\tv0.37.0\t\ndep\tgolang.org/x/exp\tv0.0.0-20240719175910-8a7402abbf56\t\ndep\tgolang.org/x/net\tv0.39.0\t\ndep\tgolang.org/x/sync\tv0.16.0\t\ndep\tgolang.org/x/sys\tv0.34.0\t\ndep\tgolang.org/x/term\tv0.33.0\t\ndep\tgolang.org/x/text\tv0.27.0\t\ndep\tgopkg.in/ozeidan/fuzzy-patricia.v3\tv3.0.0\t\ndep\tgopkg.in/warnings.v0\tv0.1.2\t\ndep\tgopkg.in/yaml.v3\tv3.0.1\t\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=1d65196136c6dfe321a1173482dd41ed19477dea\nbuild\tvcs.time=2025-08-20T08:45:24Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:27:09.6576138Z [00:02:30.661]➜  EOF
2025-08-20T21:27:09.6576570Z [00:02:30.661]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:27:09.6577076Z [00:02:30.661]➜  cd .
2025-08-20T21:27:09.6580330Z [00:02:30.661]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=oJMFZ0FDyABVqqWdcVLm/o4o3ufRMidzAGB_gAfWt/wSQAwxH5uH2d4Bwt9tvz/oJMFZ0FDyABVqqWdcVLm -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:27:10.4501278Z [00:02:31.498]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:27:10.4723576Z [00:02:31.520]➜  mkdir -p /build-bins/
2025-08-20T21:27:10.4726843Z [00:02:31.521]➜  cp $WORK/b001/exe/a.out /build-bins/lazygit
2025-08-20T21:27:10.4912641Z [00:02:31.539]➜  rm -rf $WORK/b001/
2025-08-20T21:27:10.7287155Z [00:02:31.776]➜  '/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/PATENTS' -> '/build-bins/LICENSE'
2025-08-20T21:27:10.7990022Z [00:02:31.847]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:27:10.8010426Z [00:02:31.849]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:27:10.8606960Z [00:02:31.908]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:27:10.9286351Z [00:02:31.976]➜  copy from `/build-bins/lazygit' [elf64-x86-64] to `/build-bins/stPaBJAn' [elf64-x86-64]
2025-08-20T21:27:10.9985372Z [00:02:32.046]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:27:11.0016004Z [00:02:32.050]➜  
2025-08-20T21:27:11.0034173Z [00:02:32.051]➜  /build-bins/LICENSE
2025-08-20T21:27:11.0071646Z [00:02:32.055]➜  
2025-08-20T21:27:11.0087387Z [00:02:32.057]➜  /build-bins/lazygit
2025-08-20T21:27:11.0099854Z [00:02:32.058]➜  There are 24 section headers, starting at offset 0x1783ab8:
2025-08-20T21:27:11.0101782Z [00:02:32.058]➜  
2025-08-20T21:27:11.0102329Z [00:02:32.058]➜  Section Headers:
2025-08-20T21:27:11.0103131Z [00:02:32.058]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:27:11.0104090Z [00:02:32.058]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:27:11.0105896Z [00:02:32.058]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:27:11.0106610Z [00:02:32.058]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:27:11.0107087Z [00:02:32.058]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T21:27:11.0107530Z [00:02:32.058]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:27:11.0107958Z [00:02:32.058]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T21:27:11.0108586Z [00:02:32.058]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T21:27:11.0109040Z [00:02:32.058]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T21:27:11.0109479Z [00:02:32.058]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:27:11.0109911Z [00:02:32.058]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T21:27:11.0110338Z [00:02:32.058]➜         00000000002614f8  0000000000000018   A       2     0     8
2025-08-20T21:27:11.0110765Z [00:02:32.058]➜    [ 5] .init             PROGBITS         0000000000262000  00262000
2025-08-20T21:27:11.0111566Z [00:02:32.058]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:11.0111995Z [00:02:32.058]➜    [ 6] .text             PROGBITS         0000000000262040  00262040
2025-08-20T21:27:11.0112421Z [00:02:32.058]➜         000000000093076e  0000000000000000  AX       0     0     64
2025-08-20T21:27:11.0112861Z [00:02:32.058]➜    [ 7] .fini             PROGBITS         0000000000b927ae  00b927ae
2025-08-20T21:27:11.0113321Z [00:02:32.058]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:27:11.0113743Z [00:02:32.058]➜    [ 8] .rodata           PROGBITS         0000000000b93000  00b93000
2025-08-20T21:27:11.0114172Z [00:02:32.058]➜         00000000001edd4c  0000000000000000   A       0     0     32
2025-08-20T21:27:11.0114607Z [00:02:32.058]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000d80d4c  00d80d4c
2025-08-20T21:27:11.0115033Z [00:02:32.058]➜         00000000000000b4  0000000000000000   A       0     0     4
2025-08-20T21:27:11.0115461Z [00:02:32.058]➜    [10] .eh_frame         PROGBITS         0000000000d80e00  00d80e00
2025-08-20T21:27:11.0115882Z [00:02:32.058]➜         0000000000000350  0000000000000000   A       0     0     8
2025-08-20T21:27:11.0116302Z [00:02:32.058]➜    [11] .tbss             NOBITS           0000000000d82030  00d82030
2025-08-20T21:27:11.0116734Z [00:02:32.058]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T21:27:11.0117178Z [00:02:32.058]➜    [12] .init_array       INIT_ARRAY       0000000000d82030  00d82030
2025-08-20T21:27:11.0117805Z [00:02:32.058]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:11.0118247Z [00:02:32.058]➜    [13] .fini_array       FINI_ARRAY       0000000000d82038  00d82038
2025-08-20T21:27:11.0118681Z [00:02:32.058]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:27:11.0119117Z [00:02:32.058]➜    [14] .data.rel.ro      PROGBITS         0000000000d82040  00d82040
2025-08-20T21:27:11.0119561Z [00:02:32.058]➜         0000000000930e08  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0119999Z [00:02:32.058]➜    [15] .dynamic          DYNAMIC          00000000016b2e48  016b2e48
2025-08-20T21:27:11.0120428Z [00:02:32.058]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:27:11.0121030Z [00:02:32.058]➜    [16] .got              PROGBITS         00000000016b2fb8  016b2fb8
2025-08-20T21:27:11.0121480Z [00:02:32.058]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T21:27:11.0121905Z [00:02:32.058]➜    [17] .data             PROGBITS         00000000016b3000  016b3000
2025-08-20T21:27:11.0122331Z [00:02:32.058]➜         000000000001daa0  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0122786Z [00:02:32.058]➜    [18] .go.buildinfo     PROGBITS         00000000016d0aa0  016d0aa0
2025-08-20T21:27:11.0123228Z [00:02:32.058]➜         0000000000000e20  0000000000000000  WA       0     0     16
2025-08-20T21:27:11.0123671Z [00:02:32.058]➜    [19] .go.fipsinfo      PROGBITS         00000000016d18c0  016d18c0
2025-08-20T21:27:11.0124109Z [00:02:32.058]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0124551Z [00:02:32.058]➜    [20] .noptrdata        PROGBITS         00000000016d1940  016d1940
2025-08-20T21:27:11.0125114Z [00:02:32.058]➜         00000000000b20a1  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0125539Z [00:02:32.058]➜    [21] .bss              NOBITS           0000000001783a00  017839e1
2025-08-20T21:27:11.0125962Z [00:02:32.058]➜         0000000000030740  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0126396Z [00:02:32.058]➜    [22] .noptrbss         NOBITS           00000000017b4140  017839e1
2025-08-20T21:27:11.0126830Z [00:02:32.058]➜         000000000001fa20  0000000000000000  WA       0     0     32
2025-08-20T21:27:11.0127258Z [00:02:32.058]➜    [23] .shstrtab         STRTAB           0000000000000000  017839e1
2025-08-20T21:27:11.0127689Z [00:02:32.058]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:27:11.0128032Z [00:02:32.058]➜  Key to Flags:
2025-08-20T21:27:11.0128399Z [00:02:32.058]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:27:11.0128876Z [00:02:32.058]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:27:11.0129352Z [00:02:32.058]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:27:11.0129775Z [00:02:32.058]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:27:11.0130165Z [00:02:32.059]➜  + file /build-bins/LICENSE /build-bins/lazygit
2025-08-20T21:27:11.0313125Z [00:02:32.079]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:27:11.0352166Z [00:02:32.083]➜  /build-bins/lazygit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:27:11.0361931Z [00:02:32.084]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/lazygit
2025-08-20T21:27:11.0382024Z [00:02:32.086]➜  /build-bins/LICENSE:         1303 Bytes
2025-08-20T21:27:11.0382511Z [00:02:32.086]➜  /build-bins/lazygit:         24658104 Bytes
2025-08-20T21:27:11.0385691Z [00:02:32.086]➜  + du /build-bins/LICENSE /build-bins/lazygit --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:27:11.0400320Z [00:02:32.088]➜  1.3K	2025-08-20 21:27:10.725423183 +0000	/build-bins/LICENSE
2025-08-20T21:27:11.0401679Z [00:02:32.088]➜  24M	2025-08-20 21:27:10.978424476 +0000	/build-bins/lazygit
2025-08-20T21:27:11.0403576Z [00:02:32.088]➜  + popd
2025-08-20T21:27:11.8224548Z [00:02:32.870]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:27:11.8858192Z [00:02:32.934]➜  + '[' -s /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:27:11.8859185Z [00:02:32.934]➜  + cp -fv /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:27:11.8886819Z [00:02:32.937]➜  '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:27:11.8892483Z [00:02:32.937]➜  + find /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:27:11.8900053Z [00:02:32.938]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:27:11.8901250Z [00:02:32.938]➜  + cut -d: -f1
2025-08-20T21:27:11.8911325Z [00:02:32.938]➜  + xargs realpath --no-symlinks
2025-08-20T21:27:11.8913041Z [00:02:32.938]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:27:12.1105845Z [00:02:33.158]➜  sending incremental file list
2025-08-20T21:27:12.1150563Z [00:02:33.163]➜  lazygit
2025-08-20T21:27:12.1848365Z [00:02:33.233]➜  
2025-08-20T21:27:12.1848849Z [00:02:33.233]➜  sent 24.66M bytes  received 35 bytes  49.33M bytes/sec
2025-08-20T21:27:12.1849388Z [00:02:33.233]➜  total size is 24.66M  speedup is 1.00
2025-08-20T21:27:12.1863676Z [00:02:33.234]➜  
2025-08-20T21:27:13.1478238Z [00:02:34.196]➜  
2025-08-20T21:27:13.1587671Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.1589295Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:13.1590668Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/VISION.md' from root:root to runner:runner
2025-08-20T21:27:13.1592533Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:27:13.1594348Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Undoing.md' from root:root to runner:runner
2025-08-20T21:27:13.1595702Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T21:27:13.1597018Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Config.md' from root:root to runner:runner
2025-08-20T21:27:13.1598422Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Custom_Command_Keybindings.md' from root:root to runner:runner
2025-08-20T21:27:13.1600993Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ko.md' from root:root to runner:runner
2025-08-20T21:27:13.1602644Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Custom_Keybindings.md' from root:root to runner:runner
2025-08-20T21:27:13.1604154Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_zh-TW.md' from root:root to runner:runner
2025-08-20T21:27:13.1606493Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_pt.md' from root:root to runner:runner
2025-08-20T21:27:13.1607883Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ru.md' from root:root to runner:runner
2025-08-20T21:27:13.1609243Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_pl.md' from root:root to runner:runner
2025-08-20T21:27:13.1611126Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_zh-CN.md' from root:root to runner:runner
2025-08-20T21:27:13.1613000Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ja.md' from root:root to runner:runner
2025-08-20T21:27:13.1614370Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_nl.md' from root:root to runner:runner
2025-08-20T21:27:13.1615722Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_en.md' from root:root to runner:runner
2025-08-20T21:27:13.1617899Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings' from root:root to runner:runner
2025-08-20T21:27:13.1619212Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Stacked_Branches.md' from root:root to runner:runner
2025-08-20T21:27:13.1620461Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Searching.md' from root:root to runner:runner
2025-08-20T21:27:13.1622049Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Range_Select.md' from root:root to runner:runner
2025-08-20T21:27:13.1624047Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Fixup_Commits.md' from root:root to runner:runner
2025-08-20T21:27:13.1625343Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Custom_Pagers.md' from root:root to runner:runner
2025-08-20T21:27:13.1626634Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Integration_Tests.md' from root:root to runner:runner
2025-08-20T21:27:13.1627989Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Demo_Recordings.md' from root:root to runner:runner
2025-08-20T21:27:13.1629275Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/README.md' from root:root to runner:runner
2025-08-20T21:27:13.1631633Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Profiling.md' from root:root to runner:runner
2025-08-20T21:27:13.1633221Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Find_Base_Commit_For_Fixup_Design.md' from root:root to runner:runner
2025-08-20T21:27:13.1634738Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Codebase_Guide.md' from root:root to runner:runner
2025-08-20T21:27:13.1636743Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Busy.md' from root:root to runner:runner
2025-08-20T21:27:13.1637953Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev' from root:root to runner:runner
2025-08-20T21:27:13.1639100Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:27:13.1640370Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/CODE-OF-CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.1642410Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:27:13.1643818Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/golangci-lint-shim.sh' from root:root to runner:runner
2025-08-20T21:27:13.1645130Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/check_filenames.sh' from root:root to runner:runner
2025-08-20T21:27:13.1646917Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bisect.sh' from root:root to runner:runner
2025-08-20T21:27:13.1648571Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/check_for_fixups.sh' from root:root to runner:runner
2025-08-20T21:27:13.1649885Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/run_integration_tests.sh' from root:root to runner:runner
2025-08-20T21:27:13.1651403Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_lazycore.sh' from root:root to runner:runner
2025-08-20T21:27:13.1652873Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_modules.sh' from root:root to runner:runner
2025-08-20T21:27:13.1654169Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_gocui.sh' from root:root to runner:runner
2025-08-20T21:27:13.1655472Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/update_language_files.sh' from root:root to runner:runner
2025-08-20T21:27:13.1657139Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/record_demo.sh' from root:root to runner:runner
2025-08-20T21:27:13.1658651Z [00:02:34.207]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T21:27:13.1659891Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.devcontainer/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:13.1661569Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T21:27:13.1663358Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T21:27:13.1664742Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/integration_test/main.go' from root:root to runner:runner
2025-08-20T21:27:13.1666016Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/integration_test' from root:root to runner:runner
2025-08-20T21:27:13.1667250Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/i18n/main.go' from root:root to runner:runner
2025-08-20T21:27:13.1669199Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/i18n' from root:root to runner:runner
2025-08-20T21:27:13.1670384Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:27:13.1671706Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.1673250Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks/socks.go' from root:root to runner:runner
2025-08-20T21:27:13.1675503Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks/client.go' from root:root to runner:runner
2025-08-20T21:27:13.1677244Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks' from root:root to runner:runner
2025-08-20T21:27:13.1679062Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal' from root:root to runner:runner
2025-08-20T21:27:13.1681401Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/dial.go' from root:root to runner:runner
2025-08-20T21:27:13.1682931Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/proxy.go' from root:root to runner:runner
2025-08-20T21:27:13.1685197Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/direct.go' from root:root to runner:runner
2025-08-20T21:27:13.1686833Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/per_host.go' from root:root to runner:runner
2025-08-20T21:27:13.1688235Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/socks5.go' from root:root to runner:runner
2025-08-20T21:27:13.1689720Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy' from root:root to runner:runner
2025-08-20T21:27:13.1692075Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.1693510Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/context/context.go' from root:root to runner:runner
2025-08-20T21:27:13.1694880Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/context' from root:root to runner:runner
2025-08-20T21:27:13.1696603Z [00:02:34.208]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.1698555Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net' from root:root to runner:runner
2025-08-20T21:27:13.1700233Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix_other.go' from root:root to runner:runner
2025-08-20T21:27:13.1702378Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1704417Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/README.md' from root:root to runner:runner
2025-08-20T21:27:13.1705790Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/terminal.go' from root:root to runner:runner
2025-08-20T21:27:13.1707162Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.1709329Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.1710776Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/codereview.cfg' from root:root to runner:runner
2025-08-20T21:27:13.1712344Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.1714393Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term.go' from root:root to runner:runner
2025-08-20T21:27:13.1716173Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.1717528Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.1718885Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.1721007Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.1722931Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term' from root:root to runner:runner
2025-08-20T21:27:13.1724324Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/security_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1725753Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/race0.go' from root:root to runner:runner
2025-08-20T21:27:13.1728043Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1729793Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/syscall.go' from root:root to runner:runner
2025-08-20T21:27:13.1731477Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mkknownfolderids.bash' from root:root to runner:runner
2025-08-20T21:27:13.1733755Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mksyscall.go' from root:root to runner:runner
2025-08-20T21:27:13.1735326Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/exec_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1736756Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/service.go' from root:root to runner:runner
2025-08-20T21:27:13.1738220Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1740567Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/race.go' from root:root to runner:runner
2025-08-20T21:27:13.1742349Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/dll_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1744025Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1746459Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1748026Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/str.go' from root:root to runner:runner
2025-08-20T21:27:13.1749472Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/setupapi_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1751220Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.1753471Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/eventlog.go' from root:root to runner:runner
2025-08-20T21:27:13.1754956Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1756439Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/syscall_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1758521Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mkerrors.bash' from root:root to runner:runner
2025-08-20T21:27:13.1760755Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/env_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1762364Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zerrors_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1764652Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_386.go' from root:root to runner:runner
2025-08-20T21:27:13.1766240Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/aliases.go' from root:root to runner:runner
2025-08-20T21:27:13.1767695Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/memory_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.1769089Z [00:02:34.209]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows' from root:root to runner:runner
2025-08-20T21:27:13.1771432Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.1772842Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_wasm.go' from root:root to runner:runner
2025-08-20T21:27:13.1774398Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.1775830Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1778149Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1779599Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1781286Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/parse.go' from root:root to runner:runner
2025-08-20T21:27:13.1782713Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go' from root:root to runner:runner
2025-08-20T21:27:13.1785094Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1786651Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_x86.s' from root:root to runner:runner
2025-08-20T21:27:13.1788058Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c' from root:root to runner:runner
2025-08-20T21:27:13.1789480Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1791857Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1793725Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_mipsx.go' from root:root to runner:runner
2025-08-20T21:27:13.1795178Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.1796595Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.1798810Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.1800283Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.1801935Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/runtime_auxv.go' from root:root to runner:runner
2025-08-20T21:27:13.1803501Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_mips64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1806038Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1807730Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s' from root:root to runner:runner
2025-08-20T21:27:13.1809342Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.1811694Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu.go' from root:root to runner:runner
2025-08-20T21:27:13.1813155Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_aix_gccgo.go' from root:root to runner:runner
2025-08-20T21:27:13.1814612Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1816509Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_darwin_x86_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.1818930Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_loong64.s' from root:root to runner:runner
2025-08-20T21:27:13.1820355Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_darwin_x86.go' from root:root to runner:runner
2025-08-20T21:27:13.1822808Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_aix_ppc64_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.1824317Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1825763Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/asm_darwin_x86_gc.s' from root:root to runner:runner
2025-08-20T21:27:13.1827181Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/byteorder.go' from root:root to runner:runner
2025-08-20T21:27:13.1829534Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1831201Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_x86.go' from root:root to runner:runner
2025-08-20T21:27:13.1832691Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go' from root:root to runner:runner
2025-08-20T21:27:13.1835271Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_zos.go' from root:root to runner:runner
2025-08-20T21:27:13.1836691Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1838097Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_aix.go' from root:root to runner:runner
2025-08-20T21:27:13.1840287Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/hwcap_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1841925Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1843330Z [00:02:34.210]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_x86.go' from root:root to runner:runner
2025-08-20T21:27:13.1844860Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1847101Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1848695Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1850104Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1851840Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.go' from root:root to runner:runner
2025-08-20T21:27:13.1854101Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1855691Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/proc_cpuinfo_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1857118Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go' from root:root to runner:runner
2025-08-20T21:27:13.1858841Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1860757Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.1862400Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/endian_big.go' from root:root to runner:runner
2025-08-20T21:27:13.1863971Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1866050Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.1867822Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/endian_little.go' from root:root to runner:runner
2025-08-20T21:27:13.1869261Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1870774Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1873153Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu' from root:root to runner:runner
2025-08-20T21:27:13.1874574Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs_go118.go' from root:root to runner:runner
2025-08-20T21:27:13.1876172Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs_go119.go' from root:root to runner:runner
2025-08-20T21:27:13.1878012Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs.go' from root:root to runner:runner
2025-08-20T21:27:13.1879825Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs' from root:root to runner:runner
2025-08-20T21:27:13.1881528Z [00:02:34.211]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1883038Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.1885493Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s' from root:root to runner:runner
2025-08-20T21:27:13.1887046Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1888524Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.1891048Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go' from root:root to runner:runner
2025-08-20T21:27:13.1892585Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go' from root:root to runner:runner
2025-08-20T21:27:13.1894230Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1896480Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.1897956Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_zos.go' from root:root to runner:runner
2025-08-20T21:27:13.1899401Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1901068Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go' from root:root to runner:runner
2025-08-20T21:27:13.1903389Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.1904838Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/race0.go' from root:root to runner:runner
2025-08-20T21:27:13.1906351Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dirent.go' from root:root to runner:runner
2025-08-20T21:27:13.1907919Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go' from root:root to runner:runner
2025-08-20T21:27:13.1930399Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/cap_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:13.1932723Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1934302Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1935782Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_netbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.1938278Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go' from root:root to runner:runner
2025-08-20T21:27:13.1939818Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.1941687Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_unsigned.go' from root:root to runner:runner
2025-08-20T21:27:13.1944207Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1945664Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.1947068Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.1948968Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_386.go' from root:root to runner:runner
2025-08-20T21:27:13.1951515Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.1953028Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_386.go' from root:root to runner:runner
2025-08-20T21:27:13.1955456Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go' from root:root to runner:runner
2025-08-20T21:27:13.1957059Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall.go' from root:root to runner:runner
2025-08-20T21:27:13.1958528Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1960243Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1962547Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.1964025Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ptrace_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.1965486Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.1967269Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.1969289Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.1970775Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.1972436Z [00:02:34.212]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1974553Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1976491Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/affinity_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1977931Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.1979397Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s' from root:root to runner:runner
2025-08-20T21:27:13.1982151Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.1983889Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go' from root:root to runner:runner
2025-08-20T21:27:13.1985419Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.1987896Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ifreq_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.1989378Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.1991027Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go' from root:root to runner:runner
2025-08-20T21:27:13.1992877Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/readdirent_getdents.go' from root:root to runner:runner
2025-08-20T21:27:13.1995321Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.1996828Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.1998661Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2000699Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_386.s' from root:root to runner:runner
2025-08-20T21:27:13.2002363Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2004006Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2006246Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.2007737Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2009206Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2011469Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2013361Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s' from root:root to runner:runner
2025-08-20T21:27:13.2014826Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2017007Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2018754Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2020170Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/auxv.go' from root:root to runner:runner
2025-08-20T21:27:13.2021850Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2023750Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2026160Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2027616Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s' from root:root to runner:runner
2025-08-20T21:27:13.2029192Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2031546Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2033056Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2034736Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2037019Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_signed.go' from root:root to runner:runner
2025-08-20T21:27:13.2038503Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2039988Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2042532Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.2044418Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2045876Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2048073Z [00:02:34.213]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2049940Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s' from root:root to runner:runner
2025-08-20T21:27:13.2051596Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2053598Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2055589Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2057041Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2058446Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_aix_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2061003Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2062581Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2064205Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go' from root:root to runner:runner
2025-08-20T21:27:13.2066669Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2068523Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bluetooth_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2069991Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go' from root:root to runner:runner
2025-08-20T21:27:13.2072541Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.2074456Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2075956Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2078492Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2080527Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2082198Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2084743Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2086327Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2087814Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2090005Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2092230Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2093741Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2096284Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2098248Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2099719Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2102417Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2104744Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/race.go' from root:root to runner:runner
2025-08-20T21:27:13.2106967Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.2108464Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2109920Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_zos.go' from root:root to runner:runner
2025-08-20T21:27:13.2111981Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2114178Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2115661Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2117166Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2119447Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2121115Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_hurd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2122527Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fdset.go' from root:root to runner:runner
2025-08-20T21:27:13.2124494Z [00:02:34.214]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go' from root:root to runner:runner
2025-08-20T21:27:13.2126674Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2128298Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2129776Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2132435Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2134104Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go' from root:root to runner:runner
2025-08-20T21:27:13.2135583Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2137152Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.2139741Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2141569Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bpxsvc_zos.go' from root:root to runner:runner
2025-08-20T21:27:13.2143387Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/constants.go' from root:root to runner:runner
2025-08-20T21:27:13.2145335Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/timestruct.go' from root:root to runner:runner
2025-08-20T21:27:13.2146761Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2148237Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2149921Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2152606Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go' from root:root to runner:runner
2025-08-20T21:27:13.2154091Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2155783Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2158198Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2159826Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go' from root:root to runner:runner
2025-08-20T21:27:13.2161488Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_illumos.go' from root:root to runner:runner
2025-08-20T21:27:13.2163783Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2165285Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go' from root:root to runner:runner
2025-08-20T21:27:13.2166708Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo.go' from root:root to runner:runner
2025-08-20T21:27:13.2168369Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2170476Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2172374Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2173873Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2176218Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2177689Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2179170Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2180698Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2183271Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2184796Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2186281Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2188600Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2190297Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.2191969Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.2193462Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2195889Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go' from root:root to runner:runner
2025-08-20T21:27:13.2197399Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2198849Z [00:02:34.215]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2201049Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s' from root:root to runner:runner
2025-08-20T21:27:13.2203328Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go' from root:root to runner:runner
2025-08-20T21:27:13.2205004Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/vgetrandom_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2206948Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mkall.sh' from root:root to runner:runner
2025-08-20T21:27:13.2208883Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2210329Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2212242Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2214520Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2216317Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2217988Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2219779Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s' from root:root to runner:runner
2025-08-20T21:27:13.2222093Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2223561Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.2225009Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2227083Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go' from root:root to runner:runner
2025-08-20T21:27:13.2229089Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2230569Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2232658Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2235270Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2236745Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2238206Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2240458Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mkerrors.sh' from root:root to runner:runner
2025-08-20T21:27:13.2242342Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2243796Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.2245225Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_loong64.s' from root:root to runner:runner
2025-08-20T21:27:13.2247586Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2249230Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s' from root:root to runner:runner
2025-08-20T21:27:13.2250696Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2252432Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2254685Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2256406Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.2257897Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2259356Z [00:02:34.216]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2262146Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2263707Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2265198Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2267362Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2269476Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s' from root:root to runner:runner
2025-08-20T21:27:13.2271152Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.2273037Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2274996Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2276453Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mmap_nomremap.go' from root:root to runner:runner
2025-08-20T21:27:13.2278411Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2280446Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2282138Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2283950Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.2286077Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2287568Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2289052Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2291754Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2293254Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ptrace_ios.go' from root:root to runner:runner
2025-08-20T21:27:13.2294718Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2296644Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/pagesize_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.2298495Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2299959Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_dragonfly.go' from root:root to runner:runner
2025-08-20T21:27:13.2301667Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2303385Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2305587Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2307074Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go' from root:root to runner:runner
2025-08-20T21:27:13.2308644Z [00:02:34.217]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/xattr_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2310574Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2312607Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2314093Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2315542Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix.go' from root:root to runner:runner
2025-08-20T21:27:13.2317855Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go' from root:root to runner:runner
2025-08-20T21:27:13.2319386Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2321218Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2322889Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2325339Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.2326858Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2328361Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2330143Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/auxv_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.2332333Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2333791Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.2335247Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2337113Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2339175Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2340650Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2342440Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2344133Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_openbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2346309Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2347804Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2349415Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2351536Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2353560Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/unveil_openbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2354996Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_hurd.go' from root:root to runner:runner
2025-08-20T21:27:13.2356437Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2358812Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.2360298Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2361978Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2363986Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2365774Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2367414Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2368999Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s' from root:root to runner:runner
2025-08-20T21:27:13.2371603Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2373124Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s' from root:root to runner:runner
2025-08-20T21:27:13.2374556Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bpxsvc_zos.s' from root:root to runner:runner
2025-08-20T21:27:13.2377183Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2378732Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2380332Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2382939Z [00:02:34.218]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2384432Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s' from root:root to runner:runner
2025-08-20T21:27:13.2385905Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go' from root:root to runner:runner
2025-08-20T21:27:13.2388087Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2389930Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2391627Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go' from root:root to runner:runner
2025-08-20T21:27:13.2393485Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2395544Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2397163Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2398615Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2401092Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2402739Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/aliases.go' from root:root to runner:runner
2025-08-20T21:27:13.2404195Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2405963Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2408066Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_zos_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2409625Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/env_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.2411248Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl.go' from root:root to runner:runner
2025-08-20T21:27:13.2413480Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.2414947Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go' from root:root to runner:runner
2025-08-20T21:27:13.2416427Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2418181Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2420125Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mremap.go' from root:root to runner:runner
2025-08-20T21:27:13.2421723Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2423124Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo_c.c' from root:root to runner:runner
2025-08-20T21:27:13.2425391Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2427035Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2428522Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2430770Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2432602Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/pledge_openbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.2434077Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2435784Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_arm.s' from root:root to runner:runner
2025-08-20T21:27:13.2438048Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go' from root:root to runner:runner
2025-08-20T21:27:13.2439689Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_386.s' from root:root to runner:runner
2025-08-20T21:27:13.2441411Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_dragonfly.go' from root:root to runner:runner
2025-08-20T21:27:13.2443687Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go' from root:root to runner:runner
2025-08-20T21:27:13.2445188Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go' from root:root to runner:runner
2025-08-20T21:27:13.2446628Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/endian_big.go' from root:root to runner:runner
2025-08-20T21:27:13.2448970Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2450599Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s' from root:root to runner:runner
2025-08-20T21:27:13.2452268Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_arm.s' from root:root to runner:runner
2025-08-20T21:27:13.2454131Z [00:02:34.219]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2456459Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2457947Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2459902Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2462548Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2464009Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.2466379Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2468416Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2470047Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2472843Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/endian_little.go' from root:root to runner:runner
2025-08-20T21:27:13.2474354Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2475834Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2478102Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go' from root:root to runner:runner
2025-08-20T21:27:13.2479646Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_zos.go' from root:root to runner:runner
2025-08-20T21:27:13.2481339Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go' from root:root to runner:runner
2025-08-20T21:27:13.2483330Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.2485198Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go' from root:root to runner:runner
2025-08-20T21:27:13.2486593Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix' from root:root to runner:runner
2025-08-20T21:27:13.2488053Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2490309Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2492062Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/race0.go' from root:root to runner:runner
2025-08-20T21:27:13.2493520Z [00:02:34.220]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2495856Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/syscall.go' from root:root to runner:runner
2025-08-20T21:27:13.2497277Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/dir_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2498723Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.2500344Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_386.s' from root:root to runner:runner
2025-08-20T21:27:13.2502819Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/race.go' from root:root to runner:runner
2025-08-20T21:27:13.2504244Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_arm.s' from root:root to runner:runner
2025-08-20T21:27:13.2505681Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2507435Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/str.go' from root:root to runner:runner
2025-08-20T21:27:13.2509349Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mkall.sh' from root:root to runner:runner
2025-08-20T21:27:13.2510748Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mkerrors.sh' from root:root to runner:runner
2025-08-20T21:27:13.2512381Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh' from root:root to runner:runner
2025-08-20T21:27:13.2514283Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2516105Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/syscall_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2517695Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go' from root:root to runner:runner
2025-08-20T21:27:13.2519135Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/const_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2521558Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm.s' from root:root to runner:runner
2025-08-20T21:27:13.2523053Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/errors_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2524487Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/env_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2526014Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/pwd_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.2528058Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9' from root:root to runner:runner
2025-08-20T21:27:13.2529481Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys' from root:root to runner:runner
2025-08-20T21:27:13.2531117Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2532757Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.2535125Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b.go' from root:root to runner:runner
2025-08-20T21:27:13.2536619Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2538069Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2x.go' from root:root to runner:runner
2025-08-20T21:27:13.2539605Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_ref.go' from root:root to runner:runner
2025-08-20T21:27:13.2542088Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/register.go' from root:root to runner:runner
2025-08-20T21:27:13.2543627Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2545074Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b' from root:root to runner:runner
2025-08-20T21:27:13.2546842Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/const.go' from root:root to runner:runner
2025-08-20T21:27:13.2549006Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/block.go' from root:root to runner:runner
2025-08-20T21:27:13.2550447Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/cipher.go' from root:root to runner:runner
2025-08-20T21:27:13.2552040Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish' from root:root to runner:runner
2025-08-20T21:27:13.2554168Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias/alias.go' from root:root to runner:runner
2025-08-20T21:27:13.2556445Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias/alias_purego.go' from root:root to runner:runner
2025-08-20T21:27:13.2559038Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias' from root:root to runner:runner
2025-08-20T21:27:13.2561922Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64x.s' from root:root to runner:runner
2025-08-20T21:27:13.2564563Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go' from root:root to runner:runner
2025-08-20T21:27:13.2567163Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2568734Z [00:02:34.221]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.2570273Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2572101Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.2573630Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go' from root:root to runner:runner
2025-08-20T21:27:13.2575148Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_loong64.s' from root:root to runner:runner
2025-08-20T21:27:13.2576689Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2578341Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305' from root:root to runner:runner
2025-08-20T21:27:13.2579742Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal' from root:root to runner:runner
2025-08-20T21:27:13.2581359Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf.go' from root:root to runner:runner
2025-08-20T21:27:13.2582777Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/hashes.go' from root:root to runner:runner
2025-08-20T21:27:13.2584192Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2585597Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2586991Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2588381Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3.go' from root:root to runner:runner
2025-08-20T21:27:13.2589931Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/hashes_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.2591571Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/shake_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.2593021Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2594432Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/shake.go' from root:root to runner:runner
2025-08-20T21:27:13.2595859Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2597243Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3' from root:root to runner:runner
2025-08-20T21:27:13.2598576Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.2599946Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/hkdf/hkdf.go' from root:root to runner:runner
2025-08-20T21:27:13.2601476Z [00:02:34.222]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/hkdf' from root:root to runner:runner
2025-08-20T21:27:13.2603041Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s' from root:root to runner:runner
2025-08-20T21:27:13.2604522Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.2606006Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_ppc64x.s' from root:root to runner:runner
2025-08-20T21:27:13.2607484Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.2608955Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.2610430Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.2612106Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_ppc64x.go' from root:root to runner:runner
2025-08-20T21:27:13.2613712Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.2615170Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/xor.go' from root:root to runner:runner
2025-08-20T21:27:13.2616553Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20' from root:root to runner:runner
2025-08-20T21:27:13.2617924Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cast5/cast5.go' from root:root to runner:runner
2025-08-20T21:27:13.2619294Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cast5' from root:root to runner:runner
2025-08-20T21:27:13.2620700Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/string.go' from root:root to runner:runner
2025-08-20T21:27:13.2622753Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1.go' from root:root to runner:runner
2025-08-20T21:27:13.2624206Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go' from root:root to runner:runner
2025-08-20T21:27:13.2625657Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1' from root:root to runner:runner
2025-08-20T21:27:13.2627095Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/builder.go' from root:root to runner:runner
2025-08-20T21:27:13.2628507Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte' from root:root to runner:runner
2025-08-20T21:27:13.2629892Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/messages.go' from root:root to runner:runner
2025-08-20T21:27:13.2631450Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/kex.go' from root:root to runner:runner
2025-08-20T21:27:13.2633089Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go' from root:root to runner:runner
2025-08-20T21:27:13.2634655Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf' from root:root to runner:runner
2025-08-20T21:27:13.2636094Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/internal' from root:root to runner:runner
2025-08-20T21:27:13.2637479Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/buffer.go' from root:root to runner:runner
2025-08-20T21:27:13.2638867Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/certs.go' from root:root to runner:runner
2025-08-20T21:27:13.2640251Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/client.go' from root:root to runner:runner
2025-08-20T21:27:13.2641832Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2643190Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/mac.go' from root:root to runner:runner
2025-08-20T21:27:13.2644575Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/channel.go' from root:root to runner:runner
2025-08-20T21:27:13.2645982Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/transport.go' from root:root to runner:runner
2025-08-20T21:27:13.2647522Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/common.go' from root:root to runner:runner
2025-08-20T21:27:13.2648919Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/handshake.go' from root:root to runner:runner
2025-08-20T21:27:13.2650346Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/client.go' from root:root to runner:runner
2025-08-20T21:27:13.2652075Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/forward.go' from root:root to runner:runner
2025-08-20T21:27:13.2654072Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/server.go' from root:root to runner:runner
2025-08-20T21:27:13.2655525Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/keyring.go' from root:root to runner:runner
2025-08-20T21:27:13.2656923Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent' from root:root to runner:runner
2025-08-20T21:27:13.2658582Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go' from root:root to runner:runner
2025-08-20T21:27:13.2660071Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/knownhosts' from root:root to runner:runner
2025-08-20T21:27:13.2661686Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/tcpip.go' from root:root to runner:runner
2025-08-20T21:27:13.2663066Z [00:02:34.223]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/mux.go' from root:root to runner:runner
2025-08-20T21:27:13.2664446Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/keys.go' from root:root to runner:runner
2025-08-20T21:27:13.2665854Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/client_auth.go' from root:root to runner:runner
2025-08-20T21:27:13.2667265Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/ssh_gss.go' from root:root to runner:runner
2025-08-20T21:27:13.2668655Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/session.go' from root:root to runner:runner
2025-08-20T21:27:13.2670049Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/cipher.go' from root:root to runner:runner
2025-08-20T21:27:13.2671603Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/server.go' from root:root to runner:runner
2025-08-20T21:27:13.2673165Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/connection.go' from root:root to runner:runner
2025-08-20T21:27:13.2674591Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/streamlocal.go' from root:root to runner:runner
2025-08-20T21:27:13.2675956Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh' from root:root to runner:runner
2025-08-20T21:27:13.2677295Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2678708Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.2680164Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_ref.go' from root:root to runner:runner
2025-08-20T21:27:13.2681949Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blake2b.go' from root:root to runner:runner
2025-08-20T21:27:13.2683541Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.2685055Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.2686501Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/argon2.go' from root:root to runner:runner
2025-08-20T21:27:13.2687873Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2' from root:root to runner:runner
2025-08-20T21:27:13.2689303Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/curve25519/curve25519.go' from root:root to runner:runner
2025-08-20T21:27:13.2690730Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/curve25519' from root:root to runner:runner
2025-08-20T21:27:13.2692308Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto' from root:root to runner:runner
2025-08-20T21:27:13.2693648Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes/runes.go' from root:root to runner:runner
2025-08-20T21:27:13.2695030Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes/cond.go' from root:root to runner:runner
2025-08-20T21:27:13.2696388Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes' from root:root to runner:runner
2025-08-20T21:27:13.2697945Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/transform/transform.go' from root:root to runner:runner
2025-08-20T21:27:13.2699344Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/transform' from root:root to runner:runner
2025-08-20T21:27:13.2700681Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.2702574Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier/mib.go' from root:root to runner:runner
2025-08-20T21:27:13.2704197Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go' from root:root to runner:runner
2025-08-20T21:27:13.2705770Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier' from root:root to runner:runner
2025-08-20T21:27:13.2707224Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal' from root:root to runner:runner
2025-08-20T21:27:13.2708774Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/encoding.go' from root:root to runner:runner
2025-08-20T21:27:13.2710170Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding' from root:root to runner:runner
2025-08-20T21:27:13.2711627Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2713048Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2714515Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/iter.go' from root:root to runner:runner
2025-08-20T21:27:13.2715955Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/input.go' from root:root to runner:runner
2025-08-20T21:27:13.2717412Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/forminfo.go' from root:root to runner:runner
2025-08-20T21:27:13.2718851Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/trie.go' from root:root to runner:runner
2025-08-20T21:27:13.2720320Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2722048Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2723544Z [00:02:34.224]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2725038Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/normalize.go' from root:root to runner:runner
2025-08-20T21:27:13.2727152Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2729957Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go' from root:root to runner:runner
2025-08-20T21:27:13.2732875Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/transform.go' from root:root to runner:runner
2025-08-20T21:27:13.2735548Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/readwriter.go' from root:root to runner:runner
2025-08-20T21:27:13.2737735Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/composition.go' from root:root to runner:runner
2025-08-20T21:27:13.2739183Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm' from root:root to runner:runner
2025-08-20T21:27:13.2740546Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode' from root:root to runner:runner
2025-08-20T21:27:13.2742099Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text' from root:root to runner:runner
2025-08-20T21:27:13.2743406Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.2744747Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2746152Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/errgroup/errgroup.go' from root:root to runner:runner
2025-08-20T21:27:13.2747536Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/errgroup' from root:root to runner:runner
2025-08-20T21:27:13.2748838Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync' from root:root to runner:runner
2025-08-20T21:27:13.2750191Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/slices.go' from root:root to runner:runner
2025-08-20T21:27:13.2751955Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/sort.go' from root:root to runner:runner
2025-08-20T21:27:13.2753380Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/zsortordered.go' from root:root to runner:runner
2025-08-20T21:27:13.2754788Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/cmp.go' from root:root to runner:runner
2025-08-20T21:27:13.2756197Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/zsortanyfunc.go' from root:root to runner:runner
2025-08-20T21:27:13.2757585Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices' from root:root to runner:runner
2025-08-20T21:27:13.2758910Z [00:02:34.225]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.2760318Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/constraints/constraints.go' from root:root to runner:runner
2025-08-20T21:27:13.2762019Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/constraints' from root:root to runner:runner
2025-08-20T21:27:13.2763493Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2764805Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp' from root:root to runner:runner
2025-08-20T21:27:13.2766067Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x' from root:root to runner:runner
2025-08-20T21:27:13.2767297Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org' from root:root to runner:runner
2025-08-20T21:27:13.2768589Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.2769917Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2771433Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/merge.go' from root:root to runner:runner
2025-08-20T21:27:13.2772787Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2774089Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/map.go' from root:root to runner:runner
2025-08-20T21:27:13.2775435Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.deepsource.toml' from root:root to runner:runner
2025-08-20T21:27:13.2776957Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/mergo.go' from root:root to runner:runner
2025-08-20T21:27:13.2778266Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2779614Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.2781299Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:13.2782749Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.2784103Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.2785397Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo' from root:root to runner:runner
2025-08-20T21:27:13.2786631Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat' from root:root to runner:runner
2025-08-20T21:27:13.2788179Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/patricia.go' from root:root to runner:runner
2025-08-20T21:27:13.2789779Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/children.go' from root:root to runner:runner
2025-08-20T21:27:13.2791486Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia' from root:root to runner:runner
2025-08-20T21:27:13.2792957Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:13.2794423Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2795859Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3' from root:root to runner:runner
2025-08-20T21:27:13.2797183Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan' from root:root to runner:runner
2025-08-20T21:27:13.2798486Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/parserc.go' from root:root to runner:runner
2025-08-20T21:27:13.2800202Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/scannerc.go' from root:root to runner:runner
2025-08-20T21:27:13.2802755Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/sorter.go' from root:root to runner:runner
2025-08-20T21:27:13.2805276Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yamlprivateh.go' from root:root to runner:runner
2025-08-20T21:27:13.2807737Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/writerc.go' from root:root to runner:runner
2025-08-20T21:27:13.2810098Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2811697Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/decode.go' from root:root to runner:runner
2025-08-20T21:27:13.2813035Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/apic.go' from root:root to runner:runner
2025-08-20T21:27:13.2814368Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yamlh.go' from root:root to runner:runner
2025-08-20T21:27:13.2815698Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2817190Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/resolve.go' from root:root to runner:runner
2025-08-20T21:27:13.2818532Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/NOTICE' from root:root to runner:runner
2025-08-20T21:27:13.2819858Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/encode.go' from root:root to runner:runner
2025-08-20T21:27:13.2821479Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/readerc.go' from root:root to runner:runner
2025-08-20T21:27:13.2822860Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/emitterc.go' from root:root to runner:runner
2025-08-20T21:27:13.2824193Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yaml.go' from root:root to runner:runner
2025-08-20T21:27:13.2825483Z [00:02:34.226]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3' from root:root to runner:runner
2025-08-20T21:27:13.2826813Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/warnings.go' from root:root to runner:runner
2025-08-20T21:27:13.2828173Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2829521Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/README' from root:root to runner:runner
2025-08-20T21:27:13.2831185Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0' from root:root to runner:runner
2025-08-20T21:27:13.2832449Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in' from root:root to runner:runner
2025-08-20T21:27:13.2833669Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/modules.txt' from root:root to runner:runner
2025-08-20T21:27:13.2835010Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2836528Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/forward_assertions.go' from root:root to runner:runner
2025-08-20T21:27:13.2838100Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/http_assertions.go' from root:root to runner:runner
2025-08-20T21:27:13.2839658Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_format.go' from root:root to runner:runner
2025-08-20T21:27:13.2841578Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl' from root:root to runner:runner
2025-08-20T21:27:13.2843221Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl' from root:root to runner:runner
2025-08-20T21:27:13.2844764Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2846285Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_forward.go' from root:root to runner:runner
2025-08-20T21:27:13.2847861Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_compare.go' from root:root to runner:runner
2025-08-20T21:27:13.2849388Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.2851095Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_fail.go' from root:root to runner:runner
2025-08-20T21:27:13.2852729Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_custom.go' from root:root to runner:runner
2025-08-20T21:27:13.2854302Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_default.go' from root:root to runner:runner
2025-08-20T21:27:13.2856039Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml' from root:root to runner:runner
2025-08-20T21:27:13.2857531Z [00:02:34.227]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertions.go' from root:root to runner:runner
2025-08-20T21:27:13.2859073Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_order.go' from root:root to runner:runner
2025-08-20T21:27:13.2860556Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert' from root:root to runner:runner
2025-08-20T21:27:13.2862382Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify' from root:root to runner:runner
2025-08-20T21:27:13.2863707Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr' from root:root to runner:runner
2025-08-20T21:27:13.2865043Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.2866417Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/unquote.go' from root:root to runner:runner
2025-08-20T21:27:13.2867934Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/decode.go' from root:root to runner:runner
2025-08-20T21:27:13.2869313Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.2870666Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/Readme' from root:root to runner:runner
2025-08-20T21:27:13.2872561Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt' from root:root to runner:runner
2025-08-20T21:27:13.2873946Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr' from root:root to runner:runner
2025-08-20T21:27:13.2875338Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/deadlock_map.go' from root:root to runner:runner
2025-08-20T21:27:13.2876814Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/trylock.go' from root:root to runner:runner
2025-08-20T21:27:13.2878272Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/stacktraces.go' from root:root to runner:runner
2025-08-20T21:27:13.2879723Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/test.sh' from root:root to runner:runner
2025-08-20T21:27:13.2881529Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2882973Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.2884412Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/Readme.md' from root:root to runner:runner
2025-08-20T21:27:13.2885872Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/deadlock.go' from root:root to runner:runner
2025-08-20T21:27:13.2887291Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock' from root:root to runner:runner
2025-08-20T21:27:13.2888621Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s' from root:root to runner:runner
2025-08-20T21:27:13.2889953Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2891571Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2893095Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/LICENSE.md' from root:root to runner:runner
2025-08-20T21:27:13.2894492Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/color.go' from root:root to runner:runner
2025-08-20T21:27:13.2895828Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color' from root:root to runner:runner
2025-08-20T21:27:13.2897121Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih' from root:root to runner:runner
2025-08-20T21:27:13.2898549Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/docker_compose_handler.go' from root:root to runner:runner
2025-08-20T21:27:13.2900055Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.2901749Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/handler.go' from root:root to runner:runner
2025-08-20T21:27:13.2903195Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2904660Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/json_handler.go' from root:root to runner:runner
2025-08-20T21:27:13.2906260Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.2907695Z [00:02:34.228]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/LICENSE.md' from root:root to runner:runner
2025-08-20T21:27:13.2909155Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/logfmt_handler.go' from root:root to runner:runner
2025-08-20T21:27:13.2910648Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/goreleaser.yaml' from root:root to runner:runner
2025-08-20T21:27:13.2912465Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/time_parse.go' from root:root to runner:runner
2025-08-20T21:27:13.2913882Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog' from root:root to runner:runner
2025-08-20T21:27:13.2915201Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme' from root:root to runner:runner
2025-08-20T21:27:13.2916553Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/lstater.go' from root:root to runner:runner
2025-08-20T21:27:13.2918071Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.2919559Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/internal/common/adapters.go' from root:root to runner:runner
2025-08-20T21:27:13.2921192Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/internal/common' from root:root to runner:runner
2025-08-20T21:27:13.2922620Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/internal' from root:root to runner:runner
2025-08-20T21:27:13.2923998Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/os.go' from root:root to runner:runner
2025-08-20T21:27:13.2925446Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2927030Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/util.go' from root:root to runner:runner
2025-08-20T21:27:13.2928404Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/path.go' from root:root to runner:runner
2025-08-20T21:27:13.2929785Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/symlink.go' from root:root to runner:runner
2025-08-20T21:27:13.2931452Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/const_bsds.go' from root:root to runner:runner
2025-08-20T21:27:13.2932870Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/readonlyfs.go' from root:root to runner:runner
2025-08-20T21:27:13.2934260Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/memmap.go' from root:root to runner:runner
2025-08-20T21:27:13.2935648Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/LICENSE.txt' from root:root to runner:runner
2025-08-20T21:27:13.2937048Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/httpFs.go' from root:root to runner:runner
2025-08-20T21:27:13.2938471Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/copyOnWriteFs.go' from root:root to runner:runner
2025-08-20T21:27:13.2939885Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/dir.go' from root:root to runner:runner
2025-08-20T21:27:13.2941496Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/file.go' from root:root to runner:runner
2025-08-20T21:27:13.2943476Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/dirmap.go' from root:root to runner:runner
2025-08-20T21:27:13.2944917Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem' from root:root to runner:runner
2025-08-20T21:27:13.2946310Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/appveyor.yml' from root:root to runner:runner
2025-08-20T21:27:13.2947696Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/iofs.go' from root:root to runner:runner
2025-08-20T21:27:13.2949080Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/ioutil.go' from root:root to runner:runner
2025-08-20T21:27:13.2950499Z [00:02:34.229]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/cacheOnReadFs.go' from root:root to runner:runner
2025-08-20T21:27:13.2952183Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/regexpfs.go' from root:root to runner:runner
2025-08-20T21:27:13.2953588Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/unionFile.go' from root:root to runner:runner
2025-08-20T21:27:13.2954985Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/match.go' from root:root to runner:runner
2025-08-20T21:27:13.2956364Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/afero.go' from root:root to runner:runner
2025-08-20T21:27:13.2957892Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/basepath.go' from root:root to runner:runner
2025-08-20T21:27:13.2959316Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/const_win_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.2960682Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero' from root:root to runner:runner
2025-08-20T21:27:13.2962103Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13' from root:root to runner:runner
2025-08-20T21:27:13.2963479Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/config.go' from root:root to runner:runner
2025-08-20T21:27:13.2964916Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/spew.go' from root:root to runner:runner
2025-08-20T21:27:13.2966365Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/bypass.go' from root:root to runner:runner
2025-08-20T21:27:13.2967937Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/format.go' from root:root to runner:runner
2025-08-20T21:27:13.2969380Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.2970809Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/common.go' from root:root to runner:runner
2025-08-20T21:27:13.2972379Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go' from root:root to runner:runner
2025-08-20T21:27:13.2973842Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/dump.go' from root:root to runner:runner
2025-08-20T21:27:13.2975250Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew' from root:root to runner:runner
2025-08-20T21:27:13.2976643Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.2992862Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew' from root:root to runner:runner
2025-08-20T21:27:13.2994378Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh' from root:root to runner:runner
2025-08-20T21:27:13.2995835Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber.go' from root:root to runner:runner
2025-08-20T21:27:13.2997579Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/README.md' from root:root to runner:runner
2025-08-20T21:27:13.2999136Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.3000693Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3002344Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3003915Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3005423Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber' from root:root to runner:runner
2025-08-20T21:27:13.3006803Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry' from root:root to runner:runner
2025-08-20T21:27:13.3008326Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3009894Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hsluv-snapshot-rev4.json' from root:root to runner:runner
2025-08-20T21:27:13.3012546Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/happy_palettegen.go' from root:root to runner:runner
2025-08-20T21:27:13.3015349Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hsluv.go' from root:root to runner:runner
2025-08-20T21:27:13.3018041Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3020752Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/warm_palettegen.go' from root:root to runner:runner
2025-08-20T21:27:13.3022668Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/colorgens.go' from root:root to runner:runner
2025-08-20T21:27:13.3024174Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hexcolor.go' from root:root to runner:runner
2025-08-20T21:27:13.3025665Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3027361Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/soft_palettegen.go' from root:root to runner:runner
2025-08-20T21:27:13.3028879Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3030360Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/colors.go' from root:root to runner:runner
2025-08-20T21:27:13.3032000Z [00:02:34.230]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful' from root:root to runner:runner
2025-08-20T21:27:13.3033364Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer' from root:root to runner:runner
2025-08-20T21:27:13.3034759Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3036204Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3037781Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3039268Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/orderedmap.go' from root:root to runner:runner
2025-08-20T21:27:13.3040729Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3042371Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3043856Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:13.3045312Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/json.go' from root:root to runner:runner
2025-08-20T21:27:13.3046735Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/yaml.go' from root:root to runner:runner
2025-08-20T21:27:13.3048141Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2' from root:root to runner:runner
2025-08-20T21:27:13.3049506Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map' from root:root to runner:runner
2025-08-20T21:27:13.3051200Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8' from root:root to runner:runner
2025-08-20T21:27:13.3053683Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3056652Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go' from root:root to runner:runner
2025-08-20T21:27:13.3058938Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go' from root:root to runner:runner
2025-08-20T21:27:13.3060530Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3062627Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3064163Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3065880Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/openat_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3067426Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/VERSION' from root:root to runner:runner
2025-08-20T21:27:13.3069012Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.3070593Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/vfs.go' from root:root to runner:runner
2025-08-20T21:27:13.3072442Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/join.go' from root:root to runner:runner
2025-08-20T21:27:13.3074050Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.3075626Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3077161Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3078713Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3080469Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3082251Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/open_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3083741Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin' from root:root to runner:runner
2025-08-20T21:27:13.3085090Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar' from root:root to runner:runner
2025-08-20T21:27:13.3086856Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_others.go' from root:root to runner:runner
2025-08-20T21:27:13.3088292Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3089719Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.3091396Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/go.test.sh' from root:root to runner:runner
2025-08-20T21:27:13.3093007Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.3094452Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3095881Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3097320Z [00:02:34.231]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3098757Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_tcgets.go' from root:root to runner:runner
2025-08-20T21:27:13.3100217Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.3101947Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty' from root:root to runner:runner
2025-08-20T21:27:13.3103354Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3104796Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/go.test.sh' from root:root to runner:runner
2025-08-20T21:27:13.3106429Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3107945Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_others.go' from root:root to runner:runner
2025-08-20T21:27:13.3109443Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/noncolorable.go' from root:root to runner:runner
2025-08-20T21:27:13.3111210Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3112787Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_appengine.go' from root:root to runner:runner
2025-08-20T21:27:13.3114254Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable' from root:root to runner:runner
2025-08-20T21:27:13.3115672Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3117263Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth.go' from root:root to runner:runner
2025-08-20T21:27:13.3118753Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_js.go' from root:root to runner:runner
2025-08-20T21:27:13.3120259Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3121859Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3123350Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go' from root:root to runner:runner
2025-08-20T21:27:13.3124881Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_table.go' from root:root to runner:runner
2025-08-20T21:27:13.3126385Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_posix.go' from root:root to runner:runner
2025-08-20T21:27:13.3127808Z [00:02:34.232]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth' from root:root to runner:runner
2025-08-20T21:27:13.3129419Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn' from root:root to runner:runner
2025-08-20T21:27:13.3130773Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3132446Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3133897Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/emoji_codemap.go' from root:root to runner:runner
2025-08-20T21:27:13.3135343Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/emoji.go' from root:root to runner:runner
2025-08-20T21:27:13.3136782Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3138218Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/wercker.yml' from root:root to runner:runner
2025-08-20T21:27:13.3139602Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2' from root:root to runner:runner
2025-08-20T21:27:13.3141169Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji' from root:root to runner:runner
2025-08-20T21:27:13.3142617Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi' from root:root to runner:runner
2025-08-20T21:27:13.3144008Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3145433Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/nothing.go' from root:root to runner:runner
2025-08-20T21:27:13.3146868Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/any_of.go' from root:root to runner:runner
2025-08-20T21:27:13.3148295Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/row.go' from root:root to runner:runner
2025-08-20T21:27:13.3149723Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/suffix.go' from root:root to runner:runner
2025-08-20T21:27:13.3151436Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix_any.go' from root:root to runner:runner
2025-08-20T21:27:13.3152927Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/contains.go' from root:root to runner:runner
2025-08-20T21:27:13.3154538Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/max.go' from root:root to runner:runner
2025-08-20T21:27:13.3156274Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/btree.go' from root:root to runner:runner
2025-08-20T21:27:13.3157865Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/super.go' from root:root to runner:runner
2025-08-20T21:27:13.3159308Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/range.go' from root:root to runner:runner
2025-08-20T21:27:13.3160735Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/single.go' from root:root to runner:runner
2025-08-20T21:27:13.3162331Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/every_of.go' from root:root to runner:runner
2025-08-20T21:27:13.3163769Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/list.go' from root:root to runner:runner
2025-08-20T21:27:13.3165197Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.3166665Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix_suffix.go' from root:root to runner:runner
2025-08-20T21:27:13.3168231Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/text.go' from root:root to runner:runner
2025-08-20T21:27:13.3169656Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/min.go' from root:root to runner:runner
2025-08-20T21:27:13.3171206Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/suffix_any.go' from root:root to runner:runner
2025-08-20T21:27:13.3172667Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/segments.go' from root:root to runner:runner
2025-08-20T21:27:13.3174113Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/match.go' from root:root to runner:runner
2025-08-20T21:27:13.3175534Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/any.go' from root:root to runner:runner
2025-08-20T21:27:13.3176924Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match' from root:root to runner:runner
2025-08-20T21:27:13.3178356Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/compiler/compiler.go' from root:root to runner:runner
2025-08-20T21:27:13.3179791Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/compiler' from root:root to runner:runner
2025-08-20T21:27:13.3181548Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/glob.go' from root:root to runner:runner
2025-08-20T21:27:13.3182933Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/readme.md' from root:root to runner:runner
2025-08-20T21:27:13.3184311Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/bench.sh' from root:root to runner:runner
2025-08-20T21:27:13.3185680Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3187075Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3188536Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3190004Z [00:02:34.233]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast/ast.go' from root:root to runner:runner
2025-08-20T21:27:13.3191665Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast' from root:root to runner:runner
2025-08-20T21:27:13.3193264Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer/lexer.go' from root:root to runner:runner
2025-08-20T21:27:13.3194798Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer/token.go' from root:root to runner:runner
2025-08-20T21:27:13.3196248Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer' from root:root to runner:runner
2025-08-20T21:27:13.3197677Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/syntax.go' from root:root to runner:runner
2025-08-20T21:27:13.3199088Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax' from root:root to runner:runner
2025-08-20T21:27:13.3200507Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/runes/runes.go' from root:root to runner:runner
2025-08-20T21:27:13.3202057Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/runes' from root:root to runner:runner
2025-08-20T21:27:13.3203504Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/strings/strings.go' from root:root to runner:runner
2025-08-20T21:27:13.3204959Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/strings' from root:root to runner:runner
2025-08-20T21:27:13.3206463Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util' from root:root to runner:runner
2025-08-20T21:27:13.3207789Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob' from root:root to runner:runner
2025-08-20T21:27:13.3209101Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas' from root:root to runner:runner
2025-08-20T21:27:13.3210448Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Gopkg.lock' from root:root to runner:runner
2025-08-20T21:27:13.3211964Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3213374Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3214786Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.editorconfig' from root:root to runner:runner
2025-08-20T21:27:13.3216191Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3217700Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/fuzzy.go' from root:root to runner:runner
2025-08-20T21:27:13.3219110Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3220498Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Gopkg.toml' from root:root to runner:runner
2025-08-20T21:27:13.3222229Z [00:02:34.234]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.3224045Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3225424Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy' from root:root to runner:runner
2025-08-20T21:27:13.3226734Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm' from root:root to runner:runner
2025-08-20T21:27:13.3228089Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3229517Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3231159Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/util.go' from root:root to runner:runner
2025-08-20T21:27:13.3232791Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/print.go' from root:root to runner:runner
2025-08-20T21:27:13.3234228Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/pointers.go' from root:root to runner:runner
2025-08-20T21:27:13.3235647Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3237063Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/dump.go' from root:root to runner:runner
2025-08-20T21:27:13.3238497Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3239935Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3241450Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter' from root:root to runner:runner
2025-08-20T21:27:13.3242897Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io' from root:root to runner:runner
2025-08-20T21:27:13.3244295Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.3245709Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3247110Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.3248554Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/test_crosscompile.sh' from root:root to runner:runner
2025-08-20T21:27:13.3249995Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3251495Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl.go' from root:root to runner:runner
2025-08-20T21:27:13.3252871Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3254238Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/util.go' from root:root to runner:runner
2025-08-20T21:27:13.3255630Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.3257173Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_dragonfly.go' from root:root to runner:runner
2025-08-20T21:27:13.3258634Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.3260068Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3261707Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/mktypes.bash' from root:root to runner:runner
2025-08-20T21:27:13.3263129Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_openbsd.go' from root:root to runner:runner
2025-08-20T21:27:13.3264541Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_arm64.go' from root:root to runner:runner
2025-08-20T21:27:13.3265923Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3267450Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/run.go' from root:root to runner:runner
2025-08-20T21:27:13.3268862Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_s390x.go' from root:root to runner:runner
2025-08-20T21:27:13.3270273Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:13.3271981Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.3273414Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_386.go' from root:root to runner:runner
2025-08-20T21:27:13.3274869Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_dragonfly_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3276319Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.3277697Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3279085Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.3280512Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/Dockerfile.riscv' from root:root to runner:runner
2025-08-20T21:27:13.3282282Z [00:02:34.235]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3283735Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_riscvx.go' from root:root to runner:runner
2025-08-20T21:27:13.3285180Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_386.go' from root:root to runner:runner
2025-08-20T21:27:13.3286633Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/util_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.3288072Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_ppc64le.go' from root:root to runner:runner
2025-08-20T21:27:13.3289550Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_openbsd_32bit_int.go' from root:root to runner:runner
2025-08-20T21:27:13.3291116Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_ppc64.go' from root:root to runner:runner
2025-08-20T21:27:13.3293225Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_arm.go' from root:root to runner:runner
2025-08-20T21:27:13.3296000Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_mipsx.go' from root:root to runner:runner
2025-08-20T21:27:13.3298531Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty' from root:root to runner:runner
2025-08-20T21:27:13.3301058Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack' from root:root to runner:runner
2025-08-20T21:27:13.3303253Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/keccakf.go' from root:root to runner:runner
2025-08-20T21:27:13.3304849Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/hashes.go' from root:root to runner:runner
2025-08-20T21:27:13.3306430Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor_unaligned.go' from root:root to runner:runner
2025-08-20T21:27:13.3307997Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3309543Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/sha3_s390x.s' from root:root to runner:runner
2025-08-20T21:27:13.3311505Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/sha3.go' from root:root to runner:runner
2025-08-20T21:27:13.3313074Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3314620Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/rc.go' from root:root to runner:runner
2025-08-20T21:27:13.3316149Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/shake.go' from root:root to runner:runner
2025-08-20T21:27:13.3317689Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor.go' from root:root to runner:runner
2025-08-20T21:27:13.3319188Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3' from root:root to runner:runner
2025-08-20T21:27:13.3320705Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/conv/conv.go' from root:root to runner:runner
2025-08-20T21:27:13.3322520Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/conv' from root:root to runner:runner
2025-08-20T21:27:13.3323980Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal' from root:root to runner:runner
2025-08-20T21:27:13.3325464Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3326983Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve.go' from root:root to runner:runner
2025-08-20T21:27:13.3328476Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3329992Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3331871Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.h' from root:root to runner:runner
2025-08-20T21:27:13.3333413Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3334926Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/key.go' from root:root to runner:runner
2025-08-20T21:27:13.3336543Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/table.go' from root:root to runner:runner
2025-08-20T21:27:13.3338061Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3339542Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519' from root:root to runner:runner
2025-08-20T21:27:13.3341239Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3342762Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve.go' from root:root to runner:runner
2025-08-20T21:27:13.3344231Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3345719Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3347368Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.h' from root:root to runner:runner
2025-08-20T21:27:13.3348902Z [00:02:34.236]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3350392Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/key.go' from root:root to runner:runner
2025-08-20T21:27:13.3352156Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/table.go' from root:root to runner:runner
2025-08-20T21:27:13.3353673Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3355149Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448' from root:root to runner:runner
2025-08-20T21:27:13.3356551Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh' from root:root to runner:runner
2025-08-20T21:27:13.3357974Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/integer.go' from root:root to runner:runner
2025-08-20T21:27:13.3359483Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3361196Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fuzzer.go' from root:root to runner:runner
2025-08-20T21:27:13.3362853Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp.go' from root:root to runner:runner
2025-08-20T21:27:13.3364856Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.h' from root:root to runner:runner
2025-08-20T21:27:13.3367752Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3370559Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3373513Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3375262Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448' from root:root to runner:runner
2025-08-20T21:27:13.3376728Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/wnaf.go' from root:root to runner:runner
2025-08-20T21:27:13.3378421Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3379964Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp.go' from root:root to runner:runner
2025-08-20T21:27:13.3381741Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.h' from root:root to runner:runner
2025-08-20T21:27:13.3383285Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3384835Z [00:02:34.237]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3386375Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3387878Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519' from root:root to runner:runner
2025-08-20T21:27:13.3389373Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset/power.go' from root:root to runner:runner
2025-08-20T21:27:13.3391176Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset/mlsbset.go' from root:root to runner:runner
2025-08-20T21:27:13.3392884Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset' from root:root to runner:runner
2025-08-20T21:27:13.3394353Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/primes.go' from root:root to runner:runner
2025-08-20T21:27:13.3395779Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math' from root:root to runner:runner
2025-08-20T21:27:13.3397247Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448/ed448.go' from root:root to runner:runner
2025-08-20T21:27:13.3398765Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448/signapi.go' from root:root to runner:runner
2025-08-20T21:27:13.3400253Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448' from root:root to runner:runner
2025-08-20T21:27:13.3401939Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/ed25519.go' from root:root to runner:runner
2025-08-20T21:27:13.3403599Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/modular.go' from root:root to runner:runner
2025-08-20T21:27:13.3405147Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/mult.go' from root:root to runner:runner
2025-08-20T21:27:13.3406687Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/pubkey112.go' from root:root to runner:runner
2025-08-20T21:27:13.3408239Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/tables.go' from root:root to runner:runner
2025-08-20T21:27:13.3409774Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/point.go' from root:root to runner:runner
2025-08-20T21:27:13.3411593Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/pubkey.go' from root:root to runner:runner
2025-08-20T21:27:13.3413156Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/signapi.go' from root:root to runner:runner
2025-08-20T21:27:13.3414647Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519' from root:root to runner:runner
2025-08-20T21:27:13.3416101Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/sign.go' from root:root to runner:runner
2025-08-20T21:27:13.3417662Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign' from root:root to runner:runner
2025-08-20T21:27:13.3419060Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3420579Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twist_basemult.go' from root:root to runner:runner
2025-08-20T21:27:13.3422740Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twistPoint.go' from root:root to runner:runner
2025-08-20T21:27:13.3424330Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go' from root:root to runner:runner
2025-08-20T21:27:13.3425144Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/isogeny.go' from root:root to runner:runner
2025-08-20T21:27:13.3425940Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/curve.go' from root:root to runner:runner
2025-08-20T21:27:13.3426767Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/constants.go' from root:root to runner:runner
2025-08-20T21:27:13.3427573Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.go' from root:root to runner:runner
2025-08-20T21:27:13.3428407Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twistTables.go' from root:root to runner:runner
2025-08-20T21:27:13.3429204Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/point.go' from root:root to runner:runner
2025-08-20T21:27:13.3429978Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks' from root:root to runner:runner
2025-08-20T21:27:13.3430810Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc' from root:root to runner:runner
2025-08-20T21:27:13.3431823Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl' from root:root to runner:runner
2025-08-20T21:27:13.3432508Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare' from root:root to runner:runner
2025-08-20T21:27:13.3433249Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/const.go' from root:root to runner:runner
2025-08-20T21:27:13.3434097Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3435117Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc.go' from root:root to runner:runner
2025-08-20T21:27:13.3436355Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3438012Z [00:02:34.238]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3439478Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3440795Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc' from root:root to runner:runner
2025-08-20T21:27:13.3442383Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/internal/const.go' from root:root to runner:runner
2025-08-20T21:27:13.3443700Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/internal' from root:root to runner:runner
2025-08-20T21:27:13.3444956Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/detection.go' from root:root to runner:runner
2025-08-20T21:27:13.3445778Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_amd64.s' from root:root to runner:runner
2025-08-20T21:27:13.3446503Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3447305Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3448026Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3448943Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Dockerfile.arm' from root:root to runner:runner
2025-08-20T21:27:13.3449709Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_amd64.go' from root:root to runner:runner
2025-08-20T21:27:13.3450430Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cd.go' from root:root to runner:runner
2025-08-20T21:27:13.3451408Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_noasm.go' from root:root to runner:runner
2025-08-20T21:27:13.3452148Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3452907Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Dockerfile.arm64' from root:root to runner:runner
2025-08-20T21:27:13.3453589Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd' from root:root to runner:runner
2025-08-20T21:27:13.3454413Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf' from root:root to runner:runner
2025-08-20T21:27:13.3455166Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/reparse.go' from root:root to runner:runner
2025-08-20T21:27:13.3455910Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pipe.go' from root:root to runner:runner
2025-08-20T21:27:13.3456641Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/sd.go' from root:root to runner:runner
2025-08-20T21:27:13.3457433Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3458188Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3458935Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/syscall.go' from root:root to runner:runner
2025-08-20T21:27:13.3459794Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3460600Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/socket.go' from root:root to runner:runner
2025-08-20T21:27:13.3461622Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/rawaddr.go' from root:root to runner:runner
2025-08-20T21:27:13.3462517Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket' from root:root to runner:runner
2025-08-20T21:27:13.3463354Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3464128Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3464909Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/fs.go' from root:root to runner:runner
2025-08-20T21:27:13.3465721Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/security.go' from root:root to runner:runner
2025-08-20T21:27:13.3466465Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs' from root:root to runner:runner
2025-08-20T21:27:13.3467317Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/stringbuffer/wstring.go' from root:root to runner:runner
2025-08-20T21:27:13.3468215Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/stringbuffer' from root:root to runner:runner
2025-08-20T21:27:13.3468964Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal' from root:root to runner:runner
2025-08-20T21:27:13.3469708Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3470430Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3471452Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/privilege.go' from root:root to runner:runner
2025-08-20T21:27:13.3472217Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/backup.go' from root:root to runner:runner
2025-08-20T21:27:13.3472964Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/CODEOWNERS' from root:root to runner:runner
2025-08-20T21:27:13.3473702Z [00:02:34.239]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/hvsock.go' from root:root to runner:runner
2025-08-20T21:27:13.3474458Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/fileinfo.go' from root:root to runner:runner
2025-08-20T21:27:13.3475328Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3476087Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.gitattributes' from root:root to runner:runner
2025-08-20T21:27:13.3476830Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/file.go' from root:root to runner:runner
2025-08-20T21:27:13.3477558Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/ea.go' from root:root to runner:runner
2025-08-20T21:27:13.3478315Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:13.3479066Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:13.3479878Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3480802Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go' from root:root to runner:runner
2025-08-20T21:27:13.3481888Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid_nonwindows.go' from root:root to runner:runner
2025-08-20T21:27:13.3482712Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/variant_string.go' from root:root to runner:runner
2025-08-20T21:27:13.3483449Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid' from root:root to runner:runner
2025-08-20T21:27:13.3484182Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg' from root:root to runner:runner
2025-08-20T21:27:13.3484888Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio' from root:root to runner:runner
2025-08-20T21:27:13.3485560Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft' from root:root to runner:runner
2025-08-20T21:27:13.3486396Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.go' from root:root to runner:runner
2025-08-20T21:27:13.3487191Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/internal/byteutil' from root:root to runner:runner
2025-08-20T21:27:13.3488086Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/internal' from root:root to runner:runner
2025-08-20T21:27:13.3488890Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.go' from root:root to runner:runner
2025-08-20T21:27:13.3489645Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/bitcurves' from root:root to runner:runner
2025-08-20T21:27:13.3490405Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go' from root:root to runner:runner
2025-08-20T21:27:13.3491525Z [00:02:34.240]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_a.go' from root:root to runner:runner
2025-08-20T21:27:13.3492412Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_b.go' from root:root to runner:runner
2025-08-20T21:27:13.3493227Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/random_vectors.go' from root:root to runner:runner
2025-08-20T21:27:13.3494105Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb' from root:root to runner:runner
2025-08-20T21:27:13.3494868Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/PATENTS' from root:root to runner:runner
2025-08-20T21:27:13.3495676Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/eax_test_vectors.go' from root:root to runner:runner
2025-08-20T21:27:13.3496472Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go' from root:root to runner:runner
2025-08-20T21:27:13.3497256Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/eax.go' from root:root to runner:runner
2025-08-20T21:27:13.3497996Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax' from root:root to runner:runner
2025-08-20T21:27:13.3498738Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:13.3499555Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x25519/x25519.go' from root:root to runner:runner
2025-08-20T21:27:13.3500334Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x25519' from root:root to runner:runner
2025-08-20T21:27:13.3501530Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed448/ed448.go' from root:root to runner:runner
2025-08-20T21:27:13.3502487Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed448' from root:root to runner:runner
2025-08-20T21:27:13.3503357Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/hash.go' from root:root to runner:runner
2025-08-20T21:27:13.3504236Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/cipher.go' from root:root to runner:runner
2025-08-20T21:27:13.3505420Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/aead.go' from root:root to runner:runner
2025-08-20T21:27:13.3506494Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm' from root:root to runner:runner
2025-08-20T21:27:13.3508098Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/oid.go' from root:root to runner:runner
2025-08-20T21:27:13.3509921Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/mpi.go' from root:root to runner:runner
2025-08-20T21:27:13.3511836Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/encoding.go' from root:root to runner:runner
2025-08-20T21:27:13.3513376Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding' from root:root to runner:runner
2025-08-20T21:27:13.3514918Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed25519.go' from root:root to runner:runner
2025-08-20T21:27:13.3516081Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed448.go' from root:root to runner:runner
2025-08-20T21:27:13.3516942Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/x448.go' from root:root to runner:runner
2025-08-20T21:27:13.3517812Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve_info.go' from root:root to runner:runner
2025-08-20T21:27:13.3518650Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curves.go' from root:root to runner:runner
2025-08-20T21:27:13.3519501Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/generic.go' from root:root to runner:runner
2025-08-20T21:27:13.3520534Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519.go' from root:root to runner:runner
2025-08-20T21:27:13.3521579Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc' from root:root to runner:runner
2025-08-20T21:27:13.3522380Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal' from root:root to runner:runner
2025-08-20T21:27:13.3523169Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/hash.go' from root:root to runner:runner
2025-08-20T21:27:13.3523979Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.go' from root:root to runner:runner
2025-08-20T21:27:13.3524752Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa' from root:root to runner:runner
2025-08-20T21:27:13.3525589Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/read_write_test_data.go' from root:root to runner:runner
2025-08-20T21:27:13.3526542Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/key_generation.go' from root:root to runner:runner
2025-08-20T21:27:13.3527390Z [00:02:34.241]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go' from root:root to runner:runner
2025-08-20T21:27:13.3528175Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/read.go' from root:root to runner:runner
2025-08-20T21:27:13.3528988Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_cache.go' from root:root to runner:runner
2025-08-20T21:27:13.3529787Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k.go' from root:root to runner:runner
2025-08-20T21:27:13.3530615Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_config.go' from root:root to runner:runner
2025-08-20T21:27:13.3531562Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k' from root:root to runner:runner
﻿2025-08-20T21:27:13.3534542Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x448/x448.go' from root:root to runner:runner
2025-08-20T21:27:13.3535337Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x448' from root:root to runner:runner
2025-08-20T21:27:13.3536263Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519/ed25519.go' from root:root to runner:runner
2025-08-20T21:27:13.3537055Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519' from root:root to runner:runner
2025-08-20T21:27:13.3538018Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_aead.go' from root:root to runner:runner
2025-08-20T21:27:13.3538842Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.go' from root:root to runner:runner
2025-08-20T21:27:13.3539717Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/one_pass_signature.go' from root:root to runner:runner
2025-08-20T21:27:13.3540538Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/literal.go' from root:root to runner:runner
2025-08-20T21:27:13.3541746Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config_v5.go' from root:root to runner:runner
2025-08-20T21:27:13.3542615Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_crypter.go' from root:root to runner:runner
2025-08-20T21:27:13.3543490Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_unsupported.go' from root:root to runner:runner
2025-08-20T21:27:13.3544364Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key_test_data.go' from root:root to runner:runner
2025-08-20T21:27:13.3545217Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_config.go' from root:root to runner:runner
2025-08-20T21:27:13.3546054Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/notation.go' from root:root to runner:runner
2025-08-20T21:27:13.3546951Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted.go' from root:root to runner:runner
2025-08-20T21:27:13.3547803Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_encrypted.go' from root:root to runner:runner
2025-08-20T21:27:13.3548741Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/padding.go' from root:root to runner:runner
2025-08-20T21:27:13.3549654Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userattribute.go' from root:root to runner:runner
2025-08-20T21:27:13.3550535Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetric_key_encrypted.go' from root:root to runner:runner
2025-08-20T21:27:13.3551653Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/reader.go' from root:root to runner:runner
2025-08-20T21:27:13.3552518Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/opaque.go' from root:root to runner:runner
2025-08-20T21:27:13.3553343Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet.go' from root:root to runner:runner
2025-08-20T21:27:13.3554263Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_mdc.go' from root:root to runner:runner
2025-08-20T21:27:13.3555123Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/encrypted_key.go' from root:root to runner:runner
2025-08-20T21:27:13.3556072Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/ocfb.go' from root:root to runner:runner
2025-08-20T21:27:13.3556910Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userid.go' from root:root to runner:runner
2025-08-20T21:27:13.3557737Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/marker.go' from root:root to runner:runner
2025-08-20T21:27:13.3558591Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key.go' from root:root to runner:runner
2025-08-20T21:27:13.3559422Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/signature.go' from root:root to runner:runner
2025-08-20T21:27:13.3560262Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/compressed.go' from root:root to runner:runner
2025-08-20T21:27:13.3561327Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_sequence.go' from root:root to runner:runner
2025-08-20T21:27:13.3562316Z [00:02:34.242]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key_test_data.go' from root:root to runner:runner
2025-08-20T21:27:13.3563260Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key.go' from root:root to runner:runner
2025-08-20T21:27:13.3564116Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/recipient.go' from root:root to runner:runner
2025-08-20T21:27:13.3564909Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet' from root:root to runner:runner
2025-08-20T21:27:13.3565745Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor/armor.go' from root:root to runner:runner
2025-08-20T21:27:13.3566588Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor/encode.go' from root:root to runner:runner
2025-08-20T21:27:13.3567368Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor' from root:root to runner:runner
2025-08-20T21:27:13.3568189Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/canonical_text.go' from root:root to runner:runner
2025-08-20T21:27:13.3569087Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/keys.go' from root:root to runner:runner
2025-08-20T21:27:13.3569913Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.3570689Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/errors' from root:root to runner:runner
2025-08-20T21:27:13.3571782Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal/elgamal.go' from root:root to runner:runner
2025-08-20T21:27:13.3572589Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal' from root:root to runner:runner
2025-08-20T21:27:13.3573438Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap/keywrap.go' from root:root to runner:runner
2025-08-20T21:27:13.3574236Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap' from root:root to runner:runner
2025-08-20T21:27:13.3574998Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/aes' from root:root to runner:runner
2025-08-20T21:27:13.3576102Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/ecdh.go' from root:root to runner:runner
2025-08-20T21:27:13.3577245Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh' from root:root to runner:runner
2025-08-20T21:27:13.3578777Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa/eddsa.go' from root:root to runner:runner
2025-08-20T21:27:13.3580248Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa' from root:root to runner:runner
2025-08-20T21:27:13.3581967Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/write.go' from root:root to runner:runner
2025-08-20T21:27:13.3583386Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp' from root:root to runner:runner
2025-08-20T21:27:13.3584844Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go' from root:root to runner:runner
2025-08-20T21:27:13.3586331Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool/brainpool.go' from root:root to runner:runner
2025-08-20T21:27:13.3587688Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool' from root:root to runner:runner
2025-08-20T21:27:13.3588498Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3589287Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/CONTRIBUTORS' from root:root to runner:runner
2025-08-20T21:27:13.3590002Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto' from root:root to runner:runner
2025-08-20T21:27:13.3590700Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail' from root:root to runner:runner
2025-08-20T21:27:13.3591791Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3592574Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/list.go' from root:root to runner:runner
2025-08-20T21:27:13.3593322Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3594131Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go' from root:root to runner:runner
2025-08-20T21:27:13.3594798Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo' from root:root to runner:runner
2025-08-20T21:27:13.3595687Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/comment_extractor.go' from root:root to runner:runner
2025-08-20T21:27:13.3596467Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3597217Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/id.go' from root:root to runner:runner
2025-08-20T21:27:13.3598001Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3598769Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/utils.go' from root:root to runner:runner
2025-08-20T21:27:13.3599531Z [00:02:34.243]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/COPYING' from root:root to runner:runner
2025-08-20T21:27:13.3600318Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:13.3601426Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/reflect.go' from root:root to runner:runner
2025-08-20T21:27:13.3602194Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema' from root:root to runner:runner
2025-08-20T21:27:13.3602883Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel' from root:root to runner:runner
2025-08-20T21:27:13.3603678Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/iterator.go' from root:root to runner:runner
2025-08-20T21:27:13.3604486Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/containers.go' from root:root to runner:runner
2025-08-20T21:27:13.3605289Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/enumerable.go' from root:root to runner:runner
2025-08-20T21:27:13.3606107Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/serialization.go' from root:root to runner:runner
2025-08-20T21:27:13.3606844Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers' from root:root to runner:runner
2025-08-20T21:27:13.3607737Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/iterator.go' from root:root to runner:runner
2025-08-20T21:27:13.3608615Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/binaryheap.go' from root:root to runner:runner
2025-08-20T21:27:13.3609456Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/serialization.go' from root:root to runner:runner
2025-08-20T21:27:13.3610216Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap' from root:root to runner:runner
2025-08-20T21:27:13.3611247Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/trees.go' from root:root to runner:runner
2025-08-20T21:27:13.3611990Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees' from root:root to runner:runner
2025-08-20T21:27:13.3612803Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/iterator.go' from root:root to runner:runner
2025-08-20T21:27:13.3613626Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/enumerable.go' from root:root to runner:runner
2025-08-20T21:27:13.3614590Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/serialization.go' from root:root to runner:runner
2025-08-20T21:27:13.3615422Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/arraylist.go' from root:root to runner:runner
2025-08-20T21:27:13.3616179Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist' from root:root to runner:runner
2025-08-20T21:27:13.3616929Z [00:02:34.244]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/lists.go' from root:root to runner:runner
2025-08-20T21:27:13.3617657Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists' from root:root to runner:runner
2025-08-20T21:27:13.3618386Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3619173Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/comparator.go' from root:root to runner:runner
2025-08-20T21:27:13.3619922Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/utils.go' from root:root to runner:runner
2025-08-20T21:27:13.3620741Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/sort.go' from root:root to runner:runner
2025-08-20T21:27:13.3621949Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils' from root:root to runner:runner
2025-08-20T21:27:13.3622651Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods' from root:root to runner:runner
2025-08-20T21:27:13.3623322Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic' from root:root to runner:runner
2025-08-20T21:27:13.3624063Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3624816Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3625575Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/jsonstring.go' from root:root to runner:runner
2025-08-20T21:27:13.3626301Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3627033Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/decode.go' from root:root to runner:runner
2025-08-20T21:27:13.3627913Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3628671Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3629421Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3630158Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/encode.go' from root:root to runner:runner
2025-08-20T21:27:13.3631049Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt' from root:root to runner:runner
2025-08-20T21:27:13.3631769Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt' from root:root to runner:runner
2025-08-20T21:27:13.3632525Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/io/ctxio.go' from root:root to runner:runner
2025-08-20T21:27:13.3633236Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/io' from root:root to runner:runner
2025-08-20T21:27:13.3634063Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3634770Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context' from root:root to runner:runner
2025-08-20T21:27:13.3635488Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet' from root:root to runner:runner
2025-08-20T21:27:13.3636229Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3637027Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3637824Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.3638617Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.3639386Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.3640124Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3641261Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.3642074Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3642780Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard' from root:root to runner:runner
2025-08-20T21:27:13.3643440Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto' from root:root to runner:runner
2025-08-20T21:27:13.3644203Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/lru/lru.go' from root:root to runner:runner
2025-08-20T21:27:13.3644921Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/lru' from root:root to runner:runner
2025-08-20T21:27:13.3645658Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3646353Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache' from root:root to runner:runner
2025-08-20T21:27:13.3647076Z [00:02:34.245]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang' from root:root to runner:runner
2025-08-20T21:27:13.3648175Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3649344Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_options.go' from root:root to runner:runner
2025-08-20T21:27:13.3650750Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os.go' from root:root to runner:runner
2025-08-20T21:27:13.3652408Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_chroot.go' from root:root to runner:runner
2025-08-20T21:27:13.3653845Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_bound.go' from root:root to runner:runner
2025-08-20T21:27:13.3655254Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_posix.go' from root:root to runner:runner
2025-08-20T21:27:13.3656660Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3658036Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.3659129Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_wasip1.go' from root:root to runner:runner
2025-08-20T21:27:13.3659921Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_js.go' from root:root to runner:runner
2025-08-20T21:27:13.3660644Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs' from root:root to runner:runner
2025-08-20T21:27:13.3661617Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3662370Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3663198Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/polyfill/polyfill.go' from root:root to runner:runner
2025-08-20T21:27:13.3663961Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/polyfill' from root:root to runner:runner
2025-08-20T21:27:13.3664764Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/chroot/chroot.go' from root:root to runner:runner
2025-08-20T21:27:13.3665618Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/chroot' from root:root to runner:runner
2025-08-20T21:27:13.3666402Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper' from root:root to runner:runner
2025-08-20T21:27:13.3667139Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3667857Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/fs.go' from root:root to runner:runner
2025-08-20T21:27:13.3671858Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/memfs/storage.go' from root:root to runner:runner
2025-08-20T21:27:13.3673286Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/memfs/memory.go' from root:root to runner:runner
2025-08-20T21:27:13.3674568Z [00:02:34.246]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/memfs' from root:root to runner:runner
2025-08-20T21:27:13.3675916Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/glob.go' from root:root to runner:runner
2025-08-20T21:27:13.3677470Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/util.go' from root:root to runner:runner
2025-08-20T21:27:13.3678917Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/walk.go' from root:root to runner:runner
2025-08-20T21:27:13.3680214Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util' from root:root to runner:runner
2025-08-20T21:27:13.3681706Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5' from root:root to runner:runner
2025-08-20T21:27:13.3682972Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy' from root:root to runner:runner
2025-08-20T21:27:13.3684254Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3685458Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/set.go' from root:root to runner:runner
2025-08-20T21:27:13.3686730Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3687514Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/read.go' from root:root to runner:runner
2025-08-20T21:27:13.3688497Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.3689326Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.3690036Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner' from root:root to runner:runner
2025-08-20T21:27:13.3690788Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/serialize.go' from root:root to runner:runner
2025-08-20T21:27:13.3692051Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/position.go' from root:root to runner:runner
2025-08-20T21:27:13.3692819Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/token.go' from root:root to runner:runner
2025-08-20T21:27:13.3693518Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token' from root:root to runner:runner
2025-08-20T21:27:13.3694223Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3694994Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3695735Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/scan.go' from root:root to runner:runner
2025-08-20T21:27:13.3696463Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3697186Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/int.go' from root:root to runner:runner
2025-08-20T21:27:13.3697919Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/enum.go' from root:root to runner:runner
2025-08-20T21:27:13.3698650Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/bool.go' from root:root to runner:runner
2025-08-20T21:27:13.3699347Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types' from root:root to runner:runner
2025-08-20T21:27:13.3700048Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.3700743Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/README' from root:root to runner:runner
2025-08-20T21:27:13.3701984Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg' from root:root to runner:runner
2025-08-20T21:27:13.3702760Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git' from root:root to runner:runner
2025-08-20T21:27:13.3703551Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/jwriter/writer.go' from root:root to runner:runner
2025-08-20T21:27:13.3704274Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/jwriter' from root:root to runner:runner
2025-08-20T21:27:13.3705009Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3705844Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/buffer/pool.go' from root:root to runner:runner
2025-08-20T21:27:13.3706571Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/buffer' from root:root to runner:runner
2025-08-20T21:27:13.3707268Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson' from root:root to runner:runner
2025-08-20T21:27:13.3707931Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru' from root:root to runner:runner
2025-08-20T21:27:13.3708707Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:13.3709552Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go' from root:root to runner:runner
2025-08-20T21:27:13.3710333Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go' from root:root to runner:runner
2025-08-20T21:27:13.3711401Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/mathutil.go' from root:root to runner:runner
2025-08-20T21:27:13.3712276Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/operation_string.go' from root:root to runner:runner
2025-08-20T21:27:13.3713087Z [00:02:34.247]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go' from root:root to runner:runner
2025-08-20T21:27:13.3713869Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/match.go' from root:root to runner:runner
2025-08-20T21:27:13.3714750Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.3715521Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch' from root:root to runner:runner
2025-08-20T21:27:13.3716304Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3717031Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/CONTRIBUTORS' from root:root to runner:runner
2025-08-20T21:27:13.3717719Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff' from root:root to runner:runner
2025-08-20T21:27:13.3718443Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi' from root:root to runner:runner
2025-08-20T21:27:13.3719592Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3720680Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go' from root:root to runner:runner
2025-08-20T21:27:13.3722379Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/todo.go' from root:root to runner:runner
2025-08-20T21:27:13.3724058Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/write.go' from root:root to runner:runner
2025-08-20T21:27:13.3725509Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo' from root:root to runner:runner
2025-08-20T21:27:13.3726901Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser' from root:root to runner:runner
2025-08-20T21:27:13.3728144Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller' from root:root to runner:runner
2025-08-20T21:27:13.3729543Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3730421Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/config.go' from root:root to runner:runner
2025-08-20T21:27:13.3731500Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/lexer.go' from root:root to runner:runner
2025-08-20T21:27:13.3732276Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3733179Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/AUTHORS.txt' from root:root to runner:runner
2025-08-20T21:27:13.3734012Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3734761Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3735511Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3736300Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.gitattributes' from root:root to runner:runner
2025-08-20T21:27:13.3737129Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/position.go' from root:root to runner:runner
2025-08-20T21:27:13.3737893Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.3738643Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/token.go' from root:root to runner:runner
2025-08-20T21:27:13.3739452Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.mailmap' from root:root to runner:runner
2025-08-20T21:27:13.3740223Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/validators.go' from root:root to runner:runner
2025-08-20T21:27:13.3741287Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config' from root:root to runner:runner
2025-08-20T21:27:13.3741999Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke' from root:root to runner:runner
2025-08-20T21:27:13.3742714Z [00:02:34.248]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/word.go' from root:root to runner:runner
2025-08-20T21:27:13.3743441Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/step.go' from root:root to runner:runner
2025-08-20T21:27:13.3744189Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/properties.go' from root:root to runner:runner
2025-08-20T21:27:13.3744907Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3745680Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/graphemeproperties.go' from root:root to runner:runner
2025-08-20T21:27:13.3746510Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/wordrules.go' from root:root to runner:runner
2025-08-20T21:27:13.3747276Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3747989Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/width.go' from root:root to runner:runner
2025-08-20T21:27:13.3748741Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/lineproperties.go' from root:root to runner:runner
2025-08-20T21:27:13.3749504Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/wordproperties.go' from root:root to runner:runner
2025-08-20T21:27:13.3750287Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentence.go' from root:root to runner:runner
2025-08-20T21:27:13.3751306Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/LICENSE.txt' from root:root to runner:runner
2025-08-20T21:27:13.3752053Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/grapheme.go' from root:root to runner:runner
2025-08-20T21:27:13.3752838Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentenceproperties.go' from root:root to runner:runner
2025-08-20T21:27:13.3753675Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/gen_properties.go' from root:root to runner:runner
2025-08-20T21:27:13.3754430Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/gen_breaktest.go' from root:root to runner:runner
2025-08-20T21:27:13.3755185Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/eastasianwidth.go' from root:root to runner:runner
2025-08-20T21:27:13.3755930Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/graphemerules.go' from root:root to runner:runner
2025-08-20T21:27:13.3756690Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentencerules.go' from root:root to runner:runner
2025-08-20T21:27:13.3757476Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/emojipresentation.go' from root:root to runner:runner
2025-08-20T21:27:13.3758188Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/line.go' from root:root to runner:runner
2025-08-20T21:27:13.3758921Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/linerules.go' from root:root to runner:runner
2025-08-20T21:27:13.3759687Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg' from root:root to runner:runner
2025-08-20T21:27:13.3760403Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo' from root:root to runner:runner
2025-08-20T21:27:13.3761508Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/flag.go' from root:root to runner:runner
2025-08-20T21:27:13.3762278Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3763024Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3763897Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/positionalValue.go' from root:root to runner:runner
2025-08-20T21:27:13.3764678Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/argumentParser.go' from root:root to runner:runner
2025-08-20T21:27:13.3765416Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/logo.png' from root:root to runner:runner
2025-08-20T21:27:13.3766239Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3766966Z [00:02:34.249]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/help.go' from root:root to runner:runner
2025-08-20T21:27:13.3767703Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3768423Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/main.go' from root:root to runner:runner
2025-08-20T21:27:13.3769161Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3769936Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/parsedValue.go' from root:root to runner:runner
2025-08-20T21:27:13.3770691Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/subCommand.go' from root:root to runner:runner
2025-08-20T21:27:13.3771719Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/helpValues.go' from root:root to runner:runner
2025-08-20T21:27:13.3772429Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy' from root:root to runner:runner
2025-08-20T21:27:13.3773194Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii' from root:root to runner:runner
2025-08-20T21:27:13.3773998Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3774743Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:13.3775469Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/fuzz.go' from root:root to runner:runner
2025-08-20T21:27:13.3776214Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3777007Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes.go' from root:root to runner:runner
2025-08-20T21:27:13.3777749Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/escape.go' from root:root to runner:runner
2025-08-20T21:27:13.3778487Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3779322Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/oss-fuzz-build.sh' from root:root to runner:runner
2025-08-20T21:27:13.3780091Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes_safe.go' from root:root to runner:runner
2025-08-20T21:27:13.3781040Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3781788Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3782545Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.3783308Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes_unsafe.go' from root:root to runner:runner
2025-08-20T21:27:13.3784015Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser' from root:root to runner:runner
2025-08-20T21:27:13.3784667Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger' from root:root to runner:runner
2025-08-20T21:27:13.3785381Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3786171Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3786929Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/CREDITS' from root:root to runner:runner
2025-08-20T21:27:13.3787625Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3788321Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/VERSION' from root:root to runner:runner
2025-08-20T21:27:13.3789041Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/funcsPZ.go' from root:root to runner:runner
2025-08-20T21:27:13.3789956Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3791122Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/funcsAO.go' from root:root to runner:runner
2025-08-20T21:27:13.3792381Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str' from root:root to runner:runner
2025-08-20T21:27:13.3793664Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz' from root:root to runner:runner
2025-08-20T21:27:13.3795283Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3796868Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/boxlayout/boxlayout.go' from root:root to runner:runner
2025-08-20T21:27:13.3798317Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/boxlayout' from root:root to runner:runner
2025-08-20T21:27:13.3799791Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/utils/utils.go' from root:root to runner:runner
2025-08-20T21:27:13.3801094Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/utils' from root:root to runner:runner
2025-08-20T21:27:13.3801946Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg' from root:root to runner:runner
2025-08-20T21:27:13.3802687Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore' from root:root to runner:runner
2025-08-20T21:27:13.3803517Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/gitignore.go' from root:root to runner:runner
2025-08-20T21:27:13.3804478Z [00:02:34.250]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/testgitignore' from root:root to runner:runner
2025-08-20T21:27:13.3805349Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3806118Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3806893Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal' from root:root to runner:runner
2025-08-20T21:27:13.3807970Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/orderedset/orderedset.go' from root:root to runner:runner
2025-08-20T21:27:13.3808833Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/orderedset' from root:root to runner:runner
2025-08-20T21:27:13.3809589Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3810372Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/maps/maps.go' from root:root to runner:runner
2025-08-20T21:27:13.3811419Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/maps' from root:root to runner:runner
2025-08-20T21:27:13.3812217Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/set/set.go' from root:root to runner:runner
2025-08-20T21:27:13.3812964Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/set' from root:root to runner:runner
2025-08-20T21:27:13.3813684Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics' from root:root to runner:runner
2025-08-20T21:27:13.3814462Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3815273Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/url/url.go' from root:root to runner:runner
2025-08-20T21:27:13.3816055Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/url' from root:root to runner:runner
2025-08-20T21:27:13.3816904Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/path_util/path_util.go' from root:root to runner:runner
2025-08-20T21:27:13.3817787Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/path_util' from root:root to runner:runner
2025-08-20T21:27:13.3818705Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.3819551Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3820383Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/token.go' from root:root to runner:runner
2025-08-20T21:27:13.3821559Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision' from root:root to runner:runner
2025-08-20T21:27:13.3822356Z [00:02:34.251]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal' from root:root to runner:runner
2025-08-20T21:27:13.3823163Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/COMPATIBILITY.md' from root:root to runner:runner
2025-08-20T21:27:13.3823924Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/README.md' from root:root to runner:runner
2025-08-20T21:27:13.3824800Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.3825585Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.3826363Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/EXTENDING.md' from root:root to runner:runner
2025-08-20T21:27:13.3827161Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.3827932Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3828730Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/object_walker.go' from root:root to runner:runner
2025-08-20T21:27:13.3829535Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/config.go' from root:root to runner:runner
2025-08-20T21:27:13.3830342Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/url.go' from root:root to runner:runner
2025-08-20T21:27:13.3831619Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/modules.go' from root:root to runner:runner
2025-08-20T21:27:13.3832567Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/refspec.go' from root:root to runner:runner
2025-08-20T21:27:13.3833372Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/branch.go' from root:root to runner:runner
2025-08-20T21:27:13.3834125Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config' from root:root to runner:runner
2025-08-20T21:27:13.3834899Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3835748Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/repository.go' from root:root to runner:runner
2025-08-20T21:27:13.3836533Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/submodule.go' from root:root to runner:runner
2025-08-20T21:27:13.3837314Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_js.go' from root:root to runner:runner
2025-08-20T21:27:13.3838147Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/prune.go' from root:root to runner:runner
2025-08-20T21:27:13.3838938Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/oss-fuzz.sh' from root:root to runner:runner
2025-08-20T21:27:13.3839737Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_status.go' from root:root to runner:runner
2025-08-20T21:27:13.3840535Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.3841509Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/signer.go' from root:root to runner:runner
2025-08-20T21:27:13.3842290Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.3843145Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/config.go' from root:root to runner:runner
2025-08-20T21:27:13.3844107Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' from root:root to runner:runner
2025-08-20T21:27:13.3845082Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/writers.go' from root:root to runner:runner
2025-08-20T21:27:13.3846020Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit.go' from root:root to runner:runner
2025-08-20T21:27:13.3846966Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/repository_filesystem.go' from root:root to runner:runner
2025-08-20T21:27:13.3847838Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/reader.go' from root:root to runner:runner
2025-08-20T21:27:13.3848808Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_setref.go' from root:root to runner:runner
2025-08-20T21:27:13.3849656Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit' from root:root to runner:runner
2025-08-20T21:27:13.3850524Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/deltaobject.go' from root:root to runner:runner
2025-08-20T21:27:13.3851635Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/shallow.go' from root:root to runner:runner
2025-08-20T21:27:13.3852511Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/storage.go' from root:root to runner:runner
2025-08-20T21:27:13.3853356Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/index.go' from root:root to runner:runner
2025-08-20T21:27:13.3854213Z [00:02:34.252]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/reference.go' from root:root to runner:runner
2025-08-20T21:27:13.3855072Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/object.go' from root:root to runner:runner
2025-08-20T21:27:13.3855927Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/module.go' from root:root to runner:runner
2025-08-20T21:27:13.3856732Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem' from root:root to runner:runner
2025-08-20T21:27:13.3857571Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/memory/storage.go' from root:root to runner:runner
2025-08-20T21:27:13.3858430Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/memory' from root:root to runner:runner
2025-08-20T21:27:13.3859299Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/storer.go' from root:root to runner:runner
2025-08-20T21:27:13.3860054Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage' from root:root to runner:runner
2025-08-20T21:27:13.3860828Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/options.go' from root:root to runner:runner
2025-08-20T21:27:13.3862246Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/blame.go' from root:root to runner:runner
2025-08-20T21:27:13.3863537Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.3865104Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_unix_other.go' from root:root to runner:runner
2025-08-20T21:27:13.3866539Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/remote.go' from root:root to runner:runner
2025-08-20T21:27:13.3868069Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.3869490Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/status.go' from root:root to runner:runner
2025-08-20T21:27:13.3871143Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.3872392Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.3873250Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary/read.go' from root:root to runner:runner
2025-08-20T21:27:13.3874084Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary/write.go' from root:root to runner:runner
2025-08-20T21:27:13.3874864Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary' from root:root to runner:runner
2025-08-20T21:27:13.3875680Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/ioutil/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3876558Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/ioutil' from root:root to runner:runner
2025-08-20T21:27:13.3877441Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/trace/trace.go' from root:root to runner:runner
2025-08-20T21:27:13.3878220Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/trace' from root:root to runner:runner
2025-08-20T21:27:13.3879100Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem/node.go' from root:root to runner:runner
2025-08-20T21:27:13.3880010Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem' from root:root to runner:runner
2025-08-20T21:27:13.3881069Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/iter.go' from root:root to runner:runner
2025-08-20T21:27:13.3881956Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/path.go' from root:root to runner:runner
2025-08-20T21:27:13.3882823Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/noder.go' from root:root to runner:runner
2025-08-20T21:27:13.3883731Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder' from root:root to runner:runner
2025-08-20T21:27:13.3884647Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame/frame.go' from root:root to runner:runner
2025-08-20T21:27:13.3885511Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame' from root:root to runner:runner
2025-08-20T21:27:13.3886351Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal' from root:root to runner:runner
2025-08-20T21:27:13.3887176Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3888083Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/difftree.go' from root:root to runner:runner
2025-08-20T21:27:13.3888931Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doubleiter.go' from root:root to runner:runner
2025-08-20T21:27:13.3889831Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/change.go' from root:root to runner:runner
2025-08-20T21:27:13.3890693Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/index/node.go' from root:root to runner:runner
2025-08-20T21:27:13.3891806Z [00:02:34.253]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/index' from root:root to runner:runner
2025-08-20T21:27:13.3892624Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie' from root:root to runner:runner
2025-08-20T21:27:13.3893522Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/zlib.go' from root:root to runner:runner
2025-08-20T21:27:13.3894400Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/bytes.go' from root:root to runner:runner
2025-08-20T21:27:13.3895204Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/bufio.go' from root:root to runner:runner
2025-08-20T21:27:13.3895974Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync' from root:root to runner:runner
2025-08-20T21:27:13.3896784Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/diff/diff.go' from root:root to runner:runner
2025-08-20T21:27:13.3897553Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/diff' from root:root to runner:runner
2025-08-20T21:27:13.3898304Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils' from root:root to runner:runner
2025-08-20T21:27:13.3899072Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:13.3899872Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.3900770Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit.go' from root:root to runner:runner
2025-08-20T21:27:13.3901814Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tree.go' from root:root to runner:runner
2025-08-20T21:27:13.3902665Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/difftree.go' from root:root to runner:runner
2025-08-20T21:27:13.3903632Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_limit.go' from root:root to runner:runner
2025-08-20T21:27:13.3904524Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs.go' from root:root to runner:runner
2025-08-20T21:27:13.3905377Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/merge_base.go' from root:root to runner:runner
2025-08-20T21:27:13.3906202Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/blob.go' from root:root to runner:runner
2025-08-20T21:27:13.3907199Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/treenoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3908034Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tag.go' from root:root to runner:runner
2025-08-20T21:27:13.3908900Z [00:02:34.254]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change_adaptor.go' from root:root to runner:runner
2025-08-20T21:27:13.3909720Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/file.go' from root:root to runner:runner
2025-08-20T21:27:13.3910593Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker.go' from root:root to runner:runner
2025-08-20T21:27:13.3911716Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/signature.go' from root:root to runner:runner
2025-08-20T21:27:13.3912564Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/object.go' from root:root to runner:runner
2025-08-20T21:27:13.3913441Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_ctime.go' from root:root to runner:runner
2025-08-20T21:27:13.3914286Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change.go' from root:root to runner:runner
2025-08-20T21:27:13.3915204Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/rename.go' from root:root to runner:runner
2025-08-20T21:27:13.3916030Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.3916998Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_path.go' from root:root to runner:runner
2025-08-20T21:27:13.3917918Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs_filtered.go' from root:root to runner:runner
2025-08-20T21:27:13.3918713Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object' from root:root to runner:runner
2025-08-20T21:27:13.3919512Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash.go' from root:root to runner:runner
2025-08-20T21:27:13.3920493Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3921912Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/server.go' from root:root to runner:runner
2025-08-20T21:27:13.3922859Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/mocks.go' from root:root to runner:runner
2025-08-20T21:27:13.3923752Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common' from root:root to runner:runner
2025-08-20T21:27:13.3924610Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal' from root:root to runner:runner
2025-08-20T21:27:13.3925481Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/git/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3926302Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/git' from root:root to runner:runner
2025-08-20T21:27:13.3927177Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/loader.go' from root:root to runner:runner
2025-08-20T21:27:13.3928070Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/server.go' from root:root to runner:runner
2025-08-20T21:27:13.3928965Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server' from root:root to runner:runner
2025-08-20T21:27:13.3929841Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/client/client.go' from root:root to runner:runner
2025-08-20T21:27:13.3930741Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/client' from root:root to runner:runner
2025-08-20T21:27:13.3931887Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3932781Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/auth_method.go' from root:root to runner:runner
2025-08-20T21:27:13.3934025Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3935562Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh' from root:root to runner:runner
2025-08-20T21:27:13.3937362Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/client.go' from root:root to runner:runner
2025-08-20T21:27:13.3938987Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/server.go' from root:root to runner:runner
2025-08-20T21:27:13.3940513Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file' from root:root to runner:runner
2025-08-20T21:27:13.3942362Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/upload_pack.go' from root:root to runner:runner
2025-08-20T21:27:13.3943930Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/transport.go' from root:root to runner:runner
2025-08-20T21:27:13.3945066Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/receive_pack.go' from root:root to runner:runner
2025-08-20T21:27:13.3945959Z [00:02:34.255]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3946803Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http' from root:root to runner:runner
2025-08-20T21:27:13.3947724Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport' from root:root to runner:runner
2025-08-20T21:27:13.3948572Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist/revlist.go' from root:root to runner:runner
2025-08-20T21:27:13.3949432Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist' from root:root to runner:runner
2025-08-20T21:27:13.3950255Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revision.go' from root:root to runner:runner
2025-08-20T21:27:13.3951264Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/error.go' from root:root to runner:runner
2025-08-20T21:27:13.3952173Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/patch_delta.go' from root:root to runner:runner
2025-08-20T21:27:13.3953149Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/object_pack.go' from root:root to runner:runner
2025-08-20T21:27:13.3954074Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3954955Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.3955822Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/error.go' from root:root to runner:runner
2025-08-20T21:27:13.3956719Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3957591Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3958486Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/diff_delta.go' from root:root to runner:runner
2025-08-20T21:27:13.3959349Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/parser.go' from root:root to runner:runner
2025-08-20T21:27:13.3960253Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_index.go' from root:root to runner:runner
2025-08-20T21:27:13.3961387Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/fsobject.go' from root:root to runner:runner
2025-08-20T21:27:13.3962277Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/packfile.go' from root:root to runner:runner
2025-08-20T21:27:13.3963260Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_selector.go' from root:root to runner:runner
2025-08-20T21:27:13.3964099Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile' from root:root to runner:runner
2025-08-20T21:27:13.3964966Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3965828Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/dir.go' from root:root to runner:runner
2025-08-20T21:27:13.3966775Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/pattern.go' from root:root to runner:runner
2025-08-20T21:27:13.3967721Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/matcher.go' from root:root to runner:runner
2025-08-20T21:27:13.3968553Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore' from root:root to runner:runner
2025-08-20T21:27:13.3969421Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/option.go' from root:root to runner:runner
2025-08-20T21:27:13.3970290Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/format.go' from root:root to runner:runner
2025-08-20T21:27:13.3971389Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3972277Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3973137Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/common.go' from root:root to runner:runner
2025-08-20T21:27:13.3974016Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/section.go' from root:root to runner:runner
2025-08-20T21:27:13.3974971Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/decoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3975793Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config' from root:root to runner:runner
2025-08-20T21:27:13.3976734Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/scanner.go' from root:root to runner:runner
2025-08-20T21:27:13.3977600Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/error.go' from root:root to runner:runner
2025-08-20T21:27:13.3978478Z [00:02:34.256]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3979303Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline' from root:root to runner:runner
2025-08-20T21:27:13.3980238Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/writer.go' from root:root to runner:runner
2025-08-20T21:27:13.3981459Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3982354Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/reader.go' from root:root to runner:runner
2025-08-20T21:27:13.3983180Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile' from root:root to runner:runner
2025-08-20T21:27:13.3984061Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/writer.go' from root:root to runner:runner
2025-08-20T21:27:13.3984918Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3985788Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3986663Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/decoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3987545Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/idxfile.go' from root:root to runner:runner
2025-08-20T21:27:13.3988447Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile' from root:root to runner:runner
2025-08-20T21:27:13.3989338Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/unified_encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3990269Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/colorconfig.go' from root:root to runner:runner
2025-08-20T21:27:13.3991350Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.3992184Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff' from root:root to runner:runner
2025-08-20T21:27:13.3993031Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.3993970Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/encoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3994908Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/index.go' from root:root to runner:runner
2025-08-20T21:27:13.3995769Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/match.go' from root:root to runner:runner
2025-08-20T21:27:13.3996633Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/decoder.go' from root:root to runner:runner
2025-08-20T21:27:13.3997458Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index' from root:root to runner:runner
2025-08-20T21:27:13.3998267Z [00:02:34.257]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format' from root:root to runner:runner
2025-08-20T21:27:13.3999173Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_decode.go' from root:root to runner:runner
2025-08-20T21:27:13.4000041Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs.go' from root:root to runner:runner
2025-08-20T21:27:13.4001292Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_encode.go' from root:root to runner:runner
2025-08-20T21:27:13.4002293Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_encode.go' from root:root to runner:runner
2025-08-20T21:27:13.4003191Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4004109Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4005347Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/demux.go' from root:root to runner:runner
2025-08-20T21:27:13.4006529Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/muxer.go' from root:root to runner:runner
2025-08-20T21:27:13.4008158Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband' from root:root to runner:runner
2025-08-20T21:27:13.4009908Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4011855Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/filter.go' from root:root to runner:runner
2025-08-20T21:27:13.4013476Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq.go' from root:root to runner:runner
2025-08-20T21:27:13.4015101Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/report_status.go' from root:root to runner:runner
2025-08-20T21:27:13.4016655Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4017624Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackresp.go' from root:root to runner:runner
2025-08-20T21:27:13.4018508Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/srvresp.go' from root:root to runner:runner
2025-08-20T21:27:13.4019374Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq.go' from root:root to runner:runner
2025-08-20T21:27:13.4020380Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_decode.go' from root:root to runner:runner
2025-08-20T21:27:13.4021618Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/shallowupd.go' from root:root to runner:runner
2025-08-20T21:27:13.4022532Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_decode.go' from root:root to runner:runner
2025-08-20T21:27:13.4023423Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/gitproto.go' from root:root to runner:runner
2025-08-20T21:27:13.4024381Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/capability.go' from root:root to runner:runner
2025-08-20T21:27:13.4025293Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/list.go' from root:root to runner:runner
2025-08-20T21:27:13.4026164Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability' from root:root to runner:runner
2025-08-20T21:27:13.4027199Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_encode.go' from root:root to runner:runner
2025-08-20T21:27:13.4028104Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackreq.go' from root:root to runner:runner
2025-08-20T21:27:13.4028936Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp' from root:root to runner:runner
2025-08-20T21:27:13.4029744Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol' from root:root to runner:runner
2025-08-20T21:27:13.4030579Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4031696Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/buffer_lru.go' from root:root to runner:runner
2025-08-20T21:27:13.4032549Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/object_lru.go' from root:root to runner:runner
2025-08-20T21:27:13.4033341Z [00:02:34.258]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache' from root:root to runner:runner
2025-08-20T21:27:13.4034259Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/color/color.go' from root:root to runner:runner
2025-08-20T21:27:13.4035111Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/color' from root:root to runner:runner
2025-08-20T21:27:13.4035914Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go' from root:root to runner:runner
2025-08-20T21:27:13.4036724Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash.go' from root:root to runner:runner
2025-08-20T21:27:13.4037582Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash_sha256.go' from root:root to runner:runner
2025-08-20T21:27:13.4038426Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash_sha1.go' from root:root to runner:runner
2025-08-20T21:27:13.4039210Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash' from root:root to runner:runner
2025-08-20T21:27:13.4040083Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/reference.go' from root:root to runner:runner
2025-08-20T21:27:13.4041135Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object.go' from root:root to runner:runner
2025-08-20T21:27:13.4042019Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode/filemode.go' from root:root to runner:runner
2025-08-20T21:27:13.4042816Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode' from root:root to runner:runner
2025-08-20T21:27:13.4043657Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4044492Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/storer.go' from root:root to runner:runner
2025-08-20T21:27:13.4045328Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/shallow.go' from root:root to runner:runner
2025-08-20T21:27:13.4046157Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/index.go' from root:root to runner:runner
2025-08-20T21:27:13.4047076Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/reference.go' from root:root to runner:runner
2025-08-20T21:27:13.4047972Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/object.go' from root:root to runner:runner
2025-08-20T21:27:13.4048761Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer' from root:root to runner:runner
2025-08-20T21:27:13.4049528Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing' from root:root to runner:runner
2025-08-20T21:27:13.4050264Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5' from root:root to runner:runner
2025-08-20T21:27:13.4051182Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git' from root:root to runner:runner
2025-08-20T21:27:13.4051961Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4052729Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/scrollbar.go' from root:root to runner:runner
2025-08-20T21:27:13.4053567Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4054405Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/keybinding.go' from root:root to runner:runner
2025-08-20T21:27:13.4055161Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/edit.go' from root:root to runner:runner
2025-08-20T21:27:13.4055915Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4056700Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/tcell_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.4057476Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/text_area.go' from root:root to runner:runner
2025-08-20T21:27:13.4058227Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4058990Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/attribute.go' from root:root to runner:runner
2025-08-20T21:27:13.4059741Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/escape.go' from root:root to runner:runner
2025-08-20T21:27:13.4060589Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/task_manager.go' from root:root to runner:runner
2025-08-20T21:27:13.4061643Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:13.4062428Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/loader.go' from root:root to runner:runner
2025-08-20T21:27:13.4063179Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/task.go' from root:root to runner:runner
2025-08-20T21:27:13.4063980Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CHANGES_tcell.md' from root:root to runner:runner
2025-08-20T21:27:13.4064748Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui_others.go' from root:root to runner:runner
2025-08-20T21:27:13.4065490Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4066234Z [00:02:34.259]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/view.go' from root:root to runner:runner
2025-08-20T21:27:13.4067154Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.4067911Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui.go' from root:root to runner:runner
2025-08-20T21:27:13.4068691Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.4069403Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui' from root:root to runner:runner
2025-08-20T21:27:13.4070097Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield' from root:root to runner:runner
2025-08-20T21:27:13.4071170Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4072162Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil.go' from root:root to runner:runner
2025-08-20T21:27:13.4072989Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.4073907Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4074825Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil' from root:root to runner:runner
2025-08-20T21:27:13.4075536Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal' from root:root to runner:runner
2025-08-20T21:27:13.4076248Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4076982Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.4078077Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.4079008Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/codecov.yml' from root:root to runner:runner
2025-08-20T21:27:13.4080311Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4081925Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4083445Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/xdg.go' from root:root to runner:runner
2025-08-20T21:27:13.4084757Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4086104Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.4087375Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/user_dirs.go' from root:root to runner:runner
2025-08-20T21:27:13.4088597Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4089349Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/base_dirs.go' from root:root to runner:runner
2025-08-20T21:27:13.4090085Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.4090760Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg' from root:root to runner:runner
2025-08-20T21:27:13.4091747Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg' from root:root to runner:runner
2025-08-20T21:27:13.4092539Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/stackframe.go' from root:root to runner:runner
2025-08-20T21:27:13.4093357Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4094130Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/parse_panic.go' from root:root to runner:runner
2025-08-20T21:27:13.4094923Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/join_unwrap_1_20.go' from root:root to runner:runner
2025-08-20T21:27:13.4095685Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/LICENSE.MIT' from root:root to runner:runner
2025-08-20T21:27:13.4096422Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error.go' from root:root to runner:runner
2025-08-20T21:27:13.4097188Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error_backward.go' from root:root to runner:runner
2025-08-20T21:27:13.4097983Z [00:02:34.260]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/join_unwrap_backward.go' from root:root to runner:runner
2025-08-20T21:27:13.4098848Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4099610Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error_1_13.go' from root:root to runner:runner
2025-08-20T21:27:13.4100303Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors' from root:root to runner:runner
2025-08-20T21:27:13.4101203Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors' from root:root to runner:runner
2025-08-20T21:27:13.4101968Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/utf8.go' from root:root to runner:runner
2025-08-20T21:27:13.4102716Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/latin1.go' from root:root to runner:runner
2025-08-20T21:27:13.4103457Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4104191Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/ascii.go' from root:root to runner:runner
2025-08-20T21:27:13.4105002Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4105806Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/charmap.go' from root:root to runner:runner
2025-08-20T21:27:13.4106545Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/latin5.go' from root:root to runner:runner
2025-08-20T21:27:13.4107275Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/ebcdic.go' from root:root to runner:runner
2025-08-20T21:27:13.4108015Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4108799Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:27:13.4109552Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:13.4110310Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/.appveyor.yml' from root:root to runner:runner
2025-08-20T21:27:13.4111195Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding' from root:root to runner:runner
2025-08-20T21:27:13.4112057Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/attr.go' from root:root to runner:runner
2025-08-20T21:27:13.4112807Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4113577Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4114323Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/UKRAINE.md' from root:root to runner:runner
2025-08-20T21:27:13.4115064Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/mouse.go' from root:root to runner:runner
2025-08-20T21:27:13.4115831Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/console_stub.go' from root:root to runner:runner
2025-08-20T21:27:13.4116560Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4117322Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_stub.go' from root:root to runner:runner
2025-08-20T21:27:13.4118135Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen.go' from root:root to runner:runner
2025-08-20T21:27:13.4128584Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/wscreen.go' from root:root to runner:runner
2025-08-20T21:27:13.4129458Z [00:02:34.261]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/style.go' from root:root to runner:runner
2025-08-20T21:27:13.4130224Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4131353Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/README-wasm.md' from root:root to runner:runner
2025-08-20T21:27:13.4132274Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/paste.go' from root:root to runner:runner
2025-08-20T21:27:13.4133050Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_dynamic.go' from root:root to runner:runner
2025-08-20T21:27:13.4133806Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/console_win.go' from root:root to runner:runner
2025-08-20T21:27:13.4134713Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4135528Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/cell.go' from root:root to runner:runner
2025-08-20T21:27:13.4136264Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/AUTHORS' from root:root to runner:runner
2025-08-20T21:27:13.4136993Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/focus.go' from root:root to runner:runner
2025-08-20T21:27:13.4137921Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/runes.go' from root:root to runner:runner
2025-08-20T21:27:13.4138706Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4139438Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/event.go' from root:root to runner:runner
2025-08-20T21:27:13.4140200Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_default.go' from root:root to runner:runner
2025-08-20T21:27:13.4141177Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4142118Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/colorfit.go' from root:root to runner:runner
2025-08-20T21:27:13.4142929Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tty_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4143680Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/TUTORIAL.md' from root:root to runner:runner
2025-08-20T21:27:13.4144442Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/CHANGESv2.md' from root:root to runner:runner
2025-08-20T21:27:13.4145356Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_static.go' from root:root to runner:runner
2025-08-20T21:27:13.4146104Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4146910Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4147683Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52' from root:root to runner:runner
2025-08-20T21:27:13.4148623Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4149410Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102' from root:root to runner:runner
2025-08-20T21:27:13.4150216Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4151496Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220' from root:root to runner:runner
2025-08-20T21:27:13.4152384Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4153162Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320' from root:root to runner:runner
2025-08-20T21:27:13.4153971Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4154737Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400' from root:root to runner:runner
2025-08-20T21:27:13.4155646Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4156477Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420' from root:root to runner:runner
2025-08-20T21:27:13.4157282Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4158049Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100' from root:root to runner:runner
2025-08-20T21:27:13.4158806Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v' from root:root to runner:runner
2025-08-20T21:27:13.4159694Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4160469Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi' from root:root to runner:runner
2025-08-20T21:27:13.4161405Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/p' from root:root to runner:runner
2025-08-20T21:27:13.4162281Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go' from root:root to runner:runner
2025-08-20T21:27:13.4163081Z [00:02:34.262]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4163847Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/gen.sh' from root:root to runner:runner
2025-08-20T21:27:13.4164621Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4165440Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4166222Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/screen' from root:root to runner:runner
2025-08-20T21:27:13.4167054Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4167850Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm' from root:root to runner:runner
2025-08-20T21:27:13.4168720Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4169549Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/sun' from root:root to runner:runner
2025-08-20T21:27:13.4170292Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s' from root:root to runner:runner
2025-08-20T21:27:13.4171402Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4172236Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty' from root:root to runner:runner
2025-08-20T21:27:13.4173126Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4173891Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce' from root:root to runner:runner
2025-08-20T21:27:13.4174696Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4175574Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/direct.go' from root:root to runner:runner
2025-08-20T21:27:13.4176351Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm' from root:root to runner:runner
2025-08-20T21:27:13.4177177Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4177963Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty' from root:root to runner:runner
2025-08-20T21:27:13.4178724Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x' from root:root to runner:runner
2025-08-20T21:27:13.4179530Z [00:02:34.263]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/f/foot/foot.go' from root:root to runner:runner
2025-08-20T21:27:13.4180295Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/f/foot' from root:root to runner:runner
2025-08-20T21:27:13.4181300Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/f' from root:root to runner:runner
2025-08-20T21:27:13.4182200Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/TERMINALS.md' from root:root to runner:runner
2025-08-20T21:27:13.4183078Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4183840Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60' from root:root to runner:runner
2025-08-20T21:27:13.4184658Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4185447Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi' from root:root to runner:runner
2025-08-20T21:27:13.4186305Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4187079Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50' from root:root to runner:runner
2025-08-20T21:27:13.4187815Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w' from root:root to runner:runner
2025-08-20T21:27:13.4188666Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/models.txt' from root:root to runner:runner
2025-08-20T21:27:13.4189475Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4190256Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin' from root:root to runner:runner
2025-08-20T21:27:13.4191308Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/c' from root:root to runner:runner
2025-08-20T21:27:13.4192166Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go' from root:root to runner:runner
2025-08-20T21:27:13.4192946Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic' from root:root to runner:runner
2025-08-20T21:27:13.4193766Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4194538Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm' from root:root to runner:runner
2025-08-20T21:27:13.4195366Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/d' from root:root to runner:runner
2025-08-20T21:27:13.4196211Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go' from root:root to runner:runner
2025-08-20T21:27:13.4197046Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/extended' from root:root to runner:runner
2025-08-20T21:27:13.4197850Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4198622Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux' from root:root to runner:runner
2025-08-20T21:27:13.4199429Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/t' from root:root to runner:runner
2025-08-20T21:27:13.4200230Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go' from root:root to runner:runner
2025-08-20T21:27:13.4201207Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/base' from root:root to runner:runner
2025-08-20T21:27:13.4202026Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4202882Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/l/linux' from root:root to runner:runner
2025-08-20T21:27:13.4203640Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/l' from root:root to runner:runner
2025-08-20T21:27:13.4204437Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4205201Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt' from root:root to runner:runner
2025-08-20T21:27:13.4205961Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/r' from root:root to runner:runner
2025-08-20T21:27:13.4206769Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4207544Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm' from root:root to runner:runner
2025-08-20T21:27:13.4208281Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/b' from root:root to runner:runner
2025-08-20T21:27:13.4209164Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4209992Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs' from root:root to runner:runner
2025-08-20T21:27:13.4210740Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/e' from root:root to runner:runner
2025-08-20T21:27:13.4211770Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4212627Z [00:02:34.264]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi' from root:root to runner:runner
2025-08-20T21:27:13.4213456Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4214230Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm' from root:root to runner:runner
2025-08-20T21:27:13.4215056Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4215955Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/direct.go' from root:root to runner:runner
2025-08-20T21:27:13.4216756Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty' from root:root to runner:runner
2025-08-20T21:27:13.4217507Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a' from root:root to runner:runner
2025-08-20T21:27:13.4218328Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4219117Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole' from root:root to runner:runner
2025-08-20T21:27:13.4219921Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4220705Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm' from root:root to runner:runner
2025-08-20T21:27:13.4221673Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k' from root:root to runner:runner
2025-08-20T21:27:13.4222962Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4223859Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome' from root:root to runner:runner
2025-08-20T21:27:13.4224613Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/g' from root:root to runner:runner
2025-08-20T21:27:13.4225427Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go' from root:root to runner:runner
2025-08-20T21:27:13.4226205Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm' from root:root to runner:runner
2025-08-20T21:27:13.4227018Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/h' from root:root to runner:runner
2025-08-20T21:27:13.4227753Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo' from root:root to runner:runner
2025-08-20T21:27:13.4228519Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/interrupt.go' from root:root to runner:runner
2025-08-20T21:27:13.4229328Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/encoding.go' from root:root to runner:runner
2025-08-20T21:27:13.4230104Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen_stub.go' from root:root to runner:runner
2025-08-20T21:27:13.4231036Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/stdin_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4231836Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/key.go' from root:root to runner:runner
2025-08-20T21:27:13.4232586Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.4233346Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/simulation.go' from root:root to runner:runner
2025-08-20T21:27:13.4234101Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/SECURITY.md' from root:root to runner:runner
2025-08-20T21:27:13.4234858Z [00:02:34.265]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/nonblock_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.4235694Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.appveyor.yml' from root:root to runner:runner
2025-08-20T21:27:13.4236445Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4237249Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/screen.go' from root:root to runner:runner
2025-08-20T21:27:13.4238375Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/color.go' from root:root to runner:runner
2025-08-20T21:27:13.4239134Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/resize.go' from root:root to runner:runner
2025-08-20T21:27:13.4239960Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tty.go' from root:root to runner:runner
2025-08-20T21:27:13.4240811Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2' from root:root to runner:runner
2025-08-20T21:27:13.4241641Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell' from root:root to runner:runner
2025-08-20T21:27:13.4242303Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore' from root:root to runner:runner
2025-08-20T21:27:13.4243226Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib/difflib/difflib.go' from root:root to runner:runner
2025-08-20T21:27:13.4243980Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib/difflib' from root:root to runner:runner
2025-08-20T21:27:13.4244715Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4245425Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib' from root:root to runner:runner
2025-08-20T21:27:13.4246092Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard' from root:root to runner:runner
2025-08-20T21:27:13.4246880Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/sshagent_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4247613Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4248343Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4249114Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/pageant_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4249956Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/sshagent.go' from root:root to runner:runner
2025-08-20T21:27:13.4250746Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4251543Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent' from root:root to runner:runner
2025-08-20T21:27:13.4252205Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy' from root:root to runner:runner
2025-08-20T21:27:13.4253033Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_plan9.go' from root:root to runner:runner
2025-08-20T21:27:13.4253775Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4254520Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_go18.go' from root:root to runner:runner
2025-08-20T21:27:13.4255251Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext.go' from root:root to runner:runner
2025-08-20T21:27:13.4256075Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_sysctl.go' from root:root to runner:runner
2025-08-20T21:27:13.4256838Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_procfs.go' from root:root to runner:runner
2025-08-20T21:27:13.4257586Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4258346Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4259050Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext' from root:root to runner:runner
2025-08-20T21:27:13.4259717Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos' from root:root to runner:runner
2025-08-20T21:27:13.4260472Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4261435Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4262213Z [00:02:34.266]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/knownhosts.go' from root:root to runner:runner
2025-08-20T21:27:13.4263039Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/NOTICE' from root:root to runner:runner
2025-08-20T21:27:13.4263875Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.4264576Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts' from root:root to runner:runner
2025-08-20T21:27:13.4265232Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema' from root:root to runner:runner
2025-08-20T21:27:13.4266015Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/load.go' from root:root to runner:runner
2025-08-20T21:27:13.4266745Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/terminfo.go' from root:root to runner:runner
2025-08-20T21:27:13.4267464Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4268172Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/caps.go' from root:root to runner:runner
2025-08-20T21:27:13.4268953Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4269713Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/util.go' from root:root to runner:runner
2025-08-20T21:27:13.4270422Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/stack.go' from root:root to runner:runner
2025-08-20T21:27:13.4271394Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4272140Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/capvals.go' from root:root to runner:runner
2025-08-20T21:27:13.4272863Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/param.go' from root:root to runner:runner
2025-08-20T21:27:13.4273579Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/color.go' from root:root to runner:runner
2025-08-20T21:27:13.4274263Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo' from root:root to runner:runner
2025-08-20T21:27:13.4274939Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo' from root:root to runner:runner
2025-08-20T21:27:13.4275797Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4276628Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.4277363Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4278139Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4278881Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process.go' from root:root to runner:runner
2025-08-20T21:27:13.4279682Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/LICENSE.md' from root:root to runner:runner
2025-08-20T21:27:13.4280453Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.4281364Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/Vagrantfile' from root:root to runner:runner
2025-08-20T21:27:13.4282215Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4282991Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_freebsd.go' from root:root to runner:runner
2025-08-20T21:27:13.4283732Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4284491Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_darwin.go' from root:root to runner:runner
2025-08-20T21:27:13.4285191Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps' from root:root to runner:runner
2025-08-20T21:27:13.4285874Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh' from root:root to runner:runner
2025-08-20T21:27:13.4286581Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4287274Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/bom.go' from root:root to runner:runner
2025-08-20T21:27:13.4287972Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4288752Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/LICENSE.md' from root:root to runner:runner
2025-08-20T21:27:13.4289535Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/discard_go14.go' from root:root to runner:runner
2025-08-20T21:27:13.4290250Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4291194Z [00:02:34.267]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/discard_go15.go' from root:root to runner:runner
2025-08-20T21:27:13.4291888Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom' from root:root to runner:runner
2025-08-20T21:27:13.4292653Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg' from root:root to runner:runner
2025-08-20T21:27:13.4293427Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.6.go' from root:root to runner:runner
2025-08-20T21:27:13.4294173Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4294931Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.3.go' from root:root to runner:runner
2025-08-20T21:27:13.4295946Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4296726Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.3.c' from root:root to runner:runner
2025-08-20T21:27:13.4297505Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.23.go' from root:root to runner:runner
2025-08-20T21:27:13.4298255Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_slow.go' from root:root to runner:runner
2025-08-20T21:27:13.4299250Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.4.s' from root:root to runner:runner
2025-08-20T21:27:13.4300029Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_gccgo.go' from root:root to runner:runner
2025-08-20T21:27:13.4300774Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.4.go' from root:root to runner:runner
2025-08-20T21:27:13.4301822Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.5.go' from root:root to runner:runner
2025-08-20T21:27:13.4302670Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid.go' from root:root to runner:runner
2025-08-20T21:27:13.4303657Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.9.go' from root:root to runner:runner
2025-08-20T21:27:13.4305069Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_gccgo_go1.8.go' from root:root to runner:runner
2025-08-20T21:27:13.4306430Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4307923Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.5.go' from root:root to runner:runner
2025-08-20T21:27:13.4309469Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.5.s' from root:root to runner:runner
2025-08-20T21:27:13.4310801Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid' from root:root to runner:runner
2025-08-20T21:27:13.4312279Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis' from root:root to runner:runner
2025-08-20T21:27:13.4313805Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/entry.go' from root:root to runner:runner
2025-08-20T21:27:13.4315317Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_js.go' from root:root to runner:runner
2025-08-20T21:27:13.4316702Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/writer.go' from root:root to runner:runner
2025-08-20T21:27:13.4318109Z [00:02:34.268]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4319674Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go' from root:root to runner:runner
2025-08-20T21:27:13.4321327Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4322751Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/text_formatter.go' from root:root to runner:runner
2025-08-20T21:27:13.4324147Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/json_formatter.go' from root:root to runner:runner
2025-08-20T21:27:13.4325533Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/doc.go' from root:root to runner:runner
2025-08-20T21:27:13.4326868Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/formatter.go' from root:root to runner:runner
2025-08-20T21:27:13.4327974Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go' from root:root to runner:runner
2025-08-20T21:27:13.4328817Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4329625Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_bsd.go' from root:root to runner:runner
2025-08-20T21:27:13.4330446Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/logrus.go' from root:root to runner:runner
2025-08-20T21:27:13.4331456Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/hooks.go' from root:root to runner:runner
2025-08-20T21:27:13.4332222Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/appveyor.yml' from root:root to runner:runner
2025-08-20T21:27:13.4332986Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/buffer_pool.go' from root:root to runner:runner
2025-08-20T21:27:13.4333870Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_unix.go' from root:root to runner:runner
2025-08-20T21:27:13.4334622Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4335426Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_solaris.go' from root:root to runner:runner
2025-08-20T21:27:13.4336181Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.4336943Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:13.4337690Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4338542Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/alt_exit.go' from root:root to runner:runner
2025-08-20T21:27:13.4340056Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go' from root:root to runner:runner
2025-08-20T21:27:13.4341493Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/logger.go' from root:root to runner:runner
2025-08-20T21:27:13.4342418Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/exported.go' from root:root to runner:runner
2025-08-20T21:27:13.4343252Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus' from root:root to runner:runner
2025-08-20T21:27:13.4344486Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen' from root:root to runner:runner
2025-08-20T21:27:13.4345307Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/type_manipulation.go' from root:root to runner:runner
2025-08-20T21:27:13.4346145Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4346867Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/Dockerfile' from root:root to runner:runner
2025-08-20T21:27:13.4347585Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4348292Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/types.go' from root:root to runner:runner
2025-08-20T21:27:13.4349099Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/constraints.go' from root:root to runner:runner
2025-08-20T21:27:13.4349809Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/tuples.go' from root:root to runner:runner
2025-08-20T21:27:13.4350516Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/string.go' from root:root to runner:runner
2025-08-20T21:27:13.4351494Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/func.go' from root:root to runner:runner
2025-08-20T21:27:13.4352249Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/condition.go' from root:root to runner:runner
2025-08-20T21:27:13.4353054Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/intersect.go' from root:root to runner:runner
2025-08-20T21:27:13.4353754Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/retry.go' from root:root to runner:runner
2025-08-20T21:27:13.4354468Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/channel.go' from root:root to runner:runner
2025-08-20T21:27:13.4355230Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/slice.go' from root:root to runner:runner
2025-08-20T21:27:13.4355937Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/find.go' from root:root to runner:runner
2025-08-20T21:27:13.4356631Z [00:02:34.269]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/math.go' from root:root to runner:runner
2025-08-20T21:27:13.4357329Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/map.go' from root:root to runner:runner
2025-08-20T21:27:13.4358036Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/Makefile' from root:root to runner:runner
2025-08-20T21:27:13.4358949Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/docker-compose.yml' from root:root to runner:runner
2025-08-20T21:27:13.4359660Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4360604Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/test.go' from root:root to runner:runner
2025-08-20T21:27:13.4361907Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.4362679Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:27:13.4363402Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/.travis.yml' from root:root to runner:runner
2025-08-20T21:27:13.4364132Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/concurrency.go' from root:root to runner:runner
2025-08-20T21:27:13.4364869Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo' from root:root to runner:runner
2025-08-20T21:27:13.4365541Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber' from root:root to runner:runner
2025-08-20T21:27:13.4366267Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/convert.go' from root:root to runner:runner
2025-08-20T21:27:13.4367106Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/.gitignore' from root:root to runner:runner
2025-08-20T21:27:13.4367823Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4368615Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/utils.go' from root:root to runner:runner
2025-08-20T21:27:13.4369331Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/style.go' from root:root to runner:runner
2025-08-20T21:27:13.4370078Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/quickstart.go' from root:root to runner:runner
2025-08-20T21:27:13.4370823Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/README.zh-CN.md' from root:root to runner:runner
2025-08-20T21:27:13.4371880Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_16.go' from root:root to runner:runner
2025-08-20T21:27:13.4372782Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4373526Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_tag.go' from root:root to runner:runner
2025-08-20T21:27:13.4374263Z [00:02:34.270]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_env.go' from root:root to runner:runner
2025-08-20T21:27:13.4374975Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4375710Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/printer.go' from root:root to runner:runner
2025-08-20T21:27:13.4376444Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_rgb.go' from root:root to runner:runner
2025-08-20T21:27:13.4377195Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_nonwin.go' from root:root to runner:runner
2025-08-20T21:27:13.4377907Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color.go' from root:root to runner:runner
2025-08-20T21:27:13.4378663Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_256.go' from root:root to runner:runner
2025-08-20T21:27:13.4379417Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color' from root:root to runner:runner
2025-08-20T21:27:13.4380070Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit' from root:root to runner:runner
2025-08-20T21:27:13.4380702Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com' from root:root to runner:runner
2025-08-20T21:27:13.4381798Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor' from root:root to runner:runner
2025-08-20T21:27:13.4382518Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:27:13.4383114Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:27:13.4383703Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:27:13.4384320Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:27:13.4384927Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.codespellrc' from root:root to runner:runner
2025-08-20T21:27:13.4385674Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T21:27:13.4386318Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/schema/config.json' from root:root to runner:runner
2025-08-20T21:27:13.4386902Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/schema' from root:root to runner:runner
2025-08-20T21:27:13.4387553Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/files/pre-push' from root:root to runner:runner
2025-08-20T21:27:13.4388518Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/files' from root:root to runner:runner
2025-08-20T21:27:13.4389567Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4390659Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/global_git_config' from root:root to runner:runner
2025-08-20T21:27:13.4391942Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/.gitconfig' from root:root to runner:runner
2025-08-20T21:27:13.4393150Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/default_test_config/config.yml' from root:root to runner:runner
2025-08-20T21:27:13.4394319Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/default_test_config' from root:root to runner:runner
2025-08-20T21:27:13.4394917Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test' from root:root to runner:runner
2025-08-20T21:27:13.4395695Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:27:13.4396380Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/codespell.yml' from root:root to runner:runner
2025-08-20T21:27:13.4397080Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/close-issues.yml' from root:root to runner:runner
2025-08-20T21:27:13.4397821Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:27:13.4398512Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/sponsors.yml' from root:root to runner:runner
2025-08-20T21:27:13.4399242Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/check-required-label.yml' from root:root to runner:runner
2025-08-20T21:27:13.4399898Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:27:13.4400531Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:27:13.4401599Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T21:27:13.4402266Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/release.yml' from root:root to runner:runner
2025-08-20T21:27:13.4402895Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:27:13.4403592Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T21:27:13.4404317Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T21:27:13.4405020Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/discussion.md' from root:root to runner:runner
2025-08-20T21:27:13.4405658Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:27:13.4406248Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:27:13.4406835Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T21:27:13.4407456Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T21:27:13.4408146Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:27:13.4408769Z [00:02:34.271]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/config.yml' from root:root to runner:runner
2025-08-20T21:27:13.4409386Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4410082Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/record_demo.sh' from root:root to runner:runner
2025-08-20T21:27:13.4410670Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo' from root:root to runner:runner
2025-08-20T21:27:13.4411607Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:27:13.4412297Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:27:13.4412994Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:27:13.4413732Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:27:13.4414473Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:27:13.4415178Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:27:13.4415846Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:27:13.4416518Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:27:13.4417216Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:27:13.4417886Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:27:13.4418549Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:27:13.4419244Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:27:13.4420501Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:27:13.4422113Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:27:13.4422981Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:27:13.4423666Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:27:13.4424414Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:27:13.4425126Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:27:13.4425800Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:27:13.4426447Z [00:02:34.272]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:27:13.4427055Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:27:13.4427736Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:27:13.4428393Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:27:13.4429042Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:27:13.4429660Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:27:13.4430329Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:27:13.4431237Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:27:13.4431886Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:27:13.4432498Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:27:13.4433090Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:27:13.4433690Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:27:13.4434332Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:27:13.4435044Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:27:13.4435641Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:27:13.4436521Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.promisor' from root:root to runner:runner
2025-08-20T21:27:13.4437456Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.pack' from root:root to runner:runner
2025-08-20T21:27:13.4438333Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.promisor' from root:root to runner:runner
2025-08-20T21:27:13.4439185Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.idx' from root:root to runner:runner
2025-08-20T21:27:13.4440032Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.idx' from root:root to runner:runner
2025-08-20T21:27:13.4441219Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.pack' from root:root to runner:runner
2025-08-20T21:27:13.4442119Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.rev' from root:root to runner:runner
2025-08-20T21:27:13.4442973Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.rev' from root:root to runner:runner
2025-08-20T21:27:13.4443607Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:27:13.4444238Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:27:13.4444869Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:27:13.4445495Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:27:13.4446092Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:27:13.4446691Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:27:13.4447340Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:27:13.4448086Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/popup/popup_handler.go' from root:root to runner:runner
2025-08-20T21:27:13.4448695Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/popup' from root:root to runner:runner
2025-08-20T21:27:13.4449349Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings.go' from root:root to runner:runner
2025-08-20T21:27:13.4450000Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/view_helpers.go' from root:root to runner:runner
2025-08-20T21:27:13.4450668Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/node.go' from root:root to runner:runner
2025-08-20T21:27:13.4451613Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/build_tree_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4452341Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_node.go' from root:root to runner:runner
2025-08-20T21:27:13.4453007Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4453778Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/build_tree.go' from root:root to runner:runner
2025-08-20T21:27:13.4454550Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/collapsed_paths.go' from root:root to runner:runner
2025-08-20T21:27:13.4455246Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_node_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4455929Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_node.go' from root:root to runner:runner
2025-08-20T21:27:13.4456688Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_tree_view_model.go' from root:root to runner:runner
2025-08-20T21:27:13.4457401Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_tree.go' from root:root to runner:runner
2025-08-20T21:27:13.4458077Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree.go' from root:root to runner:runner
2025-08-20T21:27:13.4458772Z [00:02:34.273]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4459493Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree_view_model.go' from root:root to runner:runner
2025-08-20T21:27:13.4460195Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree' from root:root to runner:runner
2025-08-20T21:27:13.4461393Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/global_handlers.go' from root:root to runner:runner
2025-08-20T21:27:13.4462446Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/views.go' from root:root to runner:runner
2025-08-20T21:27:13.4463124Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers.go' from root:root to runner:runner
2025-08-20T21:27:13.4463784Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/options_map.go' from root:root to runner:runner
2025-08-20T21:27:13.4464530Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/status_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4465251Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/tags_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4465979Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/files_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4466712Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/branches_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4467627Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commit_message_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4468396Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/basic_commits_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4469126Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/main_view_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4470275Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/local_commits_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4471707Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_explorer_controller_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4473150Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commit_description_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4474474Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/remote_branches_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4475825Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/scroll_off_margin.go' from root:root to runner:runner
2025-08-20T21:27:13.4477307Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/diffing_menu_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4478759Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/quit_actions.go' from root:root to runner:runner
2025-08-20T21:27:13.4480070Z [00:02:34.274]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/git_flow_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4481643Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/undo_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4483128Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/custom_patch_options_menu_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4484465Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/local_commits_controller_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4485901Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/reflog_commits_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4487317Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_building_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4488887Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/merge_conflicts_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4490374Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_sub_commits_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4492029Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/cherry_pick_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4493404Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/update_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4494751Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/helpers.go' from root:root to runner:runner
2025-08-20T21:27:13.4496185Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/commits_helper_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4497656Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/upstream_helper_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4499178Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_arrangement_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4500558Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/worktree_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4502387Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/mode_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4503953Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/merge_and_rebase_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4505416Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/signal_handling_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4506847Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/patch_building_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4508240Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/host_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4509616Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/amend_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4511227Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/commits_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4512634Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/branches_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4514184Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/fixup_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4515705Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/refs_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4517158Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/search_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4518558Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4519971Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/tags_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4521587Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/view_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4523022Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/suspend_resume_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4524434Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/bisect_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4525930Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/gpg_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4527350Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/files_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4528990Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_arrangement_helper_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4530385Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/diff_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4532009Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/working_tree_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4533515Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/inline_status_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4534959Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/credentials_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4536400Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/fixup_helper_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4537874Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/record_directory_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4539510Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/signal_handling.go' from root:root to runner:runner
2025-08-20T21:27:13.4541119Z [00:02:34.275]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/staging_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4542541Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/snake_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4543961Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/app_status_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4545387Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/repos_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4546835Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/suggestions_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4548261Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/upstream_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4549685Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/sub_commits_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4551455Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/refresh_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4553056Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/confirmation_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4554538Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/merge_conflicts_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.4555818Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers' from root:root to runner:runner
2025-08-20T21:27:13.4557181Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/search_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4558553Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/menu_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4559872Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/list_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4561629Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_focused_main_view_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4562974Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/base_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4564561Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/list_controller_trait.go' from root:root to runner:runner
2025-08-20T21:27:13.4565968Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/search_prompt_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4567353Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/staging_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4568640Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4570023Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/global_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4571643Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/sub_commits_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4573022Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/scroll_off_margin_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4574367Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/sync_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4575894Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/command_log_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4577454Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/toggle_whitespace_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4578839Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/submodules_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4580304Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commits_files_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4581969Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/suggestions_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4583359Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/bisect_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4584724Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/filter_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4586097Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/shell_command_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4587472Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/snake_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4589101Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_explorer_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4590531Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/side_window_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4592225Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/jump_to_side_window_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4593735Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/confirmation_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4595168Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/context_lines_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4596517Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/stash_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4597960Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_diff_files_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4599349Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/options_menu_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4601077Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/screen_mode_actions.go' from root:root to runner:runner
2025-08-20T21:27:13.4602683Z [00:02:34.276]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/view_selection_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4604213Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/rename_similarity_threshold_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4605615Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/filtering_menu_action.go' from root:root to runner:runner
2025-08-20T21:27:13.4607086Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/worktree_options_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4608470Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/worktrees_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4609907Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/vertical_scroll_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4611460Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/remotes_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4613073Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/workspace_reset_controller.go' from root:root to runner:runner
2025-08-20T21:27:13.4614470Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/attach.go' from root:root to runner:runner
2025-08-20T21:27:13.4615707Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers' from root:root to runner:runner
2025-08-20T21:27:13.4616923Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/pty_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4618156Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/main_panels.go' from root:root to runner:runner
2025-08-20T21:27:13.4619434Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/command_log_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.4620644Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/menu_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.4622142Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/focus.go' from root:root to runner:runner
2025-08-20T21:27:13.4623416Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/state.go' from root:root to runner:runner
2025-08-20T21:27:13.4624902Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/focus_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4626221Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring' from root:root to runner:runner
2025-08-20T21:27:13.4627428Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.4628750Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings/keybindings.go' from root:root to runner:runner
2025-08-20T21:27:13.4629949Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings' from root:root to runner:runner
2025-08-20T21:27:13.4631452Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/branches.go' from root:root to runner:runner
2025-08-20T21:27:13.4632781Z [00:02:34.277]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/branches_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4634040Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/tags.go' from root:root to runner:runner
2025-08-20T21:27:13.4635401Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/graph_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4636859Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/cell.go' from root:root to runner:runner
2025-08-20T21:27:13.4638298Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/graph.go' from root:root to runner:runner
2025-08-20T21:27:13.4639563Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph' from root:root to runner:runner
2025-08-20T21:27:13.4641130Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/remote_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.4642477Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/git_icons.go' from root:root to runner:runner
2025-08-20T21:27:13.4643849Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/file_icons.go' from root:root to runner:runner
2025-08-20T21:27:13.4645254Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/file_icons_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4646575Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/icons.go' from root:root to runner:runner
2025-08-20T21:27:13.4647830Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons' from root:root to runner:runner
2025-08-20T21:27:13.4649291Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/files.go' from root:root to runner:runner
2025-08-20T21:27:13.4650739Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/submodules.go' from root:root to runner:runner
2025-08-20T21:27:13.4652267Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/suggestions.go' from root:root to runner:runner
2025-08-20T21:27:13.4653619Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/worktrees.go' from root:root to runner:runner
2025-08-20T21:27:13.4654982Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/item_operations.go' from root:root to runner:runner
2025-08-20T21:27:13.4656459Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/reflog_commits.go' from root:root to runner:runner
2025-08-20T21:27:13.4657861Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors/authors_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4659215Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors/authors.go' from root:root to runner:runner
2025-08-20T21:27:13.4660501Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors' from root:root to runner:runner
2025-08-20T21:27:13.4662179Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/commits_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4663556Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/loader.go' from root:root to runner:runner
2025-08-20T21:27:13.4664879Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/stash_entries.go' from root:root to runner:runner
2025-08-20T21:27:13.4666156Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/status.go' from root:root to runner:runner
2025-08-20T21:27:13.4667489Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/files_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4668798Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/commits.go' from root:root to runner:runner
2025-08-20T21:27:13.4670104Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/remotes.go' from root:root to runner:runner
2025-08-20T21:27:13.4671477Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation' from root:root to runner:runner
2025-08-20T21:27:13.4672829Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/layout.go' from root:root to runner:runner
2025-08-20T21:27:13.4674125Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/status/status_manager.go' from root:root to runner:runner
2025-08-20T21:27:13.4675393Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/status' from root:root to runner:runner
2025-08-20T21:27:13.4676582Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui_common.go' from root:root to runner:runner
2025-08-20T21:27:13.4677748Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context.go' from root:root to runner:runner
2025-08-20T21:27:13.4679121Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/merge_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.4680572Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/state_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4682228Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/find_conflicts_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4683541Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/state.go' from root:root to runner:runner
2025-08-20T21:27:13.4684907Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/find_conflicts.go' from root:root to runner:runner
2025-08-20T21:27:13.4686373Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/rendering.go' from root:root to runner:runner
2025-08-20T21:27:13.4687600Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts' from root:root to runner:runner
2025-08-20T21:27:13.4688787Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/editors.go' from root:root to runner:runner
2025-08-20T21:27:13.4690120Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/filtering/filtering.go' from root:root to runner:runner
2025-08-20T21:27:13.4691651Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/filtering' from root:root to runner:runner
2025-08-20T21:27:13.4693124Z [00:02:34.278]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/marked_base_commit/marked_base_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.4694399Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/marked_base_commit' from root:root to runner:runner
2025-08-20T21:27:13.4695805Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/cherrypicking/cherry_picking.go' from root:root to runner:runner
2025-08-20T21:27:13.4697208Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/cherrypicking' from root:root to runner:runner
2025-08-20T21:27:13.4698656Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/diffing/diffing.go' from root:root to runner:runner
2025-08-20T21:27:13.4699860Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/diffing' from root:root to runner:runner
2025-08-20T21:27:13.4701223Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes' from root:root to runner:runner
2025-08-20T21:27:13.4702688Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/session_state_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.4704193Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/client.go' from root:root to runner:runner
2025-08-20T21:27:13.4705663Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/keybinding_creator.go' from root:root to runner:runner
2025-08-20T21:27:13.4707117Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/menu_generator_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4708476Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/models.go' from root:root to runner:runner
2025-08-20T21:27:13.4709986Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/resolver.go' from root:root to runner:runner
2025-08-20T21:27:13.4711696Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/menu_generator.go' from root:root to runner:runner
2025-08-20T21:27:13.4713128Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/handler_creator.go' from root:root to runner:runner
2025-08-20T21:27:13.4714438Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands' from root:root to runner:runner
2025-08-20T21:27:13.4715612Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services' from root:root to runner:runner
2025-08-20T21:27:13.4716882Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/text_style.go' from root:root to runner:runner
2025-08-20T21:27:13.4718111Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/hyperlink.go' from root:root to runner:runner
2025-08-20T21:27:13.4719376Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/basic_styles.go' from root:root to runner:runner
2025-08-20T21:27:13.4720618Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/style_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4722221Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/decoration.go' from root:root to runner:runner
2025-08-20T21:27:13.4723585Z [00:02:34.279]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/color.go' from root:root to runner:runner
2025-08-20T21:27:13.4724717Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style' from root:root to runner:runner
2025-08-20T21:27:13.4726053Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/commit_files_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4727428Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/merge_conflicts_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4728818Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/tags_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4730165Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_context_trait.go' from root:root to runner:runner
2025-08-20T21:27:13.4731775Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/filtered_list_view_model.go' from root:root to runner:runner
2025-08-20T21:27:13.4733143Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/commit_message_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4734608Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/dynamic_title_builder.go' from root:root to runner:runner
2025-08-20T21:27:13.4735991Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/suggestions_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4737260Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/main_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4738570Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_renderer_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4739866Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/base_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4741373Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/worktrees_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4742719Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/working_tree_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4744001Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/context_common.go' from root:root to runner:runner
2025-08-20T21:27:13.4745464Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/filtered_list.go' from root:root to runner:runner
2025-08-20T21:27:13.4746870Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_view_model.go' from root:root to runner:runner
2025-08-20T21:27:13.4748155Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/menu_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4749448Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/history_trait.go' from root:root to runner:runner
2025-08-20T21:27:13.4750681Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/context.go' from root:root to runner:runner
2025-08-20T21:27:13.4752404Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/traits/list_cursor.go' from root:root to runner:runner
2025-08-20T21:27:13.4753631Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/traits' from root:root to runner:runner
2025-08-20T21:27:13.4754908Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/search_trait.go' from root:root to runner:runner
2025-08-20T21:27:13.4756197Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/remotes_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4757673Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/remote_branches_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4759028Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/branches_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4760282Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/simple_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4761794Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/sub_commits_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4763152Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/reflog_commits_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4764513Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/local_commits_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4765810Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_renderer.go' from root:root to runner:runner
2025-08-20T21:27:13.4767054Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/view_trait.go' from root:root to runner:runner
2025-08-20T21:27:13.4768415Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/confirmation_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4769829Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/stash_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4771483Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/submodules_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4772805Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/parent_context_mgr.go' from root:root to runner:runner
2025-08-20T21:27:13.4774029Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/setup.go' from root:root to runner:runner
2025-08-20T21:27:13.4775402Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/patch_explorer_context.go' from root:root to runner:runner
2025-08-20T21:27:13.4776694Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context' from root:root to runner:runner
2025-08-20T21:27:13.4777915Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/test_mode.go' from root:root to runner:runner
2025-08-20T21:27:13.4779088Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/dummies.go' from root:root to runner:runner
2025-08-20T21:27:13.4780327Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/extras_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.4781874Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/pty.go' from root:root to runner:runner
2025-08-20T21:27:13.4783176Z [00:02:34.280]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/keybindings.go' from root:root to runner:runner
2025-08-20T21:27:13.4784396Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/views.go' from root:root to runner:runner
2025-08-20T21:27:13.4785646Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/suggestion.go' from root:root to runner:runner
2025-08-20T21:27:13.4786873Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/modes.go' from root:root to runner:runner
2025-08-20T21:27:13.4788126Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/ref_range.go' from root:root to runner:runner
2025-08-20T21:27:13.4789340Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4790562Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/context.go' from root:root to runner:runner
2025-08-20T21:27:13.4791970Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/refresh.go' from root:root to runner:runner
2025-08-20T21:27:13.4793419Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/common_commands.go' from root:root to runner:runner
2025-08-20T21:27:13.4794842Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/version_number_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4796090Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/search_state.go' from root:root to runner:runner
2025-08-20T21:27:13.4797384Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/version_number.go' from root:root to runner:runner
2025-08-20T21:27:13.4798632Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/rendering.go' from root:root to runner:runner
2025-08-20T21:27:13.4799902Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types' from root:root to runner:runner
2025-08-20T21:27:13.4801378Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/recent_repos_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.4802527Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui.go' from root:root to runner:runner
2025-08-20T21:27:13.4803741Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/background.go' from root:root to runner:runner
2025-08-20T21:27:13.4805090Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/tasks_adapter.go' from root:root to runner:runner
2025-08-20T21:27:13.4806408Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/information_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.4807645Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context_config.go' from root:root to runner:runner
2025-08-20T21:27:13.4808726Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui' from root:root to runner:runner
2025-08-20T21:27:13.4809961Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon/daemon.go' from root:root to runner:runner
2025-08-20T21:27:13.4811401Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon/rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.4812575Z [00:02:34.281]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon' from root:root to runner:runner
2025-08-20T21:27:13.4813775Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/types/types.go' from root:root to runner:runner
2025-08-20T21:27:13.4814912Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/types' from root:root to runner:runner
2025-08-20T21:27:13.4816297Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/entry_point.go' from root:root to runner:runner
2025-08-20T21:27:13.4817495Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.4818734Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/app.go' from root:root to runner:runner
2025-08-20T21:27:13.4819854Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app' from root:root to runner:runner
2025-08-20T21:27:13.4821263Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/updates/updates.go' from root:root to runner:runner
2025-08-20T21:27:13.4822419Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/updates' from root:root to runner:runner
2025-08-20T21:27:13.4823754Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/tail.go' from root:root to runner:runner
2025-08-20T21:27:13.4825012Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/logs_default.go' from root:root to runner:runner
2025-08-20T21:27:13.4826273Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/logs_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4827389Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail' from root:root to runner:runner
2025-08-20T21:27:13.4828737Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/logs.go' from root:root to runner:runner
2025-08-20T21:27:13.4829862Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs' from root:root to runner:runner
2025-08-20T21:27:13.4831342Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/app_config.go' from root:root to runner:runner
2025-08-20T21:27:13.4832683Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config_validation.go' from root:root to runner:runner
2025-08-20T21:27:13.4833987Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_default_platform.go' from root:root to runner:runner
2025-08-20T21:27:13.4835263Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.4836517Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/editor_presets.go' from root:root to runner:runner
2025-08-20T21:27:13.4837716Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/dummies.go' from root:root to runner:runner
2025-08-20T21:27:13.4839068Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config_validation_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4840498Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/editor_presets_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4842058Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/keynames.go' from root:root to runner:runner
2025-08-20T21:27:13.4843270Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config.go' from root:root to runner:runner
2025-08-20T21:27:13.4844548Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/app_config_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4845789Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_linux.go' from root:root to runner:runner
2025-08-20T21:27:13.4847033Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config' from root:root to runner:runner
2025-08-20T21:27:13.4848318Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ja.json' from root:root to runner:runner
2025-08-20T21:27:13.4849604Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4851063Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pl.json' from root:root to runner:runner
2025-08-20T21:27:13.4852464Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/nl.json' from root:root to runner:runner
2025-08-20T21:27:13.4853783Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-CN.json' from root:root to runner:runner
2025-08-20T21:27:13.4855051Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ru.json' from root:root to runner:runner
2025-08-20T21:27:13.4856304Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pt.json' from root:root to runner:runner
2025-08-20T21:27:13.4857581Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ko.json' from root:root to runner:runner
2025-08-20T21:27:13.4858883Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-TW.json' from root:root to runner:runner
2025-08-20T21:27:13.4860096Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations' from root:root to runner:runner
2025-08-20T21:27:13.4861471Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/english.go' from root:root to runner:runner
2025-08-20T21:27:13.4862643Z [00:02:34.282]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/i18n.go' from root:root to runner:runner
2025-08-20T21:27:13.4864005Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/i18n_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4865093Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n' from root:root to runner:runner
2025-08-20T21:27:13.4866421Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common/common.go' from root:root to runner:runner
2025-08-20T21:27:13.4867623Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common/dummies.go' from root:root to runner:runner
2025-08-20T21:27:13.4868732Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common' from root:root to runner:runner
2025-08-20T21:27:13.4869911Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/fakes/log.go' from root:root to runner:runner
2025-08-20T21:27:13.4871323Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/fakes' from root:root to runner:runner
2025-08-20T21:27:13.4872533Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake/snake.go' from root:root to runner:runner
2025-08-20T21:27:13.4873746Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake/snake_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4874836Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake' from root:root to runner:runner
2025-08-20T21:27:13.4876178Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/tasks_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4877454Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/async_handler_test.go' from root:root to runner:runner
2025-08-20T21:27:13.4878624Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/tasks.go' from root:root to runner:runner
2025-08-20T21:27:13.4879878Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/async_handler.go' from root:root to runner:runner
2025-08-20T21:27:13.4881178Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks' from root:root to runner:runner
2025-08-20T21:27:13.4882403Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/env/env.go' from root:root to runner:runner
2025-08-20T21:27:13.4883511Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/env' from root:root to runner:runner
2025-08-20T21:27:13.4884839Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generate_config_docs.go' from root:root to runner:runner
2025-08-20T21:27:13.4886093Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generate.go' from root:root to runner:runner
2025-08-20T21:27:13.4887487Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generator.go' from root:root to runner:runner
2025-08-20T21:27:13.4888791Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema' from root:root to runner:runner
2025-08-20T21:27:13.4890030Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4892109Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/staging_folder_stages_only_tracked_files_in_tracked_only_filter.go' from root:root to runner:runner
2025-08-20T21:27:13.4893667Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/nested_filter_transient.go' from root:root to runner:runner
2025-08-20T21:27:13.4895361Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_by_keybinding.go' from root:root to runner:runner
2025-08-20T21:27:13.4896896Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_remote_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.4898531Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_cancel_filter_with_escape.go' from root:root to runner:runner
2025-08-20T21:27:13.4900144Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/nested_filter.go' from root:root to runner:runner
2025-08-20T21:27:13.4901847Z [00:02:34.283]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_fuzzy.go' from root:root to runner:runner
2025-08-20T21:27:13.4903299Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/new_search.go' from root:root to runner:runner
2025-08-20T21:27:13.4904757Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_files.go' from root:root to runner:runner
2025-08-20T21:27:13.4906539Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/stage_all_stages_only_tracked_files_in_tracked_only_filter.go' from root:root to runner:runner
2025-08-20T21:27:13.4908076Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_search_history.go' from root:root to runner:runner
2025-08-20T21:27:13.4909528Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_remotes.go' from root:root to runner:runner
2025-08-20T21:27:13.4911323Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_with_no_keybindings.go' from root:root to runner:runner
2025-08-20T21:27:13.4913085Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_updates_when_model_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.4914744Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_by_file_status.go' from root:root to runner:runner
2025-08-20T21:27:13.4916248Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_commit_files.go' from root:root to runner:runner
2025-08-20T21:27:13.4917692Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.4919188Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search' from root:root to runner:runner
2025-08-20T21:27:13.4920707Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/basic_shell_command.go' from root:root to runner:runner
2025-08-20T21:27:13.4922335Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/history.go' from root:root to runner:runner
2025-08-20T21:27:13.4923827Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/complex_shell_command.go' from root:root to runner:runner
2025-08-20T21:27:13.4925470Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/omit_from_history.go' from root:root to runner:runner
2025-08-20T21:27:13.4926933Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/edit_history.go' from root:root to runner:runner
2025-08-20T21:27:13.4928445Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/delete_from_history.go' from root:root to runner:runner
2025-08-20T21:27:13.4929760Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands' from root:root to runner:runner
2025-08-20T21:27:13.4931303Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/test_list.go' from root:root to runner:runner
2025-08-20T21:27:13.4932694Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_staged.go' from root:root to runner:runner
2025-08-20T21:27:13.4934027Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash.go' from root:root to runner:runner
2025-08-20T21:27:13.4935340Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/pop.go' from root:root to runner:runner
2025-08-20T21:27:13.4937063Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/prevent_discarding_file_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.4938560Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/drop_multiple.go' from root:root to runner:runner
2025-08-20T21:27:13.4939951Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/apply_patch.go' from root:root to runner:runner
2025-08-20T21:27:13.4941524Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/create_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.4942970Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_and_keep_index.go' from root:root to runner:runner
2025-08-20T21:27:13.4944461Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_all.go' from root:root to runner:runner
2025-08-20T21:27:13.4945875Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_unstaged.go' from root:root to runner:runner
2025-08-20T21:27:13.4947431Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_including_untracked_files.go' from root:root to runner:runner
2025-08-20T21:27:13.4948910Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_staged_partial_file.go' from root:root to runner:runner
2025-08-20T21:27:13.4950567Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/show_with_branch_named_stash.go' from root:root to runner:runner
2025-08-20T21:27:13.4952201Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/filter_by_path.go' from root:root to runner:runner
2025-08-20T21:27:13.4953301Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/apply.go' from root:root to runner:runner
2025-08-20T21:27:13.4954574Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/drop.go' from root:root to runner:runner
2025-08-20T21:27:13.4955835Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/rename.go' from root:root to runner:runner
2025-08-20T21:27:13.4956932Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash' from root:root to runner:runner
2025-08-20T21:27:13.4958190Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/reset.go' from root:root to runner:runner
2025-08-20T21:27:13.4959599Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/remove.go' from root:root to runner:runner
2025-08-20T21:27:13.4961356Z [00:02:34.284]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/remove_nested.go' from root:root to runner:runner
2025-08-20T21:27:13.4963044Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/enter_nested.go' from root:root to runner:runner
2025-08-20T21:27:13.4964645Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/reset_folder.go' from root:root to runner:runner
2025-08-20T21:27:13.4966125Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/add.go' from root:root to runner:runner
2025-08-20T21:27:13.4967625Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.4969380Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/enter.go' from root:root to runner:runner
2025-08-20T21:27:13.4970732Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule' from root:root to runner:runner
2025-08-20T21:27:13.4972257Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shared/README.md' from root:root to runner:runner
2025-08-20T21:27:13.4973964Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shared/conflicts.go' from root:root to runner:runner
2025-08-20T21:27:13.4975297Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shared' from root:root to runner:runner
2025-08-20T21:27:13.4976903Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_with_modified_file_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.4978710Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_later_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.4980239Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_range_to_index.go' from root:root to runner:runner
2025-08-20T21:27:13.4981963Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_partial.go' from root:root to runner:runner
2025-08-20T21:27:13.4983951Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_from_deleted_file.go' from root:root to runner:runner
2025-08-20T21:27:13.4985594Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go' from root:root to runner:runner
2025-08-20T21:27:13.4987366Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/toggle_range.go' from root:root to runner:runner
2025-08-20T21:27:13.4989052Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/remove_from_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.4990564Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/start_new_patch.go' from root:root to runner:runner
2025-08-20T21:27:13.4992188Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index.go' from root:root to runner:runner
2025-08-20T21:27:13.4993845Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_earlier_commit_from_added_file.go' from root:root to runner:runner
2025-08-20T21:27:13.4995741Z [00:02:34.285]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/select_all_files.go' from root:root to runner:runner
2025-08-20T21:27:13.4997467Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.4999204Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_in_last_commit_of_stacked_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5001130Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5002997Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5004495Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_in_reverse.go' from root:root to runner:runner
2025-08-20T21:27:13.5006439Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_from_added_file_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5008101Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_from_added_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5009784Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_before.go' from root:root to runner:runner
2025-08-20T21:27:13.5011777Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_with_modified_file_no_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5013226Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply.go' from root:root to runner:runner
2025-08-20T21:27:13.5015119Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_with_modified_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5016823Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_earlier_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5018417Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/remove_parts_of_added_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5020164Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/edit_line_in_patch_building_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.5022183Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5023703Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/specific_selection.go' from root:root to runner:runner
2025-08-20T21:27:13.5025677Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_works_even_if_noprefix_is_set.go' from root:root to runner:runner
2025-08-20T21:27:13.5027205Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/reset_with_escape.go' from root:root to runner:runner
2025-08-20T21:27:13.5028979Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go' from root:root to runner:runner
2025-08-20T21:27:13.5030547Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building' from root:root to runner:runner
2025-08-20T21:27:13.5032149Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_merge.go' from root:root to runner:runner
2025-08-20T21:27:13.5033488Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5035213Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout_file_from_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5036873Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/preserve_commit_message.go' from root:root to runner:runner
2025-08-20T21:27:13.5038506Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/paste_commit_message.go' from root:root to runner:runner
2025-08-20T21:27:13.5040155Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.5042003Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_author_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5043865Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_warning_for_added_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5045430Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/history.go' from root:root to runner:runner
2025-08-20T21:27:13.5046976Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_message_body_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5048864Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_switch_to_editor.go' from root:root to runner:runner
2025-08-20T21:27:13.5050482Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_fixup_commit_in_branch_stack.go' from root:root to runner:runner
2025-08-20T21:27:13.5052246Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_amend.go' from root:root to runner:runner
2025-08-20T21:27:13.5053866Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_with_conflict_single_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5055278Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reset_author.go' from root:root to runner:runner
2025-08-20T21:27:13.5056657Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/staged.go' from root:root to runner:runner
2025-08-20T21:27:13.5058089Z [00:02:34.286]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_amend_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5059638Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/auto_wrap_message.go' from root:root to runner:runner
2025-08-20T21:27:13.5061221Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/highlight.go' from root:root to runner:runner
2025-08-20T21:27:13.5062861Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup.go' from root:root to runner:runner
2025-08-20T21:27:13.5064629Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_switch_to_editor_skip_hooks.go' from root:root to runner:runner
2025-08-20T21:27:13.5066267Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_only_added_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5067878Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_multiline.go' from root:root to runner:runner
2025-08-20T21:27:13.5069534Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout_file_from_range_selection_of_commits.go' from root:root to runner:runner
2025-08-20T21:27:13.5071161Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reword.go' from root:root to runner:runner
2025-08-20T21:27:13.5072583Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/unstaged.go' from root:root to runner:runner
2025-08-20T21:27:13.5074278Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_tag_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5076008Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5077532Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_global_prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.5078990Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_wip_with_prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.5081016Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/paste_commit_message_over_existing.go' from root:root to runner:runner
2025-08-20T21:27:13.5082507Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author.go' from root:root to runner:runner
2025-08-20T21:27:13.5084087Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_cancel.go' from root:root to runner:runner
2025-08-20T21:27:13.5085966Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_non_matching_branch_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5087532Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author_while_committing.go' from root:root to runner:runner
2025-08-20T21:27:13.5089024Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout.go' from root:root to runner:runner
2025-08-20T21:27:13.5090667Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_disregard_main_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5092571Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/do_not_show_branch_marker_for_head_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5094090Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5095785Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/fail_hooks_then_commit_no_hooks.go' from root:root to runner:runner
2025-08-20T21:27:13.5097367Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_fallthrough_prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.5098969Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_continue.go' from root:root to runner:runner
2025-08-20T21:27:13.5101013Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert.go' from root:root to runner:runner
2025-08-20T21:27:13.5102513Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/history_complex.go' from root:root to runner:runner
2025-08-20T21:27:13.5103970Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/staged_without_hooks.go' from root:root to runner:runner
2025-08-20T21:27:13.5105542Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/set_author.go' from root:root to runner:runner
2025-08-20T21:27:13.5107113Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/search.go' from root:root to runner:runner
2025-08-20T21:27:13.5108573Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reset_author_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5110205Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5112005Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/stage_range_of_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5113487Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/set_author_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5115362Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/disable_copy_commit_message_body.go' from root:root to runner:runner
2025-08-20T21:27:13.5117150Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_with_conflict_multiple_commits.go' from root:root to runner:runner
2025-08-20T21:27:13.5118520Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend.go' from root:root to runner:runner
2025-08-20T21:27:13.5120362Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/discard_old_file_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5122013Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_skip_hooks.go' from root:root to runner:runner
2025-08-20T21:27:13.5123387Z [00:02:34.287]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/new_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5124853Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit' from root:root to runner:runner
2025-08-20T21:27:13.5126731Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/custom_commands_in_per_repo_config.go' from root:root to runner:runner
2025-08-20T21:27:13.5128316Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/remote_named_star.go' from root:root to runner:runner
2025-08-20T21:27:13.5130088Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/negative_refspec.go' from root:root to runner:runner
2025-08-20T21:27:13.5131547Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config' from root:root to runner:runner
2025-08-20T21:27:13.5132953Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/test_list_generator.go' from root:root to runner:runner
2025-08-20T21:27:13.5134383Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/choose_terms.go' from root:root to runner:runner
2025-08-20T21:27:13.5136105Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/from_other_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5137462Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/skip.go' from root:root to runner:runner
2025-08-20T21:27:13.5138779Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/basic.go' from root:root to runner:runner
2025-08-20T21:27:13.5140073Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect' from root:root to runner:runner
2025-08-20T21:27:13.5141792Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/reset.go' from root:root to runner:runner
2025-08-20T21:27:13.5143184Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/cherry_pick.go' from root:root to runner:runner
2025-08-20T21:27:13.5145145Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go' from root:root to runner:runner
2025-08-20T21:27:13.5146697Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/checkout.go' from root:root to runner:runner
2025-08-20T21:27:13.5148042Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.5149541Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog' from root:root to runner:runner
2025-08-20T21:27:13.5151199Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/delete_local_and_remote.go' from root:root to runner:runner
2025-08-20T21:27:13.5152733Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/crud_annotated.go' from root:root to runner:runner
2025-08-20T21:27:13.5154529Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/reset.go' from root:root to runner:runner
2025-08-20T21:27:13.5156081Z [00:02:34.288]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/reset_to_duplicate_named_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5157501Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/force_tag_lightweight.go' from root:root to runner:runner
2025-08-20T21:27:13.5159181Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/create_while_committing.go' from root:root to runner:runner
2025-08-20T21:27:13.5160814Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/checkout_when_branch_with_same_name_exists.go' from root:root to runner:runner
2025-08-20T21:27:13.5162580Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/force_tag_annotated.go' from root:root to runner:runner
2025-08-20T21:27:13.5164095Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/checkout.go' from root:root to runner:runner
2025-08-20T21:27:13.5165667Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/copy_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5167081Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/crud_lightweight.go' from root:root to runner:runner
2025-08-20T21:27:13.5168460Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag' from root:root to runner:runner
2025-08-20T21:27:13.5169995Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_repo_name_to_open_repos_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.5171698Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_to_focus.go' from root:root to runner:runner
2025-08-20T21:27:13.5173250Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/log_cmd_status_panel_all_branches_log.go' from root:root to runner:runner
2025-08-20T21:27:13.5174643Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/log_cmd.go' from root:root to runner:runner
2025-08-20T21:27:13.5176303Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_working_tree_state_to_open_rebase_options_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.5177719Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status' from root:root to runner:runner
2025-08-20T21:27:13.5179455Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5181450Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/global_context.go' from root:root to runner:runner
2025-08-20T21:27:13.5183245Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/show_output_in_panel.go' from root:root to runner:runner
2025-08-20T21:27:13.5184728Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_path.go' from root:root to runner:runner
2025-08-20T21:27:13.5186439Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/menu_from_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5188141Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/suggestions_preset.go' from root:root to runner:runner
2025-08-20T21:27:13.5189647Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/multiple_prompts.go' from root:root to runner:runner
2025-08-20T21:27:13.5191484Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/custom_commands_submenu.go' from root:root to runner:runner
2025-08-20T21:27:13.5193133Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/run_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5194761Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/suggestions_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5196492Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/check_for_conflicts.go' from root:root to runner:runner
2025-08-20T21:27:13.5198062Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/access_commit_properties.go' from root:root to runner:runner
2025-08-20T21:27:13.5199827Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/menu_from_commands_output.go' from root:root to runner:runner
2025-08-20T21:27:13.5201493Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/basic_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5202994Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/multiple_contexts.go' from root:root to runner:runner
2025-08-20T21:27:13.5204522Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_commit_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5206213Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/form_prompts.go' from root:root to runner:runner
2025-08-20T21:27:13.5207440Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands' from root:root to runner:runner
2025-08-20T21:27:13.5208975Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/select_author.go' from root:root to runner:runner
2025-08-20T21:27:13.5210408Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5212045Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/type_author.go' from root:root to runner:runner
2025-08-20T21:27:13.5213264Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author' from root:root to runner:runner
2025-08-20T21:27:13.5214069Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/renamed_files.go' from root:root to runner:runner
2025-08-20T21:27:13.5215396Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/renamed_files_no_root_item.go' from root:root to runner:runner
2025-08-20T21:27:13.5216938Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/gitignore.go' from root:root to runner:runner
2025-08-20T21:27:13.5218645Z [00:02:34.289]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_staged_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5220207Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_file_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5221854Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/gitignore_special_characters.go' from root:root to runner:runner
2025-08-20T21:27:13.5223496Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5225034Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5226470Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_all_dir_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5228041Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_various_changes_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5229811Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/rename_similarity_threshold_change.go' from root:root to runner:runner
2025-08-20T21:27:13.5231657Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/copy_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.5233204Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_dir_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5234544Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5236205Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5237893Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_deleted_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5239378Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_children_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5240790Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/collapse_expand.go' from root:root to runner:runner
2025-08-20T21:27:13.5242655Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_various_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5244400Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/dir_with_untracked_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5246157Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/remember_commit_message_after_fail.go' from root:root to runner:runner
2025-08-20T21:27:13.5247445Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file' from root:root to runner:runner
2025-08-20T21:27:13.5249260Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go' from root:root to runner:runner
2025-08-20T21:27:13.5250720Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/squash_merge.go' from root:root to runner:runner
2025-08-20T21:27:13.5252254Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete.go' from root:root to runner:runner
2025-08-20T21:27:13.5253844Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/unset_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5255486Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_onto_base_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5257076Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_from_marked_base.go' from root:root to runner:runner
2025-08-20T21:27:13.5258686Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset.go' from root:root to runner:runner
2025-08-20T21:27:13.5260200Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_with_prefix.go' from root:root to runner:runner
2025-08-20T21:27:13.5261990Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_upstream_no_divergence.go' from root:root to runner:runner
2025-08-20T21:27:13.5263520Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_cancel_on_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5265058Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_duplicate_named_tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5266768Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/select_commits_of_current_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5268492Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5269966Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_copied_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5271992Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_multiple.go' from root:root to runner:runner
2025-08-20T21:27:13.5273472Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5274962Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_to_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5276879Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_with_prefix_using_run_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5278317Z [00:02:34.290]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/create_tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5279732Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/detached_head.go' from root:root to runner:runner
2025-08-20T21:27:13.5281481Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_previous_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5283354Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/suggestions.go' from root:root to runner:runner
2025-08-20T21:27:13.5284916Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_no_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5286689Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_from_base_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5288087Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5289564Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_abort_on_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5291458Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_remote_branch_with_different_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5292953Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_while_filtering.go' from root:root to runner:runner
2025-08-20T21:27:13.5294656Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_keep_stacked.go' from root:root to runner:runner
2025-08-20T21:27:13.5296110Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/sort_local_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5297818Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_from_remote_tracking_same_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5299267Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/sort_remote_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5300739Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_autostash.go' from root:root to runner:runner
2025-08-20T21:27:13.5302525Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_conflicts_fix_build_errors.go' from root:root to runner:runner
2025-08-20T21:27:13.5303983Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_and_drop.go' from root:root to runner:runner
2025-08-20T21:27:13.5305407Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_autostash.go' from root:root to runner:runner
2025-08-20T21:27:13.5307402Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_from_main_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5308985Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_by_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5310394Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/set_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5312214Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5313904Z [00:02:34.291]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_select_remote_and_target_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5315527Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_invalid_target_remote_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5317080Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_base_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5318563Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_does_not_autosquash.go' from root:root to runner:runner
2025-08-20T21:27:13.5320084Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rename.go' from root:root to runner:runner
2025-08-20T21:27:13.5321940Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_from_remote_tracking_different_name.go' from root:root to runner:runner
2025-08-20T21:27:13.5323541Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_with_cli_arg.go' from root:root to runner:runner
2025-08-20T21:27:13.5325105Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_duplicate_named_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5326362Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch' from root:root to runner:runner
2025-08-20T21:27:13.5327727Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/empty_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.5329254Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/disable_switch_tab_with_panel_jump_keys.go' from root:root to runner:runner
2025-08-20T21:27:13.5330748Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/switch_tab_with_panel_jump_keys.go' from root:root to runner:runner
2025-08-20T21:27:13.5332401Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/open_link_failure.go' from root:root to runner:runner
2025-08-20T21:27:13.5334174Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go' from root:root to runner:runner
2025-08-20T21:27:13.5335724Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/accordion.go' from root:root to runner:runner
2025-08-20T21:27:13.5337352Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/keybinding_suggestions_when_switching_repos.go' from root:root to runner:runner
2025-08-20T21:27:13.5338769Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/switch_tab_from_menu.go' from root:root to runner:runner
2025-08-20T21:27:13.5340416Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5341855Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui' from root:root to runner:runner
2025-08-20T21:27:13.5343345Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/bare_repo_worktree_config.go' from root:root to runner:runner
2025-08-20T21:27:13.5345004Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/worktree_in_repo.go' from root:root to runner:runner
2025-08-20T21:27:13.5346757Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/double_nested_linked_submodule.go' from root:root to runner:runner
2025-08-20T21:27:13.5348512Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/force_remove_worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5350246Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/fast_forward_worktree_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5351908Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/reset_window_tabs.go' from root:root to runner:runner
2025-08-20T21:27:13.5353305Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/crud.go' from root:root to runner:runner
2025-08-20T21:27:13.5355451Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/fast_forward_worktree_branch_should_not_pollute_current_worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5356924Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5358600Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/exclude_file_in_worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5360510Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_branch_detached.go' from root:root to runner:runner
2025-08-20T21:27:13.5362281Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/detach_worktree_from_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5363801Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/associate_branch_bisect.go' from root:root to runner:runner
2025-08-20T21:27:13.5365338Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/remove_worktree_from_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5366851Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/associate_branch_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5368150Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5369301Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/symlink_into_repo_subdir.go' from root:root to runner:runner
2025-08-20T21:27:13.5370697Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/bare_repo.go' from root:root to runner:runner
2025-08-20T21:27:13.5372504Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/dotfile_bare_repo.go' from root:root to runner:runner
2025-08-20T21:27:13.5374105Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/custom_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5375407Z [00:02:34.292]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree' from root:root to runner:runner
2025-08-20T21:27:13.5376753Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push.go' from root:root to runner:runner
2025-08-20T21:27:13.5378379Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_triangular.go' from root:root to runner:runner
2025-08-20T21:27:13.5379735Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push.go' from root:root to runner:runner
2025-08-20T21:27:13.5381372Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/rename_branch_and_pull.go' from root:root to runner:runner
2025-08-20T21:27:13.5382876Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_when_sorted_by_date.go' from root:root to runner:runner
2025-08-20T21:27:13.5384641Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_no_follow_tags.go' from root:root to runner:runner
2025-08-20T21:27:13.5386357Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_remote_branch_not_stored_locally.go' from root:root to runner:runner
2025-08-20T21:27:13.5387990Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_and_set_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5389818Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_all_branches_checked_out_in_other_worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5391519Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_multiple_matching.go' from root:root to runner:runner
2025-08-20T21:27:13.5392917Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5394284Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_prune.go' from root:root to runner:runner
2025-08-20T21:27:13.5395959Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_with_credential_prompt.go' from root:root to runner:runner
2025-08-20T21:27:13.5397881Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_interactive_conflict_drop.go' from root:root to runner:runner
2025-08-20T21:27:13.5399424Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5401443Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_and_auto_set_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5402921Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_and_set_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5404271Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5406269Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_none.go' from root:root to runner:runner
2025-08-20T21:27:13.5407840Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_interactive_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5409251Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_merge_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5411225Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_follow_tags.go' from root:root to runner:runner
2025-08-20T21:27:13.5412771Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_multiple_upstream.go' from root:root to runner:runner
2025-08-20T21:27:13.5414388Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_only_main_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5416315Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_all_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5417730Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_merge.go' from root:root to runner:runner
2025-08-20T21:27:13.5419055Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull.go' from root:root to runner:runner
2025-08-20T21:27:13.5420758Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5422453Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync' from root:root to runner:runner
2025-08-20T21:27:13.5424196Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5426203Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_range_select_down_to_merge_outside_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5427913Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_fixup_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5429495Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/advanced_interactive_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5431346Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/fixup_second_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5432948Z [00:02:34.293]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_non_head_commit_during_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5434722Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go' from root:root to runner:runner
2025-08-20T21:27:13.5436473Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_in_rebase_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5438374Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_commit_with_editor_and_fail.go' from root:root to runner:runner
2025-08-20T21:27:13.5440001Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_range_select_outside_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5441635Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_down_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5442469Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start.go' from root:root to runner:runner
2025-08-20T21:27:13.5443649Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/show_exec_todos.go' from root:root to runner:runner
2025-08-20T21:27:13.5445214Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/outside_rebase_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5446917Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_commit_with_conflict.go' from root:root to runner:runner
2025-08-20T21:27:13.5448786Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/interactive_rebase_with_conflict_for_edit_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5450704Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_merge_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5452922Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_across_branch_boundary_outside_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5454667Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/mid_rebase_range_select.go' from root:root to runner:runner
2025-08-20T21:27:13.5456353Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_commit_in_copied_branch_with_update_ref.go' from root:root to runner:runner
2025-08-20T21:27:13.5458222Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_merge.go' from root:root to runner:runner
2025-08-20T21:27:13.5459891Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_last_commit_of_stacked_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5461889Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/interactive_rebase_of_copied_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5463798Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_you_are_here_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5465512Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_and_auto_amend.go' from root:root to runner:runner
2025-08-20T21:27:13.5467256Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start_keep_selection.go' from root:root to runner:runner
2025-08-20T21:27:13.5468895Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5470728Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5472496Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move.go' from root:root to runner:runner
2025-08-20T21:27:13.5474340Z [00:02:34.294]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_multiple_commits_in_interactive_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5475882Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_above.go' from root:root to runner:runner
2025-08-20T21:27:13.5477651Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_head_commit_during_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5479438Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_above_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5481252Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_merge_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5482978Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/rebase_with_commit_that_becomes_empty.go' from root:root to runner:runner
2025-08-20T21:27:13.5484754Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go' from root:root to runner:runner
2025-08-20T21:27:13.5486426Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_during_rebase_when_stopped_on_edit.go' from root:root to runner:runner
2025-08-20T21:27:13.5488090Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/dont_show_branch_heads_for_todo_items.go' from root:root to runner:runner
2025-08-20T21:27:13.5489804Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_the_confl_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5491618Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/fixup_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5493330Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_you_are_here_commit_with_editor.go' from root:root to runner:runner
2025-08-20T21:27:13.5494888Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_update_ref_todo.go' from root:root to runner:runner
2025-08-20T21:27:13.5496555Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_last_commit_of_stacked_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5498134Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_last_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5499769Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_with_custom_comment_char.go' from root:root to runner:runner
2025-08-20T21:27:13.5501597Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_with_custom_comment_char.go' from root:root to runner:runner
2025-08-20T21:27:13.5503258Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/pick_rescheduled.go' from root:root to runner:runner
2025-08-20T21:27:13.5504937Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5506609Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_in_rebase_with_conflict_and_edit.go' from root:root to runner:runner
2025-08-20T21:27:13.5508310Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_single_commit_in_interactive_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5509876Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5511574Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5512698Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_in_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5513598Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_non_todo_commit_during_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5514593Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_in_current_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5515440Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_first_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5516297Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/view_files_of_todo_entries.go' from root:root to runner:runner
2025-08-20T21:27:13.5517308Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_down_second_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5518057Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase' from root:root to runner:runner
2025-08-20T21:27:13.5518797Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5519519Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_drop.go' from root:root to runner:runner
2025-08-20T21:27:13.5520294Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_checkout_and_drop.go' from root:root to runner:runner
2025-08-20T21:27:13.5521290Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo' from root:root to runner:runner
2025-08-20T21:27:13.5522146Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/confirm_on_quit.go' from root:root to runner:runner
2025-08-20T21:27:13.5522888Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/initial_open.go' from root:root to runner:runner
2025-08-20T21:27:13.5523969Z [00:02:34.295]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/disabled_keybindings.go' from root:root to runner:runner
2025-08-20T21:27:13.5524956Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/copy_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5526555Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/copy_confirmation_message_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5528023Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/recent_repos_on_launch.go' from root:root to runner:runner
2025-08-20T21:27:13.5529266Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc' from root:root to runner:runner
2025-08-20T21:27:13.5530813Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/nuke_working_tree.go' from root:root to runner:runner
2025-08-20T21:27:13.5532420Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/cherry_pick.go' from root:root to runner:runner
2025-08-20T21:27:13.5533750Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/stage_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5534699Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/rebase_onto.go' from root:root to runner:runner
2025-08-20T21:27:13.5535452Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/filter.go' from root:root to runner:runner
2025-08-20T21:27:13.5536815Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/interactive_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5538132Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5539469Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/commit_graph.go' from root:root to runner:runner
2025-08-20T21:27:13.5541279Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/commit_and_push.go' from root:root to runner:runner
2025-08-20T21:27:13.5542621Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/undo.go' from root:root to runner:runner
2025-08-20T21:27:13.5544110Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/bisect.go' from root:root to runner:runner
2025-08-20T21:27:13.5545488Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/custom_patch.go' from root:root to runner:runner
2025-08-20T21:27:13.5547014Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/worktree_create_from_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5548487Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/diff_commits.go' from root:root to runner:runner
2025-08-20T21:27:13.5549876Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/amend_old_commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5551439Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/custom_command.go' from root:root to runner:runner
2025-08-20T21:27:13.5552707Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo' from root:root to runner:runner
2025-08-20T21:27:13.5554344Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/diff_change_screen_mode.go' from root:root to runner:runner
2025-08-20T21:27:13.5555846Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/discard_all_changes.go' from root:root to runner:runner
2025-08-20T21:27:13.5557305Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/diff_context_change.go' from root:root to runner:runner
2025-08-20T21:27:13.5558704Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_hunks.go' from root:root to runner:runner
2025-08-20T21:27:13.5560144Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_ranges.go' from root:root to runner:runner
2025-08-20T21:27:13.5561783Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5563171Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/search.go' from root:root to runner:runner
2025-08-20T21:27:13.5564450Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging' from root:root to runner:runner
2025-08-20T21:27:13.5566021Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/undo_choose_hunk.go' from root:root to runner:runner
2025-08-20T21:27:13.5567500Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_externally.go' from root:root to runner:runner
2025-08-20T21:27:13.5569185Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_non_textual_conflicts.go' from root:root to runner:runner
2025-08-20T21:27:13.5570559Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/filter.go' from root:root to runner:runner
2025-08-20T21:27:13.5572430Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_without_trailing_lf.go' from root:root to runner:runner
2025-08-20T21:27:13.5574081Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_no_auto_stage.go' from root:root to runner:runner
2025-08-20T21:27:13.5575615Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_multiple_files.go' from root:root to runner:runner
2025-08-20T21:27:13.5576916Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts' from root:root to runner:runner
2025-08-20T21:27:13.5578390Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go' from root:root to runner:runner
2025-08-20T21:27:13.5580045Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5581806Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_merge.go' from root:root to runner:runner
2025-08-20T21:27:13.5583324Z [00:02:34.296]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5584790Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick.go' from root:root to runner:runner
2025-08-20T21:27:13.5586130Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick' from root:root to runner:runner
2025-08-20T21:27:13.5587697Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/rename_similarity_threshold_change.go' from root:root to runner:runner
2025-08-20T21:27:13.5589028Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff.go' from root:root to runner:runner
2025-08-20T21:27:13.5590436Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/ignore_whitespace.go' from root:root to runner:runner
2025-08-20T21:27:13.5592295Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/copy_to_clipboard.go' from root:root to runner:runner
2025-08-20T21:27:13.5593906Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_and_apply_patch.go' from root:root to runner:runner
2025-08-20T21:27:13.5595278Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_commits.go' from root:root to runner:runner
2025-08-20T21:27:13.5596713Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_non_sticky_range.go' from root:root to runner:runner
2025-08-20T21:27:13.5598117Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff' from root:root to runner:runner
2025-08-20T21:27:13.5599422Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tests.go' from root:root to runner:runner
2025-08-20T21:27:13.5601189Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/keep_same_commit_selected_on_exit.go' from root:root to runner:runner
2025-08-20T21:27:13.5602586Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/cli_arg.go' from root:root to runner:runner
2025-08-20T21:27:13.5604177Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/select_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5605008Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5605869Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/reword_commit_in_filtering_mode.go' from root:root to runner:runner
2025-08-20T21:27:13.5606705Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/drop_commit_in_filtering_mode.go' from root:root to runner:runner
2025-08-20T21:27:13.5607477Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/type_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5608306Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/show_diffs_for_renamed_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5609169Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path' from root:root to runner:runner
2025-08-20T21:27:13.5609830Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests' from root:root to runner:runner
2025-08-20T21:27:13.5610672Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/search_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5611733Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/confirmation_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5612475Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/file_system.go' from root:root to runner:runner
2025-08-20T21:27:13.5613288Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/commit_description_panel_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5614006Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/views.go' from root:root to runner:runner
2025-08-20T21:27:13.5614790Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/env.go' from root:root to runner:runner
2025-08-20T21:27:13.5615810Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/int_matcher.go' from root:root to runner:runner
2025-08-20T21:27:13.5616593Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/alert_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5617831Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/shell.go' from root:root to runner:runner
2025-08-20T21:27:13.5619349Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/paths.go' from root:root to runner:runner
2025-08-20T21:27:13.5620803Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/assertion_helper.go' from root:root to runner:runner
2025-08-20T21:27:13.5622384Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/prompt_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5623706Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/matcher.go' from root:root to runner:runner
2025-08-20T21:27:13.5625018Z [00:02:34.297]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/common.go' from root:root to runner:runner
2025-08-20T21:27:13.5626349Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5627097Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/random.go' from root:root to runner:runner
2025-08-20T21:27:13.5627911Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/commit_message_panel_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5629327Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/text_matcher.go' from root:root to runner:runner
2025-08-20T21:27:13.5630781Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test.go' from root:root to runner:runner
2025-08-20T21:27:13.5632299Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/view_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5633602Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/git.go' from root:root to runner:runner
2025-08-20T21:27:13.5635040Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/popup.go' from root:root to runner:runner
2025-08-20T21:27:13.5636563Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/menu_driver.go' from root:root to runner:runner
2025-08-20T21:27:13.5652218Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5653692Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/runner.go' from root:root to runner:runner
2025-08-20T21:27:13.5655029Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components' from root:root to runner:runner
2025-08-20T21:27:13.5656500Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/types/types.go' from root:root to runner:runner
2025-08-20T21:27:13.5657769Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/types' from root:root to runner:runner
2025-08-20T21:27:13.5659049Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/cli.go' from root:root to runner:runner
2025-08-20T21:27:13.5660347Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/tui.go' from root:root to runner:runner
2025-08-20T21:27:13.5661947Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/injector/main.go' from root:root to runner:runner
2025-08-20T21:27:13.5663307Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/injector' from root:root to runner:runner
2025-08-20T21:27:13.5664665Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/go_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5665917Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients' from root:root to runner:runner
2025-08-20T21:27:13.5667108Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration' from root:root to runner:runner
2025-08-20T21:27:13.5668639Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/fake_git_config.go' from root:root to runner:runner
2025-08-20T21:27:13.5670070Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/get_key.go' from root:root to runner:runner
2025-08-20T21:27:13.5671594Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/cached_git_config.go' from root:root to runner:runner
2025-08-20T21:27:13.5673036Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/cached_git_config_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5674307Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config' from root:root to runner:runner
2025-08-20T21:27:13.5675693Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/parse.go' from root:root to runner:runner
2025-08-20T21:27:13.5677024Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/format.go' from root:root to runner:runner
2025-08-20T21:27:13.5678373Z [00:02:34.298]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_builder.go' from root:root to runner:runner
2025-08-20T21:27:13.5679639Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/hunk.go' from root:root to runner:runner
2025-08-20T21:27:13.5681273Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/transform.go' from root:root to runner:runner
2025-08-20T21:27:13.5682703Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5684045Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_line.go' from root:root to runner:runner
2025-08-20T21:27:13.5685349Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.5686569Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch' from root:root to runner:runner
2025-08-20T21:27:13.5687867Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_cmd_obj_builder.go' from root:root to runner:runner
2025-08-20T21:27:13.5689075Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git.go' from root:root to runner:runner
2025-08-20T21:27:13.5690347Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_cmd_obj_runner.go' from root:root to runner:runner
2025-08-20T21:27:13.5691828Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5693286Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/stash_entry.go' from root:root to runner:runner
2025-08-20T21:27:13.5694676Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/commit_file.go' from root:root to runner:runner
2025-08-20T21:27:13.5695939Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/remote_branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5696694Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5697411Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/author.go' from root:root to runner:runner
2025-08-20T21:27:13.5698239Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/submodule_config.go' from root:root to runner:runner
2025-08-20T21:27:13.5698920Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5699604Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/remote.go' from root:root to runner:runner
2025-08-20T21:27:13.5700278Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/ref.go' from root:root to runner:runner
2025-08-20T21:27:13.5701444Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/file.go' from root:root to runner:runner
2025-08-20T21:27:13.5702193Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5702929Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/working_tree_state.go' from root:root to runner:runner
2025-08-20T21:27:13.5703580Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models' from root:root to runner:runner
2025-08-20T21:27:13.5704296Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/version.go' from root:root to runner:runner
2025-08-20T21:27:13.5704998Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit.go' from root:root to runner:runner
2025-08-20T21:27:13.5705778Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/reflog_commit_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5706470Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash.go' from root:root to runner:runner
2025-08-20T21:27:13.5707456Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/custom.go' from root:root to runner:runner
2025-08-20T21:27:13.5708335Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5709763Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5711275Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/config.go' from root:root to runner:runner
2025-08-20T21:27:13.5712636Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5714107Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/bisect_info.go' from root:root to runner:runner
2025-08-20T21:27:13.5715516Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5716920Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/git_command_builder_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5718194Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree.go' from root:root to runner:runner
2025-08-20T21:27:13.5719304Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/flow_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5720091Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/reflog_commit_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5721565Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5722892Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/deps_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5724285Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_file_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5725777Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/remote_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5727158Z [00:02:34.299]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/working_tree_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5728574Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5730087Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5731623Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/sync.go' from root:root to runner:runner
2025-08-20T21:27:13.5733152Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_file_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5734486Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5735811Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/version_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5737221Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/common.go' from root:root to runner:runner
2025-08-20T21:27:13.5738604Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5739971Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5741539Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/submodule.go' from root:root to runner:runner
2025-08-20T21:27:13.5743085Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/git_command_builder.go' from root:root to runner:runner
2025-08-20T21:27:13.5744411Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/diff.go' from root:root to runner:runner
2025-08-20T21:27:13.5745822Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_loader_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5747145Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/blame.go' from root:root to runner:runner
2025-08-20T21:27:13.5748509Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5750016Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/repo_paths_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5751563Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/flow.go' from root:root to runner:runner
2025-08-20T21:27:13.5752857Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag.go' from root:root to runner:runner
2025-08-20T21:27:13.5754402Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5755723Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/remote.go' from root:root to runner:runner
2025-08-20T21:27:13.5757121Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/working_tree.go' from root:root to runner:runner
2025-08-20T21:27:13.5758461Z [00:02:34.300]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/bisect.go' from root:root to runner:runner
2025-08-20T21:27:13.5759771Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/status.go' from root:root to runner:runner
2025-08-20T21:27:13.5761488Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file.go' from root:root to runner:runner
2025-08-20T21:27:13.5762830Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5764179Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/main_branches.go' from root:root to runner:runner
2025-08-20T21:27:13.5765496Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/rebase.go' from root:root to runner:runner
2025-08-20T21:27:13.5766858Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5768305Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loading_shared.go' from root:root to runner:runner
2025-08-20T21:27:13.5769669Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/rebase_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5771224Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch.go' from root:root to runner:runner
2025-08-20T21:27:13.5772579Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/sync_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5773922Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/patch.go' from root:root to runner:runner
2025-08-20T21:27:13.5775455Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/repo_paths.go' from root:root to runner:runner
2025-08-20T21:27:13.5776868Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loader.go' from root:root to runner:runner
2025-08-20T21:27:13.5778123Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands' from root:root to runner:runner
2025-08-20T21:27:13.5779547Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os.go' from root:root to runner:runner
2025-08-20T21:27:13.5781118Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner.go' from root:root to runner:runner
2025-08-20T21:27:13.5782553Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_builder.go' from root:root to runner:runner
2025-08-20T21:27:13.5783870Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/gui_io.go' from root:root to runner:runner
2025-08-20T21:27:13.5785420Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5786901Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_windows_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5788269Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5789209Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5789979Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.5790764Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_default_platform.go' from root:root to runner:runner
2025-08-20T21:27:13.5791755Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_default_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5792539Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_default.go' from root:root to runner:runner
2025-08-20T21:27:13.5793255Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj.go' from root:root to runner:runner
2025-08-20T21:27:13.5794157Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/dummies.go' from root:root to runner:runner
2025-08-20T21:27:13.5794995Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/copy.go' from root:root to runner:runner
2025-08-20T21:27:13.5795752Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_windows.go' from root:root to runner:runner
2025-08-20T21:27:13.5796505Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/fake_cmd_obj_runner.go' from root:root to runner:runner
2025-08-20T21:27:13.5797243Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands' from root:root to runner:runner
2025-08-20T21:27:13.5797996Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/hosting_service.go' from root:root to runner:runner
2025-08-20T21:27:13.5798738Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/definitions.go' from root:root to runner:runner
2025-08-20T21:27:13.5799507Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/hosting_service_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5800401Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service' from root:root to runner:runner
2025-08-20T21:27:13.5801838Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata/a_file' from root:root to runner:runner
2025-08-20T21:27:13.5803187Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata/a_dir/file' from root:root to runner:runner
2025-08-20T21:27:13.5804473Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata/a_dir' from root:root to runner:runner
2025-08-20T21:27:13.5805720Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata' from root:root to runner:runner
2025-08-20T21:27:13.5806876Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands' from root:root to runner:runner
2025-08-20T21:27:13.5808115Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/constants/links.go' from root:root to runner:runner
2025-08-20T21:27:13.5809234Z [00:02:34.301]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/constants' from root:root to runner:runner
2025-08-20T21:27:13.5810487Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generate_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5811673Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generate.go' from root:root to runner:runner
2025-08-20T21:27:13.5812390Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generator.go' from root:root to runner:runner
2025-08-20T21:27:13.5813415Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet' from root:root to runner:runner
2025-08-20T21:27:13.5814783Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/search_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5815980Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/date_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5817299Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/utils.go' from root:root to runner:runner
2025-08-20T21:27:13.5818705Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/history_buffer_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5819935Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/formatting.go' from root:root to runner:runner
2025-08-20T21:27:13.5821390Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/string_stack.go' from root:root to runner:runner
2025-08-20T21:27:13.5822644Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/slice_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5824128Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/rebase_todo_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5825414Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/history_buffer.go' from root:root to runner:runner
2025-08-20T21:27:13.5826783Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/color_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5828174Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/once_writer_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5829530Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils/yaml_utils_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5831123Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils/yaml_utils.go' from root:root to runner:runner
2025-08-20T21:27:13.5832355Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils' from root:root to runner:runner
2025-08-20T21:27:13.5833752Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/regexp.go' from root:root to runner:runner
2025-08-20T21:27:13.5835170Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/string_pool.go' from root:root to runner:runner
2025-08-20T21:27:13.5836382Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/slice.go' from root:root to runner:runner
2025-08-20T21:27:13.5837775Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/template_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5838947Z [00:02:34.302]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/io.go' from root:root to runner:runner
2025-08-20T21:27:13.5840413Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/rebase_todo.go' from root:root to runner:runner
2025-08-20T21:27:13.5841987Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/template.go' from root:root to runner:runner
2025-08-20T21:27:13.5843300Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/thread_safe_map_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5844481Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/dummies.go' from root:root to runner:runner
2025-08-20T21:27:13.5845848Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/search.go' from root:root to runner:runner
2025-08-20T21:27:13.5847272Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/thread_safe_map.go' from root:root to runner:runner
2025-08-20T21:27:13.5848640Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/utils_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5850231Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/once_writer.go' from root:root to runner:runner
2025-08-20T21:27:13.5851672Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/errors.go' from root:root to runner:runner
2025-08-20T21:27:13.5852925Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/lines_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5854116Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/date.go' from root:root to runner:runner
2025-08-20T21:27:13.5855474Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/lines.go' from root:root to runner:runner
2025-08-20T21:27:13.5856704Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/regexp_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5857850Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/color.go' from root:root to runner:runner
2025-08-20T21:27:13.5859060Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/io_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5860530Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/formatting_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5861996Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils' from root:root to runner:runner
2025-08-20T21:27:13.5863371Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/style.go' from root:root to runner:runner
2025-08-20T21:27:13.5864788Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/style_test.go' from root:root to runner:runner
2025-08-20T21:27:13.5865995Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/gocui.go' from root:root to runner:runner
2025-08-20T21:27:13.5867338Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/theme.go' from root:root to runner:runner
2025-08-20T21:27:13.5868465Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme' from root:root to runner:runner
2025-08-20T21:27:13.5869746Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:27:13.5871298Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/launch.json' from root:root to runner:runner
2025-08-20T21:27:13.5872574Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/debugger_config.yml' from root:root to runner:runner
2025-08-20T21:27:13.5874289Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/settings.json' from root:root to runner:runner
2025-08-20T21:27:13.5875527Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/tasks.json' from root:root to runner:runner
2025-08-20T21:27:13.5876806Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode' from root:root to runner:runner
2025-08-20T21:27:13.5877998Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO' from root:root to runner:runner
2025-08-20T21:27:13.5879004Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G' from root:root to runner:runner
2025-08-20T21:27:13.5879919Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:27:13.5881257Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:27:13.5882257Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:27:13.5883166Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/lazygit' from runner:docker to runner:runner
2025-08-20T21:27:13.5883684Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:27:13.5884150Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:27:13.5884768Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.version' from runner:docker to runner:runner
2025-08-20T21:27:13.5885422Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:27:13.5885900Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit' from runner:docker to runner:runner
2025-08-20T21:27:13.5886410Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.version' from runner:docker to runner:runner
2025-08-20T21:27:13.5886835Z [00:02:34.303]➜  changed ownership of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:27:13.5887535Z [00:02:34.313]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5888166Z [00:02:34.321]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5888940Z [00:02:34.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/VISION.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5889546Z [00:02:34.335]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5890180Z [00:02:34.342]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Undoing.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5891066Z [00:02:34.349]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5891884Z [00:02:34.357]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Config.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5892652Z [00:02:34.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Custom_Command_Keybindings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5893377Z [00:02:34.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ko.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5894113Z [00:02:34.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Custom_Keybindings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5895002Z [00:02:34.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_zh-TW.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5896254Z [00:02:34.391]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_pt.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5897927Z [00:02:34.399]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ru.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5899307Z [00:02:34.406]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_pl.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5900794Z [00:02:34.413]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_zh-CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5902423Z [00:02:34.420]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_ja.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5903722Z [00:02:34.427]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_nl.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5905016Z [00:02:34.434]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/keybindings/Keybindings_en.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5906514Z [00:02:34.441]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Stacked_Branches.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5907384Z [00:02:34.449]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Searching.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5908053Z [00:02:34.456]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Range_Select.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5908809Z [00:02:34.463]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Fixup_Commits.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5909984Z [00:02:34.470]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/Custom_Pagers.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5911843Z [00:02:34.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Integration_Tests.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5913155Z [00:02:34.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Demo_Recordings.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5914458Z [00:02:34.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5915682Z [00:02:34.501]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Profiling.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5917102Z [00:02:34.508]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Find_Base_Commit_For_Fixup_Design.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5918383Z [00:02:34.515]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Codebase_Guide.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5919559Z [00:02:34.522]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/docs/dev/Busy.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5920741Z [00:02:34.529]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/CODE-OF-CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5922319Z [00:02:34.535]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5923533Z [00:02:34.542]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/golangci-lint-shim.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5925217Z [00:02:34.549]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/check_filenames.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5926268Z [00:02:34.556]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bisect.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5927584Z [00:02:34.563]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/check_for_fixups.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5928986Z [00:02:34.570]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/run_integration_tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5930149Z [00:02:34.577]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_lazycore.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5931515Z [00:02:34.584]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_modules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5932627Z [00:02:34.591]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/bump_gocui.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5933978Z [00:02:34.600]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/update_language_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5935283Z [00:02:34.610]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/scripts/record_demo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5936779Z [00:02:34.619]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.devcontainer/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5938404Z [00:02:34.628]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5939679Z [00:02:34.638]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/integration_test/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.5982126Z [00:02:34.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/cmd/i18n/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6056210Z [00:02:34.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6129644Z [00:02:34.661]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks/socks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6200771Z [00:02:34.668]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/internal/socks/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6280725Z [00:02:34.676]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/dial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6352707Z [00:02:34.683]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6424888Z [00:02:34.690]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/direct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6494423Z [00:02:34.697]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/per_host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6564121Z [00:02:34.704]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/proxy/socks5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6635132Z [00:02:34.711]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6708771Z [00:02:34.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/context/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6779946Z [00:02:34.726]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/net/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6852112Z [00:02:34.733]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6921619Z [00:02:34.740]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.6996457Z [00:02:34.747]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7091052Z [00:02:34.757]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7164446Z [00:02:34.764]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7233928Z [00:02:34.771]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7302131Z [00:02:34.778]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/codereview.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7369015Z [00:02:34.785]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7438047Z [00:02:34.792]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7508952Z [00:02:34.799]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7576719Z [00:02:34.806]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7646755Z [00:02:34.813]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/term_unix_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7715532Z [00:02:34.819]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/term/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7797559Z [00:02:34.828]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/security_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7869473Z [00:02:34.835]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/race0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.7937849Z [00:02:34.842]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8005586Z [00:02:34.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/syscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8074001Z [00:02:34.855]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mkknownfolderids.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8143341Z [00:02:34.862]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8211972Z [00:02:34.869]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/exec_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8280755Z [00:02:34.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8348605Z [00:02:34.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8416426Z [00:02:34.889]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8485148Z [00:02:34.896]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/dll_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8554988Z [00:02:34.903]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8624798Z [00:02:34.910]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8695293Z [00:02:34.917]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/str.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8766993Z [00:02:34.924]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/setupapi_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8842136Z [00:02:34.932]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8914279Z [00:02:34.939]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/eventlog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.8984959Z [00:02:34.946]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9057832Z [00:02:34.954]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/syscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9129282Z [00:02:34.961]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/mkerrors.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9203117Z [00:02:34.968]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/env_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9275207Z [00:02:34.975]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/zerrors_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9347557Z [00:02:34.982]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/types_windows_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9418342Z [00:02:34.990]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/aliases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9496108Z [00:02:34.997]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/windows/memory_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9572489Z [00:02:35.005]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9646773Z [00:02:35.012]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_wasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9718792Z [00:02:35.020]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9792533Z [00:02:35.027]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9863420Z [00:02:35.034]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:13.9934641Z [00:02:35.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0006250Z [00:02:35.048]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0077302Z [00:02:35.056]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0148139Z [00:02:35.063]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0217943Z [00:02:35.070]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_x86.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0287809Z [00:02:35.077]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0357303Z [00:02:35.084]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0426578Z [00:02:35.090]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0495698Z [00:02:35.097]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_mipsx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0563075Z [00:02:35.104]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0630727Z [00:02:35.111]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0699421Z [00:02:35.118]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0768153Z [00:02:35.125]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0837393Z [00:02:35.132]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/runtime_auxv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0907616Z [00:02:35.139]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_mips64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.0976441Z [00:02:35.145]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1045939Z [00:02:35.152]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1114074Z [00:02:35.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1183596Z [00:02:35.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1253285Z [00:02:35.173]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_aix_gccgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1322424Z [00:02:35.180]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1393946Z [00:02:35.187]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_darwin_x86_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1463471Z [00:02:35.194]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_loong64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1532090Z [00:02:35.201]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_darwin_x86.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1602832Z [00:02:35.208]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/syscall_aix_ppc64_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1674166Z [00:02:35.215]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1745487Z [00:02:35.222]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/asm_darwin_x86_gc.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1817593Z [00:02:35.230]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/byteorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1887836Z [00:02:35.237]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.1959213Z [00:02:35.244]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_x86.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2030565Z [00:02:35.251]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2100273Z [00:02:35.258]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_zos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2169647Z [00:02:35.265]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2238907Z [00:02:35.272]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_aix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2308409Z [00:02:35.279]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/hwcap_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2377988Z [00:02:35.286]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2446726Z [00:02:35.292]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_x86.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2515168Z [00:02:35.299]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2584360Z [00:02:35.306]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2653459Z [00:02:35.313]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2726081Z [00:02:35.320]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2799987Z [00:02:35.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2873698Z [00:02:35.335]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.2948037Z [00:02:35.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/proc_cpuinfo_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3019719Z [00:02:35.350]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3095100Z [00:02:35.357]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3165187Z [00:02:35.364]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3236685Z [00:02:35.371]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/endian_big.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3312249Z [00:02:35.379]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_other_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3386129Z [00:02:35.386]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3459344Z [00:02:35.394]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/endian_little.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3531633Z [00:02:35.401]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3604603Z [00:02:35.408]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3675943Z [00:02:35.415]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs_go118.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3747445Z [00:02:35.423]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs_go119.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3818095Z [00:02:35.430]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/execabs/execabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3892632Z [00:02:35.437]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.3960822Z [00:02:35.444]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4034747Z [00:02:35.451]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4106152Z [00:02:35.458]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4178979Z [00:02:35.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4252237Z [00:02:35.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4322891Z [00:02:35.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4393256Z [00:02:35.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4464595Z [00:02:35.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4536718Z [00:02:35.501]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_zos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4605727Z [00:02:35.508]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4675307Z [00:02:35.515]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4746628Z [00:02:35.522]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4819301Z [00:02:35.530]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/race0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4891414Z [00:02:35.537]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dirent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.4960800Z [00:02:35.544]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5029468Z [00:02:35.551]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/cap_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5101769Z [00:02:35.558]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5172446Z [00:02:35.565]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5241236Z [00:02:35.572]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_netbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5309624Z [00:02:35.579]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5378904Z [00:02:35.586]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5446690Z [00:02:35.592]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_unsigned.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5516267Z [00:02:35.599]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5584885Z [00:02:35.606]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5653203Z [00:02:35.613]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5722129Z [00:02:35.620]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5790532Z [00:02:35.627]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5858598Z [00:02:35.634]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5926324Z [00:02:35.640]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.5994661Z [00:02:35.647]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6062811Z [00:02:35.654]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6132897Z [00:02:35.661]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6201471Z [00:02:35.668]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6270090Z [00:02:35.675]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ptrace_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6337802Z [00:02:35.682]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6405275Z [00:02:35.688]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6472776Z [00:02:35.695]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6540320Z [00:02:35.702]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6609215Z [00:02:35.709]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6677707Z [00:02:35.716]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6749372Z [00:02:35.723]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/affinity_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6817852Z [00:02:35.730]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6887207Z [00:02:35.737]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.6955460Z [00:02:35.743]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7024621Z [00:02:35.750]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7092496Z [00:02:35.757]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7159369Z [00:02:35.764]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ifreq_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7226683Z [00:02:35.770]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7294713Z [00:02:35.777]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7362509Z [00:02:35.784]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/readdirent_getdents.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7430771Z [00:02:35.791]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7501296Z [00:02:35.798]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7571168Z [00:02:35.805]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7641286Z [00:02:35.812]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_386.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7710603Z [00:02:35.819]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7781136Z [00:02:35.826]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7851422Z [00:02:35.833]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7921755Z [00:02:35.840]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.7991004Z [00:02:35.847]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8059105Z [00:02:35.854]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8128319Z [00:02:35.861]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8197256Z [00:02:35.868]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8266743Z [00:02:35.874]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8335765Z [00:02:35.881]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8404676Z [00:02:35.888]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/auxv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8472544Z [00:02:35.895]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8540274Z [00:02:35.902]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8608089Z [00:02:35.909]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8676757Z [00:02:35.915]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8744894Z [00:02:35.922]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8814502Z [00:02:35.929]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8884505Z [00:02:35.936]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.8953215Z [00:02:35.943]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9022450Z [00:02:35.950]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_signed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9093723Z [00:02:35.957]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9163693Z [00:02:35.964]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9233213Z [00:02:35.971]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9301260Z [00:02:35.978]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9371120Z [00:02:35.985]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9437982Z [00:02:35.992]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9505956Z [00:02:35.998]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9574624Z [00:02:36.005]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9641764Z [00:02:36.012]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9708615Z [00:02:36.019]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9775762Z [00:02:36.025]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ioctl_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9844138Z [00:02:36.032]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_aix_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9912286Z [00:02:36.039]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:14.9980313Z [00:02:36.046]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0048820Z [00:02:36.053]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0117721Z [00:02:36.060]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0186232Z [00:02:36.066]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bluetooth_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0252651Z [00:02:36.073]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0321778Z [00:02:36.080]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0389857Z [00:02:36.087]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0459323Z [00:02:36.094]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0529647Z [00:02:36.101]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0597510Z [00:02:36.108]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0664082Z [00:02:36.114]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0734396Z [00:02:36.121]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0801560Z [00:02:36.128]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0868904Z [00:02:36.135]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.0935877Z [00:02:36.141]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1005521Z [00:02:36.148]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1077737Z [00:02:36.156]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1154186Z [00:02:36.163]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1224725Z [00:02:36.170]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1291764Z [00:02:36.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1359747Z [00:02:36.184]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1428381Z [00:02:36.191]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1496461Z [00:02:36.197]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1564673Z [00:02:36.204]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1632219Z [00:02:36.211]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_zos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1700381Z [00:02:36.218]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1771340Z [00:02:36.225]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1839438Z [00:02:36.232]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1906829Z [00:02:36.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.1974681Z [00:02:36.245]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2042552Z [00:02:36.252]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_hurd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2112501Z [00:02:36.259]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fdset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2179692Z [00:02:36.266]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2247149Z [00:02:36.273]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2317161Z [00:02:36.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2389303Z [00:02:36.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2458742Z [00:02:36.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2529163Z [00:02:36.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2598854Z [00:02:36.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2669228Z [00:02:36.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2737873Z [00:02:36.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2805845Z [00:02:36.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bpxsvc_zos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2873904Z [00:02:36.335]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.2942318Z [00:02:36.342]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/timestruct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3012255Z [00:02:36.349]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3083210Z [00:02:36.356]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3152010Z [00:02:36.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3221002Z [00:02:36.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3288187Z [00:02:36.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3356679Z [00:02:36.383]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3425256Z [00:02:36.390]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3494321Z [00:02:36.397]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3561515Z [00:02:36.404]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_illumos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3628991Z [00:02:36.411]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3696167Z [00:02:36.417]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3763513Z [00:02:36.424]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3832295Z [00:02:36.431]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3900670Z [00:02:36.438]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.3968404Z [00:02:36.445]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4036757Z [00:02:36.451]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4104872Z [00:02:36.458]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4172700Z [00:02:36.465]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4241992Z [00:02:36.472]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4311085Z [00:02:36.479]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4379809Z [00:02:36.486]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4448193Z [00:02:36.493]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4516199Z [00:02:36.499]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4585572Z [00:02:36.506]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4655354Z [00:02:36.513]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4723071Z [00:02:36.520]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4790696Z [00:02:36.527]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4858836Z [00:02:36.534]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4927925Z [00:02:36.541]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.4997686Z [00:02:36.548]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5066028Z [00:02:36.554]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5134680Z [00:02:36.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5202409Z [00:02:36.568]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/vgetrandom_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5271685Z [00:02:36.575]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mkall.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5340335Z [00:02:36.582]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5414161Z [00:02:36.589]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5485790Z [00:02:36.596]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5557285Z [00:02:36.604]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5628042Z [00:02:36.611]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5699688Z [00:02:36.618]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5769600Z [00:02:36.625]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5839312Z [00:02:36.632]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5910279Z [00:02:36.639]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.5978584Z [00:02:36.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6048700Z [00:02:36.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6118949Z [00:02:36.660]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6188344Z [00:02:36.667]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6259179Z [00:02:36.674]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6328163Z [00:02:36.681]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6397509Z [00:02:36.688]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6467600Z [00:02:36.695]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6543083Z [00:02:36.702]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mkerrors.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6616568Z [00:02:36.709]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6691474Z [00:02:36.717]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6761751Z [00:02:36.724]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_loong64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6831727Z [00:02:36.731]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6903346Z [00:02:36.738]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.6973945Z [00:02:36.745]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7043180Z [00:02:36.752]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7111658Z [00:02:36.759]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7181567Z [00:02:36.766]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7249437Z [00:02:36.773]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7317766Z [00:02:36.780]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7387954Z [00:02:36.787]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7458490Z [00:02:36.794]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7527240Z [00:02:36.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7596231Z [00:02:36.807]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7666445Z [00:02:36.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7736462Z [00:02:36.821]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7805409Z [00:02:36.828]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7874413Z [00:02:36.835]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.7943440Z [00:02:36.842]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mmap_nomremap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8012311Z [00:02:36.849]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8081606Z [00:02:36.856]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8150141Z [00:02:36.863]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8221707Z [00:02:36.870]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8289921Z [00:02:36.877]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8358442Z [00:02:36.884]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8427584Z [00:02:36.891]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8495916Z [00:02:36.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8565641Z [00:02:36.904]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ptrace_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8636054Z [00:02:36.911]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8704102Z [00:02:36.918]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/pagesize_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8772144Z [00:02:36.925]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8842664Z [00:02:36.932]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_dragonfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8910452Z [00:02:36.939]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.8978424Z [00:02:36.946]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9047434Z [00:02:36.953]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9116461Z [00:02:36.959]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9184785Z [00:02:36.966]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/xattr_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9252449Z [00:02:36.973]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9320177Z [00:02:36.980]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9387476Z [00:02:36.987]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9456003Z [00:02:36.993]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9525105Z [00:02:37.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9592832Z [00:02:37.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9661226Z [00:02:37.014]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9730040Z [00:02:37.021]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9797513Z [00:02:37.028]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9866183Z [00:02:37.034]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:15.9935419Z [00:02:37.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0004004Z [00:02:37.048]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/auxv_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0072683Z [00:02:37.055]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0141208Z [00:02:37.062]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0209044Z [00:02:37.069]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0277074Z [00:02:37.076]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0344615Z [00:02:37.082]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0413081Z [00:02:37.089]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0482415Z [00:02:37.096]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0550713Z [00:02:37.103]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0618419Z [00:02:37.110]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0687502Z [00:02:37.117]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0755283Z [00:02:37.123]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0824924Z [00:02:37.130]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0895654Z [00:02:37.137]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/unveil_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.0965196Z [00:02:37.144]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_hurd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1033508Z [00:02:37.151]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1103635Z [00:02:37.158]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_unix_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1172935Z [00:02:37.165]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1242040Z [00:02:37.172]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1309320Z [00:02:37.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1376632Z [00:02:37.185]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1445437Z [00:02:37.192]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1514712Z [00:02:37.199]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1582467Z [00:02:37.206]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1649737Z [00:02:37.213]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1717058Z [00:02:37.220]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/bpxsvc_zos.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1787709Z [00:02:37.227]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1854649Z [00:02:37.233]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1923426Z [00:02:37.240]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.1996042Z [00:02:37.247]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2069761Z [00:02:37.255]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2143496Z [00:02:37.262]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2215236Z [00:02:37.269]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2285708Z [00:02:37.276]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2357390Z [00:02:37.284]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2427287Z [00:02:37.291]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2497370Z [00:02:37.298]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2567519Z [00:02:37.305]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2637242Z [00:02:37.312]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2707352Z [00:02:37.319]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sysvshm_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2777165Z [00:02:37.325]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/aliases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2846675Z [00:02:37.332]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2916449Z [00:02:37.339]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.2988023Z [00:02:37.347]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_zos_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3059486Z [00:02:37.354]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/env_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3134184Z [00:02:37.361]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/fcntl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3206709Z [00:02:37.368]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3278202Z [00:02:37.376]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3353024Z [00:02:37.383]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3424958Z [00:02:37.390]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3498135Z [00:02:37.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/mremap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3573059Z [00:02:37.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3645684Z [00:02:37.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/gccgo_c.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3720129Z [00:02:37.420]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3797418Z [00:02:37.428]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3873809Z [00:02:37.435]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.3947954Z [00:02:37.443]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4020078Z [00:02:37.450]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/pledge_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4092119Z [00:02:37.457]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4164088Z [00:02:37.464]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_arm.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4235990Z [00:02:37.471]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4306779Z [00:02:37.478]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_bsd_386.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4379538Z [00:02:37.486]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_dragonfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4449867Z [00:02:37.493]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4519397Z [00:02:37.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4587997Z [00:02:37.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/endian_big.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4656960Z [00:02:37.513]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4726698Z [00:02:37.520]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4795135Z [00:02:37.527]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_linux_arm.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4862959Z [00:02:37.534]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4930389Z [00:02:37.541]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.4999198Z [00:02:37.548]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5066966Z [00:02:37.555]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5134686Z [00:02:37.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5201729Z [00:02:37.568]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5268928Z [00:02:37.575]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5336556Z [00:02:37.581]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5405121Z [00:02:37.588]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5475013Z [00:02:37.595]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/endian_little.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5544912Z [00:02:37.602]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5612097Z [00:02:37.609]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5680362Z [00:02:37.616]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5748887Z [00:02:37.623]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/dev_zos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5817309Z [00:02:37.630]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5886531Z [00:02:37.636]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.5955288Z [00:02:37.643]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6026526Z [00:02:37.650]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6095452Z [00:02:37.657]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6165667Z [00:02:37.664]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/race0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6237395Z [00:02:37.672]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6307043Z [00:02:37.679]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/syscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6377409Z [00:02:37.686]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/dir_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6450030Z [00:02:37.693]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6521258Z [00:02:37.700]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_386.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6594121Z [00:02:37.707]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6665477Z [00:02:37.714]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_arm.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6735369Z [00:02:37.721]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6806442Z [00:02:37.728]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/str.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6877673Z [00:02:37.736]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mkall.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.6947499Z [00:02:37.743]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mkerrors.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7018367Z [00:02:37.750]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7088710Z [00:02:37.757]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7160121Z [00:02:37.764]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/syscall_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7230058Z [00:02:37.771]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7300321Z [00:02:37.778]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/const_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7375021Z [00:02:37.785]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/asm.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7444413Z [00:02:37.792]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/errors_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7516501Z [00:02:37.799]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/env_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7588092Z [00:02:37.807]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sys/plan9/pwd_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7659071Z [00:02:37.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7728312Z [00:02:37.821]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7796480Z [00:02:37.827]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7866460Z [00:02:37.834]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.7934172Z [00:02:37.841]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8002075Z [00:02:37.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2b_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8070816Z [00:02:37.855]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8139465Z [00:02:37.862]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8210195Z [00:02:37.869]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8278981Z [00:02:37.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8347849Z [00:02:37.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/blowfish/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8416942Z [00:02:37.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8487344Z [00:02:37.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/alias/alias_purego.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8557669Z [00:02:37.904]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8626709Z [00:02:37.910]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8694445Z [00:02:37.917]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8762507Z [00:02:37.924]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8830142Z [00:02:37.931]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8898793Z [00:02:37.938]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.8967883Z [00:02:37.945]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9035561Z [00:02:37.951]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_loong64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9104576Z [00:02:37.958]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9174378Z [00:02:37.965]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9243010Z [00:02:37.972]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/hashes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9313515Z [00:02:37.979]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9381048Z [00:02:37.986]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9448818Z [00:02:37.993]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9517213Z [00:02:38.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/sha3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9584728Z [00:02:38.006]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/hashes_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9652732Z [00:02:38.013]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/shake_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9719514Z [00:02:38.020]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9787691Z [00:02:38.027]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/shake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9855687Z [00:02:38.033]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9923516Z [00:02:38.040]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:16.9990511Z [00:02:38.047]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/hkdf/hkdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0058453Z [00:02:38.054]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0126032Z [00:02:38.060]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0194154Z [00:02:38.067]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_ppc64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0261819Z [00:02:38.074]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0330220Z [00:02:38.081]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0398338Z [00:02:38.088]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0467244Z [00:02:38.095]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0536062Z [00:02:38.101]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0604746Z [00:02:38.108]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/chacha20/xor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0673776Z [00:02:38.115]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cast5/cast5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0741868Z [00:02:38.122]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0809305Z [00:02:38.129]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0877623Z [00:02:38.136]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.0946504Z [00:02:38.142]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/cryptobyte/builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1015725Z [00:02:38.149]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/messages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1083412Z [00:02:38.156]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/kex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1152789Z [00:02:38.163]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1221205Z [00:02:38.170]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1289430Z [00:02:38.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/certs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1358360Z [00:02:38.184]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1427399Z [00:02:38.191]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1496646Z [00:02:38.197]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/mac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1565400Z [00:02:38.204]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/channel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1635948Z [00:02:38.211]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1705737Z [00:02:38.218]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1776629Z [00:02:38.225]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/handshake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1846631Z [00:02:38.232]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1914359Z [00:02:38.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/forward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.1983433Z [00:02:38.246]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2051743Z [00:02:38.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/agent/keyring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2120592Z [00:02:38.260]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2189590Z [00:02:38.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/tcpip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2257391Z [00:02:38.274]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2325170Z [00:02:38.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2394340Z [00:02:38.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/client_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2463869Z [00:02:38.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/ssh_gss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2531815Z [00:02:38.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2604466Z [00:02:38.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2674899Z [00:02:38.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2744725Z [00:02:38.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/connection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2813814Z [00:02:38.329]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/ssh/streamlocal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2885919Z [00:02:38.336]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.2956732Z [00:02:38.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3027709Z [00:02:38.351]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3099972Z [00:02:38.358]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3171119Z [00:02:38.365]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3243746Z [00:02:38.372]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/blamka_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3314569Z [00:02:38.379]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/argon2/argon2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3387562Z [00:02:38.387]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/crypto/curve25519/curve25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3458706Z [00:02:38.394]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes/runes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3529983Z [00:02:38.401]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/runes/cond.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3603075Z [00:02:38.408]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/transform/transform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3674820Z [00:02:38.415]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3746795Z [00:02:38.422]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier/mib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3818531Z [00:02:38.430]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3889358Z [00:02:38.437]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/encoding/encoding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.3958479Z [00:02:38.444]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4027886Z [00:02:38.451]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4096198Z [00:02:38.457]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4167217Z [00:02:38.465]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/input.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4236122Z [00:02:38.471]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/forminfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4304750Z [00:02:38.478]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/trie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4372347Z [00:02:38.485]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4440120Z [00:02:38.492]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4508613Z [00:02:38.499]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4576652Z [00:02:38.505]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/normalize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4644902Z [00:02:38.512]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4712969Z [00:02:38.519]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4779693Z [00:02:38.526]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/transform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4847491Z [00:02:38.533]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/readwriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4914603Z [00:02:38.539]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/text/unicode/norm/composition.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.4982274Z [00:02:38.546]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5049325Z [00:02:38.553]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5117760Z [00:02:38.560]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/sync/errgroup/errgroup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5185745Z [00:02:38.566]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/slices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5252982Z [00:02:38.573]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5319954Z [00:02:38.580]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/zsortordered.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5386169Z [00:02:38.586]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/cmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5454230Z [00:02:38.593]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/slices/zsortanyfunc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5522148Z [00:02:38.600]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5591441Z [00:02:38.607]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/constraints/constraints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5659428Z [00:02:38.614]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/golang.org/x/exp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5728352Z [00:02:38.621]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5795358Z [00:02:38.627]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5862964Z [00:02:38.634]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5930196Z [00:02:38.641]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.5997582Z [00:02:38.648]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6065777Z [00:02:38.654]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.deepsource.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6134012Z [00:02:38.661]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/mergo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6201580Z [00:02:38.668]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6269106Z [00:02:38.675]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6336524Z [00:02:38.681]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6405078Z [00:02:38.688]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6472376Z [00:02:38.695]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/dario.cat/mergo/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6540457Z [00:02:38.702]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/patricia.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6608873Z [00:02:38.709]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/patricia/children.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6678191Z [00:02:38.716]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6747391Z [00:02:38.723]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/ozeidan/fuzzy-patricia.v3/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6817422Z [00:02:38.730]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/parserc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6885785Z [00:02:38.736]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/scannerc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.6956378Z [00:02:38.743]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/sorter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7026216Z [00:02:38.750]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yamlprivateh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7095605Z [00:02:38.757]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/writerc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7163968Z [00:02:38.764]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7232216Z [00:02:38.771]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7300441Z [00:02:38.778]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/apic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7369043Z [00:02:38.785]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yamlh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7437315Z [00:02:38.792]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7505395Z [00:02:38.798]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/resolve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7576106Z [00:02:38.805]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7644661Z [00:02:38.812]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7712137Z [00:02:38.819]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/readerc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7781248Z [00:02:38.826]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/emitterc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7848647Z [00:02:38.833]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/yaml.v3/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7917605Z [00:02:38.840]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/warnings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.7985402Z [00:02:38.846]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8052494Z [00:02:38.853]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/gopkg.in/warnings.v0/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8120538Z [00:02:38.860]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/modules.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8190021Z [00:02:38.867]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8258216Z [00:02:38.874]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/forward_assertions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8327039Z [00:02:38.881]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/http_assertions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8394878Z [00:02:38.887]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8462944Z [00:02:38.894]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8530728Z [00:02:38.901]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8598822Z [00:02:38.908]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8665862Z [00:02:38.914]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_forward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8734603Z [00:02:38.921]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_compare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8801827Z [00:02:38.928]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8870368Z [00:02:38.935]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_fail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.8938363Z [00:02:38.942]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_custom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9007145Z [00:02:38.949]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/yaml/yaml_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9076215Z [00:02:38.955]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9144033Z [00:02:38.962]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stretchr/testify/assert/assertion_order.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9211934Z [00:02:38.969]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9279323Z [00:02:38.976]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/unquote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9347588Z [00:02:38.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9415947Z [00:02:38.989]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9483835Z [00:02:38.996]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kr/logfmt/Readme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9552784Z [00:02:39.003]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/deadlock_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9620363Z [00:02:39.010]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/trylock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9688870Z [00:02:39.017]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/stacktraces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9756784Z [00:02:39.023]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9825278Z [00:02:39.030]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9892997Z [00:02:39.037]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:17.9961201Z [00:02:39.044]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/Readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0027919Z [00:02:39.051]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sasha-s/go-deadlock/deadlock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0095266Z [00:02:39.057]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0162376Z [00:02:39.064]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0229844Z [00:02:39.071]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0298424Z [00:02:39.078]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/fatih/color/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0368199Z [00:02:39.085]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/docker_compose_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0436443Z [00:02:39.091]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0503296Z [00:02:39.098]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0571167Z [00:02:39.105]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0638391Z [00:02:39.112]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/json_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0705047Z [00:02:39.118]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0771924Z [00:02:39.125]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0839124Z [00:02:39.132]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/logfmt_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0906935Z [00:02:39.139]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.0974003Z [00:02:39.145]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/aybabtme/humanlog/time_parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1043373Z [00:02:39.152]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/lstater.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1112353Z [00:02:39.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1181211Z [00:02:39.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/internal/common/adapters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1248543Z [00:02:39.173]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/os.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1315542Z [00:02:39.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1384672Z [00:02:39.186]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1452722Z [00:02:39.193]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1521919Z [00:02:39.200]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/symlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1589996Z [00:02:39.207]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/const_bsds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1659743Z [00:02:39.214]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/readonlyfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1729116Z [00:02:39.221]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/memmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1799312Z [00:02:39.228]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1868021Z [00:02:39.235]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/httpFs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.1936425Z [00:02:39.241]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/copyOnWriteFs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2007216Z [00:02:39.249]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2076909Z [00:02:39.255]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2147680Z [00:02:39.263]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/mem/dirmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2217136Z [00:02:39.270]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2287036Z [00:02:39.277]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/iofs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2356712Z [00:02:39.283]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/ioutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2426096Z [00:02:39.290]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/cacheOnReadFs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2495665Z [00:02:39.297]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/regexpfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2564139Z [00:02:39.304]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/unionFile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2633303Z [00:02:39.311]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2703109Z [00:02:39.318]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/afero.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2771968Z [00:02:39.325]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/basepath.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2840676Z [00:02:39.332]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spf13/afero/const_win_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2909393Z [00:02:39.339]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.2977902Z [00:02:39.346]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/spew.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3046211Z [00:02:39.352]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/bypass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3117623Z [00:02:39.360]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3189601Z [00:02:39.367]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3257287Z [00:02:39.374]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3326293Z [00:02:39.380]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3395234Z [00:02:39.387]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/spew/dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3463109Z [00:02:39.394]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/davecgh/go-spew/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3532893Z [00:02:39.401]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3601275Z [00:02:39.408]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3670587Z [00:02:39.415]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3739081Z [00:02:39.422]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3808802Z [00:02:39.429]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3877380Z [00:02:39.436]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.3946482Z [00:02:39.442]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4015332Z [00:02:39.449]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hsluv-snapshot-rev4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4083580Z [00:02:39.456]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/happy_palettegen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4151304Z [00:02:39.463]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hsluv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4220002Z [00:02:39.470]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4287881Z [00:02:39.477]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/warm_palettegen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4356672Z [00:02:39.483]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/colorgens.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4426211Z [00:02:39.490]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/hexcolor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4494928Z [00:02:39.497]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4562520Z [00:02:39.504]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/soft_palettegen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4631073Z [00:02:39.511]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4699670Z [00:02:39.518]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/lucasb-eyer/go-colorful/colors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4768169Z [00:02:39.525]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4836438Z [00:02:39.531]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4904580Z [00:02:39.538]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.4972215Z [00:02:39.545]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/orderedmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5040620Z [00:02:39.552]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5108986Z [00:02:39.559]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5178370Z [00:02:39.566]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5248704Z [00:02:39.573]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5316126Z [00:02:39.579]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/wk8/go-ordered-map/v2/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5384247Z [00:02:39.586]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5452344Z [00:02:39.593]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5520093Z [00:02:39.600]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5588147Z [00:02:39.607]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5655412Z [00:02:39.613]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5722331Z [00:02:39.620]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5789555Z [00:02:39.627]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/openat_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5857495Z [00:02:39.634]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5925331Z [00:02:39.640]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.5993105Z [00:02:39.647]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/vfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6060776Z [00:02:39.654]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/join.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6128755Z [00:02:39.661]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6196423Z [00:02:39.667]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6263835Z [00:02:39.674]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6331101Z [00:02:39.681]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6399503Z [00:02:39.688]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6467831Z [00:02:39.695]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cyphar/filepath-securejoin/open_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6537626Z [00:02:39.702]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_others.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6606172Z [00:02:39.708]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6677501Z [00:02:39.716]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6747922Z [00:02:39.723]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/go.test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6817524Z [00:02:39.730]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6886896Z [00:02:39.737]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.6956920Z [00:02:39.744]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7025328Z [00:02:39.750]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7094181Z [00:02:39.757]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_tcgets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7162959Z [00:02:39.764]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-isatty/isatty_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7231972Z [00:02:39.771]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7301896Z [00:02:39.778]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/go.test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7371478Z [00:02:39.785]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7440790Z [00:02:39.792]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_others.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7509045Z [00:02:39.799]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/noncolorable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7577578Z [00:02:39.806]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7645102Z [00:02:39.812]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-colorable/colorable_appengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7713865Z [00:02:39.819]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7783043Z [00:02:39.826]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7851849Z [00:02:39.833]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7921684Z [00:02:39.840]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.7990606Z [00:02:39.847]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8059230Z [00:02:39.854]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8128589Z [00:02:39.861]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8196769Z [00:02:39.868]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mattn/go-runewidth/runewidth_posix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8265692Z [00:02:39.874]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8333485Z [00:02:39.881]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8401568Z [00:02:39.888]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/emoji_codemap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8468498Z [00:02:39.895]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/emoji.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8536512Z [00:02:39.901]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8605363Z [00:02:39.908]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kyokomi/emoji/v2/wercker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8673267Z [00:02:39.915]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8741091Z [00:02:39.922]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/nothing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8807586Z [00:02:39.929]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/any_of.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8875037Z [00:02:39.935]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/row.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.8944149Z [00:02:39.942]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/suffix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9012361Z [00:02:39.949]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix_any.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9079303Z [00:02:39.956]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/contains.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9147617Z [00:02:39.963]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/max.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9214961Z [00:02:39.969]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/btree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9281433Z [00:02:39.976]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/super.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9348110Z [00:02:39.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9414322Z [00:02:39.989]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/single.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9480360Z [00:02:39.996]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/every_of.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9547645Z [00:02:40.003]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9613157Z [00:02:40.009]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9679040Z [00:02:40.016]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/prefix_suffix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9746980Z [00:02:40.023]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9815776Z [00:02:40.029]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/min.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9882697Z [00:02:40.036]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/suffix_any.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:18.9950342Z [00:02:40.043]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/segments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0020544Z [00:02:40.050]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0087839Z [00:02:40.057]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/match/any.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0157519Z [00:02:40.064]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/compiler/compiler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0225389Z [00:02:40.070]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/glob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0293647Z [00:02:40.077]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0363677Z [00:02:40.084]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/bench.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0430605Z [00:02:40.091]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0499532Z [00:02:40.098]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0567297Z [00:02:40.105]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0634121Z [00:02:40.111]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/ast/ast.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0701623Z [00:02:40.118]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer/lexer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0769356Z [00:02:40.125]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/lexer/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0836468Z [00:02:40.131]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/syntax/syntax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0903391Z [00:02:40.138]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/runes/runes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.0971920Z [00:02:40.145]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gobwas/glob/util/strings/strings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1041170Z [00:02:40.152]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Gopkg.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1108538Z [00:02:40.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1176059Z [00:02:40.165]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1242882Z [00:02:40.172]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1308491Z [00:02:40.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1375483Z [00:02:40.185]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/fuzzy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1441943Z [00:02:40.192]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1509054Z [00:02:40.199]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/Gopkg.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1575744Z [00:02:40.205]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1642036Z [00:02:40.212]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sahilm/fuzzy/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1709309Z [00:02:40.219]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1777683Z [00:02:40.226]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1844791Z [00:02:40.232]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1913522Z [00:02:40.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/print.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.1982236Z [00:02:40.246]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/pointers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2050048Z [00:02:40.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2118787Z [00:02:40.260]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2187489Z [00:02:40.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2258108Z [00:02:40.274]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sanity-io/litter/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2329145Z [00:02:40.281]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2397208Z [00:02:40.288]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2466167Z [00:02:40.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2535905Z [00:02:40.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/test_crosscompile.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2605423Z [00:02:40.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2675223Z [00:02:40.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2744136Z [00:02:40.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2811772Z [00:02:40.329]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2883215Z [00:02:40.336]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.2951998Z [00:02:40.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_dragonfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3020370Z [00:02:40.350]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3088515Z [00:02:40.357]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3158835Z [00:02:40.364]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/mktypes.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3226406Z [00:02:40.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3293492Z [00:02:40.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3363174Z [00:02:40.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3432609Z [00:02:40.391]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3502201Z [00:02:40.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3570659Z [00:02:40.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3639295Z [00:02:40.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3707496Z [00:02:40.419]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3776425Z [00:02:40.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_dragonfly_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3844056Z [00:02:40.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ioctl_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3911069Z [00:02:40.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.3979152Z [00:02:40.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/pty_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4048189Z [00:02:40.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/Dockerfile.riscv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4116916Z [00:02:40.460]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4185056Z [00:02:40.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_riscvx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4253129Z [00:02:40.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4319804Z [00:02:40.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/util_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4387537Z [00:02:40.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_ppc64le.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4455637Z [00:02:40.493]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_openbsd_32bit_int.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4522366Z [00:02:40.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_ppc64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4589481Z [00:02:40.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_freebsd_arm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4657660Z [00:02:40.514]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/creack/pty/ztypes_mipsx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4727647Z [00:02:40.521]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/keccakf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4794413Z [00:02:40.527]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/hashes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4860604Z [00:02:40.534]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor_unaligned.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4927272Z [00:02:40.541]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.4993882Z [00:02:40.547]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/sha3_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5061087Z [00:02:40.554]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/sha3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5127890Z [00:02:40.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5196429Z [00:02:40.567]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/rc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5265931Z [00:02:40.574]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/shake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5336021Z [00:02:40.581]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/sha3/xor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5405068Z [00:02:40.588]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/internal/conv/conv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5474499Z [00:02:40.595]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5543469Z [00:02:40.602]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5611734Z [00:02:40.609]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5678582Z [00:02:40.616]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5746136Z [00:02:40.622]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5813561Z [00:02:40.629]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5882388Z [00:02:40.636]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.5951168Z [00:02:40.643]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6018598Z [00:02:40.650]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x25519/curve_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6085663Z [00:02:40.656]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6152532Z [00:02:40.663]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6219758Z [00:02:40.670]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6288436Z [00:02:40.677]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6357603Z [00:02:40.684]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6425756Z [00:02:40.690]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6493026Z [00:02:40.697]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6560732Z [00:02:40.704]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6628617Z [00:02:40.711]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/dh/x448/curve_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6697144Z [00:02:40.718]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/integer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6765912Z [00:02:40.724]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6834592Z [00:02:40.731]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fuzzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6902774Z [00:02:40.738]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.6971685Z [00:02:40.745]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7039109Z [00:02:40.752]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7107139Z [00:02:40.759]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7174862Z [00:02:40.765]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp448/fp_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7245741Z [00:02:40.772]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/wnaf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7316125Z [00:02:40.779]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7384527Z [00:02:40.786]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7452348Z [00:02:40.793]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7519935Z [00:02:40.800]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7587049Z [00:02:40.807]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7655984Z [00:02:40.813]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/fp25519/fp_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7723956Z [00:02:40.820]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset/power.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7790828Z [00:02:40.827]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/mlsbset/mlsbset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7861584Z [00:02:40.834]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/math/primes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7929116Z [00:02:40.841]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448/ed448.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.7997079Z [00:02:40.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed448/signapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8064989Z [00:02:40.854]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/ed25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8133085Z [00:02:40.861]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/modular.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8200692Z [00:02:40.868]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/mult.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8270615Z [00:02:40.875]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/pubkey112.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8343991Z [00:02:40.882]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/tables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8412497Z [00:02:40.889]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/point.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8480186Z [00:02:40.896]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/pubkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8547172Z [00:02:40.903]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/ed25519/signapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8616187Z [00:02:40.909]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/sign/sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8681930Z [00:02:40.916]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8751165Z [00:02:40.923]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twist_basemult.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8818124Z [00:02:40.930]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twistPoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8885012Z [00:02:40.936]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.8951751Z [00:02:40.943]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/isogeny.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9017856Z [00:02:40.950]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/curve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9083821Z [00:02:40.956]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9151426Z [00:02:40.963]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9219080Z [00:02:40.970]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/twistTables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9285457Z [00:02:40.976]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/cloudflare/circl/ecc/goldilocks/point.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9352247Z [00:02:40.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9420365Z [00:02:40.990]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9487371Z [00:02:40.997]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9556253Z [00:02:41.003]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9622874Z [00:02:41.010]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9689885Z [00:02:41.017]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/ubc/ubc_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9757772Z [00:02:41.024]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/internal/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9824448Z [00:02:41.030]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/detection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9890774Z [00:02:41.037]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:19.9958558Z [00:02:41.044]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0025358Z [00:02:41.050]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0092211Z [00:02:41.057]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0159860Z [00:02:41.064]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Dockerfile.arm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0226446Z [00:02:41.070]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0294138Z [00:02:41.077]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0361933Z [00:02:41.084]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/sha1cdblock_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0428976Z [00:02:41.091]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0495643Z [00:02:41.097]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pjbgf/sha1cd/Dockerfile.arm64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0563501Z [00:02:41.104]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/reparse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0631984Z [00:02:41.111]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0699107Z [00:02:41.118]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/sd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0766578Z [00:02:41.124]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0834227Z [00:02:41.131]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0901339Z [00:02:41.138]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/syscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.0969184Z [00:02:41.145]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1036284Z [00:02:41.151]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/socket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1105041Z [00:02:41.158]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/socket/rawaddr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1172391Z [00:02:41.165]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1239485Z [00:02:41.172]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1307798Z [00:02:41.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1375246Z [00:02:41.185]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/fs/security.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1443123Z [00:02:41.192]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/internal/stringbuffer/wstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1510330Z [00:02:41.199]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1578339Z [00:02:41.206]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1647872Z [00:02:41.213]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/privilege.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1715497Z [00:02:41.219]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1783047Z [00:02:41.226]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1852446Z [00:02:41.233]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/hvsock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1919789Z [00:02:41.240]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/fileinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.1988468Z [00:02:41.247]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2056513Z [00:02:41.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2124062Z [00:02:41.260]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2191829Z [00:02:41.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/ea.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2260016Z [00:02:41.274]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2328003Z [00:02:41.281]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2398090Z [00:02:41.288]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2465329Z [00:02:41.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2533186Z [00:02:41.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/guid_nonwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2601518Z [00:02:41.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/Microsoft/go-winio/pkg/guid/variant_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2670350Z [00:02:41.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2738540Z [00:02:41.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2806785Z [00:02:41.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2875152Z [00:02:41.335]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_a.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.2943607Z [00:02:41.342]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3010498Z [00:02:41.349]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/ocb/random_vectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3078496Z [00:02:41.356]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3150252Z [00:02:41.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/eax_test_vectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3221358Z [00:02:41.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3288558Z [00:02:41.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/eax/eax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3357048Z [00:02:41.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3426745Z [00:02:41.390]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x25519/x25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3495048Z [00:02:41.397]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed448/ed448.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3563620Z [00:02:41.404]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3630653Z [00:02:41.411]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3698994Z [00:02:41.418]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/aead.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3766618Z [00:02:41.424]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/oid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3831968Z [00:02:41.431]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/mpi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3898857Z [00:02:41.438]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/encoding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.3967222Z [00:02:41.445]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4033381Z [00:02:41.451]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/ed448.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4100181Z [00:02:41.458]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/x448.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4167161Z [00:02:41.465]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve_info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4232912Z [00:02:41.471]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curves.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4299579Z [00:02:41.478]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4368221Z [00:02:41.485]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4434416Z [00:02:41.491]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4502361Z [00:02:41.498]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4570151Z [00:02:41.505]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/read_write_test_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4637553Z [00:02:41.512]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/key_generation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4712699Z [00:02:41.518]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4772164Z [00:02:41.525]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4839632Z [00:02:41.532]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4908552Z [00:02:41.539]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.4975966Z [00:02:41.545]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5042983Z [00:02:41.552]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/x448/x448.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5111739Z [00:02:41.559]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ed25519/ed25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5178913Z [00:02:41.566]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_aead.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5246624Z [00:02:41.572]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5314486Z [00:02:41.579]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/one_pass_signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5381771Z [00:02:41.586]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/literal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5450323Z [00:02:41.593]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config_v5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5516909Z [00:02:41.599]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_crypter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5583771Z [00:02:41.606]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5650561Z [00:02:41.613]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key_test_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5717168Z [00:02:41.620]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5784627Z [00:02:41.626]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/notation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5850282Z [00:02:41.633]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5917492Z [00:02:41.640]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_encrypted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.5985072Z [00:02:41.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/padding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6051811Z [00:02:41.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userattribute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6118210Z [00:02:41.660]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetric_key_encrypted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6185411Z [00:02:41.666]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6253509Z [00:02:41.673]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/opaque.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6321360Z [00:02:41.680]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6390313Z [00:02:41.687]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted_mdc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6460150Z [00:02:41.694]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/encrypted_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6529101Z [00:02:41.701]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/ocfb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6596581Z [00:02:41.707]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6664822Z [00:02:41.714]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/marker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6732490Z [00:02:41.721]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6803762Z [00:02:41.728]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6871878Z [00:02:41.735]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/compressed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.6939726Z [00:02:41.742]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet_sequence.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7006897Z [00:02:41.748]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key_test_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7074925Z [00:02:41.755]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7141602Z [00:02:41.762]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/recipient.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7208818Z [00:02:41.769]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor/armor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7276700Z [00:02:41.775]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/armor/encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7344153Z [00:02:41.782]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/canonical_text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7412050Z [00:02:41.789]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7480333Z [00:02:41.796]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7549958Z [00:02:41.803]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal/elgamal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7618706Z [00:02:41.810]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap/keywrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7688277Z [00:02:41.817]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/ecdh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7756471Z [00:02:41.823]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/eddsa/eddsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7824511Z [00:02:41.830]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/openpgp/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7894396Z [00:02:41.837]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.7964545Z [00:02:41.844]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/brainpool/brainpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8034834Z [00:02:41.851]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8103097Z [00:02:41.858]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/ProtonMail/go-crypto/CONTRIBUTORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8173319Z [00:02:41.865]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8243445Z [00:02:41.872]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8312081Z [00:02:41.879]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/bahlo/generic-list-go/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8380646Z [00:02:41.886]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/comment_extractor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8450103Z [00:02:41.893]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8518639Z [00:02:41.900]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8587237Z [00:02:41.907]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8656302Z [00:02:41.913]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8724185Z [00:02:41.920]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8791335Z [00:02:41.927]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8861364Z [00:02:41.934]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/karimkhaleel/jsonschema/reflect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.8933445Z [00:02:41.941]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/iterator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9005771Z [00:02:41.948]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/containers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9078995Z [00:02:41.956]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/enumerable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9148750Z [00:02:41.963]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/containers/serialization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9219120Z [00:02:41.970]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/iterator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9289557Z [00:02:41.977]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/binaryheap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9364171Z [00:02:41.984]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/binaryheap/serialization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9434302Z [00:02:41.991]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/trees/trees.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9503859Z [00:02:41.998]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/iterator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9573681Z [00:02:42.005]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/enumerable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9640495Z [00:02:42.012]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/serialization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9708886Z [00:02:42.019]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/arraylist/arraylist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9777657Z [00:02:42.026]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/lists/lists.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9850088Z [00:02:42.033]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9921787Z [00:02:42.040]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/comparator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:20.9990195Z [00:02:42.047]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0057834Z [00:02:42.054]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/emirpasic/gods/utils/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0126537Z [00:02:42.060]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0193822Z [00:02:42.067]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0261735Z [00:02:42.074]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/jsonstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0331278Z [00:02:42.081]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0400780Z [00:02:42.088]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0474052Z [00:02:42.095]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0544784Z [00:02:42.102]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0613577Z [00:02:42.109]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0681609Z [00:02:42.116]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-logfmt/logfmt/encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0751935Z [00:02:42.123]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/io/ctxio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0821342Z [00:02:42.130]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jbenet/go-context/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0889901Z [00:02:42.137]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.0959801Z [00:02:42.144]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1031918Z [00:02:42.151]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1103568Z [00:02:42.158]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1179418Z [00:02:42.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1253907Z [00:02:42.173]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1322976Z [00:02:42.180]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1391322Z [00:02:42.187]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/atotto/clipboard/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1464743Z [00:02:42.194]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/lru/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1541201Z [00:02:42.202]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/golang/groupcache/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1615026Z [00:02:42.209]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1688986Z [00:02:42.217]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1759616Z [00:02:42.224]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1832320Z [00:02:42.231]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_chroot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1900212Z [00:02:42.238]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_bound.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.1967501Z [00:02:42.245]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_posix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2034962Z [00:02:42.251]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2103241Z [00:02:42.258]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2169449Z [00:02:42.265]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_wasip1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2236862Z [00:02:42.272]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/osfs/os_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2304647Z [00:02:42.278]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2372618Z [00:02:42.285]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2447051Z [00:02:42.292]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/polyfill/polyfill.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2524886Z [00:02:42.300]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/helper/chroot/chroot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2602217Z [00:02:42.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2675314Z [00:02:42.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2746619Z [00:02:42.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/memfs/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2816436Z [00:02:42.329]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/memfs/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2886229Z [00:02:42.336]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/glob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.2956016Z [00:02:42.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3024491Z [00:02:42.350]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/go-billy/v5/util/walk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3093759Z [00:02:42.357]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3164843Z [00:02:42.364]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3233755Z [00:02:42.371]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3300321Z [00:02:42.378]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3368714Z [00:02:42.385]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3437959Z [00:02:42.392]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/scanner/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3505576Z [00:02:42.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/serialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3574029Z [00:02:42.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/position.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3641384Z [00:02:42.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/token/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3709439Z [00:02:42.419]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3777956Z [00:02:42.426]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3847262Z [00:02:42.433]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3915228Z [00:02:42.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.3983496Z [00:02:42.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/int.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4050987Z [00:02:42.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/enum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4118248Z [00:02:42.460]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/types/bool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4187150Z [00:02:42.467]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4254825Z [00:02:42.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-git/gcfg/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4322817Z [00:02:42.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/jwriter/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4389644Z [00:02:42.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4459466Z [00:02:42.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mailru/easyjson/buffer/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4527694Z [00:02:42.501]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4596395Z [00:02:42.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4665378Z [00:02:42.514]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4733934Z [00:02:42.521]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/mathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4802803Z [00:02:42.528]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/operation_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4870510Z [00:02:42.535]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.4938653Z [00:02:42.542]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5006904Z [00:02:42.549]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5075835Z [00:02:42.555]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5145471Z [00:02:42.562]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sergi/go-diff/CONTRIBUTORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5214008Z [00:02:42.569]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5283082Z [00:02:42.576]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5351366Z [00:02:42.583]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5419353Z [00:02:42.590]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/stefanhaller/git-todo-parser/todo/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5488937Z [00:02:42.597]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5556993Z [00:02:42.604]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5625672Z [00:02:42.610]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/lexer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5695061Z [00:02:42.617]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5763131Z [00:02:42.624]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/AUTHORS.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5832312Z [00:02:42.631]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5901291Z [00:02:42.638]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.5968644Z [00:02:42.645]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6035711Z [00:02:42.651]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6103496Z [00:02:42.658]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/position.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6172195Z [00:02:42.665]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6240721Z [00:02:42.672]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6308118Z [00:02:42.679]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/.mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6377623Z [00:02:42.686]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kevinburke/ssh_config/validators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6445794Z [00:02:42.692]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/word.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6513781Z [00:02:42.699]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/step.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6581554Z [00:02:42.706]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/properties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6648579Z [00:02:42.713]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6716312Z [00:02:42.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/graphemeproperties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6786669Z [00:02:42.726]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/wordrules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6858882Z [00:02:42.734]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.6929563Z [00:02:42.741]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/width.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7000735Z [00:02:42.748]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/lineproperties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7071742Z [00:02:42.755]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/wordproperties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7139557Z [00:02:42.762]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentence.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7207840Z [00:02:42.769]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7275227Z [00:02:42.775]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/grapheme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7342371Z [00:02:42.782]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentenceproperties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7409779Z [00:02:42.789]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/gen_properties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7477635Z [00:02:42.796]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/gen_breaktest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7546678Z [00:02:42.802]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/eastasianwidth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7614231Z [00:02:42.809]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/graphemerules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7681762Z [00:02:42.816]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/sentencerules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7750202Z [00:02:42.823]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/emojipresentation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7818639Z [00:02:42.830]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7885976Z [00:02:42.836]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/rivo/uniseg/linerules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.7956569Z [00:02:42.843]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8025581Z [00:02:42.850]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8095322Z [00:02:42.857]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8166179Z [00:02:42.864]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/positionalValue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8234420Z [00:02:42.871]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/argumentParser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8302716Z [00:02:42.878]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8372222Z [00:02:42.885]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8440557Z [00:02:42.892]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8507956Z [00:02:42.899]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8575748Z [00:02:42.905]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8644652Z [00:02:42.912]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8711494Z [00:02:42.919]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/parsedValue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8778873Z [00:02:42.926]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/subCommand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8847502Z [00:02:42.933]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/integrii/flaggy/helpValues.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8916794Z [00:02:42.939]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.8985400Z [00:02:42.946]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9056149Z [00:02:42.953]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9125819Z [00:02:42.960]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9195820Z [00:02:42.967]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9265264Z [00:02:42.974]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/escape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9334169Z [00:02:42.981]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9404403Z [00:02:42.988]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/oss-fuzz-build.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9474527Z [00:02:42.995]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes_safe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9542511Z [00:02:43.002]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9611419Z [00:02:43.009]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9679673Z [00:02:43.016]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9747831Z [00:02:43.023]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/buger/jsonparser/bytes_unsafe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9816398Z [00:02:43.029]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9884953Z [00:02:43.036]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:21.9952505Z [00:02:43.043]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/CREDITS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0019883Z [00:02:43.050]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0087452Z [00:02:43.057]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0156443Z [00:02:43.063]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/funcsPZ.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0223826Z [00:02:43.070]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0290430Z [00:02:43.077]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mgutz/str/funcsAO.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0361318Z [00:02:43.084]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0428721Z [00:02:43.091]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/boxlayout/boxlayout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0497193Z [00:02:43.098]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/lazycore/pkg/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0567136Z [00:02:43.105]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/gitignore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0635219Z [00:02:43.111]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/testgitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0701986Z [00:02:43.118]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/minimal/gitignore/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0769439Z [00:02:43.125]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/orderedset/orderedset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0838505Z [00:02:43.132]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0906647Z [00:02:43.138]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/maps/maps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.0976447Z [00:02:43.145]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/generics/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1047458Z [00:02:43.153]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1115923Z [00:02:43.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/url/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1185702Z [00:02:43.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/path_util/path_util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1254127Z [00:02:43.173]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1322873Z [00:02:43.180]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1391993Z [00:02:43.187]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/internal/revision/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1460151Z [00:02:43.194]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/COMPATIBILITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1528209Z [00:02:43.201]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1598441Z [00:02:43.208]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1666838Z [00:02:43.215]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1735667Z [00:02:43.221]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/EXTENDING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1806998Z [00:02:43.229]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1874933Z [00:02:43.235]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.1943415Z [00:02:43.242]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/object_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2011784Z [00:02:43.249]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2081710Z [00:02:43.256]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2149946Z [00:02:43.263]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/modules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2217650Z [00:02:43.270]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/refspec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2286218Z [00:02:43.276]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/config/branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2354024Z [00:02:43.283]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2421509Z [00:02:43.290]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/repository.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2489761Z [00:02:43.297]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/submodule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2557372Z [00:02:43.304]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2626005Z [00:02:43.310]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/prune.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2695050Z [00:02:43.317]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/oss-fuzz.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2763322Z [00:02:43.324]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2830749Z [00:02:43.331]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2898597Z [00:02:43.338]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.2966096Z [00:02:43.344]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3035403Z [00:02:43.351]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3104275Z [00:02:43.358]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3175630Z [00:02:43.365]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/writers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3245118Z [00:02:43.372]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3313717Z [00:02:43.379]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/repository_filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3382930Z [00:02:43.386]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3455487Z [00:02:43.393]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/dotgit/dotgit_setref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3526222Z [00:02:43.400]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/deltaobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3598263Z [00:02:43.408]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3669767Z [00:02:43.415]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3740284Z [00:02:43.422]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3810093Z [00:02:43.429]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3879922Z [00:02:43.436]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.3948600Z [00:02:43.443]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/module.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4018491Z [00:02:43.450]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/memory/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4088592Z [00:02:43.457]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/storage/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4159225Z [00:02:43.464]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4229776Z [00:02:43.471]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/blame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4300718Z [00:02:43.478]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4371810Z [00:02:43.485]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_unix_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4441963Z [00:02:43.492]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4511369Z [00:02:43.499]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4579291Z [00:02:43.506]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4647862Z [00:02:43.513]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4715226Z [00:02:43.519]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/worktree_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4783717Z [00:02:43.526]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4852325Z [00:02:43.533]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/binary/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4922201Z [00:02:43.540]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/ioutil/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.4990156Z [00:02:43.547]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/trace/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5060695Z [00:02:43.554]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/filesystem/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5128223Z [00:02:43.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/iter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5197696Z [00:02:43.568]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5266596Z [00:02:43.574]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/noder/noder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5334231Z [00:02:43.581]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/internal/frame/frame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5402868Z [00:02:43.588]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5470619Z [00:02:43.595]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5539060Z [00:02:43.602]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/doubleiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5607924Z [00:02:43.609]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5675579Z [00:02:43.615]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/merkletrie/index/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5743661Z [00:02:43.622]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/zlib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5812807Z [00:02:43.629]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5881256Z [00:02:43.636]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/sync/bufio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.5950350Z [00:02:43.643]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/utils/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6018642Z [00:02:43.650]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6087357Z [00:02:43.657]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6157122Z [00:02:43.664]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6225125Z [00:02:43.670]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6292699Z [00:02:43.677]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/difftree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6362305Z [00:02:43.684]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_limit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6431725Z [00:02:43.691]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6500301Z [00:02:43.698]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/merge_base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6569340Z [00:02:43.705]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6637842Z [00:02:43.712]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/treenoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6705982Z [00:02:43.718]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6774310Z [00:02:43.725]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change_adaptor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6845178Z [00:02:43.732]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6913544Z [00:02:43.739]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.6982388Z [00:02:43.746]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7049717Z [00:02:43.753]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7117417Z [00:02:43.760]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_ctime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7187353Z [00:02:43.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7254678Z [00:02:43.773]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7323487Z [00:02:43.780]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7392342Z [00:02:43.787]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7461813Z [00:02:43.794]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object/commit_walker_bfs_filtered.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7529811Z [00:02:43.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7599543Z [00:02:43.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7667120Z [00:02:43.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7736621Z [00:02:43.821]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/internal/common/mocks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7805252Z [00:02:43.828]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/git/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7874644Z [00:02:43.835]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.7941721Z [00:02:43.842]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8011201Z [00:02:43.849]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8079755Z [00:02:43.856]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8148747Z [00:02:43.863]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/auth_method.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8216669Z [00:02:43.869]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8285770Z [00:02:43.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8354453Z [00:02:43.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/file/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8423261Z [00:02:43.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/upload_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8491375Z [00:02:43.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8560232Z [00:02:43.904]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/receive_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8628980Z [00:02:43.911]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/transport/http/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8698005Z [00:02:43.918]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist/revlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8766271Z [00:02:43.924]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/revision.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8833765Z [00:02:43.931]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8902349Z [00:02:43.938]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/patch_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.8971296Z [00:02:43.945]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/object_pack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9041486Z [00:02:43.952]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9108738Z [00:02:43.959]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9177435Z [00:02:43.966]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9245480Z [00:02:43.972]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9314338Z [00:02:43.979]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9383222Z [00:02:43.986]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/diff_delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9451744Z [00:02:43.993]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9519400Z [00:02:44.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9587600Z [00:02:44.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/fsobject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9655948Z [00:02:44.013]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/packfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9724012Z [00:02:44.020]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/delta_selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9791681Z [00:02:44.027]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9859573Z [00:02:44.034]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9927181Z [00:02:44.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/pattern.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:22.9995442Z [00:02:44.047]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0062457Z [00:02:44.054]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0131226Z [00:02:44.061]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0200023Z [00:02:44.068]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0269293Z [00:02:44.075]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0338774Z [00:02:44.082]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0408107Z [00:02:44.089]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/section.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0476405Z [00:02:44.095]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/config/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0544660Z [00:02:44.102]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0612561Z [00:02:44.109]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0680281Z [00:02:44.116]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/pktline/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0748057Z [00:02:44.123]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0816642Z [00:02:44.129]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0885232Z [00:02:44.136]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/objfile/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.0953530Z [00:02:44.143]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1022265Z [00:02:44.150]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1090511Z [00:02:44.157]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1159442Z [00:02:44.164]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1228186Z [00:02:44.171]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/idxfile/idxfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1297280Z [00:02:44.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/unified_encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1365096Z [00:02:44.184]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/colorconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1434099Z [00:02:44.191]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/diff/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1501815Z [00:02:44.198]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1569770Z [00:02:44.205]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/encoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1638570Z [00:02:44.212]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1707144Z [00:02:44.219]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1776019Z [00:02:44.225]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/index/decoder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1847216Z [00:02:44.233]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1914843Z [00:02:44.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.1983531Z [00:02:44.246]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2052158Z [00:02:44.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2120562Z [00:02:44.260]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2189198Z [00:02:44.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2257743Z [00:02:44.274]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/demux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2328342Z [00:02:44.281]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/sideband/muxer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2397598Z [00:02:44.288]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2466349Z [00:02:44.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2535103Z [00:02:44.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2604114Z [00:02:44.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/report_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2672644Z [00:02:44.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2743042Z [00:02:44.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackresp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2811084Z [00:02:44.329]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/srvresp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2879508Z [00:02:44.336]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.2948999Z [00:02:44.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/ulreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3017382Z [00:02:44.350]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/shallowupd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3085685Z [00:02:44.356]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/updreq_decode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3155347Z [00:02:44.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/gitproto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3225523Z [00:02:44.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/capability.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3293935Z [00:02:44.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/capability/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3362771Z [00:02:44.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/advrefs_encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3432229Z [00:02:44.391]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/protocol/packp/uppackreq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3502455Z [00:02:44.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3571012Z [00:02:44.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/buffer_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3639136Z [00:02:44.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/cache/object_lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3707481Z [00:02:44.419]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/color/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3776484Z [00:02:44.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3845401Z [00:02:44.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3913714Z [00:02:44.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash_sha256.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.3983837Z [00:02:44.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/hash/hash_sha1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4052613Z [00:02:44.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4120784Z [00:02:44.460]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4190253Z [00:02:44.467]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/filemode/filemode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4259874Z [00:02:44.474]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4327562Z [00:02:44.481]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/storer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4396359Z [00:02:44.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/shallow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4465409Z [00:02:44.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4534018Z [00:02:44.501]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4602367Z [00:02:44.508]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/go-git/v5/plumbing/storer/object.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4671602Z [00:02:44.515]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4740171Z [00:02:44.522]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/scrollbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4808489Z [00:02:44.529]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4876956Z [00:02:44.536]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/keybinding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.4945655Z [00:02:44.542]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5015947Z [00:02:44.549]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5085058Z [00:02:44.556]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/tcell_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5153853Z [00:02:44.563]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/text_area.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5223045Z [00:02:44.570]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5290801Z [00:02:44.577]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/attribute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5359290Z [00:02:44.584]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/escape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5428651Z [00:02:44.591]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/task_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5497240Z [00:02:44.598]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5565646Z [00:02:44.604]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5634404Z [00:02:44.611]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5703168Z [00:02:44.618]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CHANGES_tcell.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5772335Z [00:02:44.625]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui_others.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5841274Z [00:02:44.632]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5908988Z [00:02:44.639]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.5986346Z [00:02:44.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6054780Z [00:02:44.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/gui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6122482Z [00:02:44.660]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/jesseduffield/gocui/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6193195Z [00:02:44.667]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6259576Z [00:02:44.674]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6327662Z [00:02:44.681]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6396362Z [00:02:44.687]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/internal/pathutil/pathutil_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6464274Z [00:02:44.694]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6532409Z [00:02:44.701]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6599620Z [00:02:44.708]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6668069Z [00:02:44.715]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6736105Z [00:02:44.721]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6804463Z [00:02:44.728]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6872580Z [00:02:44.735]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/xdg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.6940315Z [00:02:44.742]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7007208Z [00:02:44.749]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7074175Z [00:02:44.755]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/user_dirs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7142327Z [00:02:44.762]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/paths_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7209955Z [00:02:44.769]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/base_dirs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7277772Z [00:02:44.776]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/adrg/xdg/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7345742Z [00:02:44.782]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/stackframe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7412616Z [00:02:44.789]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7480150Z [00:02:44.796]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/parse_panic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7547984Z [00:02:44.803]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/join_unwrap_1_20.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7615675Z [00:02:44.809]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/LICENSE.MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7683584Z [00:02:44.816]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7749820Z [00:02:44.823]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error_backward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7819634Z [00:02:44.830]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/join_unwrap_backward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7888359Z [00:02:44.837]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.7956860Z [00:02:44.843]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/go-errors/errors/error_1_13.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8025357Z [00:02:44.850]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8093125Z [00:02:44.857]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/latin1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8162127Z [00:02:44.864]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8229819Z [00:02:44.871]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/ascii.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8297869Z [00:02:44.878]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8365434Z [00:02:44.884]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/charmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8433652Z [00:02:44.891]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/latin5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8502261Z [00:02:44.898]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/ebcdic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8569949Z [00:02:44.905]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8638946Z [00:02:44.912]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8707102Z [00:02:44.918]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8774650Z [00:02:44.925]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/encoding/.appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8842836Z [00:02:44.932]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/attr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8911129Z [00:02:44.939]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.8980182Z [00:02:44.946]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9048018Z [00:02:44.953]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/UKRAINE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9116293Z [00:02:44.959]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/mouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9183548Z [00:02:44.966]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/console_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9251775Z [00:02:44.973]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9318740Z [00:02:44.980]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9386900Z [00:02:44.987]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9455353Z [00:02:44.993]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/wscreen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9522717Z [00:02:45.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9591145Z [00:02:45.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9659987Z [00:02:45.014]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/README-wasm.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9727330Z [00:02:45.021]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/paste.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9794586Z [00:02:45.027]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_dynamic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9862820Z [00:02:45.034]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/console_win.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9929715Z [00:02:45.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:23.9997839Z [00:02:45.048]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/cell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0065628Z [00:02:45.054]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0133039Z [00:02:45.061]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/focus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0203140Z [00:02:45.068]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/runes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0271312Z [00:02:45.075]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0340114Z [00:02:45.082]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0407996Z [00:02:45.089]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0475415Z [00:02:45.095]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/charset_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0542963Z [00:02:45.102]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/colorfit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0611695Z [00:02:45.109]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tty_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0681523Z [00:02:45.116]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/TUTORIAL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0748651Z [00:02:45.123]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/CHANGESv2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0815838Z [00:02:45.129]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terms_static.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0882919Z [00:02:45.136]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.0952378Z [00:02:45.143]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1021392Z [00:02:45.150]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1090002Z [00:02:45.157]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1157928Z [00:02:45.164]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1225158Z [00:02:45.170]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1292899Z [00:02:45.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1361588Z [00:02:45.184]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1430242Z [00:02:45.191]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1498441Z [00:02:45.198]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1567267Z [00:02:45.205]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1635801Z [00:02:45.211]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/gen.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1702999Z [00:02:45.218]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1772448Z [00:02:45.225]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1842252Z [00:02:45.232]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1911538Z [00:02:45.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.1980363Z [00:02:45.246]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2048222Z [00:02:45.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2116252Z [00:02:45.259]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2184374Z [00:02:45.266]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/direct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2252493Z [00:02:45.273]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2321329Z [00:02:45.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/f/foot/foot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2388869Z [00:02:45.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/TERMINALS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2458187Z [00:02:45.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2527561Z [00:02:45.301]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2596671Z [00:02:45.307]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2665908Z [00:02:45.314]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/models.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2735373Z [00:02:45.321]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2804737Z [00:02:45.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2872391Z [00:02:45.335]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.2942529Z [00:02:45.342]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3010776Z [00:02:45.349]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3078884Z [00:02:45.356]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3147880Z [00:02:45.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3219184Z [00:02:45.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3287698Z [00:02:45.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3357239Z [00:02:45.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3426511Z [00:02:45.390]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3494361Z [00:02:45.397]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3562406Z [00:02:45.404]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3631137Z [00:02:45.411]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/direct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3699485Z [00:02:45.418]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3767718Z [00:02:45.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3837037Z [00:02:45.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3906178Z [00:02:45.438]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.3973942Z [00:02:45.445]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/interrupt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4041327Z [00:02:45.452]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/encoding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4109010Z [00:02:45.459]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tscreen_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4177267Z [00:02:45.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/stdin_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4245715Z [00:02:45.472]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4314127Z [00:02:45.479]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4382788Z [00:02:45.486]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/simulation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4451896Z [00:02:45.493]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4519352Z [00:02:45.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/nonblock_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4587000Z [00:02:45.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4655336Z [00:02:45.513]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4723459Z [00:02:45.520]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4790821Z [00:02:45.527]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4859317Z [00:02:45.534]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/resize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4926787Z [00:02:45.540]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gdamore/tcell/v2/tty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.4995681Z [00:02:45.547]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib/difflib/difflib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5063281Z [00:02:45.554]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/pmezard/go-difflib/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5131160Z [00:02:45.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/sshagent_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5198899Z [00:02:45.568]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5266895Z [00:02:45.575]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5335890Z [00:02:45.581]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/pageant_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5404019Z [00:02:45.588]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/sshagent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5471793Z [00:02:45.595]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xanzy/ssh-agent/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5543032Z [00:02:45.602]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5612342Z [00:02:45.609]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5680430Z [00:02:45.616]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_go18.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5748187Z [00:02:45.623]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5816772Z [00:02:45.629]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_sysctl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5885755Z [00:02:45.636]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_procfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.5952461Z [00:02:45.643]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6022141Z [00:02:45.650]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/kardianos/osext/osext_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6091654Z [00:02:45.657]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6160342Z [00:02:45.664]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6229215Z [00:02:45.671]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/knownhosts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6299353Z [00:02:45.678]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6367714Z [00:02:45.685]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/skeema/knownhosts/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6436025Z [00:02:45.691]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/load.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6505046Z [00:02:45.698]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/terminfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6572058Z [00:02:45.705]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6640644Z [00:02:45.712]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/caps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6708227Z [00:02:45.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6775748Z [00:02:45.725]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6845071Z [00:02:45.732]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6912977Z [00:02:45.739]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.6984039Z [00:02:45.746]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/capvals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7055168Z [00:02:45.753]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/param.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7124370Z [00:02:45.760]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/xo/terminfo/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7192722Z [00:02:45.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7260282Z [00:02:45.774]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7327967Z [00:02:45.781]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7395176Z [00:02:45.787]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7461499Z [00:02:45.794]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7529018Z [00:02:45.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7597257Z [00:02:45.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7666170Z [00:02:45.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/Vagrantfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7734317Z [00:02:45.821]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7802707Z [00:02:45.828]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7870588Z [00:02:45.835]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.7937722Z [00:02:45.842]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/mitchellh/go-ps/process_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8005285Z [00:02:45.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8073243Z [00:02:45.855]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/bom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8142237Z [00:02:45.862]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8210317Z [00:02:45.869]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8281204Z [00:02:45.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/discard_go14.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8348606Z [00:02:45.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8417132Z [00:02:45.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/spkg/bom/discard_go15.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8489105Z [00:02:45.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.6.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8559551Z [00:02:45.904]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8630416Z [00:02:45.911]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8700995Z [00:02:45.918]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8769650Z [00:02:45.925]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8839047Z [00:02:45.932]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.23.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8907992Z [00:02:45.939]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_slow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.8976786Z [00:02:45.945]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.4.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9046884Z [00:02:45.953]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_gccgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9116048Z [00:02:45.959]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9184598Z [00:02:45.966]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9252507Z [00:02:45.973]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9322475Z [00:02:45.980]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_go1.9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9391380Z [00:02:45.987]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/runtime_gccgo_go1.8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9459192Z [00:02:45.994]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9526768Z [00:02:46.001]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9594077Z [00:02:46.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/petermattis/goid/goid_go1.5.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9662203Z [00:02:46.014]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/entry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9731338Z [00:02:46.021]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9799396Z [00:02:46.028]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9867244Z [00:02:46.035]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:24.9936094Z [00:02:46.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0005819Z [00:02:46.048]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0073798Z [00:02:46.055]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/text_formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0141257Z [00:02:46.062]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/json_formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0208932Z [00:02:46.069]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0278408Z [00:02:46.076]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0345926Z [00:02:46.082]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0414457Z [00:02:46.089]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0482489Z [00:02:46.096]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0550491Z [00:02:46.103]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/logrus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0619112Z [00:02:46.110]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0686975Z [00:02:46.116]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0756009Z [00:02:46.123]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/buffer_pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0825563Z [00:02:46.130]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0895416Z [00:02:46.137]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.0964534Z [00:02:46.144]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1033966Z [00:02:46.151]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1101923Z [00:02:46.158]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1171121Z [00:02:46.165]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1239291Z [00:02:46.172]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/alt_exit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1307758Z [00:02:46.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1375584Z [00:02:46.185]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1444908Z [00:02:46.192]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/sirupsen/logrus/exported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1512958Z [00:02:46.199]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/type_manipulation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1582347Z [00:02:46.206]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1651102Z [00:02:46.213]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1718500Z [00:02:46.220]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1786888Z [00:02:46.227]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1856948Z [00:02:46.234]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/constraints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1924285Z [00:02:46.240]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/tuples.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.1992140Z [00:02:46.247]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2061528Z [00:02:46.254]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/func.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2129131Z [00:02:46.261]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/condition.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2196596Z [00:02:46.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/intersect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2264060Z [00:02:46.274]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/retry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2332061Z [00:02:46.281]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/channel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2399896Z [00:02:46.288]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/slice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2467975Z [00:02:46.295]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2536906Z [00:02:46.302]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/math.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2605845Z [00:02:46.308]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2674352Z [00:02:46.315]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2744403Z [00:02:46.322]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2812375Z [00:02:46.329]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2881058Z [00:02:46.336]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.2948913Z [00:02:46.343]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3016472Z [00:02:46.349]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3084587Z [00:02:46.356]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3154222Z [00:02:46.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/samber/lo/concurrency.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3225043Z [00:02:46.370]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/convert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3295420Z [00:02:46.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3362741Z [00:02:46.384]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3430525Z [00:02:46.391]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3500323Z [00:02:46.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3569873Z [00:02:46.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/quickstart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3637880Z [00:02:46.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/README.zh-CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3706917Z [00:02:46.419]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_16.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3774676Z [00:02:46.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3843205Z [00:02:46.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3912329Z [00:02:46.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.3980834Z [00:02:46.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4049615Z [00:02:46.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/printer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4117551Z [00:02:46.460]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_rgb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4185676Z [00:02:46.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/detect_nonwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4253665Z [00:02:46.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4320827Z [00:02:46.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/vendor/github.com/gookit/color/color_256.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4389394Z [00:02:46.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4458516Z [00:02:46.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4526495Z [00:02:46.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4595496Z [00:02:46.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4662334Z [00:02:46.514]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.codespellrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4731039Z [00:02:46.521]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4800426Z [00:02:46.528]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/schema/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4870710Z [00:02:46.535]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/files/pre-push' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.4938749Z [00:02:46.542]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5007790Z [00:02:46.549]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/global_git_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5075903Z [00:02:46.555]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/test/default_test_config/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5145085Z [00:02:46.562]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5212643Z [00:02:46.569]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/codespell.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5279767Z [00:02:46.576]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/close-issues.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5347778Z [00:02:46.583]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5415989Z [00:02:46.589]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/sponsors.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5484238Z [00:02:46.596]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/check-required-label.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5551218Z [00:02:46.603]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5621754Z [00:02:46.610]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5689627Z [00:02:46.617]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5758406Z [00:02:46.624]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5826164Z [00:02:46.630]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5894524Z [00:02:46.637]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.5962846Z [00:02:46.644]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.github/ISSUE_TEMPLATE/discussion.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6031592Z [00:02:46.651]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6100537Z [00:02:46.658]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6168651Z [00:02:46.665]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6238149Z [00:02:46.672]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6307448Z [00:02:46.679]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6375565Z [00:02:46.685]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/demo/record_demo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6445215Z [00:02:46.692]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6513394Z [00:02:46.699]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6581771Z [00:02:46.706]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6649742Z [00:02:46.713]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6717618Z [00:02:46.720]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6785460Z [00:02:46.726]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6856028Z [00:02:46.733]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6924169Z [00:02:46.740]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.6993181Z [00:02:46.747]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7060188Z [00:02:46.754]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7127544Z [00:02:46.761]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7196476Z [00:02:46.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7263534Z [00:02:46.774]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7331970Z [00:02:46.781]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7400504Z [00:02:46.788]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7469210Z [00:02:46.795]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7536568Z [00:02:46.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7604904Z [00:02:46.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7673995Z [00:02:46.815]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7742210Z [00:02:46.822]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7810246Z [00:02:46.829]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7877207Z [00:02:46.836]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.7945101Z [00:02:46.842]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8013101Z [00:02:46.849]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8081300Z [00:02:46.856]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8148888Z [00:02:46.863]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8217436Z [00:02:46.870]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8284551Z [00:02:46.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8352040Z [00:02:46.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8420079Z [00:02:46.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-f215bf6db5565c68789bdd08f28c1ced081c87bc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8487337Z [00:02:46.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/objects/pack/pack-88ec2b3facbd83c044e0ca81262c92c8ccc4f8c2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8555920Z [00:02:46.903]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8624750Z [00:02:46.910]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8694708Z [00:02:46.917]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/popup/popup_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8761680Z [00:02:46.924]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8829568Z [00:02:46.931]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/view_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8897746Z [00:02:46.938]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.8966169Z [00:02:46.944]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/build_tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9034540Z [00:02:46.951]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9101169Z [00:02:46.958]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9168859Z [00:02:46.965]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/build_tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9236727Z [00:02:46.971]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/collapsed_paths.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9305796Z [00:02:46.978]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9372852Z [00:02:46.985]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9439577Z [00:02:46.992]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_tree_view_model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9506546Z [00:02:46.998]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/commit_file_tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9573220Z [00:02:47.005]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9642168Z [00:02:47.012]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9709873Z [00:02:47.019]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/filetree/file_tree_view_model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9777145Z [00:02:47.026]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/global_handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9845738Z [00:02:47.032]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/views.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9913454Z [00:02:47.039]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:25.9980718Z [00:02:47.046]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/options_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0050779Z [00:02:47.053]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/status_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0119172Z [00:02:47.060]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/tags_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0186257Z [00:02:47.066]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/files_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0252813Z [00:02:47.073]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/branches_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0320143Z [00:02:47.080]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commit_message_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0388559Z [00:02:47.087]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/basic_commits_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0456609Z [00:02:47.093]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/main_view_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0524996Z [00:02:47.100]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/local_commits_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0593108Z [00:02:47.107]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_explorer_controller_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0660694Z [00:02:47.114]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commit_description_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0729414Z [00:02:47.121]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/remote_branches_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0796797Z [00:02:47.128]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/scroll_off_margin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0864733Z [00:02:47.134]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/diffing_menu_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.0935012Z [00:02:47.141]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/quit_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1006777Z [00:02:47.148]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/git_flow_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1075509Z [00:02:47.155]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/undo_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1144085Z [00:02:47.162]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/custom_patch_options_menu_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1211920Z [00:02:47.169]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/local_commits_controller_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1280806Z [00:02:47.176]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/reflog_commits_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1348219Z [00:02:47.183]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_building_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1417504Z [00:02:47.190]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/merge_conflicts_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1485702Z [00:02:47.196]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_sub_commits_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1555266Z [00:02:47.203]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/cherry_pick_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1623075Z [00:02:47.210]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/update_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1691611Z [00:02:47.217]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1759926Z [00:02:47.224]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/commits_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1828626Z [00:02:47.231]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/upstream_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1897460Z [00:02:47.238]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_arrangement_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.1965366Z [00:02:47.244]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/worktree_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2034325Z [00:02:47.251]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/mode_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2101057Z [00:02:47.258]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/merge_and_rebase_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2167795Z [00:02:47.265]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/signal_handling_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2235218Z [00:02:47.271]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/patch_building_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2301893Z [00:02:47.278]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/host_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2369555Z [00:02:47.285]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/amend_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2436470Z [00:02:47.291]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/commits_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2504555Z [00:02:47.298]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/branches_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2572545Z [00:02:47.305]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/fixup_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2641476Z [00:02:47.312]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/refs_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2707932Z [00:02:47.319]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/search_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2777689Z [00:02:47.326]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2844201Z [00:02:47.332]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/tags_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2909616Z [00:02:47.339]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/view_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.2975860Z [00:02:47.345]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/suspend_resume_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3043071Z [00:02:47.352]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/bisect_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3111583Z [00:02:47.359]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/gpg_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3178338Z [00:02:47.366]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/files_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3249353Z [00:02:47.373]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/window_arrangement_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3318689Z [00:02:47.380]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/diff_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3387522Z [00:02:47.387]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/working_tree_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3455276Z [00:02:47.393]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/inline_status_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3523757Z [00:02:47.400]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/credentials_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3591926Z [00:02:47.407]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/fixup_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3660718Z [00:02:47.414]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/record_directory_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3730014Z [00:02:47.421]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/signal_handling.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3799375Z [00:02:47.428]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/staging_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3868765Z [00:02:47.435]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/snake_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.3936157Z [00:02:47.441]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/app_status_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4004747Z [00:02:47.448]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/repos_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4072172Z [00:02:47.455]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/suggestions_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4139565Z [00:02:47.462]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/upstream_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4208075Z [00:02:47.469]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/sub_commits_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4276189Z [00:02:47.475]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/refresh_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4344098Z [00:02:47.482]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/confirmation_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4411362Z [00:02:47.489]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/helpers/merge_conflicts_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4479041Z [00:02:47.496]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/search_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4546869Z [00:02:47.503]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/menu_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4617541Z [00:02:47.510]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/list_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4689935Z [00:02:47.517]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_focused_main_view_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4759627Z [00:02:47.524]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/base_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4829451Z [00:02:47.531]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/list_controller_trait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4896904Z [00:02:47.537]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/search_prompt_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.4964931Z [00:02:47.544]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/staging_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5032788Z [00:02:47.551]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5100024Z [00:02:47.558]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/global_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5167891Z [00:02:47.565]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/sub_commits_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5235146Z [00:02:47.571]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/scroll_off_margin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5301965Z [00:02:47.578]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/sync_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5367972Z [00:02:47.585]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/command_log_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5434130Z [00:02:47.591]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/toggle_whitespace_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5503141Z [00:02:47.598]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/submodules_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5573529Z [00:02:47.605]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/commits_files_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5641187Z [00:02:47.612]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/suggestions_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5708884Z [00:02:47.619]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/bisect_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5777653Z [00:02:47.626]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/filter_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5846478Z [00:02:47.632]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/shell_command_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5913918Z [00:02:47.639]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/snake_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.5982228Z [00:02:47.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/patch_explorer_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6053198Z [00:02:47.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/side_window_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6125879Z [00:02:47.660]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/jump_to_side_window_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6198386Z [00:02:47.668]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/confirmation_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6270650Z [00:02:47.675]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/context_lines_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6342579Z [00:02:47.682]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/stash_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6414386Z [00:02:47.689]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/switch_to_diff_files_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6484091Z [00:02:47.696]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/options_menu_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6554535Z [00:02:47.703]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/screen_mode_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6626881Z [00:02:47.710]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/view_selection_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6700526Z [00:02:47.718]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/rename_similarity_threshold_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6774182Z [00:02:47.725]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/filtering_menu_action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6846727Z [00:02:47.733]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/worktree_options_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6918213Z [00:02:47.740]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/worktrees_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.6991735Z [00:02:47.747]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/vertical_scroll_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7063807Z [00:02:47.754]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/remotes_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7134731Z [00:02:47.761]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/workspace_reset_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7205881Z [00:02:47.768]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/controllers/attach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7276395Z [00:02:47.775]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/pty_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7346958Z [00:02:47.782]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/main_panels.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7418684Z [00:02:47.790]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/command_log_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7491373Z [00:02:47.797]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/menu_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7566687Z [00:02:47.804]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/focus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7640240Z [00:02:47.812]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7712545Z [00:02:47.819]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/patch_exploring/focus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7786248Z [00:02:47.826]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7858441Z [00:02:47.834]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/keybindings/keybindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.7930190Z [00:02:47.841]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8001252Z [00:02:47.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/branches_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8073624Z [00:02:47.855]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8144574Z [00:02:47.862]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/graph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8215649Z [00:02:47.869]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/cell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8287104Z [00:02:47.876]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/graph/graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8358807Z [00:02:47.884]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/remote_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8430416Z [00:02:47.891]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/git_icons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8501336Z [00:02:47.898]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/file_icons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8572020Z [00:02:47.905]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/file_icons_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8641158Z [00:02:47.912]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/icons/icons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8712571Z [00:02:47.919]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8785497Z [00:02:47.926]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/submodules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8861746Z [00:02:47.934]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/suggestions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.8935509Z [00:02:47.941]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/worktrees.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9009503Z [00:02:47.949]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/item_operations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9084379Z [00:02:47.956]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/reflog_commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9158638Z [00:02:47.964]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors/authors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9231063Z [00:02:47.971]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/authors/authors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9303069Z [00:02:47.978]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/commits_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9373098Z [00:02:47.985]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9446698Z [00:02:47.992]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/stash_entries.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9518241Z [00:02:48.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9587752Z [00:02:48.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/files_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9657335Z [00:02:48.014]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9726743Z [00:02:48.020]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/presentation/remotes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9798803Z [00:02:48.028]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/layout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9871400Z [00:02:48.035]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/status/status_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:26.9942726Z [00:02:48.042]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui_common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0011594Z [00:02:48.049]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0083875Z [00:02:48.056]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/merge_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0156362Z [00:02:48.063]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0227833Z [00:02:48.071]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/find_conflicts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0299814Z [00:02:48.078]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0373332Z [00:02:48.085]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/find_conflicts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0444787Z [00:02:48.092]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/mergeconflicts/rendering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0518001Z [00:02:48.100]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/editors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0589520Z [00:02:48.107]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/filtering/filtering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0661108Z [00:02:48.114]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/marked_base_commit/marked_base_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0731708Z [00:02:48.121]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/cherrypicking/cherry_picking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0801784Z [00:02:48.128]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/modes/diffing/diffing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0872208Z [00:02:48.135]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/session_state_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.0940818Z [00:02:48.142]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1011726Z [00:02:48.149]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/keybinding_creator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1081526Z [00:02:48.156]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/menu_generator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1151889Z [00:02:48.163]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1223317Z [00:02:48.170]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/resolver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1296985Z [00:02:48.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/menu_generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1377534Z [00:02:48.186]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/services/custom_commands/handler_creator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1448394Z [00:02:48.193]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/text_style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1519876Z [00:02:48.200]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/hyperlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1592014Z [00:02:48.207]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/basic_styles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1666392Z [00:02:48.214]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/style_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1739022Z [00:02:48.222]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/decoration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1810629Z [00:02:48.229]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/style/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1885415Z [00:02:48.236]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/commit_files_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.1958498Z [00:02:48.244]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/merge_conflicts_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2031087Z [00:02:48.251]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/tags_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2104274Z [00:02:48.258]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_context_trait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2176054Z [00:02:48.265]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/filtered_list_view_model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2247720Z [00:02:48.273]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/commit_message_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2318322Z [00:02:48.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/dynamic_title_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2388362Z [00:02:48.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/suggestions_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2468772Z [00:02:48.295]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/main_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2541920Z [00:02:48.302]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_renderer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2614987Z [00:02:48.309]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/base_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2688170Z [00:02:48.317]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/worktrees_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2759567Z [00:02:48.324]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/working_tree_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2829541Z [00:02:48.331]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/context_common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2904174Z [00:02:48.338]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/filtered_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.2974633Z [00:02:48.345]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_view_model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3047502Z [00:02:48.353]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/menu_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3157273Z [00:02:48.363]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/history_trait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3246281Z [00:02:48.372]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3322136Z [00:02:48.380]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/traits/list_cursor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3393988Z [00:02:48.387]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/search_trait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3465993Z [00:02:48.394]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/remotes_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3542801Z [00:02:48.402]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/remote_branches_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3727405Z [00:02:48.420]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/branches_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3801080Z [00:02:48.428]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/simple_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3873278Z [00:02:48.435]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/sub_commits_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.3944031Z [00:02:48.442]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/reflog_commits_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4014116Z [00:02:48.449]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/local_commits_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4085201Z [00:02:48.456]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/list_renderer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4157460Z [00:02:48.464]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/view_trait.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4228772Z [00:02:48.471]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/confirmation_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4298847Z [00:02:48.478]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/stash_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4369731Z [00:02:48.485]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/submodules_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4444437Z [00:02:48.492]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/parent_context_mgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4520465Z [00:02:48.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/setup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4600285Z [00:02:48.508]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context/patch_explorer_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4676610Z [00:02:48.515]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/test_mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4752333Z [00:02:48.523]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/dummies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4828105Z [00:02:48.531]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/extras_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4898616Z [00:02:48.538]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/pty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.4969601Z [00:02:48.545]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/keybindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5039247Z [00:02:48.552]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/views.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5110424Z [00:02:48.559]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/suggestion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5181132Z [00:02:48.566]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/modes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5251099Z [00:02:48.573]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/ref_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5319266Z [00:02:48.580]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5388390Z [00:02:48.587]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5460632Z [00:02:48.594]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/refresh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5533299Z [00:02:48.601]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/common_commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5605226Z [00:02:48.608]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/version_number_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5679842Z [00:02:48.616]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/search_state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5752375Z [00:02:48.623]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/version_number.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5826866Z [00:02:48.630]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/types/rendering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5901287Z [00:02:48.638]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/recent_repos_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.5977237Z [00:02:48.645]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/gui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6054671Z [00:02:48.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/background.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6129991Z [00:02:48.661]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/tasks_adapter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6206084Z [00:02:48.668]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/information_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6281182Z [00:02:48.676]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/gui/context_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6353201Z [00:02:48.683]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon/daemon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6426286Z [00:02:48.690]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/daemon/rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6496638Z [00:02:48.697]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6566586Z [00:02:48.704]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/entry_point.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6636128Z [00:02:48.711]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6706784Z [00:02:48.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/app/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6775802Z [00:02:48.725]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/updates/updates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6845063Z [00:02:48.732]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/tail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6912293Z [00:02:48.739]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/logs_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.6980523Z [00:02:48.746]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/tail/logs_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7049029Z [00:02:48.753]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/logs/logs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7118830Z [00:02:48.760]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/app_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7188583Z [00:02:48.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config_validation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7258401Z [00:02:48.774]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_default_platform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7326748Z [00:02:48.780]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7395213Z [00:02:48.787]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/editor_presets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7464907Z [00:02:48.794]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/dummies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7534963Z [00:02:48.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config_validation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7605299Z [00:02:48.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/editor_presets_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7673864Z [00:02:48.815]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/keynames.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7741397Z [00:02:48.822]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/user_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7809230Z [00:02:48.829]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/app_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7878017Z [00:02:48.836]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/config/config_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.7947056Z [00:02:48.843]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ja.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8015242Z [00:02:48.849]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8083833Z [00:02:48.856]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8152116Z [00:02:48.863]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/nl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8222982Z [00:02:48.870]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-CN.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8289581Z [00:02:48.877]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8357684Z [00:02:48.884]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/pt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8425479Z [00:02:48.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/ko.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8493855Z [00:02:48.897]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/translations/zh-TW.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8562118Z [00:02:48.904]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/english.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8630595Z [00:02:48.911]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/i18n.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8698285Z [00:02:48.918]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/i18n/i18n_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8766963Z [00:02:48.925]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8834716Z [00:02:48.931]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/common/dummies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8903505Z [00:02:48.938]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/fakes/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.8972150Z [00:02:48.945]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake/snake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9041979Z [00:02:48.952]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/snake/snake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9110631Z [00:02:48.959]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/tasks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9178005Z [00:02:48.966]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/async_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9245910Z [00:02:48.972]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/tasks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9314910Z [00:02:48.979]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/tasks/async_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9383519Z [00:02:48.986]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/env/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9453083Z [00:02:48.993]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generate_config_docs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9521352Z [00:02:49.000]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9589558Z [00:02:49.007]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/jsonschema/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9657984Z [00:02:49.014]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9727589Z [00:02:49.021]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/staging_folder_stages_only_tracked_files_in_tracked_only_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9796720Z [00:02:49.027]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/nested_filter_transient.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9865932Z [00:02:49.034]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_by_keybinding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:27.9935331Z [00:02:49.041]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_remote_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0004311Z [00:02:49.048]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_cancel_filter_with_escape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0073152Z [00:02:49.055]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/nested_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0141842Z [00:02:49.062]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_fuzzy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0209763Z [00:02:49.069]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/new_search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0278124Z [00:02:49.076]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0347590Z [00:02:49.083]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/stage_all_stages_only_tracked_files_in_tracked_only_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0416240Z [00:02:49.089]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_search_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0484472Z [00:02:49.096]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_remotes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0553252Z [00:02:49.103]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu_with_no_keybindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0622386Z [00:02:49.110]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_updates_when_model_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0689881Z [00:02:49.117]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_by_file_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0758198Z [00:02:49.124]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_commit_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0826851Z [00:02:49.131]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_and_search/filter_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0895943Z [00:02:49.137]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/basic_shell_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.0964344Z [00:02:49.144]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1036907Z [00:02:49.151]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/complex_shell_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1108163Z [00:02:49.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/omit_from_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1178466Z [00:02:49.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/edit_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1250164Z [00:02:49.173]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shell_commands/delete_from_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1320314Z [00:02:49.180]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/test_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1391252Z [00:02:49.187]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_staged.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1461689Z [00:02:49.194]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1531113Z [00:02:49.201]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/pop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1603767Z [00:02:49.208]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/prevent_discarding_file_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1671599Z [00:02:49.215]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/drop_multiple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1740101Z [00:02:49.222]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/apply_patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1809511Z [00:02:49.229]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/create_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1879308Z [00:02:49.236]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_and_keep_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.1948220Z [00:02:49.243]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_all.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2016239Z [00:02:49.249]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_unstaged.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2084341Z [00:02:49.256]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_including_untracked_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2152320Z [00:02:49.263]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/stash_staged_partial_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2220725Z [00:02:49.270]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/show_with_branch_named_stash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2290664Z [00:02:49.277]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/filter_by_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2358657Z [00:02:49.284]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/apply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2426702Z [00:02:49.290]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/drop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2494495Z [00:02:49.297]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/stash/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2562493Z [00:02:49.304]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/reset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2634891Z [00:02:49.311]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/remove.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2704088Z [00:02:49.318]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/remove_nested.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2772731Z [00:02:49.325]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/enter_nested.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2841158Z [00:02:49.332]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/reset_folder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2909018Z [00:02:49.339]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/add.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.2976993Z [00:02:49.346]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3046084Z [00:02:49.352]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/submodule/enter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3114296Z [00:02:49.359]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shared/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3182614Z [00:02:49.366]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/shared/conflicts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3255696Z [00:02:49.373]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_with_modified_file_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3323036Z [00:02:49.380]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_later_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3391597Z [00:02:49.387]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_range_to_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3459424Z [00:02:49.394]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_partial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3528844Z [00:02:49.401]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_from_deleted_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3596519Z [00:02:49.407]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3664121Z [00:02:49.414]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/toggle_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3732420Z [00:02:49.421]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/remove_from_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3800375Z [00:02:49.428]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/start_new_patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3868588Z [00:02:49.435]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.3937274Z [00:02:49.442]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_earlier_commit_from_added_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4006390Z [00:02:49.448]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/select_all_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4074714Z [00:02:49.455]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4142810Z [00:02:49.462]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_in_last_commit_of_stacked_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4210026Z [00:02:49.469]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4278008Z [00:02:49.476]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4348070Z [00:02:49.483]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_in_reverse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4418065Z [00:02:49.490]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_from_added_file_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4487057Z [00:02:49.496]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_from_added_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4555871Z [00:02:49.503]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_before.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4624245Z [00:02:49.510]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply_with_modified_file_no_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4693991Z [00:02:49.517]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/apply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4764782Z [00:02:49.524]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_with_modified_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4835863Z [00:02:49.531]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_earlier_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4905606Z [00:02:49.538]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/remove_parts_of_added_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.4973217Z [00:02:49.545]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/edit_line_in_patch_building_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5041301Z [00:02:49.552]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5108464Z [00:02:49.559]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/specific_selection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5176861Z [00:02:49.565]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_index_works_even_if_noprefix_is_set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5244285Z [00:02:49.572]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/reset_with_escape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5311539Z [00:02:49.579]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5378723Z [00:02:49.586]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5445882Z [00:02:49.592]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5513111Z [00:02:49.599]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout_file_from_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5580661Z [00:02:49.606]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/preserve_commit_message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5647779Z [00:02:49.613]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/paste_commit_message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5714681Z [00:02:49.619]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5782678Z [00:02:49.626]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_author_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5850450Z [00:02:49.633]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_warning_for_added_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5918024Z [00:02:49.640]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.5986636Z [00:02:49.646]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_message_body_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6053541Z [00:02:49.653]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_switch_to_editor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6120827Z [00:02:49.660]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_fixup_commit_in_branch_stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6189855Z [00:02:49.667]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_amend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6256436Z [00:02:49.673]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_with_conflict_single_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6325382Z [00:02:49.680]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reset_author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6392720Z [00:02:49.687]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/staged.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6460430Z [00:02:49.694]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_amend_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6527369Z [00:02:49.701]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/auto_wrap_message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6595021Z [00:02:49.707]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/highlight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6663737Z [00:02:49.714]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6731211Z [00:02:49.721]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_switch_to_editor_skip_hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6802328Z [00:02:49.728]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_only_added_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6874184Z [00:02:49.735]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_multiline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.6944530Z [00:02:49.742]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout_file_from_range_selection_of_commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7012929Z [00:02:49.749]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reword.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7081418Z [00:02:49.756]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/unstaged.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7150101Z [00:02:49.763]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/copy_tag_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7218099Z [00:02:49.770]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/create_tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7286028Z [00:02:49.776]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_global_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7354314Z [00:02:49.783]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_wip_with_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7421746Z [00:02:49.790]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/paste_commit_message_over_existing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7490235Z [00:02:49.797]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7559495Z [00:02:49.804]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_cancel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7627482Z [00:02:49.811]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_non_matching_branch_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7695924Z [00:02:49.817]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author_while_committing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7764666Z [00:02:49.824]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7833403Z [00:02:49.831]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/find_base_commit_for_fixup_disregard_main_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7903895Z [00:02:49.838]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/do_not_show_branch_marker_for_head_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.7971975Z [00:02:49.845]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8050320Z [00:02:49.852]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/fail_hooks_then_commit_no_hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8111139Z [00:02:49.859]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_with_fallthrough_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8180294Z [00:02:49.866]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend_when_there_are_conflicts_and_continue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8248648Z [00:02:49.873]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8316962Z [00:02:49.880]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/history_complex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8385001Z [00:02:49.886]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/staged_without_hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8452920Z [00:02:49.893]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/set_author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8521359Z [00:02:49.900]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8588706Z [00:02:49.907]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/reset_author_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8656252Z [00:02:49.913]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/add_co_author_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8723712Z [00:02:49.920]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/stage_range_of_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8791319Z [00:02:49.927]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/set_author_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8862234Z [00:02:49.934]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/disable_copy_commit_message_body.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.8931305Z [00:02:49.941]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/revert_with_conflict_multiple_commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9000807Z [00:02:49.948]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/amend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9072167Z [00:02:49.955]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/discard_old_file_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9143781Z [00:02:49.962]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/commit_skip_hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9213070Z [00:02:49.969]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/commit/new_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9284114Z [00:02:49.976]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/custom_commands_in_per_repo_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9355500Z [00:02:49.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/remote_named_star.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9426744Z [00:02:49.990]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/config/negative_refspec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9497536Z [00:02:49.998]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/test_list_generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9566686Z [00:02:50.004]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/choose_terms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9634842Z [00:02:50.011]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/from_other_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9703241Z [00:02:50.018]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/skip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9771523Z [00:02:50.025]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/bisect/basic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9842193Z [00:02:50.032]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/reset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9909492Z [00:02:50.039]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/cherry_pick.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:28.9977812Z [00:02:50.046]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/do_not_show_branch_markers_in_reflog_subcommits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0046790Z [00:02:50.052]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0116347Z [00:02:50.059]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/reflog/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0187270Z [00:02:50.067]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/delete_local_and_remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0256010Z [00:02:50.073]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/crud_annotated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0325210Z [00:02:50.080]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/reset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0394717Z [00:02:50.087]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/reset_to_duplicate_named_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0463438Z [00:02:50.094]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/force_tag_lightweight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0531639Z [00:02:50.101]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/create_while_committing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0600044Z [00:02:50.108]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/checkout_when_branch_with_same_name_exists.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0669704Z [00:02:50.115]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/force_tag_annotated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0737771Z [00:02:50.122]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0805883Z [00:02:50.128]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/copy_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0875325Z [00:02:50.135]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tag/crud_lightweight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.0944432Z [00:02:50.142]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_repo_name_to_open_repos_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1012241Z [00:02:50.149]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_to_focus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1080711Z [00:02:50.156]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/log_cmd_status_panel_all_branches_log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1148481Z [00:02:50.163]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/log_cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1217631Z [00:02:50.170]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/status/click_working_tree_state_to_open_rebase_options_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1287231Z [00:02:50.177]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1355534Z [00:02:50.183]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/global_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1423671Z [00:02:50.190]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/show_output_in_panel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1492804Z [00:02:50.197]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1561323Z [00:02:50.204]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/menu_from_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1630334Z [00:02:50.211]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/suggestions_preset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1698765Z [00:02:50.218]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/multiple_prompts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1767937Z [00:02:50.225]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/custom_commands_submenu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1836732Z [00:02:50.231]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/run_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1905988Z [00:02:50.238]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/suggestions_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.1975392Z [00:02:50.245]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/check_for_conflicts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2044106Z [00:02:50.252]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/access_commit_properties.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2112679Z [00:02:50.259]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/menu_from_commands_output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2180354Z [00:02:50.266]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/basic_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2248371Z [00:02:50.273]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/multiple_contexts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2317296Z [00:02:50.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/selected_commit_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2387201Z [00:02:50.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/custom_commands/form_prompts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2456810Z [00:02:50.293]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/select_author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2524694Z [00:02:50.300]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2593938Z [00:02:50.307]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_author/type_author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2663003Z [00:02:50.314]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/renamed_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2731287Z [00:02:50.321]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/renamed_files_no_root_item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2798153Z [00:02:50.328]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/gitignore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2866786Z [00:02:50.334]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_staged_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.2936255Z [00:02:50.341]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_file_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3005308Z [00:02:50.348]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/gitignore_special_characters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3074614Z [00:02:50.355]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3142967Z [00:02:50.362]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3215024Z [00:02:50.369]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_all_dir_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3287299Z [00:02:50.377]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_various_changes_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3356135Z [00:02:50.383]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/rename_similarity_threshold_change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3425619Z [00:02:50.390]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/copy_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3494962Z [00:02:50.397]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_unstaged_dir_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3564246Z [00:02:50.404]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3633624Z [00:02:50.411]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3702531Z [00:02:50.418]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_deleted_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3773108Z [00:02:50.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/stage_children_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3842473Z [00:02:50.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/collapse_expand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3911364Z [00:02:50.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/discard_various_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.3980125Z [00:02:50.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/dir_with_untracked_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4048449Z [00:02:50.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/file/remember_commit_message_after_fail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4117522Z [00:02:50.460]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4185789Z [00:02:50.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/squash_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4254700Z [00:02:50.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4325338Z [00:02:50.480]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/unset_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4394922Z [00:02:50.487]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_onto_base_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4464304Z [00:02:50.494]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_from_marked_base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4533075Z [00:02:50.501]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4605175Z [00:02:50.508]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_with_prefix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4672942Z [00:02:50.515]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_upstream_no_divergence.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4740586Z [00:02:50.522]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_cancel_on_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4809996Z [00:02:50.529]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_duplicate_named_tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4878842Z [00:02:50.536]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/select_commits_of_current_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.4947094Z [00:02:50.543]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5016625Z [00:02:50.549]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_copied_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5085547Z [00:02:50.556]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_multiple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5155426Z [00:02:50.563]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5225783Z [00:02:50.570]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_to_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5294094Z [00:02:50.577]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_with_prefix_using_run_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5362277Z [00:02:50.584]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/create_tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5431445Z [00:02:50.591]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/detached_head.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5499537Z [00:02:50.598]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_previous_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5567795Z [00:02:50.605]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/suggestions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5635725Z [00:02:50.611]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_no_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5706257Z [00:02:50.618]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_from_base_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5772515Z [00:02:50.625]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5839935Z [00:02:50.632]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_abort_on_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5908477Z [00:02:50.639]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_remote_branch_with_different_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.5975971Z [00:02:50.645]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/delete_while_filtering.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6043619Z [00:02:50.652]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_keep_stacked.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6110272Z [00:02:50.659]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/sort_local_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6177601Z [00:02:50.666]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_from_remote_tracking_same_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6244579Z [00:02:50.672]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/sort_remote_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6312842Z [00:02:50.679]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_autostash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6379601Z [00:02:50.686]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_conflicts_fix_build_errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6446973Z [00:02:50.693]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_and_drop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6513816Z [00:02:50.699]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_autostash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6581353Z [00:02:50.706]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/move_commits_to_new_branch_from_main_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6648753Z [00:02:50.713]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/checkout_by_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6716168Z [00:02:50.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/set_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6783129Z [00:02:50.726]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6850426Z [00:02:50.733]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_select_remote_and_target_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6918256Z [00:02:50.740]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_pull_request_invalid_target_remote_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.6985849Z [00:02:50.746]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/show_divergence_from_base_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7053703Z [00:02:50.753]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rebase_does_not_autosquash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7121879Z [00:02:50.760]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7190322Z [00:02:50.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/new_branch_from_remote_tracking_different_name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7258190Z [00:02:50.774]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/open_with_cli_arg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7326521Z [00:02:50.780]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/branch/reset_to_duplicate_named_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7394261Z [00:02:50.787]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/empty_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7462020Z [00:02:50.794]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/disable_switch_tab_with_panel_jump_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7530014Z [00:02:50.801]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/switch_tab_with_panel_jump_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7597705Z [00:02:50.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/open_link_failure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7663720Z [00:02:50.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7729756Z [00:02:50.821]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/accordion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7798375Z [00:02:50.828]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/keybinding_suggestions_when_switching_repos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7866875Z [00:02:50.835]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/switch_tab_from_menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.7935246Z [00:02:50.841]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/ui/range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8002516Z [00:02:50.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/bare_repo_worktree_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8069170Z [00:02:50.855]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/worktree_in_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8136554Z [00:02:50.861]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/double_nested_linked_submodule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8204377Z [00:02:50.868]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/force_remove_worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8272348Z [00:02:50.875]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/fast_forward_worktree_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8346831Z [00:02:50.883]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/reset_window_tabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8416757Z [00:02:50.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/crud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8484776Z [00:02:50.896]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/fast_forward_worktree_branch_should_not_pollute_current_worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8551352Z [00:02:50.903]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8620474Z [00:02:50.910]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/exclude_file_in_worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8687637Z [00:02:50.917]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_branch_detached.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8755977Z [00:02:50.923]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/detach_worktree_from_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8823993Z [00:02:50.930]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/associate_branch_bisect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8892544Z [00:02:50.937]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/remove_worktree_from_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.8959648Z [00:02:50.944]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/associate_branch_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9027794Z [00:02:50.951]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/add_from_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9095738Z [00:02:50.957]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/symlink_into_repo_subdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9163039Z [00:02:50.964]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/bare_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9229472Z [00:02:50.971]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/dotfile_bare_repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9296340Z [00:02:50.977]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/worktree/custom_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9365026Z [00:02:50.984]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9432226Z [00:02:50.991]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_triangular.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9498118Z [00:02:50.998]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9565400Z [00:02:51.004]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/rename_branch_and_pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9632844Z [00:02:51.011]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_when_sorted_by_date.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9701028Z [00:02:51.018]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_no_follow_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9768112Z [00:02:51.025]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_remote_branch_not_stored_locally.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9835040Z [00:02:51.031]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_and_set_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9904251Z [00:02:51.038]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_all_branches_checked_out_in_other_worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:29.9971693Z [00:02:51.045]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_multiple_matching.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0039717Z [00:02:51.052]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0106444Z [00:02:51.058]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_prune.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0175541Z [00:02:51.065]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_with_credential_prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0244660Z [00:02:51.072]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_interactive_conflict_drop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0311094Z [00:02:51.079]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0379201Z [00:02:51.086]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_and_auto_set_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0446385Z [00:02:51.092]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_and_set_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0512954Z [00:02:51.099]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0579809Z [00:02:51.106]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_none.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0646592Z [00:02:51.112]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_rebase_interactive_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0712431Z [00:02:51.119]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_merge_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0778789Z [00:02:51.126]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_follow_tags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0845353Z [00:02:51.132]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/force_push_multiple_upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0911726Z [00:02:51.139]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_only_main_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.0978207Z [00:02:51.146]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/fetch_and_auto_forward_branches_all_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1044667Z [00:02:51.152]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1110137Z [00:02:51.159]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/pull.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1177100Z [00:02:51.166]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/sync/push_tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1244570Z [00:02:51.172]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1311767Z [00:02:51.179]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_range_select_down_to_merge_outside_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1377681Z [00:02:51.186]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_fixup_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1445385Z [00:02:51.192]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/advanced_interactive_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1511335Z [00:02:51.199]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/fixup_second_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1578380Z [00:02:51.206]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_non_head_commit_during_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1645131Z [00:02:51.212]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1712318Z [00:02:51.219]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_in_rebase_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1778980Z [00:02:51.226]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_commit_with_editor_and_fail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1846567Z [00:02:51.232]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_range_select_outside_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1914786Z [00:02:51.239]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_down_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.1983159Z [00:02:51.246]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2050090Z [00:02:51.253]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/show_exec_todos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2119498Z [00:02:51.260]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/outside_rebase_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2187243Z [00:02:51.267]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_commit_with_conflict.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2254827Z [00:02:51.273]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/interactive_rebase_with_conflict_for_edit_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2323136Z [00:02:51.280]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_merge_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2389973Z [00:02:51.287]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_across_branch_boundary_outside_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2457236Z [00:02:51.294]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/mid_rebase_range_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2524343Z [00:02:51.300]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_commit_in_copied_branch_with_update_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2591155Z [00:02:51.307]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2658130Z [00:02:51.314]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_last_commit_of_stacked_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2725095Z [00:02:51.320]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/interactive_rebase_of_copied_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2792249Z [00:02:51.327]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_you_are_here_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2860028Z [00:02:51.334]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_and_auto_amend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2929096Z [00:02:51.341]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start_keep_selection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.2996501Z [00:02:51.347]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3064078Z [00:02:51.354]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3131617Z [00:02:51.361]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3198597Z [00:02:51.368]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_multiple_commits_in_interactive_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3268827Z [00:02:51.375]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_above.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3336145Z [00:02:51.381]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_head_commit_during_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3402673Z [00:02:51.388]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_above_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3469805Z [00:02:51.395]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_merge_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3536409Z [00:02:51.401]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/rebase_with_commit_that_becomes_empty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3603660Z [00:02:51.408]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3670543Z [00:02:51.415]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_during_rebase_when_stopped_on_edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3738060Z [00:02:51.422]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/dont_show_branch_heads_for_todo_items.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3807093Z [00:02:51.429]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_the_confl_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3875137Z [00:02:51.435]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/fixup_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.3942985Z [00:02:51.442]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_you_are_here_commit_with_editor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4009643Z [00:02:51.449]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_update_ref_todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4077593Z [00:02:51.456]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_last_commit_of_stacked_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4144400Z [00:02:51.462]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_last_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4211390Z [00:02:51.469]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_with_custom_comment_char.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4278017Z [00:02:51.476]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/drop_with_custom_comment_char.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4345719Z [00:02:51.482]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/pick_rescheduled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4414037Z [00:02:51.489]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/reword_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4481428Z [00:02:51.496]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/swap_in_rebase_with_conflict_and_edit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4547975Z [00:02:51.503]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/revert_single_commit_in_interactive_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4614743Z [00:02:51.509]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4681993Z [00:02:51.516]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4748006Z [00:02:51.523]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/move_in_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4815788Z [00:02:51.529]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/edit_non_todo_commit_during_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4883894Z [00:02:51.536]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_fixups_in_current_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.4950571Z [00:02:51.543]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/amend_first_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5018148Z [00:02:51.550]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/view_files_of_todo_entries.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5086476Z [00:02:51.556]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/interactive_rebase/squash_down_second_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5153433Z [00:02:51.563]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5220623Z [00:02:51.570]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_drop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5289800Z [00:02:51.577]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/undo/undo_checkout_and_drop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5356809Z [00:02:51.583]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/confirm_on_quit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5424365Z [00:02:51.590]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/initial_open.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5492367Z [00:02:51.597]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/disabled_keybindings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5559332Z [00:02:51.604]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/copy_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5627004Z [00:02:51.610]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/copy_confirmation_message_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5693498Z [00:02:51.617]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/misc/recent_repos_on_launch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5761880Z [00:02:51.624]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/nuke_working_tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5828761Z [00:02:51.631]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/cherry_pick.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5897268Z [00:02:51.638]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/stage_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.5965353Z [00:02:51.644]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/rebase_onto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6032574Z [00:02:51.651]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6100590Z [00:02:51.658]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/interactive_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6170308Z [00:02:51.665]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6237888Z [00:02:51.672]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/commit_graph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6305695Z [00:02:51.678]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/commit_and_push.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6374606Z [00:02:51.685]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/undo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6441931Z [00:02:51.692]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/bisect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6509843Z [00:02:51.699]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/custom_patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6577831Z [00:02:51.706]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/worktree_create_from_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6646265Z [00:02:51.712]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/diff_commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6713555Z [00:02:51.719]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/amend_old_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6780800Z [00:02:51.726]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/demo/custom_command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6848623Z [00:02:51.733]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/diff_change_screen_mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6918349Z [00:02:51.740]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/discard_all_changes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.6987561Z [00:02:51.747]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/diff_context_change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7055055Z [00:02:51.753]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_hunks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7121911Z [00:02:51.760]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_ranges.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7192226Z [00:02:51.767]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/stage_lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7264134Z [00:02:51.774]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/staging/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7332513Z [00:02:51.781]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/undo_choose_hunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7400830Z [00:02:51.788]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_externally.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7468956Z [00:02:51.795]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_non_textual_conflicts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7537349Z [00:02:51.802]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7604632Z [00:02:51.808]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_without_trailing_lf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7670796Z [00:02:51.815]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_no_auto_stage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7740731Z [00:02:51.822]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/conflicts/resolve_multiple_files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7809306Z [00:02:51.829]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7880321Z [00:02:51.836]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.7950179Z [00:02:51.843]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_merge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8017517Z [00:02:51.850]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8085353Z [00:02:51.856]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/cherry_pick/cherry_pick.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8155027Z [00:02:51.863]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/rename_similarity_threshold_change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8222494Z [00:02:51.870]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8288887Z [00:02:51.877]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/ignore_whitespace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8358135Z [00:02:51.884]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/copy_to_clipboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8425849Z [00:02:51.890]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_and_apply_patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8509208Z [00:02:51.899]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_commits.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8590156Z [00:02:51.907]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/diff/diff_non_sticky_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8657347Z [00:02:51.914]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/tests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8724878Z [00:02:51.920]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/keep_same_commit_selected_on_exit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8793119Z [00:02:51.927]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/cli_arg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8859964Z [00:02:51.934]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/select_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8927439Z [00:02:51.941]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.8995674Z [00:02:51.947]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/reword_commit_in_filtering_mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9064156Z [00:02:51.954]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/drop_commit_in_filtering_mode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9138401Z [00:02:51.962]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/type_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9209912Z [00:02:51.969]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/tests/filter_by_path/show_diffs_for_renamed_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9279560Z [00:02:51.976]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/search_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9348967Z [00:02:51.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/confirmation_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9418785Z [00:02:51.990]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/file_system.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9487811Z [00:02:51.997]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/commit_description_panel_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9555066Z [00:02:52.003]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/views.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9624204Z [00:02:52.010]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9695378Z [00:02:52.017]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/int_matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9766452Z [00:02:52.024]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/alert_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9833414Z [00:02:52.031]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/shell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9899659Z [00:02:52.038]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/paths.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:30.9966554Z [00:02:52.044]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/assertion_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0032706Z [00:02:52.051]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/prompt_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0099958Z [00:02:52.058]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0168672Z [00:02:52.065]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0236847Z [00:02:52.072]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0303412Z [00:02:52.078]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/random.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0370300Z [00:02:52.085]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/commit_message_panel_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0439155Z [00:02:52.092]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/text_matcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0507192Z [00:02:52.099]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0575888Z [00:02:52.105]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/view_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0643993Z [00:02:52.112]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0710760Z [00:02:52.119]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/popup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0778026Z [00:02:52.126]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/menu_driver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0846025Z [00:02:52.132]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/test_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0915040Z [00:02:52.139]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/components/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.0983430Z [00:02:52.146]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1052246Z [00:02:52.153]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1120549Z [00:02:52.160]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/tui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1189254Z [00:02:52.167]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/injector/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1257972Z [00:02:52.174]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/integration/clients/go_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1327294Z [00:02:52.181]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/fake_git_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1394731Z [00:02:52.187]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/get_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1462834Z [00:02:52.194]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/cached_git_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1530076Z [00:02:52.201]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_config/cached_git_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1598443Z [00:02:52.208]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1667029Z [00:02:52.215]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1736309Z [00:02:52.221]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1804458Z [00:02:52.228]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/hunk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1874679Z [00:02:52.235]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/transform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.1942126Z [00:02:52.242]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2010603Z [00:02:52.249]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch_line.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2077809Z [00:02:52.256]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/patch/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2146444Z [00:02:52.262]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_cmd_obj_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2212186Z [00:02:52.269]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2279152Z [00:02:52.276]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_cmd_obj_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2346819Z [00:02:52.283]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2414518Z [00:02:52.289]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/stash_entry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2482308Z [00:02:52.296]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/commit_file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2549871Z [00:02:52.303]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/remote_branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2618088Z [00:02:52.310]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2685237Z [00:02:52.316]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/author.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2753600Z [00:02:52.323]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/submodule_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2823214Z [00:02:52.330]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2889977Z [00:02:52.337]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.2958712Z [00:02:52.344]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3026664Z [00:02:52.350]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3094425Z [00:02:52.357]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3161670Z [00:02:52.364]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/models/working_tree_state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3231167Z [00:02:52.371]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3302414Z [00:02:52.378]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3369540Z [00:02:52.385]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/reflog_commit_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3437459Z [00:02:52.392]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3505499Z [00:02:52.398]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/custom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3572927Z [00:02:52.405]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3639464Z [00:02:52.412]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3706580Z [00:02:52.418]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3773608Z [00:02:52.425]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3843374Z [00:02:52.432]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/bisect_info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3912295Z [00:02:52.439]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.3979600Z [00:02:52.446]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/git_command_builder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4046857Z [00:02:52.453]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4114945Z [00:02:52.459]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/flow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4181062Z [00:02:52.466]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/reflog_commit_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4247521Z [00:02:52.473]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4314927Z [00:02:52.479]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/deps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4382767Z [00:02:52.486]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_file_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4451474Z [00:02:52.493]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/remote_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4519836Z [00:02:52.500]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/working_tree_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4588574Z [00:02:52.507]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4656075Z [00:02:52.513]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4724678Z [00:02:52.520]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4793241Z [00:02:52.527]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_file_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4859741Z [00:02:52.534]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4928476Z [00:02:52.541]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.4995700Z [00:02:52.547]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5062603Z [00:02:52.554]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5130254Z [00:02:52.561]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5199119Z [00:02:52.568]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/submodule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5267541Z [00:02:52.575]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/git_command_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5334401Z [00:02:52.581]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5402142Z [00:02:52.588]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5472251Z [00:02:52.595]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/blame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5540574Z [00:02:52.602]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/stash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5608946Z [00:02:52.609]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/repo_paths_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5676305Z [00:02:52.615]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5744870Z [00:02:52.622]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/tag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5814179Z [00:02:52.629]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/worktree_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5881405Z [00:02:52.636]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.5949645Z [00:02:52.643]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/working_tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6018024Z [00:02:52.650]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/bisect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6087823Z [00:02:52.657]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6159117Z [00:02:52.664]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6227203Z [00:02:52.671]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6296273Z [00:02:52.677]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/main_branches.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6364084Z [00:02:52.684]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/rebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6431432Z [00:02:52.691]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6498744Z [00:02:52.698]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loading_shared.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6564712Z [00:02:52.704]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/rebase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6632721Z [00:02:52.711]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/branch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6701639Z [00:02:52.718]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6768930Z [00:02:52.725]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6837955Z [00:02:52.732]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/repo_paths.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6908359Z [00:02:52.739]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/git_commands/commit_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.6976690Z [00:02:52.745]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7044228Z [00:02:52.752]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7113336Z [00:02:52.759]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7181415Z [00:02:52.766]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/gui_io.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7249466Z [00:02:52.773]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7317273Z [00:02:52.780]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7385764Z [00:02:52.786]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7455142Z [00:02:52.793]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7522604Z [00:02:52.800]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7591277Z [00:02:52.807]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_default_platform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7659001Z [00:02:52.814]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/os_default_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7726673Z [00:02:52.820]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7794737Z [00:02:52.827]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7862814Z [00:02:52.834]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/dummies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7930333Z [00:02:52.841]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/copy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.7998831Z [00:02:52.848]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/cmd_obj_runner_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8066806Z [00:02:52.854]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/oscommands/fake_cmd_obj_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8136262Z [00:02:52.861]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/hosting_service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8206101Z [00:02:52.868]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/definitions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8274286Z [00:02:52.875]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/hosting_service/hosting_service_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8342107Z [00:02:52.882]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata/a_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8410119Z [00:02:52.889]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/commands/testdata/a_dir/file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8478102Z [00:02:52.896]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/constants/links.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8546231Z [00:02:52.902]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8613633Z [00:02:52.909]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8682068Z [00:02:52.916]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/cheatsheet/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8749944Z [00:02:52.923]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/search_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8816991Z [00:02:52.930]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/date_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8884782Z [00:02:52.936]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.8951749Z [00:02:52.943]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/history_buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9021215Z [00:02:52.950]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/formatting.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9087765Z [00:02:52.957]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/string_stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9154768Z [00:02:52.963]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/slice_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9221459Z [00:02:52.970]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/rebase_todo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9287971Z [00:02:52.977]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/history_buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9356347Z [00:02:52.983]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9423662Z [00:02:52.990]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/once_writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9490745Z [00:02:52.997]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils/yaml_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9558202Z [00:02:53.004]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/yaml_utils/yaml_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9626844Z [00:02:53.011]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/regexp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9696667Z [00:02:53.017]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/string_pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9765289Z [00:02:53.024]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/slice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9834459Z [00:02:53.031]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9902784Z [00:02:53.038]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/io.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:31.9971501Z [00:02:53.045]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/rebase_todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0040049Z [00:02:53.052]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0107908Z [00:02:53.059]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/thread_safe_map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0176451Z [00:02:53.065]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/dummies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0244257Z [00:02:53.072]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/search.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0312045Z [00:02:53.079]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/thread_safe_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0379380Z [00:02:53.086]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0447933Z [00:02:53.093]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/once_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0516434Z [00:02:53.099]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0585000Z [00:02:53.106]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/lines_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0653180Z [00:02:53.113]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/date.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0722123Z [00:02:53.120]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/lines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0789664Z [00:02:53.127]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/regexp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0857982Z [00:02:53.134]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0926697Z [00:02:53.141]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/io_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.0995218Z [00:02:53.147]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/utils/formatting_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1062256Z [00:02:53.154]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1131070Z [00:02:53.161]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/style_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1200028Z [00:02:53.168]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/gocui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1267433Z [00:02:53.175]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/pkg/theme/theme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1335138Z [00:02:53.181]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/launch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1404439Z [00:02:53.188]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/debugger_config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1473588Z [00:02:53.195]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/settings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1541455Z [00:02:53.202]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.dNkSGwDM6G/TEMPREPO/.vscode/tasks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1609201Z [00:02:53.209]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1677701Z [00:02:53.216]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1746312Z [00:02:53.223]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/lazygit' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1814362Z [00:02:53.229]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1883514Z [00:02:53.236]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.1952008Z [00:02:53.243]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.2018540Z [00:02:53.250]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit' retained as 0755 (rwxr-xr-x)
2025-08-20T21:27:32.2086108Z [00:02:53.256]➜  mode of '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:27:32.2669849Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:27:32.2670814Z [00:02:53.315]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:27:42.9595341Z 
2025-08-20T21:27:42.9596152Z [+] Sanitizing /tmp/pkgforge/QpJPsnakf_SBUILD/BUILD.log ==> /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.log
2025-08-20T21:27:45.4706926Z '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.static.log' -> '/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/lazygit.log'
2025-08-20T21:27:45.4772291Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&download=lazygit.log
2025-08-20T21:27:45.4773142Z 
2025-08-20T21:27:45.4773882Z [+] Parsing/Uploading lazygit/lazygit --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Flazygit%2Flazygit [x86_64-Linux]
2025-08-20T21:27:45.4814918Z {
2025-08-20T21:27:45.4815237Z   "_disabled": "false",
2025-08-20T21:27:45.4815629Z   "host": "x86_64-Linux",
2025-08-20T21:27:45.4816027Z   "rank": "",
2025-08-20T21:27:45.4816360Z   "pkg": "lazygit.static",
2025-08-20T21:27:45.4816766Z   "pkg_family": "lazygit",
2025-08-20T21:27:45.4817216Z   "pkg_id": "github.com.jesseduffield.lazygit",
2025-08-20T21:27:45.4817830Z   "pkg_name": "lazygit",
2025-08-20T21:27:45.4818185Z   "pkg_type": "static",
2025-08-20T21:27:45.4818789Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit",
2025-08-20T21:27:45.4819440Z   "app_id": "",
2025-08-20T21:27:45.4819747Z   "appstream": "",
2025-08-20T21:27:45.4820056Z   "category": [
2025-08-20T21:27:45.4820343Z     "ConsoleOnly",
2025-08-20T21:27:45.4820644Z     "Utility"
2025-08-20T21:27:45.4821298Z   ],
2025-08-20T21:27:45.4821690Z   "description": "simple terminal UI for git commands",
2025-08-20T21:27:45.4822194Z   "desktop": "",
2025-08-20T21:27:45.4822526Z   "homepage": [
2025-08-20T21:27:45.4822919Z     "https://github.com/jesseduffield/lazygit"
2025-08-20T21:27:45.4823376Z   ],
2025-08-20T21:27:45.4824378Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&download=lazygit.png",
2025-08-20T21:27:45.4825454Z   "license": [
2025-08-20T21:27:45.4825796Z     "MIT"
2025-08-20T21:27:45.4826099Z   ],
2025-08-20T21:27:45.4826409Z   "maintainer": [
2025-08-20T21:27:45.4826826Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:27:45.4827287Z   ],
2025-08-20T21:27:45.4827579Z   "provides": [
2025-08-20T21:27:45.4827905Z     "lazygit"
2025-08-20T21:27:45.4828210Z   ],
2025-08-20T21:27:45.4828502Z   "note": [
2025-08-20T21:27:45.4829137Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/jesseduffield/lazygit"
2025-08-20T21:27:45.4829853Z   ],
2025-08-20T21:27:45.4830133Z   "repology": [
2025-08-20T21:27:45.4830467Z     "lazygit"
2025-08-20T21:27:45.4830776Z   ],
2025-08-20T21:27:45.4831354Z   "screenshots": [],
2025-08-20T21:27:45.4831717Z   "src_url": [
2025-08-20T21:27:45.4832295Z     "https://github.com/jesseduffield/lazygit"
2025-08-20T21:27:45.4832767Z   ],
2025-08-20T21:27:45.4833043Z   "tag": [
2025-08-20T21:27:45.4833346Z     "git"
2025-08-20T21:27:45.4833636Z   ],
2025-08-20T21:27:45.4833962Z   "version": "HEAD-1d65196-250820T104524",
2025-08-20T21:27:45.4834424Z   "version_upstream": "0.54.2",
2025-08-20T21:27:45.4835223Z   "bsum": "18507e7d56eb7032096dfa6a3f5a6ce7ca771b586c2f190a211ae719b858826a",
2025-08-20T21:27:45.4835887Z   "build_date": "2025-08-20T21:27:35Z",
2025-08-20T21:27:45.4836555Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108322806",
2025-08-20T21:27:45.4837191Z   "build_id": "17108322806",
2025-08-20T21:27:45.4838224Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&download=lazygit.log",
2025-08-20T21:27:45.4839715Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/lazygit/static.official.source.yaml",
2025-08-20T21:27:45.4841484Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&download=lazygit",
2025-08-20T21:27:45.4842935Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux",
2025-08-20T21:27:45.4844033Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/lazygit/official/lazygit",
2025-08-20T21:27:45.4845253Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&manifest",
2025-08-20T21:27:45.4846489Z   "shasum": "687754576bd74d336ebf25d801774a8a5f67b103bd0471e6952ea59662acb8e0",
2025-08-20T21:27:45.4847121Z   "size": "24 MB",
2025-08-20T21:27:45.4847465Z   "size_raw": "24658104",
2025-08-20T21:27:45.4847828Z   "snapshots": [
2025-08-20T21:27:45.4848225Z     "HEAD-c03b892-250118T003618-x86_64-linux[0.45.2]",
2025-08-20T21:27:45.4848725Z     "HEAD-40d6800-250120T175459-x86_64-linux",
2025-08-20T21:27:45.4849227Z     "HEAD-49f8dc2-250130T091418-x86_64-linux[0.45.2]",
2025-08-20T21:27:45.4849718Z     "HEAD-c014168-250204T085722-x86_64-linux",
2025-08-20T21:27:45.4850183Z     "HEAD-a5698b8-250207T142745-x86_64-linux",
2025-08-20T21:27:45.4850763Z     "HEAD-c37376a-250211T214638-x86_64-linux",
2025-08-20T21:27:45.4851457Z     "HEAD-01eece3-250215T155520-x86_64-linux",
2025-08-20T21:27:45.4851926Z     "HEAD-e15e495-250217T201910-x86_64-linux",
2025-08-20T21:27:45.4852389Z     "HEAD-daf1fd3-250222T083524-x86_64-linux",
2025-08-20T21:27:45.4852862Z     "HEAD-b2fd612-250222T230719-x86_64-linux",
2025-08-20T21:27:45.4853334Z     "HEAD-f05f81d-250224T074610-x86_64-linux",
2025-08-20T21:27:45.4853863Z     "HEAD-4e38a94-250225T221956-x86_64-linux[NA-2025-02-25]",
2025-08-20T21:27:45.4854449Z     "HEAD-1b571f9-250228T104759-x86_64-linux[NA-2025-02-28]",
2025-08-20T21:27:45.4855027Z     "HEAD-19ac926-250306T150959-x86_64-linux[NA-2025-03-06]",
2025-08-20T21:27:45.4855580Z     "HEAD-c735a5e-250312T092725-x86_64-linux[0.48.0]",
2025-08-20T21:27:45.4856110Z     "HEAD-21b8b28-250526T211819-x86_64-linux[0.51.1]",
2025-08-20T21:27:45.4856623Z     "HEAD-a8c73f1-250531T173406-x86_64-linux[0.51.1]",
2025-08-20T21:27:45.4857153Z     "HEAD-1e5d104-250601T143809-x86_64-linux[0.51.1]",
2025-08-20T21:27:45.4857674Z     "HEAD-ac7de7e-250604T204832-x86_64-linux[0.51.1]",
2025-08-20T21:27:45.4858207Z     "HEAD-aa331e5-250605T132434-x86_64-linux[0.52.0]",
2025-08-20T21:27:45.4858729Z     "HEAD-aa23a6e-250613T164758-x86_64-linux[0.52.0]",
2025-08-20T21:27:45.4859246Z     "HEAD-4c92ffd-250615T182347-x86_64-linux[0.52.0]",
2025-08-20T21:27:45.4859759Z     "HEAD-ef6f96b-250620T082601-x86_64-linux[0.52.0]",
2025-08-20T21:27:45.4860279Z     "HEAD-bc4b50f-250704T194636-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4860791Z     "HEAD-5587d70-250707T134758-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4861485Z     "HEAD-656cb32-250709T160354-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4862010Z     "HEAD-1795cb9-250712T182011-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4862651Z     "HEAD-1210a64-250714T180012-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4863164Z     "HEAD-143d476-250718T183134-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4863688Z     "HEAD-8e04349-250728T180156-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4864208Z     "HEAD-a02f1e8-250730T142600-x86_64-linux[0.53.0]",
2025-08-20T21:27:45.4864848Z     "HEAD-5175798-250802T103401-x86_64-linux[0.54.0]",
2025-08-20T21:27:45.4865362Z     "HEAD-c0dcf7d-250806T193118-x86_64-linux[0.54.1]",
2025-08-20T21:27:45.4865886Z     "HEAD-26db25b-250809T115204-x86_64-linux[0.54.1]",
2025-08-20T21:27:45.4866399Z     "HEAD-b1382da-250811T181342-x86_64-linux[0.54.2]",
2025-08-20T21:27:45.4866915Z     "HEAD-1e75aee-250813T183047-x86_64-linux[0.54.2]",
2025-08-20T21:27:45.4867428Z     "HEAD-011ff85-250815T172016-x86_64-linux[0.54.2]",
2025-08-20T21:27:45.4867943Z     "HEAD-0f785c4-250818T074443-x86_64-linux[0.54.2]"
2025-08-20T21:27:45.4868390Z   ]
2025-08-20T21:27:45.4868663Z }
2025-08-20T21:27:45.4868827Z 
2025-08-20T21:27:45.4868838Z 
2025-08-20T21:27:45.5747691Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux": ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux: not found
2025-08-20T21:27:45.5791069Z Uploading empty artifact
2025-08-20T21:27:45.5797120Z time=2025-08-20T21:27:45Z level=debug msg=Request #0
2025-08-20T21:27:45.5798216Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/lazygit/official/lazygit/manifests/sha256:8ccfcc08028632e4d7149062c68b96b05b147a680b9ba5f4c8d6f9f540dce407"
2025-08-20T21:27:45.5807850Z > Request method: "HEAD"
2025-08-20T21:27:45.5808160Z > Request headers:
2025-08-20T21:27:45.5808385Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:27:45.5809439Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:27:45.6249970Z time=2025-08-20T21:27:45Z level=debug msg=Response #0
2025-08-20T21:27:45.6250443Z < Response Status: "401 Unauthorized"
2025-08-20T21:27:45.6250738Z < Response headers:
2025-08-20T21:27:45.6251334Z    "Content-Type": "application/json"
2025-08-20T21:27:45.6252513Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/lazygit/official/lazygit:pull\""
2025-08-20T21:27:45.6253110Z    "Date": "Wed, 20 Aug 2025 21:27:45 GMT"
2025-08-20T21:27:45.6253378Z    "Content-Length": "73"
2025-08-20T21:27:45.6253674Z    "X-Github-Request-Id": "8002:1A9E40:49806F:4F5828:68A63DD1"
2025-08-20T21:27:45.6254051Z time=2025-08-20T21:27:45Z level=debug msg=Request #1
2025-08-20T21:27:45.6254713Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Flazygit%2Fofficial%2Flazygit%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:27:45.6255336Z > Request method: "GET"
2025-08-20T21:27:45.6255573Z > Request headers:
2025-08-20T21:27:45.6255797Z    "Authorization": "*****"
2025-08-20T21:27:45.6256044Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:27:45.6774110Z time=2025-08-20T21:27:45Z level=debug msg=Response #1
2025-08-20T21:27:45.6774677Z < Response Status: "200 OK"
2025-08-20T21:27:45.6774987Z < Response headers:
2025-08-20T21:27:45.6775350Z    "Date": "Wed, 20 Aug 2025 21:27:45 GMT"
2025-08-20T21:27:45.6775732Z    "Content-Length": "69"
2025-08-20T21:27:45.6776098Z    "X-Github-Request-Id": "8002:1A9E40:498077:4F5831:68A63DD1"
2025-08-20T21:27:45.6776509Z    "Content-Type": "application/json"
2025-08-20T21:27:45.6776900Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:27:45.6777428Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:27:45.6777956Z time=2025-08-20T21:27:45Z level=debug msg=Request #2
2025-08-20T21:27:45.6778855Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/lazygit/official/lazygit/manifests/sha256:8ccfcc08028632e4d7149062c68b96b05b147a680b9ba5f4c8d6f9f540dce407"
2025-08-20T21:27:45.6779894Z > Request method: "HEAD"
2025-08-20T21:27:45.6780158Z > Request headers:
2025-08-20T21:27:45.6781558Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:27:45.6782902Z    "Authorization": "*****"
2025-08-20T21:27:45.6783188Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:27:45.7097963Z time=2025-08-20T21:27:45Z level=debug msg=Response #2
2025-08-20T21:27:45.7098654Z < Response Status: "404 Not Found"
2025-08-20T21:27:45.7099212Z < Response headers:
2025-08-20T21:27:45.7099644Z    "Content-Length": "70"
2025-08-20T21:27:45.7100151Z    "X-Github-Request-Id": "8002:1A9E40:498088:4F5841:68A63DD1"
2025-08-20T21:27:45.7100696Z    "Content-Type": "application/json"
2025-08-20T21:27:45.7101295Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:27:45.7101860Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:27:45.7102354Z    "Date": "Wed, 20 Aug 2025 21:27:45 GMT"
2025-08-20T21:27:45.7102743Z time=2025-08-20T21:27:45Z level=debug msg=Request #3
2025-08-20T21:27:45.7103852Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/lazygit/official/lazygit/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:27:45.7104750Z > Request method: "HEAD"
2025-08-20T21:27:45.7105030Z > Request headers:
2025-08-20T21:27:45.7105287Z    "Authorization": "*****"
2025-08-20T21:27:45.7105577Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:27:45.7321729Z time=2025-08-20T21:27:45Z level=debug msg=Response #3
2025-08-20T21:27:45.7322564Z < Response Status: "200 OK"
2025-08-20T21:27:45.7323042Z < Response headers:
2025-08-20T21:27:45.7323922Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:27:45.7324669Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:27:45.7325278Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:27:45.7326167Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:27:45.7326623Z    "Date": "Wed, 20 Aug 2025 21:27:45 GMT"
2025-08-20T21:27:45.7326970Z    "X-Github-Request-Id": "8002:1A9E40:498093:4F5847:68A63DD1"
2025-08-20T21:27:45.7327308Z    "Content-Length": "0"
2025-08-20T21:27:45.7327550Z    "Content-Type": ""
2025-08-20T21:27:45.7327828Z time=2025-08-20T21:27:45Z level=debug msg=Request #4
2025-08-20T21:27:45.7328498Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/lazygit/official/lazygit/manifests/HEAD-1d65196-250820T104524-x86_64-linux"
2025-08-20T21:27:45.7329121Z > Request method: "PUT"
2025-08-20T21:27:45.7329356Z > Request headers:
2025-08-20T21:27:45.7329660Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:27:45.7330026Z    "Authorization": "*****"
2025-08-20T21:27:45.7330274Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:27:45.9781964Z time=2025-08-20T21:27:45Z level=debug msg=Response #4
2025-08-20T21:27:45.9782669Z < Response Status: "201 Created"
2025-08-20T21:27:45.9783197Z < Response headers:
2025-08-20T21:27:45.9783625Z    "Content-Length": "0"
2025-08-20T21:27:45.9784210Z    "X-Github-Request-Id": "8002:1A9E40:498099:4F584D:68A63DD1"
2025-08-20T21:27:45.9784649Z    "Content-Type": "application/json"
2025-08-20T21:27:45.9785245Z    "Docker-Content-Digest": "sha256:8ccfcc08028632e4d7149062c68b96b05b147a680b9ba5f4c8d6f9f540dce407"
2025-08-20T21:27:45.9785920Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:27:45.9786807Z    "Location": "/v2/pkgforge/bincache/lazygit/official/lazygit/manifests/sha256:8ccfcc08028632e4d7149062c68b96b05b147a680b9ba5f4c8d6f9f540dce407"
2025-08-20T21:27:45.9787801Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:27:45.9788512Z    "Date": "Wed, 20 Aug 2025 21:27:45 GMT"
2025-08-20T21:27:45.9789159Z Pushed [registry] ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:27:45.9789846Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:27:45.9790392Z Digest: sha256:8ccfcc08028632e4d7149062c68b96b05b147a680b9ba5f4c8d6f9f540dce407
2025-08-20T21:27:48.1255381Z Uploading 687754576bd7 lazygit
2025-08-20T21:27:48.1297549Z Uploading 7b390171d84d CHECKSUM.sig
2025-08-20T21:27:48.1310183Z Uploading e882781a13d1 CHECKSUM
2025-08-20T21:27:48.1362523Z Uploading 5252cd3d0796 lazygit.sig
2025-08-20T21:27:48.1527060Z Exists    96f408bfae65 LICENSE
2025-08-20T21:27:48.1717689Z Uploading 0dd0cc4db7f0 LICENSE.sig
2025-08-20T21:27:49.1423828Z Uploaded  7b390171d84d CHECKSUM.sig
2025-08-20T21:27:49.1735722Z Exists    6c6cfc0bb361 SBUILD
2025-08-20T21:27:49.1752199Z Uploaded  e882781a13d1 CHECKSUM
2025-08-20T21:27:49.1776368Z Uploaded  5252cd3d0796 lazygit.sig
2025-08-20T21:27:49.1928174Z Uploading 91b2ccb5a664 SBUILD.sig
2025-08-20T21:27:49.1949980Z Exists    11cf0313013e lazygit.png
2025-08-20T21:27:49.2123978Z Uploading 6ac9af0bb031 lazygit.json.sig
2025-08-20T21:27:49.2523283Z Uploading 9619682ee952 lazygit.json
2025-08-20T21:27:49.2917600Z Uploaded  687754576bd7 lazygit
2025-08-20T21:27:49.3423619Z Uploading 11ee29924f9b lazygit.log
2025-08-20T21:27:49.3484229Z Uploaded  0dd0cc4db7f0 LICENSE.sig
2025-08-20T21:27:49.3699012Z Uploading c5e580317b52 lazygit.log.sig
2025-08-20T21:27:50.1751533Z Uploaded  91b2ccb5a664 SBUILD.sig
2025-08-20T21:27:50.1948483Z Exists    e74155ad7a1d lazygit.version
2025-08-20T21:27:50.2227912Z Uploading 79cd9b18744e lazygit.version.sig
2025-08-20T21:27:50.2495656Z Uploaded  6ac9af0bb031 lazygit.json.sig
2025-08-20T21:27:50.2814290Z Uploaded  9619682ee952 lazygit.json
2025-08-20T21:27:50.3111227Z Uploaded  11ee29924f9b lazygit.log
2025-08-20T21:27:50.3467413Z Uploaded  c5e580317b52 lazygit.log.sig
2025-08-20T21:27:51.1665018Z Uploaded  79cd9b18744e lazygit.version.sig
2025-08-20T21:27:51.1665590Z Uploading ee29bd4326fc lazygit
2025-08-20T21:27:51.5601314Z Uploaded  ee29bd4326fc lazygit
2025-08-20T21:27:51.5602623Z Pushed [registry] ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:27:51.5603714Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:27:51.5604584Z Digest: sha256:ee29bd4326fc8d149520c209290e5c34e96af2252a38a3ce57cb89d69f2daa77
2025-08-20T21:27:56.6915346Z 
2025-08-20T21:27:56.6916040Z [+] Registry --> https://ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:27:56.6917233Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/lazygit/official/lazygit?tag=HEAD-1d65196-250820T104524-x86_64-linux&manifest 
2025-08-20T21:27:56.6918059Z 
2025-08-20T21:27:58.6357274Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:27:59.0182504Z ./BUILD_ARTIFACTS.tar : 34.78%   (  92.5 MiB =>   32.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:27:59.0390621Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:27:59.0428322Z 
2025-08-20T21:27:59.0429416Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml :: 00(Hr):03(Min):21(Sec)
2025-08-20T21:27:59.0430110Z 
2025-08-20T21:27:59.0445472Z 
2025-08-20T21:27:59.0445813Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:27:59 PM) UTC
2025-08-20T21:27:59.0446274Z 
2025-08-20T21:27:59.6862922Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:27:59.6909874Z ##[group]Run ##Presets
2025-08-20T21:27:59.6910214Z [36;1m##Presets[0m
2025-08-20T21:27:59.6910419Z [36;1mset +x ; set +e[0m
2025-08-20T21:27:59.6910632Z [36;1m#-------------#[0m
2025-08-20T21:27:59.6911004Z [36;1m##Debug?[0m
2025-08-20T21:27:59.6911300Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:27:59.6911602Z [36;1m  set -x[0m
2025-08-20T21:27:59.6911792Z [36;1mfi[0m
2025-08-20T21:27:59.6911973Z [36;1m#-------------#[0m
2025-08-20T21:27:59.6912296Z [36;1m##Set ENV[0m
2025-08-20T21:27:59.6912532Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:27:59.6913039Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-1d65196-250820T104524-x86_64-linux"[0m
2025-08-20T21:27:59.6913675Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-1d65196-250820T104524-x86_64-linux"[0m
2025-08-20T21:27:59.6914250Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806"[0m
2025-08-20T21:27:59.6914767Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:27:59.6915179Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:27:59.6915626Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:27:59.6915963Z [36;1m fi[0m
2025-08-20T21:27:59.6916145Z [36;1m##Push[0m
2025-08-20T21:27:59.6916372Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:27:59.6916665Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:27:59.6917047Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:27:59.6917532Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:27:59.6917991Z [36;1m     ls -sh "/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:27:59.6918340Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:27:59.6918573Z [36;1m       {[0m
2025-08-20T21:27:59.6918768Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:27:59.6919117Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:27:59.6919573Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:27:59.6920031Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:27:59.6920570Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-1d65196-250820T104524-x86_64-linux")[0m
2025-08-20T21:27:59.6921535Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108322806")[0m
2025-08-20T21:27:59.6922129Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108322806")[0m
2025-08-20T21:27:59.6922825Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/lazygit/official/lazygit:HEAD-1d65196-250820T104524-x86_64-linux")[0m
2025-08-20T21:27:59.6923541Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:27:35Z")[0m
2025-08-20T21:27:59.6924046Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-1d65196-250820T104524")[0m
2025-08-20T21:27:59.6924562Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:27:35Z")[0m
2025-08-20T21:27:59.6925242Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/lazygit/official/lazygit")[0m
2025-08-20T21:27:59.6925903Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:27:59.6926433Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-1d65196-250820T104524")[0m
2025-08-20T21:27:59.6927171Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-1d65196-250820T104524")[0m
2025-08-20T21:27:59.6927920Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit")[0m
2025-08-20T21:27:59.6928633Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-lazygit")[0m
2025-08-20T21:27:59.6929207Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/jesseduffield/lazygit")[0m
2025-08-20T21:27:59.6929820Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:27:59.6930339Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-1d65196-250820T104524")[0m
2025-08-20T21:27:59.6930827Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:27:59.6931639Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:27:59.6932086Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:27:59.6932348Z [36;1m         #Check[0m
2025-08-20T21:27:59.6932944Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:27:35Z" ]]; then[0m
2025-08-20T21:27:59.6933678Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:27:59.6934035Z [36;1m            break[0m
2025-08-20T21:27:59.6934246Z [36;1m          else[0m
2025-08-20T21:27:59.6934657Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:27:59.6935093Z [36;1m          fi[0m
2025-08-20T21:27:59.6935327Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:27:59.6935587Z [36;1m        done[0m
2025-08-20T21:27:59.6935777Z [36;1m       }[0m
2025-08-20T21:27:59.6935990Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:27:59.6936241Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:27:59.6936836Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:27:35Z" ]]; then[0m
2025-08-20T21:27:59.6937608Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:27:59.6938030Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:27:59.6938296Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:27:59.6938910Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:27:35Z" ]]; then[0m
2025-08-20T21:27:59.6939652Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:27:59.6940170Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:27:59.6940570Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:27:59.6940809Z [36;1m           fi[0m
2025-08-20T21:27:59.6941200Z [36;1m       fi[0m
2025-08-20T21:27:59.6941382Z [36;1m   fi[0m
2025-08-20T21:27:59.6941559Z [36;1m fi[0m
2025-08-20T21:27:59.6941753Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:27:59.7133154Z shell: /usr/bin/bash -e {0}
2025-08-20T21:27:59.7133412Z env:
2025-08-20T21:27:59.7133602Z   CROSS_COMPILING: NO
2025-08-20T21:27:59.7133830Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:27:59.7134070Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:27:59.7134287Z   ON_QEMU: NO
2025-08-20T21:27:59.7134469Z   DEBUG: 0
2025-08-20T21:27:59.7134662Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:27:59.7134895Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:27:59.7135191Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:27:59.7135651Z   KEEP_LOGS: YES
2025-08-20T21:27:59.7135863Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:27:59.7136091Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:27:59.7136317Z   SBUILD_REBUILD: false
2025-08-20T21:27:59.7136866Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:27:59.7137451Z   BUILD_SYS: docker://go
2025-08-20T21:27:59.7137664Z   BUILD_ON_HOST: FALSE
2025-08-20T21:27:59.7137867Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:27:59.7138137Z   SYSTMP: /tmp
2025-08-20T21:27:59.7138323Z   GHA_MODE: MATRIX
2025-08-20T21:27:59.7138761Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:27:59.7139271Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:27:59.7139674Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:27:59.7140077Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:27:59.7140563Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:27:59.7141076Z   PKG_TYPE: static
2025-08-20T21:27:59.7141288Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:27:59.7141531Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:27:59.7141916Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:27:59.7142280Z   BUILD_ID: 17108322806
2025-08-20T21:27:59.7142483Z   PKG_NAME: lazygit
2025-08-20T21:27:59.7142692Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:27:59.7142937Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:27:59.7143198Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:27:59.7143511Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:27:59.7143877Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:27:59.7144325Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:27:59.7144786Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:27:59.7145071Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:27:59.7145492Z   GHCR_TOKEN: ***
2025-08-20T21:27:59.7145784Z   GITHUB_TOKEN: ***
2025-08-20T21:27:59.7146018Z   GITLAB_TOKEN: ***
2025-08-20T21:27:59.7147183Z   MINISIGN_KEY: ***
2025-08-20T21:27:59.7147373Z ##[endgroup]
2025-08-20T21:27:59.7236375Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:27:59.7246799Z 33M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:27:59.7259685Z total 29M
2025-08-20T21:27:59.7260013Z 4.0K CHECKSUM
2025-08-20T21:27:59.7260331Z 4.0K CHECKSUM.sig
2025-08-20T21:27:59.7260539Z 4.0K LICENSE
2025-08-20T21:27:59.7260722Z 4.0K LICENSE.sig
2025-08-20T21:27:59.7261100Z 4.0K SBUILD
2025-08-20T21:27:59.7261394Z 4.0K SBUILD.sig
2025-08-20T21:27:59.7261707Z 4.0K SBUILD_TEMP
2025-08-20T21:27:59.7262021Z  24M lazygit
2025-08-20T21:27:59.7262333Z 8.0K lazygit.json
2025-08-20T21:27:59.7262658Z 4.0K lazygit.json.sig
2025-08-20T21:27:59.7262997Z 2.3M lazygit.log
2025-08-20T21:27:59.7263319Z 4.0K lazygit.log.sig
2025-08-20T21:27:59.7263652Z  40K lazygit.png
2025-08-20T21:27:59.7263963Z 4.0K lazygit.sig
2025-08-20T21:27:59.7264279Z 2.3M lazygit.static.log
2025-08-20T21:27:59.7264646Z 4.0K lazygit.static.version
2025-08-20T21:27:59.7265038Z 4.0K lazygit.static.version.sig
2025-08-20T21:27:59.7265429Z 4.0K lazygit.version
2025-08-20T21:27:59.7265766Z 4.0K lazygit.version.sig
2025-08-20T21:27:59.9767342Z Uploading c34d9fa27b87 BUILD_ARTIFACTS.zstd
2025-08-20T21:28:01.9304167Z Uploaded  c34d9fa27b87 BUILD_ARTIFACTS.zstd
2025-08-20T21:28:01.9304875Z Uploading 77593d8e9d60 SRCBUILD-lazygit
2025-08-20T21:28:02.2308198Z Uploaded  77593d8e9d60 SRCBUILD-lazygit
2025-08-20T21:28:02.2309445Z Pushed [registry] ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806:HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:02.2310669Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:28:02.2312115Z Digest: sha256:77593d8e9d608ca8f47ce744c761c64c335300bfa5cda145f5e3f0cc0505e601
2025-08-20T21:28:07.3635213Z 
2025-08-20T21:28:07.3636126Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:07.3636852Z 
2025-08-20T21:28:07.5305160Z ##[group]Run ##Presets
2025-08-20T21:28:07.5305421Z [36;1m##Presets[0m
2025-08-20T21:28:07.5305632Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:07.5305849Z [36;1m#-------------#[0m
2025-08-20T21:28:07.5306051Z [36;1m##Debug?[0m
2025-08-20T21:28:07.5306297Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:07.5306699Z [36;1m  set -x[0m
2025-08-20T21:28:07.5306879Z [36;1mfi[0m
2025-08-20T21:28:07.5307058Z [36;1m#-------------#[0m
2025-08-20T21:28:07.5307326Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:28:07.5307751Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:07.5357087Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:07.5357331Z env:
2025-08-20T21:28:07.5357522Z   CROSS_COMPILING: NO
2025-08-20T21:28:07.5357749Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:07.5357987Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:07.5358212Z   ON_QEMU: NO
2025-08-20T21:28:07.5358433Z   DEBUG: 0
2025-08-20T21:28:07.5358624Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:07.5358854Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:07.5359151Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:07.5359458Z   KEEP_LOGS: YES
2025-08-20T21:28:07.5359661Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:07.5359891Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:07.5360111Z   SBUILD_REBUILD: false
2025-08-20T21:28:07.5360660Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:07.5361503Z   BUILD_SYS: docker://go
2025-08-20T21:28:07.5361723Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:07.5361925Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:07.5362125Z   SYSTMP: /tmp
2025-08-20T21:28:07.5362309Z   GHA_MODE: MATRIX
2025-08-20T21:28:07.5362743Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:07.5363255Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:07.5363588Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:07.5363980Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:07.5364465Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:07.5364849Z   PKG_TYPE: static
2025-08-20T21:28:07.5365045Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:07.5365272Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:07.5365657Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:07.5366026Z   BUILD_ID: 17108322806
2025-08-20T21:28:07.5366226Z   PKG_NAME: lazygit
2025-08-20T21:28:07.5366435Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:07.5366686Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:07.5366946Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:07.5367261Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:07.5367625Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:07.5368071Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:07.5368537Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:07.5368829Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:07.5369101Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:07.5369592Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:07.5370020Z ##[endgroup]
2025-08-20T21:28:07.5519509Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:28:07.5519816Z with:
2025-08-20T21:28:07.5520031Z   name: Bincache_lazygit_x86_64-Linux
2025-08-20T21:28:07.5520340Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:28:07.5520638Z   compression-level: 0
2025-08-20T21:28:07.5521398Z   retention-days: 30
2025-08-20T21:28:07.5521621Z   overwrite: true
2025-08-20T21:28:07.5521829Z   if-no-files-found: warn
2025-08-20T21:28:07.5522058Z   include-hidden-files: false
2025-08-20T21:28:07.5522286Z env:
2025-08-20T21:28:07.5522459Z   CROSS_COMPILING: NO
2025-08-20T21:28:07.5522671Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:07.5522905Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:07.5523246Z   ON_QEMU: NO
2025-08-20T21:28:07.5523422Z   DEBUG: 0
2025-08-20T21:28:07.5523605Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:07.5523831Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:07.5524120Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:07.5524546Z   KEEP_LOGS: YES
2025-08-20T21:28:07.5524745Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:07.5524958Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:07.5525177Z   SBUILD_REBUILD: false
2025-08-20T21:28:07.5525722Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:07.5526290Z   BUILD_SYS: docker://go
2025-08-20T21:28:07.5526506Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:07.5526707Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:07.5526904Z   SYSTMP: /tmp
2025-08-20T21:28:07.5527088Z   GHA_MODE: MATRIX
2025-08-20T21:28:07.5527516Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:07.5528028Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:07.5528354Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:07.5528750Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:07.5529237Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:07.5529619Z   PKG_TYPE: static
2025-08-20T21:28:07.5529814Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:07.5530046Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:07.5530428Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:07.5530791Z   BUILD_ID: 17108322806
2025-08-20T21:28:07.5531115Z   PKG_NAME: lazygit
2025-08-20T21:28:07.5531350Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:07.5531603Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:07.5531862Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:07.5532176Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:07.5532537Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:07.5532980Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:07.5533439Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:07.5533728Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:07.5534001Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:07.5534485Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:07.5534915Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:07.5535149Z ##[endgroup]
2025-08-20T21:28:07.7770626Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:28:07.7774004Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:28:07.7774717Z With the provided path, there will be 2 files uploaded
2025-08-20T21:28:07.8805381Z Artifact name is valid!
2025-08-20T21:28:07.8806920Z Root directory input is valid!
2025-08-20T21:28:07.9106162Z Beginning upload of artifact content to blob storage
2025-08-20T21:28:08.2463785Z Uploaded bytes 8388608
2025-08-20T21:28:08.3010623Z Uploaded bytes 16777216
2025-08-20T21:28:08.3032902Z Uploaded bytes 25165824
2025-08-20T21:28:08.3235750Z Uploaded bytes 33554432
2025-08-20T21:28:08.3945750Z Uploaded bytes 36399007
2025-08-20T21:28:08.4103036Z Finished uploading artifact content to blob storage!
2025-08-20T21:28:08.4106313Z SHA256 digest of uploaded artifact zip is 8053fd759f0e2d0075ef66d5b986553df64e2dc86c4513b0f94dc0974ddfd826
2025-08-20T21:28:08.4107343Z Finalizing artifact upload
2025-08-20T21:28:08.5442262Z Artifact Bincache_lazygit_x86_64-Linux.zip successfully finalized. Artifact ID 3813394448
2025-08-20T21:28:08.5443626Z Artifact Bincache_lazygit_x86_64-Linux has been successfully uploaded! Final size is 36399007 bytes. Artifact ID is 3813394448
2025-08-20T21:28:08.5450250Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108322806/artifacts/3813394448
2025-08-20T21:28:08.5624726Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:28:08.5625064Z with:
2025-08-20T21:28:08.5625371Z   subject-name: lazygit-17108322806-HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.5626363Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:28:08.5627091Z   show-summary: true
2025-08-20T21:28:08.5627320Z   push-to-registry: false
2025-08-20T21:28:08.5627688Z   github-token: ***
2025-08-20T21:28:08.5627897Z env:
2025-08-20T21:28:08.5628086Z   CROSS_COMPILING: NO
2025-08-20T21:28:08.5628308Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:08.5628545Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:08.5628767Z   ON_QEMU: NO
2025-08-20T21:28:08.5628961Z   DEBUG: 0
2025-08-20T21:28:08.5629148Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:08.5629383Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:08.5629705Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:08.5630027Z   KEEP_LOGS: YES
2025-08-20T21:28:08.5630230Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:08.5630460Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:08.5630684Z   SBUILD_REBUILD: false
2025-08-20T21:28:08.5631493Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:08.5632096Z   BUILD_SYS: docker://go
2025-08-20T21:28:08.5632320Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:08.5632529Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:08.5632730Z   SYSTMP: /tmp
2025-08-20T21:28:08.5632920Z   GHA_MODE: MATRIX
2025-08-20T21:28:08.5633370Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:08.5633896Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:08.5634238Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:08.5634640Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:08.5635131Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:08.5635524Z   PKG_TYPE: static
2025-08-20T21:28:08.5635743Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:08.5635980Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.5636367Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:08.5636737Z   BUILD_ID: 17108322806
2025-08-20T21:28:08.5636940Z   PKG_NAME: lazygit
2025-08-20T21:28:08.5637150Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:08.5637399Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.5637666Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:08.5637985Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:08.5638352Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.5638801Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:08.5639260Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:08.5639562Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:08.5639838Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.5640332Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:08.5640773Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:08.5641177Z ##[endgroup]
2025-08-20T21:28:08.5713972Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:28:08.5714422Z env:
2025-08-20T21:28:08.5714611Z   CROSS_COMPILING: NO
2025-08-20T21:28:08.5714833Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:08.5715069Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:08.5715398Z   ON_QEMU: NO
2025-08-20T21:28:08.5715584Z   DEBUG: 0
2025-08-20T21:28:08.5715775Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:08.5716168Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:08.5716483Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:08.5716800Z   KEEP_LOGS: YES
2025-08-20T21:28:08.5717072Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:08.5717297Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:08.5717521Z   SBUILD_REBUILD: false
2025-08-20T21:28:08.5718072Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:08.5718661Z   BUILD_SYS: docker://go
2025-08-20T21:28:08.5718884Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:08.5719090Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:08.5719291Z   SYSTMP: /tmp
2025-08-20T21:28:08.5719481Z   GHA_MODE: MATRIX
2025-08-20T21:28:08.5719927Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:08.5720452Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:08.5720792Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:08.5721396Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:08.5721902Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:08.5722293Z   PKG_TYPE: static
2025-08-20T21:28:08.5722497Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:08.5722734Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.5723125Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:08.5723501Z   BUILD_ID: 17108322806
2025-08-20T21:28:08.5723708Z   PKG_NAME: lazygit
2025-08-20T21:28:08.5723916Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:08.5724164Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.5724432Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:08.5724763Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:08.5725135Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.5725595Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:08.5726068Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:08.5726367Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:08.5726646Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.5727144Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:08.5727588Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:08.5727825Z ##[endgroup]
2025-08-20T21:28:08.9947253Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:28:08.9947607Z with:
2025-08-20T21:28:08.9948290Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:28:08.9949168Z   subject-name: lazygit-17108322806-HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.9949594Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:28:08.9952354Z   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/17108322806/attempts/1"}}}
2025-08-20T21:28:08.9955059Z   push-to-registry: false
2025-08-20T21:28:08.9955432Z   show-summary: true
2025-08-20T21:28:08.9955862Z   github-token: ***
2025-08-20T21:28:08.9956069Z env:
2025-08-20T21:28:08.9956254Z   CROSS_COMPILING: NO
2025-08-20T21:28:08.9956564Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:08.9956802Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:08.9957027Z   ON_QEMU: NO
2025-08-20T21:28:08.9957214Z   DEBUG: 0
2025-08-20T21:28:08.9957405Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:08.9957640Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:08.9957942Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:08.9958257Z   KEEP_LOGS: YES
2025-08-20T21:28:08.9958459Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:08.9958685Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:08.9958909Z   SBUILD_REBUILD: false
2025-08-20T21:28:08.9959454Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:08.9960028Z   BUILD_SYS: docker://go
2025-08-20T21:28:08.9960262Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:08.9960479Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:08.9960690Z   SYSTMP: /tmp
2025-08-20T21:28:08.9960991Z   GHA_MODE: MATRIX
2025-08-20T21:28:08.9961445Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:08.9961969Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:08.9962311Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:08.9962722Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:08.9963218Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:08.9963612Z   PKG_TYPE: static
2025-08-20T21:28:08.9963820Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:08.9964062Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.9964470Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:08.9964851Z   BUILD_ID: 17108322806
2025-08-20T21:28:08.9965056Z   PKG_NAME: lazygit
2025-08-20T21:28:08.9965266Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:08.9965519Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:08.9965791Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:08.9966108Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:08.9966477Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.9966933Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:08.9967393Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:08.9967688Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:08.9967965Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:08.9968457Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:08.9968899Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:08.9969137Z ##[endgroup]
2025-08-20T21:28:10.7996753Z Attestation created for 18 subjects
2025-08-20T21:28:10.8001314Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:28:10.8002100Z -----BEGIN CERTIFICATE-----
2025-08-20T21:28:10.8002768Z MIIG8DCCBnagAwIBAgIUc2VQl1GV3EXVWls+tFHLbwpmuMEwCgYIKoZIzj0EAwMw
2025-08-20T21:28:10.8003708Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:28:10.8004649Z cm1lZGlhdGUwHhcNMjUwODIwMjEyODA5WhcNMjUwODIwMjEzODA5WjAAMFkwEwYH
2025-08-20T21:28:10.8005606Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEYtBU7avnmDAgcRP0uCDNhbVffe04AEcz54DD
2025-08-20T21:28:10.8006551Z lMAV5bhzOmods6aLDSCGjEnjEkX8eD93aAv6cn7GYzLvoJlYVaOCBZUwggWRMA4G
2025-08-20T21:28:10.8007463Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUOgLe
2025-08-20T21:28:10.8008407Z VBV4YfeFZ7YYbn8Ri1qh16swHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:28:10.8009555Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:28:10.8010676Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:28:10.8011807Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:28:10.8012894Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:28:10.8013766Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:28:10.8014665Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:28:10.8015618Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:28:10.8016577Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:28:10.8017517Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:28:10.8018049Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:28:10.8018549Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:28:10.8019063Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:28:10.8019552Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:28:10.8020037Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:28:10.8020533Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:28:10.8021257Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:28:10.8021768Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:28:10.8022256Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:28:10.8022745Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:28:10.8023232Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:28:10.8023717Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:28:10.8024205Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:28:10.8024699Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:28:10.8025184Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzIyODA2L2F0
2025-08-20T21:28:10.8025674Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T21:28:10.8026171Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJYdoV
2025-08-20T21:28:10.8026672Z AAAEAwBIMEYCIQCHXSCALa8yeFMakVLEHSylK+zplYg1lm1CnI2yvKc7QAIhAN0T
2025-08-20T21:28:10.8027151Z MxaZVgvXbiZBiA7zH3/HaaspAPL0oQwXfOs6ombJMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T21:28:10.8027622Z MEU/jqMHCXO1vfK+jnkuMC6dMSMRtkx6VHTkz8CqD5OKDC9VTUlDDhChCiyKnqe7
2025-08-20T21:28:10.8028106Z VAIxAIKLTlbsPdLJM2okUwsgB98ZuIQw5TkaZxe8eWsHOaAcuB+d7gzT7pqMn3Yp
2025-08-20T21:28:10.8028470Z XVsHWw==
2025-08-20T21:28:10.8028667Z -----END CERTIFICATE-----
2025-08-20T21:28:10.8028829Z 
2025-08-20T21:28:10.8029224Z ##[endgroup]
2025-08-20T21:28:10.8029633Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:28:10.8030051Z https://search.sigstore.dev?logIndex=414398834
2025-08-20T21:28:10.8030418Z [36mAttestation uploaded to repository[39m
2025-08-20T21:28:10.8030771Z https://github.com/pkgforge/bincache/attestations/9874188
2025-08-20T21:28:10.8803961Z ##[group]Run ##Presets
2025-08-20T21:28:10.8804247Z [36;1m##Presets[0m
2025-08-20T21:28:10.8804457Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:10.8804679Z [36;1m#-------------#[0m
2025-08-20T21:28:10.8804895Z [36;1m##Debug?[0m
2025-08-20T21:28:10.8805155Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:10.8805452Z [36;1m  set -x[0m
2025-08-20T21:28:10.8805641Z [36;1mfi[0m
2025-08-20T21:28:10.8805828Z [36;1m#-------------#[0m
2025-08-20T21:28:10.8806142Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:28:10.8806672Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/lazygit/official"[0m
2025-08-20T21:28:10.8807214Z [36;1m exit 1[0m
2025-08-20T21:28:10.8807403Z [36;1mfi[0m
2025-08-20T21:28:10.8855302Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:10.8855557Z env:
2025-08-20T21:28:10.8855747Z   CROSS_COMPILING: NO
2025-08-20T21:28:10.8856012Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:10.8856367Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:10.8856601Z   ON_QEMU: NO
2025-08-20T21:28:10.8856786Z   DEBUG: 0
2025-08-20T21:28:10.8856977Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:10.8857214Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:10.8857516Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:10.8857842Z   KEEP_LOGS: YES
2025-08-20T21:28:10.8858046Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:10.8858275Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:10.8858502Z   SBUILD_REBUILD: false
2025-08-20T21:28:10.8859051Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:10.8859636Z   BUILD_SYS: docker://go
2025-08-20T21:28:10.8859859Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:10.8860074Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:10.8860277Z   SYSTMP: /tmp
2025-08-20T21:28:10.8860469Z   GHA_MODE: MATRIX
2025-08-20T21:28:10.8861089Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:10.8861616Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:10.8861947Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:10.8862346Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:10.8862838Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:10.8863237Z   PKG_TYPE: static
2025-08-20T21:28:10.8863440Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:10.8863681Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.8864079Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:10.8864452Z   BUILD_ID: 17108322806
2025-08-20T21:28:10.8864656Z   PKG_NAME: lazygit
2025-08-20T21:28:10.8864870Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:10.8865138Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.8865407Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:10.8865722Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:10.8866092Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.8866546Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:10.8867018Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:10.8867314Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:10.8867594Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.8868088Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:10.8868532Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:10.8868775Z ##[endgroup]
2025-08-20T21:28:10.8955271Z ##[group]Run ##Presets
2025-08-20T21:28:10.8955526Z [36;1m##Presets[0m
2025-08-20T21:28:10.8955740Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:10.8955961Z [36;1m#-------------#[0m
2025-08-20T21:28:10.8956182Z [36;1m##Debug?[0m
2025-08-20T21:28:10.8956439Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:10.8956748Z [36;1m  set -x[0m
2025-08-20T21:28:10.8956943Z [36;1mfi[0m
2025-08-20T21:28:10.8957132Z [36;1m#-------------#[0m
2025-08-20T21:28:10.8957379Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:28:10.8957840Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/lazygit/official"[0m
2025-08-20T21:28:10.8958276Z [36;1m exit 1[0m
2025-08-20T21:28:10.8958475Z [36;1mfi[0m
2025-08-20T21:28:10.9002125Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:10.9002382Z env:
2025-08-20T21:28:10.9002684Z   CROSS_COMPILING: NO
2025-08-20T21:28:10.9002961Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:10.9003214Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:10.9003545Z   ON_QEMU: NO
2025-08-20T21:28:10.9003803Z   DEBUG: 0
2025-08-20T21:28:10.9004003Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:10.9004351Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:10.9004668Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:10.9004993Z   KEEP_LOGS: YES
2025-08-20T21:28:10.9005204Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:10.9005434Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:10.9005663Z   SBUILD_REBUILD: false
2025-08-20T21:28:10.9006214Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:10.9006790Z   BUILD_SYS: docker://go
2025-08-20T21:28:10.9007017Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:10.9007238Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:10.9007445Z   SYSTMP: /tmp
2025-08-20T21:28:10.9007815Z   GHA_MODE: MATRIX
2025-08-20T21:28:10.9008378Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:10.9008991Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:10.9009562Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:10.9021998Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:10.9022884Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:10.9023324Z   PKG_TYPE: static
2025-08-20T21:28:10.9023552Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:10.9023810Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.9024222Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:10.9024601Z   BUILD_ID: 17108322806
2025-08-20T21:28:10.9024812Z   PKG_NAME: lazygit
2025-08-20T21:28:10.9025022Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:10.9025282Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.9025560Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:10.9025884Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:10.9026268Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.9026726Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:10.9027192Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:10.9027493Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:10.9027773Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.9028270Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:10.9028719Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:10.9028965Z ##[endgroup]
2025-08-20T21:28:10.9118542Z ##[group]Run ##Presets
2025-08-20T21:28:10.9118814Z [36;1m##Presets[0m
2025-08-20T21:28:10.9119036Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:10.9119258Z [36;1m#-------------#[0m
2025-08-20T21:28:10.9119469Z [36;1m##Debug?[0m
2025-08-20T21:28:10.9119729Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:10.9120030Z [36;1m  set -x[0m
2025-08-20T21:28:10.9120229Z [36;1mfi[0m
2025-08-20T21:28:10.9120420Z [36;1m#-------------#[0m
2025-08-20T21:28:10.9120768Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:28:10.9121404Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:28:10.9121729Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:28:10.9122002Z [36;1mfi[0m
2025-08-20T21:28:10.9166292Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:10.9166542Z env:
2025-08-20T21:28:10.9166735Z   CROSS_COMPILING: NO
2025-08-20T21:28:10.9166998Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:10.9167246Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:10.9167483Z   ON_QEMU: NO
2025-08-20T21:28:10.9167780Z   DEBUG: 0
2025-08-20T21:28:10.9167975Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:10.9168216Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:10.9168528Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/lazygit/official
2025-08-20T21:28:10.9168853Z   KEEP_LOGS: YES
2025-08-20T21:28:10.9169145Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:10.9169377Z   PKG_FAMILY_LOCAL: lazygit
2025-08-20T21:28:10.9169607Z   SBUILD_REBUILD: false
2025-08-20T21:28:10.9170178Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/lazygit/static.official.source.yaml
2025-08-20T21:28:10.9170758Z   BUILD_SYS: docker://go
2025-08-20T21:28:10.9171170Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:10.9171385Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:10.9171589Z   SYSTMP: /tmp
2025-08-20T21:28:10.9171784Z   GHA_MODE: MATRIX
2025-08-20T21:28:10.9172232Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:28:10.9172754Z   INPUT_SBUILD: /tmp/pkgforge/QYnww32RA_build.yaml
2025-08-20T21:28:10.9173086Z   BUILD_DIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml
2025-08-20T21:28:10.9173491Z   SBUILD_OUTDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR
2025-08-20T21:28:10.9173986Z   SBUILD_TMPDIR: /tmp/pkgforge/Rv1nLcJ_QYnww32RA_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:28:10.9174383Z   PKG_TYPE: static
2025-08-20T21:28:10.9174593Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:28:10.9174832Z   SBUILD_PKGVER: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.9175227Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108322806
2025-08-20T21:28:10.9175597Z   BUILD_ID: 17108322806
2025-08-20T21:28:10.9175811Z   PKG_NAME: lazygit
2025-08-20T21:28:10.9176020Z   PKG_DATE: 2025-08-20T21:27:35Z
2025-08-20T21:28:10.9176280Z   PKG_VERSION: HEAD-1d65196-250820T104524
2025-08-20T21:28:10.9176549Z   PKG_VERSION_UPSTREAM: 0.54.2
2025-08-20T21:28:10.9176870Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/lazygit/official/lazygit
2025-08-20T21:28:10.9177246Z   GHCRPKG_TAG: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.9177698Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/lazygit/official/lazygit
2025-08-20T21:28:10.9178171Z   PKG_SRCURL: https://github.com/jesseduffield/lazygit
2025-08-20T21:28:10.9178469Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:28:10.9178750Z   GHCRPKG_TAG_SRCBUILD: HEAD-1d65196-250820T104524-x86_64-linux
2025-08-20T21:28:10.9179247Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/lazygit/official/lazygit-srcbuild-17108322806
2025-08-20T21:28:10.9179689Z   UTC_TIME: 2025_08_20T09_28_07_PM
2025-08-20T21:28:10.9179933Z ##[endgroup]
2025-08-20T21:28:10.9253721Z EXITED
2025-08-20T21:28:10.9299080Z Cleaning up orphan processes
